.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Zen Antique', serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Zen Antique', serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #71134c !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #01563b !important;
}
.bg-warning {
  background-color: #2e481a !important;
}
.bg-danger {
  background-color: #f7f7f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #71134c !important;
  border-color: #71134c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9d1a69 !important;
  border-color: #9d1a69 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1a69 !important;
  border-color: #9d1a69 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4552ff !important;
  border-color: #4552ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #01563b !important;
  border-color: #01563b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #02885e !important;
  border-color: #02885e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #02885e !important;
  border-color: #02885e !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.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: #71134c;
  color: #71134c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #27071a !important;
  background-color: transparent !important;
  border-color: #27071a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #71134c !important;
  border-color: #71134c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4552ff;
  color: #4552ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0011ed !important;
  background-color: transparent !important;
  border-color: #0011ed !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4552ff !important;
  border-color: #4552ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01563b;
  color: #01563b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01563b !important;
  border-color: #01563b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #71134c !important;
}
.text-secondary {
  color: #4552ff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #01563b !important;
}
.text-warning {
  color: #2e481a !important;
}
.text-danger {
  color: #f7f7f7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a0411 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0010de !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c4c4c4 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #71134c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01563b;
}
.alert-warning {
  background-color: #2e481a;
}
.alert-danger {
  background-color: #f7f7f7;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #71134c;
  border-color: #71134c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #71134c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #db2995;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #02d491;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #71134c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #71134c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #71134c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #71134c;
}
.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: #71134c;
  border-bottom-color: #71134c;
}
.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: #71134c !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: #4552ff !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='%2371134c' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0EbggpRjE {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0EbggpRjE {
    align-items: flex-end;
  }
  .cid-v0EbggpRjE .row {
    justify-content: flex-start;
  }
  .cid-v0EbggpRjE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0EbggpRjE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0EbggpRjE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0EbggpRjE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0EbggpRjE .content-wrap {
    width: 100%;
  }
}
.cid-v0EbggpRjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EbggpRjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0EbggpRjE .mbr-section-title,
.cid-v0EbggpRjE .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0EbggpRjE .mbr-text,
.cid-v0EbggpRjE .mbr-section-btn {
  text-align: left;
}
.cid-v0EbggpRjE .mbr-section-title {
  color: #ffffff;
}
.cid-v0hImgDNb6 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0hImgDNb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hImgDNb6 .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-v0hImgDNb6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0hImgDNb6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0hImgDNb6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0hImgDNb6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0hImgDNb6 .mbr-section-title {
  color: #71134c;
}
.cid-v0hImgDNb6 .mbr-text,
.cid-v0hImgDNb6 .mbr-section-btn {
  color: #000000;
}
.cid-v0hIoUq1fQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0hIoUq1fQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hIoUq1fQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hIoUq1fQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0hIoUq1fQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0hIoUq1fQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0hIoUq1fQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v0hIoUq1fQ .mbr-text,
.cid-v0hIoUq1fQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v0hIoUq1fQ .card-title,
.cid-v0hIoUq1fQ .card-box {
  text-align: left;
  color: #000000;
}
.cid-v0EuAe1LIs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #efe8d8;
}
.cid-v0EuAe1LIs input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-v0EuAe1LIs input:hover {
  border: none !important;
}
.cid-v0EuAe1LIs .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0EuAe1LIs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0EuAe1LIs .row {
  justify-content: center;
}
.cid-v0EuAe1LIs .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-v0EuAe1LIs .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-v0EuAe1LIs .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-v0EuAe1LIs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v0EuAe1LIs .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v0EuAe1LIs .justify-content-center {
  align-items: center;
}
.cid-v0EuAe1LIs .mbr-section-title {
  text-align: center;
  color: #71134c;
}
.cid-v2gcCAK5k0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f3ddcc;
}
.cid-v2gcCAK5k0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gcCAK5k0 .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-v2gcCAK5k0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gcCAK5k0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2gcCAK5k0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2gcCAK5k0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2gcCAK5k0 .mbr-section-title {
  color: #000000;
}
.cid-v2gcCAK5k0 .mbr-text,
.cid-v2gcCAK5k0 .mbr-section-btn {
  color: #000000;
}
.cid-v0EhZUv0jT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3ddcc;
}
.cid-v0EhZUv0jT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EhZUv0jT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EhZUv0jT .card-wrapper {
  background: #f3ddcc;
}
@media (max-width: 767px) {
  .cid-v0EhZUv0jT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0EhZUv0jT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EhZUv0jT .card-wrapper {
    padding: 4rem;
  }
}
.cid-v0EhZUv0jT .mbr-text,
.cid-v0EhZUv0jT .mbr-section-btn {
  color: #232323;
}
.cid-v0EhZUv0jT .card-title,
.cid-v0EhZUv0jT .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-v2gGhcCNK7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f3ddcc;
}
.cid-v2gGhcCNK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gGhcCNK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gGhcCNK7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gGhcCNK7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gGhcCNK7 .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gGhcCNK7 .content-head {
  max-width: 800px;
}
.cid-v2gGhcCNK7 .mbr-section-title {
  color: #71134c;
}
.cid-v2gGhcCNK7 .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0noaIr18W {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0noaIr18W {
    align-items: flex-end;
  }
  .cid-v0noaIr18W .row {
    justify-content: flex-start;
  }
  .cid-v0noaIr18W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0noaIr18W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0noaIr18W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0noaIr18W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0noaIr18W .content-wrap {
    width: 100%;
  }
}
.cid-v0noaIr18W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0noaIr18W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0noaIr18W .mbr-section-title,
.cid-v0noaIr18W .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0noaIr18W .mbr-text,
.cid-v0noaIr18W .mbr-section-btn {
  text-align: left;
}
.cid-v0noaIr18W .mbr-section-title {
  color: #ffffff;
}
.cid-v0noeJy11a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v0noeJy11a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0noeJy11a .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-v0noeJy11a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0noeJy11a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0noeJy11a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0noeJy11a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0noeJy11a .mbr-section-title {
  color: #71134c;
}
.cid-v0noeJy11a .mbr-text,
.cid-v0noeJy11a .mbr-section-btn {
  color: #232323;
}
.cid-v0nQ6mPfLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v0nQ6mPfLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nQ6mPfLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0nQ6mPfLP .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-v0nQ6mPfLP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0nQ6mPfLP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0nQ6mPfLP .card-wrapper {
    padding: 4rem;
  }
}
.cid-v0nQ6mPfLP .mbr-text,
.cid-v0nQ6mPfLP .mbr-section-btn {
  color: #000000;
}
.cid-v0nQ6mPfLP .card-title,
.cid-v0nQ6mPfLP .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-v2e9N2nFLf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v2e9N2nFLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2e9N2nFLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2e9N2nFLf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0nokz5xmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v0nokz5xmC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0nokz5xmC .item {
    margin-bottom: 1rem;
  }
}
.cid-v0nokz5xmC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v0nokz5xmC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0nokz5xmC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v0nokz5xmC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0nokz5xmC .carousel-control,
.cid-v0nokz5xmC .close {
  background: #1b1b1b;
}
.cid-v0nokz5xmC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0nokz5xmC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0nokz5xmC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0nokz5xmC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0nokz5xmC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0nokz5xmC .close::before {
  content: '\e91a';
}
.cid-v0nokz5xmC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0nokz5xmC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0nokz5xmC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0nokz5xmC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0nokz5xmC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0nokz5xmC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0nokz5xmC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0nokz5xmC .carousel-indicators li.active,
.cid-v0nokz5xmC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0nokz5xmC .carousel-indicators li::after,
.cid-v0nokz5xmC .carousel-indicators li::before {
  content: none;
}
.cid-v0nokz5xmC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0nokz5xmC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0nokz5xmC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0nokz5xmC .carousel-indicators {
    display: none;
  }
}
.cid-v0nokz5xmC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0nokz5xmC .carousel-inner > .active {
  display: block;
}
.cid-v0nokz5xmC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0nokz5xmC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0nokz5xmC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0nokz5xmC .carousel-control,
  .cid-v0nokz5xmC .carousel-indicators,
  .cid-v0nokz5xmC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0nokz5xmC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0nokz5xmC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0nokz5xmC .carousel-indicators .active,
.cid-v0nokz5xmC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0nokz5xmC .carousel-indicators .active {
  background: #fff;
}
.cid-v0nokz5xmC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0nokz5xmC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0nokz5xmC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0nokz5xmC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0nokz5xmC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0nokz5xmC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0nokz5xmC .carousel {
  width: 100%;
}
.cid-v0nokz5xmC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0nokz5xmC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0nokz5xmC .modal.fade .modal-dialog,
.cid-v0nokz5xmC .modal.in .modal-dialog {
  transform: none;
}
.cid-v0nokz5xmC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0nokz5xmC .content-head {
  max-width: 800px;
}
.cid-v0nokz5xmC H3 {
  color: #71134c;
}
.cid-v0nokz5xmC H4 {
  color: #71134c;
}
.cid-v0noyftkgL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v0noyftkgL .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v0noyftkgL .panel-group {
  border: none;
}
.cid-v0noyftkgL .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v0noyftkgL .card-header {
    padding: 0rem;
  }
}
.cid-v0noyftkgL .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v0noyftkgL .img-col {
  padding: 0;
}
.cid-v0noyftkgL .img-item {
  height: 100%;
}
.cid-v0noyftkgL img {
  height: 100%;
  object-fit: cover;
}
.cid-v0noyftkgL .collapsed span {
  transform: rotate(0deg);
}
.cid-v0noyftkgL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0noyftkgL p {
  margin-bottom: 0.3rem;
}
.cid-v0noyftkgL .panel-title-edit {
  color: #000000;
}
.cid-v0noyftkgL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v0noyftkgL .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v0noyftkgL .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0noyftkgL .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v0noyftkgL .panel-text {
  color: #000000;
}
.cid-v0noyftkgL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v0noyftkgL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0noyftkgL .panel-title-edit,
.cid-v0noyftkgL .mbr-iconfont {
  color: #000000;
}
.cid-v0J8yjc4IM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v0J8yjc4IM .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v0J8yjc4IM .panel-group {
  border: none;
}
.cid-v0J8yjc4IM .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v0J8yjc4IM .card-header {
    padding: 0rem;
  }
}
.cid-v0J8yjc4IM .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v0J8yjc4IM .img-col {
  padding: 0;
}
.cid-v0J8yjc4IM .img-item {
  height: 100%;
}
.cid-v0J8yjc4IM img {
  height: 100%;
  object-fit: cover;
}
.cid-v0J8yjc4IM .collapsed span {
  transform: rotate(0deg);
}
.cid-v0J8yjc4IM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0J8yjc4IM p {
  margin-bottom: 0.3rem;
}
.cid-v0J8yjc4IM .panel-title-edit {
  color: #000000;
}
.cid-v0J8yjc4IM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v0J8yjc4IM .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v0J8yjc4IM .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0J8yjc4IM .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v0J8yjc4IM .panel-text {
  color: #000000;
}
.cid-v0J8yjc4IM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v0J8yjc4IM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0J8yjc4IM .panel-title-edit,
.cid-v0J8yjc4IM .mbr-iconfont {
  color: #000000;
}
.cid-v2gGy7DOKz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gGy7DOKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gGy7DOKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gGy7DOKz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gGy7DOKz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gGy7DOKz .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gGy7DOKz .content-head {
  max-width: 800px;
}
.cid-v2gGy7DOKz .mbr-section-title {
  color: #71134c;
}
.cid-v2gGy7DOKz .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0npoCmX7P {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0npoCmX7P {
    align-items: flex-end;
  }
  .cid-v0npoCmX7P .row {
    justify-content: flex-start;
  }
  .cid-v0npoCmX7P .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0npoCmX7P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0npoCmX7P {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0npoCmX7P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0npoCmX7P .content-wrap {
    width: 100%;
  }
}
.cid-v0npoCmX7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0npoCmX7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0npoCmX7P .mbr-section-title,
.cid-v0npoCmX7P .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0npoCmX7P .mbr-text,
.cid-v0npoCmX7P .mbr-section-btn {
  text-align: left;
}
.cid-v0npoCmX7P .mbr-section-title {
  color: #ffffff;
}
.cid-v2ehQBE6zn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2ehQBE6zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ehQBE6zn .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-v2ehQBE6zn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2ehQBE6zn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2ehQBE6zn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ehQBE6zn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2ehQBE6zn .mbr-section-title {
  color: #71134c;
}
.cid-v2ehQBE6zn .mbr-text,
.cid-v2ehQBE6zn .mbr-section-btn {
  color: #232323;
}
.cid-v0Fcbi4qOu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0Fcbi4qOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Fcbi4qOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Fcbi4qOu .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0Fcbi4qOu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0Fcbi4qOu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0Fcbi4qOu .card-wrapper {
    padding: 4rem;
  }
}
.cid-v0Fcbi4qOu .mbr-text,
.cid-v0Fcbi4qOu .mbr-section-btn {
  color: #ffd7ef;
}
.cid-v0Fcbi4qOu .card-title,
.cid-v0Fcbi4qOu .card-box {
  text-align: left;
  color: #000000;
}
.cid-v2ebrAnDF0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2ebrAnDF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ebrAnDF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ebrAnDF0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0nrOQHVzr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0nrOQHVzr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0nrOQHVzr .item {
    margin-bottom: 1rem;
  }
}
.cid-v0nrOQHVzr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v0nrOQHVzr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0nrOQHVzr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v0nrOQHVzr .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0nrOQHVzr .carousel-control,
.cid-v0nrOQHVzr .close {
  background: #1b1b1b;
}
.cid-v0nrOQHVzr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0nrOQHVzr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0nrOQHVzr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0nrOQHVzr .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0nrOQHVzr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0nrOQHVzr .close::before {
  content: '\e91a';
}
.cid-v0nrOQHVzr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0nrOQHVzr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0nrOQHVzr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0nrOQHVzr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0nrOQHVzr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0nrOQHVzr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0nrOQHVzr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0nrOQHVzr .carousel-indicators li.active,
.cid-v0nrOQHVzr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0nrOQHVzr .carousel-indicators li::after,
.cid-v0nrOQHVzr .carousel-indicators li::before {
  content: none;
}
.cid-v0nrOQHVzr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0nrOQHVzr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0nrOQHVzr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0nrOQHVzr .carousel-indicators {
    display: none;
  }
}
.cid-v0nrOQHVzr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0nrOQHVzr .carousel-inner > .active {
  display: block;
}
.cid-v0nrOQHVzr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0nrOQHVzr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0nrOQHVzr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0nrOQHVzr .carousel-control,
  .cid-v0nrOQHVzr .carousel-indicators,
  .cid-v0nrOQHVzr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0nrOQHVzr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0nrOQHVzr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0nrOQHVzr .carousel-indicators .active,
.cid-v0nrOQHVzr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0nrOQHVzr .carousel-indicators .active {
  background: #fff;
}
.cid-v0nrOQHVzr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0nrOQHVzr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0nrOQHVzr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0nrOQHVzr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0nrOQHVzr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0nrOQHVzr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0nrOQHVzr .carousel {
  width: 100%;
}
.cid-v0nrOQHVzr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0nrOQHVzr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0nrOQHVzr .modal.fade .modal-dialog,
.cid-v0nrOQHVzr .modal.in .modal-dialog {
  transform: none;
}
.cid-v0nrOQHVzr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0nrOQHVzr .content-head {
  max-width: 800px;
}
.cid-v0nrOQHVzr H3 {
  color: #71134c;
}
.cid-v0nrXtteFp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v0nrXtteFp .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v0nrXtteFp .panel-group {
  border: none;
}
.cid-v0nrXtteFp .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v0nrXtteFp .card-header {
    padding: 0rem;
  }
}
.cid-v0nrXtteFp .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v0nrXtteFp .img-col {
  padding: 0;
}
.cid-v0nrXtteFp .img-item {
  height: 100%;
}
.cid-v0nrXtteFp img {
  height: 100%;
  object-fit: cover;
}
.cid-v0nrXtteFp .collapsed span {
  transform: rotate(0deg);
}
.cid-v0nrXtteFp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0nrXtteFp p {
  margin-bottom: 0.3rem;
}
.cid-v0nrXtteFp .panel-title-edit {
  color: #000000;
}
.cid-v0nrXtteFp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v0nrXtteFp .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v0nrXtteFp .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0nrXtteFp .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v0nrXtteFp .panel-text {
  color: #000000;
}
.cid-v0nrXtteFp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v0nrXtteFp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0nrXtteFp .panel-title-edit,
.cid-v0nrXtteFp .mbr-iconfont {
  color: #000000;
}
.cid-v2gGJMxJSc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gGJMxJSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gGJMxJSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gGJMxJSc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gGJMxJSc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gGJMxJSc .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gGJMxJSc .content-head {
  max-width: 800px;
}
.cid-v2gGJMxJSc .mbr-section-title {
  color: #71134c;
}
.cid-v2gGJMxJSc .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0zJA4lfGZ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0zJA4lfGZ {
    align-items: flex-end;
  }
  .cid-v0zJA4lfGZ .row {
    justify-content: flex-start;
  }
  .cid-v0zJA4lfGZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0zJA4lfGZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0zJA4lfGZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0zJA4lfGZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0zJA4lfGZ .content-wrap {
    width: 100%;
  }
}
.cid-v0zJA4lfGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0zJA4lfGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0zJA4lfGZ .mbr-section-title,
.cid-v0zJA4lfGZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0zJA4lfGZ .mbr-text,
.cid-v0zJA4lfGZ .mbr-section-btn {
  text-align: left;
}
.cid-v0zJA4lfGZ .mbr-section-title {
  color: #ffffff;
}
.cid-v0KsSHkIlW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0KsSHkIlW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v0KsSHkIlW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v0KsSHkIlW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v0KsSHkIlW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v0KsSHkIlW .content-head {
  max-width: 800px;
}
.cid-v2gH4ZNryb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gH4ZNryb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gH4ZNryb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gH4ZNryb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gH4ZNryb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gH4ZNryb .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gH4ZNryb .content-head {
  max-width: 800px;
}
.cid-v2gH4ZNryb .mbr-section-title {
  color: #71134c;
}
.cid-v2gH4ZNryb .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0zKwwulJj {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-v0zKwwulJj {
    align-items: flex-end;
  }
  .cid-v0zKwwulJj .row {
    justify-content: flex-start;
  }
  .cid-v0zKwwulJj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0zKwwulJj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0zKwwulJj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0zKwwulJj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0zKwwulJj .content-wrap {
    width: 100%;
  }
}
.cid-v0zKwwulJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0zKwwulJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0zKwwulJj .mbr-section-title,
.cid-v0zKwwulJj .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0zKwwulJj .mbr-text,
.cid-v0zKwwulJj .mbr-section-btn {
  text-align: left;
}
.cid-v0zKAvybuE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0zKAvybuE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v0zKAvybuE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v0zKAvybuE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v0zKAvybuE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v0zKAvybuE .content-head {
  max-width: 800px;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0J3rKzF6d {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0J3rKzF6d {
    align-items: flex-end;
  }
  .cid-v0J3rKzF6d .row {
    justify-content: flex-start;
  }
  .cid-v0J3rKzF6d .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0J3rKzF6d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0J3rKzF6d {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0J3rKzF6d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0J3rKzF6d .content-wrap {
    width: 100%;
  }
}
.cid-v0J3rKzF6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J3rKzF6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0J3rKzF6d .mbr-section-title,
.cid-v0J3rKzF6d .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0J3rKzF6d .mbr-text,
.cid-v0J3rKzF6d .mbr-section-btn {
  text-align: left;
}
.cid-v0J3rKzF6d .mbr-section-title {
  color: #ffffff;
}
.cid-v2fcpZc43N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v2fcpZc43N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fcpZc43N .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-v2fcpZc43N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2fcpZc43N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2fcpZc43N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2fcpZc43N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2fcpZc43N .mbr-section-title {
  color: #71134c;
}
.cid-v2fcpZc43N .mbr-text,
.cid-v2fcpZc43N .mbr-section-btn {
  color: #000000;
}
.cid-v0J5W0t72j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v0J5W0t72j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v0J5W0t72j form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v0J5W0t72j form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v0J5W0t72j form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v0J5W0t72j .content-head {
  max-width: 800px;
}
.cid-v0J5W0t72j .mbr-section-title {
  color: #71134c;
}
.cid-v2gH0ywskf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gH0ywskf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gH0ywskf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gH0ywskf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gH0ywskf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gH0ywskf .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gH0ywskf .content-head {
  max-width: 800px;
}
.cid-v2gH0ywskf .mbr-section-title {
  color: #71134c;
}
.cid-v2gH0ywskf .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0zUkQ3Ep1 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0zUkQ3Ep1 {
    align-items: flex-end;
  }
  .cid-v0zUkQ3Ep1 .row {
    justify-content: flex-start;
  }
  .cid-v0zUkQ3Ep1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0zUkQ3Ep1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0zUkQ3Ep1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0zUkQ3Ep1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0zUkQ3Ep1 .content-wrap {
    width: 100%;
  }
}
.cid-v0zUkQ3Ep1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0zUkQ3Ep1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0zUkQ3Ep1 .mbr-section-title,
.cid-v0zUkQ3Ep1 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0zUkQ3Ep1 .mbr-text,
.cid-v0zUkQ3Ep1 .mbr-section-btn {
  text-align: left;
}
.cid-v0zUkQ3Ep1 .mbr-section-title {
  color: #ffffff;
}
.cid-v1vX2htD1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3ddcc;
}
.cid-v1vX2htD1a img,
.cid-v1vX2htD1a .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vX2htD1a .item:focus,
.cid-v1vX2htD1a span:focus {
  outline: none;
}
.cid-v1vX2htD1a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1vX2htD1a .item {
    margin-bottom: 1rem;
  }
}
.cid-v1vX2htD1a .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v1vX2htD1a .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v1vX2htD1a .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1vX2htD1a .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1vX2htD1a .mbr-section-title {
  color: #71134c;
  text-align: center;
}
.cid-v1vX2htD1a .item-title {
  text-align: left;
  color: #71134c;
}
.cid-v1vX2htD1a .item-subtitle {
  text-align: left;
}
.cid-v1vX2htD1a .mbr-text,
.cid-v1vX2htD1a .item .mbr-section-btn {
  text-align: left;
}
.cid-v1vX2htD1a .mbr-section-subtitle,
.cid-v1vX2htD1a .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v1w5qq4OGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3ddcc;
}
.cid-v1w5qq4OGM img,
.cid-v1w5qq4OGM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1w5qq4OGM .item:focus,
.cid-v1w5qq4OGM span:focus {
  outline: none;
}
.cid-v1w5qq4OGM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1w5qq4OGM .item {
    margin-bottom: 1rem;
  }
}
.cid-v1w5qq4OGM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v1w5qq4OGM .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v1w5qq4OGM .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1w5qq4OGM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v1w5qq4OGM .mbr-section-title {
  color: #71134c;
  text-align: center;
}
.cid-v1w5qq4OGM .item-title {
  text-align: left;
  color: #71134c;
}
.cid-v1w5qq4OGM .item-subtitle {
  text-align: left;
}
.cid-v1w5qq4OGM .mbr-text,
.cid-v1w5qq4OGM .item .mbr-section-btn {
  text-align: left;
}
.cid-v1w5qq4OGM .mbr-section-subtitle,
.cid-v1w5qq4OGM .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-v0zUxz6Q4g {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v0zUxz6Q4g .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v0zUxz6Q4g form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v0zUxz6Q4g form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v0zUxz6Q4g form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v0zUxz6Q4g .content-head {
  max-width: 800px;
}
.cid-v2gHjPtZ7L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gHjPtZ7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gHjPtZ7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gHjPtZ7L .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gHjPtZ7L .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gHjPtZ7L .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gHjPtZ7L .content-head {
  max-width: 800px;
}
.cid-v2gHjPtZ7L .mbr-section-title {
  color: #71134c;
}
.cid-v2gHjPtZ7L .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v18L1lgFbA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v18L1lgFbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18L1lgFbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v18KPh6GGO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v18KPh6GGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18KPh6GGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1zJJciMz6 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v1zJJciMz6 {
    align-items: flex-end;
  }
  .cid-v1zJJciMz6 .row {
    justify-content: flex-start;
  }
  .cid-v1zJJciMz6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1zJJciMz6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1zJJciMz6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v1zJJciMz6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1zJJciMz6 .content-wrap {
    width: 100%;
  }
}
.cid-v1zJJciMz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zJJciMz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1zJJciMz6 .mbr-section-title,
.cid-v1zJJciMz6 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v1zJJciMz6 .mbr-text,
.cid-v1zJJciMz6 .mbr-section-btn {
  text-align: left;
}
.cid-v1zJJciMz6 .mbr-section-title {
  color: #ffffff;
}
.cid-v1zOaSY0kb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1zOaSY0kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zOaSY0kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zOaSY0kb .mbr-section-title {
  color: #0c2c68;
}
.cid-v22UU0Ekmg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v22UU0Ekmg .mbr-section-title {
  text-align: center;
  color: #71134c;
}
.cid-v22UU0Ekmg .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v22JCpj0QH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22JCpj0QH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22JCpj0QH .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-v22JCpj0QH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22JCpj0QH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22JCpj0QH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22JCpj0QH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22JCpj0QH .mbr-section-title {
  color: #0c2c68;
}
.cid-v22JCpj0QH .mbr-text,
.cid-v22JCpj0QH .mbr-section-btn {
  color: #000000;
}
.cid-v1zYuVcXGg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1zYuVcXGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zYuVcXGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zYuVcXGg .mbr-section-title {
  text-align: justify;
}
.cid-v1zYuVcXGg .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1zYuVcXGg .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1SPw0ViIV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1SPw0ViIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SPw0ViIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SPw0ViIV .row {
  flex-direction: row-reverse;
}
.cid-v1SPw0ViIV .mbr-description {
  color: #71134c;
}
.cid-v1zVLUrAgV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1zVLUrAgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zVLUrAgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zVLUrAgV .row {
  flex-direction: row-reverse;
}
.cid-v22ZRg0iWO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZRg0iWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZRg0iWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZRg0iWO .mbr-section-title {
  color: #71134c;
}
.cid-v22KlSkBav {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22KlSkBav .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22KlSkBav .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-v22KlSkBav .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22KlSkBav .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22KlSkBav .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22KlSkBav .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22KlSkBav .mbr-section-title {
  color: #0c2c68;
}
.cid-v22KlSkBav .mbr-text,
.cid-v22KlSkBav .mbr-section-btn {
  color: #000000;
}
.cid-v1MHwoidPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1MHwoidPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MHwoidPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MHwoidPO .mbr-section-title {
  text-align: justify;
}
.cid-v1MHwoidPO .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1MHwoidPO .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1SV4fHlZR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1SV4fHlZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SV4fHlZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SV4fHlZR .row {
  flex-direction: row-reverse;
}
.cid-v1SV4fHlZR .mbr-description {
  color: #71134c;
}
.cid-v1MHxaaMPP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1MHxaaMPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1MHxaaMPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1MHxaaMPP .row {
  flex-direction: row-reverse;
}
.cid-v22ZSuufpU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZSuufpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZSuufpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZSuufpU .mbr-section-title {
  color: #71134c;
}
.cid-v22LJ1njhX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22LJ1njhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22LJ1njhX .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-v22LJ1njhX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22LJ1njhX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22LJ1njhX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22LJ1njhX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22LJ1njhX .mbr-section-title {
  color: #0c2c68;
}
.cid-v22LJ1njhX .mbr-text,
.cid-v22LJ1njhX .mbr-section-btn {
  color: #000000;
}
.cid-v1SVbSFjLg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1SVbSFjLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SVbSFjLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SVbSFjLg .mbr-section-title {
  text-align: justify;
}
.cid-v1SVbSFjLg .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1SVbSFjLg .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1SVedwcTS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1SVedwcTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SVedwcTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SVedwcTS .row {
  flex-direction: row-reverse;
}
.cid-v1SVedwcTS .mbr-description {
  color: #71134c;
}
.cid-v1SVfguHS4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1SVfguHS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SVfguHS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SVfguHS4 .row {
  flex-direction: row-reverse;
}
.cid-v22ZbW6h5k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZbW6h5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZbW6h5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZbW6h5k .mbr-section-title {
  color: #71134c;
}
.cid-v22OA2Vgen {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22OA2Vgen .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22OA2Vgen .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-v22OA2Vgen .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22OA2Vgen .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22OA2Vgen .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22OA2Vgen .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22OA2Vgen .mbr-section-title {
  color: #0c2c68;
}
.cid-v22OA2Vgen .mbr-text,
.cid-v22OA2Vgen .mbr-section-btn {
  color: #000000;
}
.cid-v1Tii6sOsQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Tii6sOsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Tii6sOsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Tii6sOsQ .mbr-section-title {
  text-align: justify;
}
.cid-v1Tii6sOsQ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1Tii6sOsQ .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1TijTMkOf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TijTMkOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TijTMkOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TijTMkOf .row {
  flex-direction: row-reverse;
}
.cid-v1TijTMkOf .mbr-description {
  color: #71134c;
}
.cid-v1Tiku0Kao {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1Tiku0Kao .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Tiku0Kao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Tiku0Kao .row {
  flex-direction: row-reverse;
}
.cid-v22ZULrIHr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZULrIHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZULrIHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZULrIHr .mbr-section-title {
  color: #71134c;
}
.cid-v22PkZQAIA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22PkZQAIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22PkZQAIA .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-v22PkZQAIA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22PkZQAIA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22PkZQAIA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22PkZQAIA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22PkZQAIA .mbr-section-title {
  color: #0c2c68;
}
.cid-v22PkZQAIA .mbr-text,
.cid-v22PkZQAIA .mbr-section-btn {
  color: #000000;
}
.cid-v1TlHQ5XFE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1TlHQ5XFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TlHQ5XFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TlHQ5XFE .mbr-section-title {
  text-align: justify;
}
.cid-v1TlHQ5XFE .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1TlHQ5XFE .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1TlIqr11m {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TlIqr11m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TlIqr11m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TlIqr11m .row {
  flex-direction: row-reverse;
}
.cid-v1TlIqr11m .mbr-description {
  color: #71134c;
}
.cid-v1TlIXI9Pl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TlIXI9Pl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TlIXI9Pl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TlIXI9Pl .row {
  flex-direction: row-reverse;
}
.cid-v22ZVGsC6q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZVGsC6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZVGsC6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZVGsC6q .mbr-section-title {
  color: #71134c;
}
.cid-v22QpyUMzj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22QpyUMzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22QpyUMzj .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-v22QpyUMzj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22QpyUMzj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22QpyUMzj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22QpyUMzj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22QpyUMzj .mbr-section-title {
  color: #0c2c68;
}
.cid-v22QpyUMzj .mbr-text,
.cid-v22QpyUMzj .mbr-section-btn {
  color: #000000;
}
.cid-v1TnUHpVTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1TnUHpVTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TnUHpVTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TnUHpVTf .mbr-section-title {
  text-align: justify;
}
.cid-v1TnUHpVTf .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1TnUHpVTf .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1TnVrUnZ9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TnVrUnZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TnVrUnZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TnVrUnZ9 .row {
  flex-direction: row-reverse;
}
.cid-v1TnVrUnZ9 .mbr-description {
  color: #71134c;
}
.cid-v1TnW0oKjz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TnW0oKjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TnW0oKjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TnW0oKjz .row {
  flex-direction: row-reverse;
}
.cid-v22ZWD7i6W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZWD7i6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZWD7i6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZWD7i6W .mbr-section-title {
  color: #71134c;
}
.cid-v22RdVbN12 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22RdVbN12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22RdVbN12 .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-v22RdVbN12 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22RdVbN12 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22RdVbN12 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22RdVbN12 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22RdVbN12 .mbr-section-title {
  color: #0c2c68;
}
.cid-v22RdVbN12 .mbr-text,
.cid-v22RdVbN12 .mbr-section-btn {
  color: #000000;
}
.cid-v1TpMDvBU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1TpMDvBU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TpMDvBU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TpMDvBU9 .mbr-section-title {
  text-align: justify;
}
.cid-v1TpMDvBU9 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1TpMDvBU9 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1TpNkGykZ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TpNkGykZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TpNkGykZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TpNkGykZ .row {
  flex-direction: row-reverse;
}
.cid-v1TpNkGykZ .mbr-description {
  color: #71134c;
}
.cid-v1TpNXq0Ai {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TpNXq0Ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TpNXq0Ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TpNXq0Ai .row {
  flex-direction: row-reverse;
}
.cid-v22ZXzx0wD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v22ZXzx0wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22ZXzx0wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v22ZXzx0wD .mbr-section-title {
  color: #71134c;
}
.cid-v22SyTyCND {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v22SyTyCND .mbr-fallback-image.disabled {
  display: none;
}
.cid-v22SyTyCND .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-v22SyTyCND .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v22SyTyCND .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v22SyTyCND .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v22SyTyCND .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v22SyTyCND .mbr-section-title {
  color: #0c2c68;
}
.cid-v22SyTyCND .mbr-text,
.cid-v22SyTyCND .mbr-section-btn {
  color: #000000;
}
.cid-v1TrooN2KT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1TrooN2KT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TrooN2KT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TrooN2KT .mbr-section-title {
  text-align: justify;
}
.cid-v1TrooN2KT .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v1TrooN2KT .mbr-section-subtitle {
  text-align: justify;
}
.cid-v1TroXz9GS {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TroXz9GS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TroXz9GS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TroXz9GS .row {
  flex-direction: row-reverse;
}
.cid-v1TroXz9GS .mbr-description {
  color: #71134c;
}
.cid-v1TrpwB2u6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1TrpwB2u6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1TrpwB2u6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1TrpwB2u6 .row {
  flex-direction: row-reverse;
}
.cid-v230CjkGa0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v230CjkGa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230CjkGa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230CjkGa0 .mbr-section-title {
  color: #71134c;
}
.cid-v230vADghY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v230vADghY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230vADghY .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-v230vADghY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v230vADghY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v230vADghY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v230vADghY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v230vADghY .mbr-section-title {
  color: #0c2c68;
}
.cid-v230vADghY .mbr-text,
.cid-v230vADghY .mbr-section-btn {
  color: #000000;
}
.cid-v230y0E1Ke {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v230y0E1Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230y0E1Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230y0E1Ke .mbr-section-title {
  text-align: justify;
}
.cid-v230y0E1Ke .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v230y0E1Ke .mbr-section-subtitle {
  text-align: justify;
}
.cid-v230AwPfRN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230AwPfRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230AwPfRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230AwPfRN .row {
  flex-direction: row-reverse;
}
.cid-v230AwPfRN .mbr-description {
  color: #71134c;
}
.cid-v230BsxTYS {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230BsxTYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230BsxTYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230BsxTYS .row {
  flex-direction: row-reverse;
}
.cid-v230EeZ44n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v230EeZ44n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230EeZ44n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230EeZ44n .mbr-section-title {
  color: #71134c;
}
.cid-v230F4NZSf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v230F4NZSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230F4NZSf .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-v230F4NZSf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v230F4NZSf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v230F4NZSf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v230F4NZSf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v230F4NZSf .mbr-section-title {
  color: #0c2c68;
}
.cid-v230F4NZSf .mbr-text,
.cid-v230F4NZSf .mbr-section-btn {
  color: #000000;
}
.cid-v230GBoqev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v230GBoqev .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230GBoqev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230GBoqev .mbr-section-title {
  text-align: justify;
}
.cid-v230GBoqev .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v230GBoqev .mbr-section-subtitle {
  text-align: justify;
}
.cid-v230Himwva {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230Himwva .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230Himwva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230Himwva .row {
  flex-direction: row-reverse;
}
.cid-v230Himwva .mbr-description {
  color: #71134c;
}
.cid-v230HSE1LZ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230HSE1LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230HSE1LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230HSE1LZ .row {
  flex-direction: row-reverse;
}
.cid-v230IAMg8r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v230IAMg8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230IAMg8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230IAMg8r .mbr-section-title {
  color: #71134c;
}
.cid-v230Jxslcv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v230Jxslcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230Jxslcv .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-v230Jxslcv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v230Jxslcv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v230Jxslcv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v230Jxslcv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v230Jxslcv .mbr-section-title {
  color: #0c2c68;
}
.cid-v230Jxslcv .mbr-text,
.cid-v230Jxslcv .mbr-section-btn {
  color: #000000;
}
.cid-v230Ktz3zG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v230Ktz3zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230Ktz3zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230Ktz3zG .mbr-section-title {
  text-align: justify;
}
.cid-v230Ktz3zG .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v230Ktz3zG .mbr-section-subtitle {
  text-align: justify;
}
.cid-v230Lp54K0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230Lp54K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230Lp54K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230Lp54K0 .row {
  flex-direction: row-reverse;
}
.cid-v230Lp54K0 .mbr-description {
  color: #71134c;
}
.cid-v230LWxgQo {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230LWxgQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230LWxgQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230LWxgQo .row {
  flex-direction: row-reverse;
}
.cid-v230MEfGTw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v230MEfGTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230MEfGTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230MEfGTw .mbr-section-title {
  color: #71134c;
}
.cid-v230NudEhk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v230NudEhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230NudEhk .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-v230NudEhk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v230NudEhk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v230NudEhk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v230NudEhk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v230NudEhk .mbr-section-title {
  color: #0c2c68;
}
.cid-v230NudEhk .mbr-text,
.cid-v230NudEhk .mbr-section-btn {
  color: #000000;
}
.cid-v230ObUvKU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v230ObUvKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230ObUvKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230ObUvKU .mbr-section-title {
  text-align: justify;
}
.cid-v230ObUvKU .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v230ObUvKU .mbr-section-subtitle {
  text-align: justify;
}
.cid-v230OTuq9o {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230OTuq9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230OTuq9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230OTuq9o .row {
  flex-direction: row-reverse;
}
.cid-v230OTuq9o .mbr-description {
  color: #71134c;
}
.cid-v230Px4X5E {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v230Px4X5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v230Px4X5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v230Px4X5E .row {
  flex-direction: row-reverse;
}
.cid-v23bWWFWIk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23bWWFWIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23bWWFWIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23bWWFWIk .mbr-section-title {
  color: #71134c;
}
.cid-v23bXUOPec {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23bXUOPec .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23bXUOPec .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-v23bXUOPec .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23bXUOPec .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23bXUOPec .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23bXUOPec .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23bXUOPec .mbr-section-title {
  color: #0c2c68;
}
.cid-v23bXUOPec .mbr-text,
.cid-v23bXUOPec .mbr-section-btn {
  color: #000000;
}
.cid-v23bZJii0t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23bZJii0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23bZJii0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23bZJii0t .mbr-section-title {
  text-align: justify;
}
.cid-v23bZJii0t .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23bZJii0t .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23c0rgrTp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23c0rgrTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c0rgrTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c0rgrTp .row {
  flex-direction: row-reverse;
}
.cid-v23c0rgrTp .mbr-description {
  color: #71134c;
}
.cid-v23c14OMo9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23c14OMo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c14OMo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c14OMo9 .row {
  flex-direction: row-reverse;
}
.cid-v23ja2RRF7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23ja2RRF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23ja2RRF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23ja2RRF7 .mbr-section-title {
  color: #71134c;
}
.cid-v23c2VlPdd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23c2VlPdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c2VlPdd .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-v23c2VlPdd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23c2VlPdd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23c2VlPdd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23c2VlPdd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23c2VlPdd .mbr-section-title {
  color: #0c2c68;
}
.cid-v23c2VlPdd .mbr-text,
.cid-v23c2VlPdd .mbr-section-btn {
  color: #000000;
}
.cid-v23c3yGwue {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23c3yGwue .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c3yGwue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c3yGwue .mbr-section-title {
  text-align: justify;
}
.cid-v23c3yGwue .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23c3yGwue .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23c4jXDkb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23c4jXDkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c4jXDkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c4jXDkb .row {
  flex-direction: row-reverse;
}
.cid-v23c4jXDkb .mbr-description {
  color: #71134c;
}
.cid-v23c4VDSG9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23c4VDSG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c4VDSG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c4VDSG9 .row {
  flex-direction: row-reverse;
}
.cid-v23c5H9z6U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23c5H9z6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c5H9z6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c5H9z6U .mbr-section-title {
  color: #71134c;
}
.cid-v23c6wadhz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23c6wadhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c6wadhz .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-v23c6wadhz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23c6wadhz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23c6wadhz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23c6wadhz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23c6wadhz .mbr-section-title {
  color: #0c2c68;
}
.cid-v23c6wadhz .mbr-text,
.cid-v23c6wadhz .mbr-section-btn {
  color: #000000;
}
.cid-v23c726WlD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23c726WlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c726WlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c726WlD .mbr-section-title {
  text-align: justify;
}
.cid-v23c726WlD .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23c726WlD .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23c7IiLDd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23c7IiLDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c7IiLDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c7IiLDd .row {
  flex-direction: row-reverse;
}
.cid-v23c7IiLDd .mbr-description {
  color: #71134c;
}
.cid-v23c8iFIAC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23c8iFIAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c8iFIAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c8iFIAC .row {
  flex-direction: row-reverse;
}
.cid-v23c8WOayO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23c8WOayO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23c8WOayO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23c8WOayO .mbr-section-title {
  color: #71134c;
}
.cid-v23jpQbgfy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23jpQbgfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jpQbgfy .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-v23jpQbgfy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23jpQbgfy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23jpQbgfy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23jpQbgfy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23jpQbgfy .mbr-section-title {
  color: #0c2c68;
}
.cid-v23jpQbgfy .mbr-text,
.cid-v23jpQbgfy .mbr-section-btn {
  color: #000000;
}
.cid-v23jqFGeUJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23jqFGeUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jqFGeUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jqFGeUJ .mbr-section-title {
  text-align: justify;
}
.cid-v23jqFGeUJ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23jqFGeUJ .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23jrkmn00 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23jrkmn00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jrkmn00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jrkmn00 .row {
  flex-direction: row-reverse;
}
.cid-v23jrkmn00 .mbr-description {
  color: #71134c;
}
.cid-v23jrS1nQ8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23jrS1nQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jrS1nQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jrS1nQ8 .row {
  flex-direction: row-reverse;
}
.cid-v23jsvbonC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23jsvbonC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jsvbonC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jsvbonC .mbr-section-title {
  color: #71134c;
}
.cid-v23jtJJHyH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23jtJJHyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jtJJHyH .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-v23jtJJHyH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23jtJJHyH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23jtJJHyH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23jtJJHyH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23jtJJHyH .mbr-section-title {
  color: #0c2c68;
}
.cid-v23jtJJHyH .mbr-text,
.cid-v23jtJJHyH .mbr-section-btn {
  color: #000000;
}
.cid-v23jupaTrI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23jupaTrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jupaTrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jupaTrI .mbr-section-title {
  text-align: justify;
}
.cid-v23jupaTrI .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23jupaTrI .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23jv1pARD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23jv1pARD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jv1pARD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jv1pARD .row {
  flex-direction: row-reverse;
}
.cid-v23jv1pARD .mbr-description {
  color: #71134c;
}
.cid-v23jvBHy2z {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23jvBHy2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jvBHy2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jvBHy2z .row {
  flex-direction: row-reverse;
}
.cid-v23jwcaGLY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23jwcaGLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jwcaGLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jwcaGLY .mbr-section-title {
  color: #71134c;
}
.cid-v23jwUAHey {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23jwUAHey .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jwUAHey .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-v23jwUAHey .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23jwUAHey .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23jwUAHey .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23jwUAHey .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23jwUAHey .mbr-section-title {
  color: #0c2c68;
}
.cid-v23jwUAHey .mbr-text,
.cid-v23jwUAHey .mbr-section-btn {
  color: #000000;
}
.cid-v23jxsN8Qu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23jxsN8Qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jxsN8Qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jxsN8Qu .mbr-section-title {
  text-align: justify;
}
.cid-v23jxsN8Qu .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23jxsN8Qu .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23jybYIN9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23jybYIN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jybYIN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jybYIN9 .row {
  flex-direction: row-reverse;
}
.cid-v23jybYIN9 .mbr-description {
  color: #71134c;
}
.cid-v23jLit5qa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23jLit5qa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jLit5qa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jLit5qa .row {
  flex-direction: row-reverse;
}
.cid-v23jM0tVBN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23jM0tVBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23jM0tVBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23jM0tVBN .mbr-section-title {
  color: #71134c;
}
.cid-v23nfZ91c1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23nfZ91c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nfZ91c1 .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-v23nfZ91c1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23nfZ91c1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23nfZ91c1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23nfZ91c1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23nfZ91c1 .mbr-section-title {
  color: #0c2c68;
}
.cid-v23nfZ91c1 .mbr-text,
.cid-v23nfZ91c1 .mbr-section-btn {
  color: #000000;
}
.cid-v23ngOeSc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23ngOeSc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23ngOeSc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23ngOeSc1 .mbr-section-title {
  text-align: justify;
}
.cid-v23ngOeSc1 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23ngOeSc1 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23nhQW3hf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23nhQW3hf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23nhQW3hf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23nhQW3hf .row {
  flex-direction: row-reverse;
}
.cid-v23nhQW3hf .mbr-description {
  color: #71134c;
}
.cid-v23niOZhFo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23niOZhFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23niOZhFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23niOZhFo .row {
  flex-direction: row-reverse;
}
.cid-v23oEBGshJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23oEBGshJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oEBGshJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oEBGshJ .mbr-section-title {
  color: #71134c;
}
.cid-v23oGURd1L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23oGURd1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oGURd1L .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-v23oGURd1L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23oGURd1L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23oGURd1L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23oGURd1L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23oGURd1L .mbr-section-title {
  color: #0c2c68;
}
.cid-v23oGURd1L .mbr-text,
.cid-v23oGURd1L .mbr-section-btn {
  color: #000000;
}
.cid-v23oHJkfCi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23oHJkfCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oHJkfCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oHJkfCi .mbr-section-title {
  text-align: justify;
}
.cid-v23oHJkfCi .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23oHJkfCi .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23oIHfPg8 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23oIHfPg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oIHfPg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oIHfPg8 .row {
  flex-direction: row-reverse;
}
.cid-v23oIHfPg8 .mbr-description {
  color: #71134c;
}
.cid-v23oJkBKSx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23oJkBKSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oJkBKSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oJkBKSx .row {
  flex-direction: row-reverse;
}
.cid-v23oK0Opdm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23oK0Opdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oK0Opdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oK0Opdm .mbr-section-title {
  color: #71134c;
}
.cid-v23oOlgFp1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23oOlgFp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oOlgFp1 .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-v23oOlgFp1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23oOlgFp1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23oOlgFp1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23oOlgFp1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23oOlgFp1 .mbr-section-title {
  color: #0c2c68;
}
.cid-v23oOlgFp1 .mbr-text,
.cid-v23oOlgFp1 .mbr-section-btn {
  color: #000000;
}
.cid-v23oP5qpxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23oP5qpxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oP5qpxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oP5qpxo .mbr-section-title {
  text-align: justify;
}
.cid-v23oP5qpxo .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23oP5qpxo .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23oUftPKx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23oUftPKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oUftPKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oUftPKx .row {
  flex-direction: row-reverse;
}
.cid-v23oUftPKx .mbr-description {
  color: #71134c;
}
.cid-v23oUNEZ59 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23oUNEZ59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oUNEZ59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oUNEZ59 .row {
  flex-direction: row-reverse;
}
.cid-v23p0isHE4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23p0isHE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23p0isHE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23p0isHE4 .mbr-section-title {
  color: #71134c;
}
.cid-v23oWs8W9E {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23oWs8W9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oWs8W9E .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-v23oWs8W9E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23oWs8W9E .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23oWs8W9E .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23oWs8W9E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23oWs8W9E .mbr-section-title {
  color: #0c2c68;
}
.cid-v23oWs8W9E .mbr-text,
.cid-v23oWs8W9E .mbr-section-btn {
  color: #000000;
}
.cid-v23oXC24t4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23oXC24t4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oXC24t4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oXC24t4 .mbr-section-title {
  text-align: justify;
}
.cid-v23oXC24t4 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23oXC24t4 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23oYDKdYp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23oYDKdYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oYDKdYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oYDKdYp .row {
  flex-direction: row-reverse;
}
.cid-v23oYDKdYp .mbr-description {
  color: #71134c;
}
.cid-v23oZhMg5I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23oZhMg5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oZhMg5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oZhMg5I .row {
  flex-direction: row-reverse;
}
.cid-v23oVq4GhQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23oVq4GhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23oVq4GhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23oVq4GhQ .mbr-section-title {
  color: #71134c;
}
.cid-v23p4XMAOJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v23p4XMAOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23p4XMAOJ .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-v23p4XMAOJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v23p4XMAOJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v23p4XMAOJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v23p4XMAOJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v23p4XMAOJ .mbr-section-title {
  color: #0c2c68;
}
.cid-v23p4XMAOJ .mbr-text,
.cid-v23p4XMAOJ .mbr-section-btn {
  color: #000000;
}
.cid-v23p5x8IXM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23p5x8IXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23p5x8IXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23p5x8IXM .mbr-section-title {
  text-align: justify;
}
.cid-v23p5x8IXM .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v23p5x8IXM .mbr-section-subtitle {
  text-align: justify;
}
.cid-v23p6jcmlY {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v23p6jcmlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23p6jcmlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23p6jcmlY .row {
  flex-direction: row-reverse;
}
.cid-v23p6jcmlY .mbr-description {
  color: #71134c;
}
.cid-v23p6QDnpH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v23p6QDnpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23p6QDnpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23p6QDnpH .row {
  flex-direction: row-reverse;
}
.cid-v23p7B2x9J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v23p7B2x9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23p7B2x9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23p7B2x9J .mbr-section-title {
  color: #71134c;
}
.cid-v24AfrL2aw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v24AfrL2aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24AfrL2aw .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-v24AfrL2aw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v24AfrL2aw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v24AfrL2aw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v24AfrL2aw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v24AfrL2aw .mbr-section-title {
  color: #0c2c68;
}
.cid-v24AfrL2aw .mbr-text,
.cid-v24AfrL2aw .mbr-section-btn {
  color: #000000;
}
.cid-v24E6Cyd1W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v24E6Cyd1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24E6Cyd1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24E6Cyd1W .mbr-section-title {
  text-align: justify;
}
.cid-v24E6Cyd1W .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v24E6Cyd1W .mbr-section-subtitle {
  text-align: justify;
}
.cid-v24AigXbhe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v24AigXbhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24AigXbhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24AigXbhe .row {
  flex-direction: row-reverse;
}
.cid-v24AigXbhe .mbr-description {
  color: #71134c;
}
.cid-v24Aj5WKO0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v24Aj5WKO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24Aj5WKO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24Aj5WKO0 .row {
  flex-direction: row-reverse;
}
.cid-v24AjS5xL2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v24AjS5xL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24AjS5xL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24AjS5xL2 .mbr-section-title {
  color: #0c2c68;
}
.cid-v2gDss48T9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2gDss48T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gDss48T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gDss48T9 .mbr-section-title {
  color: #71134c;
}
.cid-v2gGGfcZ6D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2gGGfcZ6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gGGfcZ6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gGGfcZ6D .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gGGfcZ6D .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gGGfcZ6D .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gGGfcZ6D .content-head {
  max-width: 800px;
}
.cid-v2gGGfcZ6D .mbr-section-title {
  color: #0c2c68;
}
.cid-v2gGGfcZ6D .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v24JEXJItB {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v24JEXJItB {
    align-items: flex-end;
  }
  .cid-v24JEXJItB .row {
    justify-content: flex-start;
  }
  .cid-v24JEXJItB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v24JEXJItB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v24JEXJItB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v24JEXJItB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v24JEXJItB .content-wrap {
    width: 100%;
  }
}
.cid-v24JEXJItB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24JEXJItB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v24JEXJItB .mbr-section-title,
.cid-v24JEXJItB .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v24JEXJItB .mbr-text,
.cid-v24JEXJItB .mbr-section-btn {
  text-align: left;
}
.cid-v24JEXJItB .mbr-section-title {
  color: #ffffff;
}
.cid-v24JKQpKvc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v24JKQpKvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24JKQpKvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24JKQpKvc .mbr-section-title {
  color: #0c2c68;
}
.cid-v24JMeOx5Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v24JMeOx5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24JMeOx5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24JMeOx5Q .mbr-section-title {
  color: #0c2c68;
}
.cid-v2a7Gnld7a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2a7Gnld7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a7Gnld7a .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-v2a7Gnld7a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2a7Gnld7a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2a7Gnld7a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2a7Gnld7a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2a7Gnld7a .mbr-section-title {
  color: #0c2c68;
}
.cid-v2a7Gnld7a .mbr-text,
.cid-v2a7Gnld7a .mbr-section-btn {
  color: #000000;
}
.cid-v2a7HH043h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2a7HH043h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a7HH043h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a7HH043h .mbr-section-title {
  text-align: justify;
}
.cid-v2a7HH043h .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2a7HH043h .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2a7IHsugo {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2a7IHsugo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a7IHsugo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a7IHsugo .row {
  flex-direction: row-reverse;
}
.cid-v2a7IHsugo .mbr-description {
  color: #71134c;
}
.cid-v2alJewj5H {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2alJewj5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2alJewj5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2alJewj5H .row {
  flex-direction: row-reverse;
}
.cid-v2a7L7Pytn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2a7L7Pytn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a7L7Pytn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2a7L7Pytn .mbr-section-title {
  color: #71134c;
}
.cid-v2aoeHU85q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2aoeHU85q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aoeHU85q .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-v2aoeHU85q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2aoeHU85q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2aoeHU85q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aoeHU85q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aoeHU85q .mbr-section-title {
  color: #0c2c68;
}
.cid-v2aoeHU85q .mbr-text,
.cid-v2aoeHU85q .mbr-section-btn {
  color: #000000;
}
.cid-v2aofnKDwz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2aofnKDwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aofnKDwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aofnKDwz .mbr-section-title {
  text-align: justify;
}
.cid-v2aofnKDwz .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2aofnKDwz .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2aogaB1pr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aogaB1pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aogaB1pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aogaB1pr .row {
  flex-direction: row-reverse;
}
.cid-v2aogaB1pr .mbr-description {
  color: #71134c;
}
.cid-v2aogVeWth {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aogVeWth .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aogVeWth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aogVeWth .row {
  flex-direction: row-reverse;
}
.cid-v2aoiz7uWG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aoiz7uWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aoiz7uWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aoiz7uWG .mbr-section-title {
  color: #71134c;
}
.cid-v2aokfrEZa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2aokfrEZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aokfrEZa .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-v2aokfrEZa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2aokfrEZa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2aokfrEZa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aokfrEZa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aokfrEZa .mbr-section-title {
  color: #0c2c68;
}
.cid-v2aokfrEZa .mbr-text,
.cid-v2aokfrEZa .mbr-section-btn {
  color: #000000;
}
.cid-v2aokZecdM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2aokZecdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aokZecdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aokZecdM .mbr-section-title {
  text-align: justify;
}
.cid-v2aokZecdM .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2aokZecdM .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2aolPNBC9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aolPNBC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aolPNBC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aolPNBC9 .row {
  flex-direction: row-reverse;
}
.cid-v2aolPNBC9 .mbr-description {
  color: #71134c;
}
.cid-v2aomorFX5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aomorFX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aomorFX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aomorFX5 .row {
  flex-direction: row-reverse;
}
.cid-v2aon4gAdo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aon4gAdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aon4gAdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aon4gAdo .mbr-section-title {
  color: #71134c;
}
.cid-v2aonUcFLW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2aonUcFLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aonUcFLW .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-v2aonUcFLW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2aonUcFLW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2aonUcFLW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aonUcFLW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aonUcFLW .mbr-section-title {
  color: #0c2c68;
}
.cid-v2aonUcFLW .mbr-text,
.cid-v2aonUcFLW .mbr-section-btn {
  color: #000000;
}
.cid-v2aoovfSNW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2aoovfSNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aoovfSNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aoovfSNW .mbr-section-title {
  text-align: justify;
}
.cid-v2aoovfSNW .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2aoovfSNW .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2aop7Z0wg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aop7Z0wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aop7Z0wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aop7Z0wg .row {
  flex-direction: row-reverse;
}
.cid-v2aop7Z0wg .mbr-description {
  color: #71134c;
}
.cid-v2aopEhUrv {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aopEhUrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aopEhUrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aopEhUrv .row {
  flex-direction: row-reverse;
}
.cid-v2aoqlB88b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aoqlB88b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aoqlB88b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aoqlB88b .mbr-section-title {
  color: #71134c;
}
.cid-v2aork9M6a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2aork9M6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aork9M6a .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-v2aork9M6a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2aork9M6a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2aork9M6a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aork9M6a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aork9M6a .mbr-section-title {
  color: #0c2c68;
}
.cid-v2aork9M6a .mbr-text,
.cid-v2aork9M6a .mbr-section-btn {
  color: #000000;
}
.cid-v2aorNKx64 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2aorNKx64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aorNKx64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aorNKx64 .mbr-section-title {
  text-align: justify;
}
.cid-v2aorNKx64 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2aorNKx64 .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2aosmcdHE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aosmcdHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aosmcdHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aosmcdHE .row {
  flex-direction: row-reverse;
}
.cid-v2aosmcdHE .mbr-description {
  color: #71134c;
}
.cid-v2aosTPNvP {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aosTPNvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aosTPNvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aosTPNvP .row {
  flex-direction: row-reverse;
}
.cid-v2aotqCBu1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aotqCBu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aotqCBu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aotqCBu1 .mbr-section-title {
  color: #71134c;
}
.cid-v2aoufBQrZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2aoufBQrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aoufBQrZ .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-v2aoufBQrZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2aoufBQrZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2aoufBQrZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2aoufBQrZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2aoufBQrZ .mbr-section-title {
  color: #0c2c68;
}
.cid-v2aoufBQrZ .mbr-text,
.cid-v2aoufBQrZ .mbr-section-btn {
  color: #000000;
}
.cid-v2aouUGIyT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2aouUGIyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aouUGIyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aouUGIyT .mbr-section-title {
  text-align: justify;
}
.cid-v2aouUGIyT .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2aouUGIyT .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2aovsKxGH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aovsKxGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aovsKxGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aovsKxGH .row {
  flex-direction: row-reverse;
}
.cid-v2aovsKxGH .mbr-description {
  color: #71134c;
}
.cid-v2aovUFYZT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2aovUFYZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aovUFYZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aovUFYZT .row {
  flex-direction: row-reverse;
}
.cid-v2aoTG05F8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aoTG05F8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aoTG05F8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aoTG05F8 .mbr-section-title {
  color: #71134c;
}
.cid-v2ap0OxGhz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2ap0OxGhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ap0OxGhz .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-v2ap0OxGhz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2ap0OxGhz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2ap0OxGhz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2ap0OxGhz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2ap0OxGhz .mbr-section-title {
  color: #0c2c68;
}
.cid-v2ap0OxGhz .mbr-text,
.cid-v2ap0OxGhz .mbr-section-btn {
  color: #000000;
}
.cid-v2ap1t4QHo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2ap1t4QHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ap1t4QHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ap1t4QHo .mbr-section-title {
  text-align: justify;
}
.cid-v2ap1t4QHo .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2ap1t4QHo .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2ap24JLBR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2ap24JLBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ap24JLBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ap24JLBR .row {
  flex-direction: row-reverse;
}
.cid-v2ap24JLBR .mbr-description {
  color: #71134c;
}
.cid-v2ap2A1R2j {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2ap2A1R2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ap2A1R2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ap2A1R2j .row {
  flex-direction: row-reverse;
}
.cid-v2ap5Ir5cu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2ap5Ir5cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ap5Ir5cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ap5Ir5cu .mbr-section-title {
  color: #71134c;
}
.cid-v2gK8klo6F {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2gK8klo6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gK8klo6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gK8klo6F .mbr-section-title {
  color: #71134c;
}
.cid-v2gGSCDdrq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2gGSCDdrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gGSCDdrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gGSCDdrq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gGSCDdrq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gGSCDdrq .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gGSCDdrq .content-head {
  max-width: 800px;
}
.cid-v2gGSCDdrq .mbr-section-title {
  color: #0c2c68;
}
.cid-v2gGSCDdrq .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2g3SlxqmQ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v2g3SlxqmQ {
    align-items: flex-end;
  }
  .cid-v2g3SlxqmQ .row {
    justify-content: flex-start;
  }
  .cid-v2g3SlxqmQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2g3SlxqmQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2g3SlxqmQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v2g3SlxqmQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2g3SlxqmQ .content-wrap {
    width: 100%;
  }
}
.cid-v2g3SlxqmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2g3SlxqmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2g3SlxqmQ .mbr-section-title,
.cid-v2g3SlxqmQ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v2g3SlxqmQ .mbr-text,
.cid-v2g3SlxqmQ .mbr-section-btn {
  text-align: left;
}
.cid-v2g3SlxqmQ .mbr-section-title {
  color: #ffffff;
}
.cid-v2g3ZS9F9x {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v2g3ZS9F9x .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v2g3ZS9F9x .panel-group {
  border: none;
}
.cid-v2g3ZS9F9x .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2g3ZS9F9x .card-header {
    padding: 0rem;
  }
}
.cid-v2g3ZS9F9x .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v2g3ZS9F9x .img-col {
  padding: 0;
}
.cid-v2g3ZS9F9x .img-item {
  height: 100%;
}
.cid-v2g3ZS9F9x img {
  height: 100%;
  object-fit: cover;
}
.cid-v2g3ZS9F9x .collapsed span {
  transform: rotate(0deg);
}
.cid-v2g3ZS9F9x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2g3ZS9F9x p {
  margin-bottom: 0.3rem;
}
.cid-v2g3ZS9F9x .panel-title-edit {
  color: #000000;
}
.cid-v2g3ZS9F9x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v2g3ZS9F9x .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v2g3ZS9F9x .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2g3ZS9F9x .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v2g3ZS9F9x .panel-text {
  color: #000000;
}
.cid-v2g3ZS9F9x .mbr-section-title {
  text-align: center;
  color: #71134c;
}
.cid-v2g3ZS9F9x .mbr-section-subtitle {
  color: #71134c;
  text-align: center;
}
.cid-v2g3ZS9F9x .panel-title-edit,
.cid-v2g3ZS9F9x .mbr-iconfont {
  color: #000000;
}
.cid-v2g5BVhcS2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v2g5BVhcS2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v2g5BVhcS2 .panel-group {
  border: none;
}
.cid-v2g5BVhcS2 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2g5BVhcS2 .card-header {
    padding: 0rem;
  }
}
.cid-v2g5BVhcS2 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v2g5BVhcS2 .img-col {
  padding: 0;
}
.cid-v2g5BVhcS2 .img-item {
  height: 100%;
}
.cid-v2g5BVhcS2 img {
  height: 100%;
  object-fit: cover;
}
.cid-v2g5BVhcS2 .collapsed span {
  transform: rotate(0deg);
}
.cid-v2g5BVhcS2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2g5BVhcS2 p {
  margin-bottom: 0.3rem;
}
.cid-v2g5BVhcS2 .panel-title-edit {
  color: #000000;
}
.cid-v2g5BVhcS2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v2g5BVhcS2 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v2g5BVhcS2 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2g5BVhcS2 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v2g5BVhcS2 .panel-text {
  color: #000000;
}
.cid-v2g5BVhcS2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2g5BVhcS2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2g5BVhcS2 .panel-title-edit,
.cid-v2g5BVhcS2 .mbr-iconfont {
  color: #000000;
}
.cid-v2gHf0zYpE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gHf0zYpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gHf0zYpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gHf0zYpE .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gHf0zYpE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gHf0zYpE .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gHf0zYpE .content-head {
  max-width: 800px;
}
.cid-v2gHf0zYpE .mbr-section-title {
  color: #71134c;
}
.cid-v2gHf0zYpE .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2gxxqN6rW {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v2gxxqN6rW {
    align-items: flex-end;
  }
  .cid-v2gxxqN6rW .row {
    justify-content: flex-start;
  }
  .cid-v2gxxqN6rW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2gxxqN6rW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2gxxqN6rW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v2gxxqN6rW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2gxxqN6rW .content-wrap {
    width: 100%;
  }
}
.cid-v2gxxqN6rW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gxxqN6rW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2gxxqN6rW .mbr-section-title,
.cid-v2gxxqN6rW .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v2gxxqN6rW .mbr-text,
.cid-v2gxxqN6rW .mbr-section-btn {
  text-align: left;
}
.cid-v2gxxqN6rW .mbr-section-title {
  color: #ffffff;
}
.cid-v2gxqUjHWT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v2gxqUjHWT .row {
  flex-direction: row-reverse;
}
.cid-v2gxqUjHWT .justify-content-center {
  align-items: center;
}
.cid-v2gxqUjHWT .mbr-section-title {
  text-align: center;
}
.cid-v2gxqUjHWT .mbr-text,
.cid-v2gxqUjHWT .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v2gxqUjHWT .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2gxqUjHWT .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2gxqUjHWT .item-wrapper {
    padding: 4rem;
  }
}
.cid-v2gHar7dr1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v2gHar7dr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gHar7dr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gHar7dr1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gHar7dr1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gHar7dr1 .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gHar7dr1 .content-head {
  max-width: 800px;
}
.cid-v2gHar7dr1 .mbr-section-title {
  color: #71134c;
}
.cid-v2gHar7dr1 .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2JRsWaUuj {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-v2JRsWaUuj {
    align-items: flex-end;
  }
  .cid-v2JRsWaUuj .row {
    justify-content: flex-start;
  }
  .cid-v2JRsWaUuj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2JRsWaUuj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2JRsWaUuj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v2JRsWaUuj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2JRsWaUuj .content-wrap {
    width: 100%;
  }
}
.cid-v2JRsWaUuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JRsWaUuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2JRsWaUuj .mbr-section-title,
.cid-v2JRsWaUuj .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v2JRsWaUuj .mbr-text,
.cid-v2JRsWaUuj .mbr-section-btn {
  text-align: left;
}
.cid-v37eFqdvIW {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .cid-v37eFqdvIW {
    align-items: flex-end;
  }
  .cid-v37eFqdvIW .row {
    justify-content: flex-start;
  }
  .cid-v37eFqdvIW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v37eFqdvIW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v37eFqdvIW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v37eFqdvIW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v37eFqdvIW .content-wrap {
    width: 100%;
  }
}
.cid-v37eFqdvIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37eFqdvIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v37eFqdvIW .mbr-section-title,
.cid-v37eFqdvIW .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v37eFqdvIW .mbr-text,
.cid-v37eFqdvIW .mbr-section-btn {
  text-align: left;
}
.cid-v37eFqdvIW .mbr-section-title {
  color: #ffffff;
}
.cid-v37f0hGtwt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v37f0hGtwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37f0hGtwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37f0hGtwt .mbr-section-subtitle {
  text-align: justify;
}
.cid-v37f0hGtwt .mbr-section-title {
  color: #71134c;
}
.cid-v37egtOXkS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v37egtOXkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37egtOXkS .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-v37egtOXkS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v37egtOXkS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v37egtOXkS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v37egtOXkS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v37egtOXkS .mbr-section-title {
  color: #71134c;
}
.cid-v37egtOXkS .mbr-text,
.cid-v37egtOXkS .mbr-section-btn {
  color: #000000;
}
.cid-v37ewLSzKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v37ewLSzKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37ewLSzKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37ewLSzKP .mbr-section-subtitle {
  text-align: justify;
}
.cid-v37exALlT8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v37exALlT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37exALlT8 .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-v37exALlT8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v37exALlT8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v37exALlT8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v37exALlT8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v37exALlT8 .mbr-section-title {
  color: #71134c;
}
.cid-v37exALlT8 .mbr-text,
.cid-v37exALlT8 .mbr-section-btn {
  color: #000000;
}
.cid-v37ey8RD6N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v37ey8RD6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37ey8RD6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37ey8RD6N .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v37ey8RD6N .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v37ey8RD6N .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v37ey8RD6N .card-wrapper {
    padding: 4rem;
  }
}
.cid-v37ey8RD6N .mbr-text,
.cid-v37ey8RD6N .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v37ey8RD6N .card-title,
.cid-v37ey8RD6N .card-box {
  text-align: left;
  color: #000000;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v10L78a88H {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-v10L78a88H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v10L78a88H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v10L78a88H .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v10L78a88H .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v10L78a88H .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v10L78a88H .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v10L78a88H .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v10L78a88H .image-wrapper {
  padding: 0 1rem;
}
.cid-v10L78a88H img,
.cid-v10L78a88H .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v10L78a88H img,
  .cid-v10L78a88H .image-wrapper {
    max-height: 350px;
  }
}
.cid-v10L78a88H .mbr-section-title {
  color: #000000;
}
.cid-v10L78a88H .mbr-text {
  color: #000000;
}
.cid-v10L78a88H .mbr-text,
.cid-v10L78a88H .mbr-section-btn {
  text-align: left;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0DexjxxKw {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v0DexjxxKw {
    align-items: flex-end;
  }
  .cid-v0DexjxxKw .row {
    justify-content: flex-start;
  }
  .cid-v0DexjxxKw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0DexjxxKw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0DexjxxKw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0DexjxxKw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0DexjxxKw .content-wrap {
    width: 100%;
  }
}
.cid-v0DexjxxKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0DexjxxKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v0DexjxxKw .mbr-section-title,
.cid-v0DexjxxKw .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v0DexjxxKw .mbr-text,
.cid-v0DexjxxKw .mbr-section-btn {
  text-align: left;
}
.cid-v0DexjxxKw .mbr-section-title {
  color: #ffffff;
}
.cid-v4UYYMM4iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4UYYMM4iD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UYYMM4iD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UYYMM4iD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UYYMM4iD .mbr-section-title {
  color: #71134c;
}
.cid-v4UYYMM4iD .mbr-text,
.cid-v4UYYMM4iD .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v4UYYMM4iD .mbr-section-title DIV {
  text-align: justify;
}
.cid-v4UYZCrtxR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4UYZCrtxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UYZCrtxR .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-v4UYZCrtxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UYZCrtxR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UYZCrtxR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UYZCrtxR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UYZCrtxR .mbr-section-title {
  color: #71134c;
}
.cid-v4UYZCrtxR .mbr-text,
.cid-v4UYZCrtxR .mbr-section-btn {
  color: #000000;
}
.cid-v4UZ0wP0BT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4UZ0wP0BT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UZ0wP0BT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UZ0wP0BT .mbr-section-title {
  text-align: justify;
  color: #71134c;
}
.cid-v4UZ0wP0BT .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v4UZ0wP0BT .mbr-section-subtitle {
  text-align: justify;
}
.cid-v4UZ0wP0BT .mbr-section-title DIV {
  text-align: center;
}
.cid-v2gGaXYiB7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2gGaXYiB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gGaXYiB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gGaXYiB7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gGaXYiB7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gGaXYiB7 .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gGaXYiB7 .content-head {
  max-width: 800px;
}
.cid-v2gGaXYiB7 .mbr-section-title {
  color: #0c2c68;
}
.cid-v2gGaXYiB7 .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-v0DeMSqHhn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0DeMSqHhn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0DeMSqHhn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0DeMSqHhn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0DeMSqHhn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0DeMSqHhn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0DeMSqHhn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0DeMSqHhn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: #ffffff !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: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0DeMSqHhn .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0DeMSqHhn .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: #ffffff;
  background: #ffffff !important;
}
.cid-v0DeMSqHhn .nav-item:focus,
.cid-v0DeMSqHhn .nav-link:focus {
  outline: none;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0DeMSqHhn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0DeMSqHhn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0DeMSqHhn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0DeMSqHhn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0DeMSqHhn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0DeMSqHhn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0DeMSqHhn .navbar.collapsed {
  justify-content: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0DeMSqHhn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0DeMSqHhn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0DeMSqHhn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0DeMSqHhn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0DeMSqHhn .navbar {
    min-height: 72px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0DeMSqHhn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0DeMSqHhn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0DeMSqHhn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0DeMSqHhn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0DeMSqHhn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0DeMSqHhn .dropdown-item.active,
.cid-v0DeMSqHhn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0DeMSqHhn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0DeMSqHhn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0DeMSqHhn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0DeMSqHhn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0DeMSqHhn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0DeMSqHhn .navbar-buttons {
    text-align: left;
  }
}
.cid-v0DeMSqHhn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f10e0e;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0DeMSqHhn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0DeMSqHhn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0DeMSqHhn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0DeMSqHhn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0DeMSqHhn .navbar {
    height: 70px;
  }
  .cid-v0DeMSqHhn .navbar.opened {
    height: auto;
  }
  .cid-v0DeMSqHhn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0DeMSqHhn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0DeMSqHhn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0DeMSqHhn .navbar-brand {
    margin-right: auto;
  }
  .cid-v0DeMSqHhn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: #ffffff !important;
    background: #ffffff !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0DeMSqHhn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0DeMSqHhn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0DeMSqHhn .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-v0DeMSqHhn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0DeMSqHhn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v09SdwfHcq {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .cid-v09SdwfHcq {
    align-items: flex-end;
  }
  .cid-v09SdwfHcq .row {
    justify-content: flex-start;
  }
  .cid-v09SdwfHcq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v09SdwfHcq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v09SdwfHcq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v09SdwfHcq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v09SdwfHcq .content-wrap {
    width: 100%;
  }
}
.cid-v09SdwfHcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09SdwfHcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v09SdwfHcq .mbr-section-title,
.cid-v09SdwfHcq .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v09SdwfHcq .mbr-text,
.cid-v09SdwfHcq .mbr-section-btn {
  text-align: left;
}
.cid-v09SdwfHcq .mbr-section-title {
  color: #ffffff;
}
.cid-v4UXdYq3z1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4UXdYq3z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UXdYq3z1 .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-v4UXdYq3z1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UXdYq3z1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UXdYq3z1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UXdYq3z1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UXdYq3z1 .mbr-section-title {
  color: #71134c;
}
.cid-v4UXdYq3z1 .mbr-text,
.cid-v4UXdYq3z1 .mbr-section-btn {
  color: #000000;
}
.cid-v4UXfLE7mj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4UXfLE7mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UXfLE7mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UXfLE7mj .mbr-section-subtitle {
  text-align: justify;
}
.cid-v4UXh92P32 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4UXh92P32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UXh92P32 .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-v4UXh92P32 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UXh92P32 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UXh92P32 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UXh92P32 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UXh92P32 .mbr-section-title {
  color: #71134c;
}
.cid-v4UXh92P32 .mbr-text,
.cid-v4UXh92P32 .mbr-section-btn {
  color: #000000;
}
.cid-v4UY42DCyA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4UY42DCyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UY42DCyA .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-v4UY42DCyA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UY42DCyA .row {
  flex-direction: row-reverse;
}
.cid-v4UY42DCyA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UY42DCyA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UY42DCyA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UY42DCyA .mbr-section-title {
  color: #71134c;
}
.cid-v4UY42DCyA .mbr-text,
.cid-v4UY42DCyA .mbr-section-btn {
  color: #000000;
}
.cid-v4UXiCM9Et {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4UXiCM9Et .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UXiCM9Et .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-v4UXiCM9Et .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UXiCM9Et .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UXiCM9Et .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UXiCM9Et .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UXiCM9Et .mbr-section-title {
  color: #71134c;
}
.cid-v4UXiCM9Et .mbr-text,
.cid-v4UXiCM9Et .mbr-section-btn {
  color: #000000;
}
.cid-v4UY5Ji9F5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4UY5Ji9F5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UY5Ji9F5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UY5Ji9F5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v4UY5Ji9F5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UY5Ji9F5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UY5Ji9F5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UY5Ji9F5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UY5Ji9F5 .mbr-section-title {
  color: #71134c;
}
.cid-v4UY5Ji9F5 .mbr-text,
.cid-v4UY5Ji9F5 .mbr-section-btn {
  color: #000000;
}
.cid-v4UY6zkxMS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4UY6zkxMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UY6zkxMS .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-v4UY6zkxMS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UY6zkxMS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UY6zkxMS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UY6zkxMS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UY6zkxMS .mbr-section-title {
  color: #71134c;
}
.cid-v4UY6zkxMS .mbr-text,
.cid-v4UY6zkxMS .mbr-section-btn {
  color: #000000;
}
.cid-v4UY7rvytS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4UY7rvytS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UY7rvytS .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-v4UY7rvytS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4UY7rvytS .row {
  flex-direction: row-reverse;
}
.cid-v4UY7rvytS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4UY7rvytS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4UY7rvytS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4UY7rvytS .mbr-section-title {
  color: #71134c;
}
.cid-v4UY7rvytS .mbr-text,
.cid-v4UY7rvytS .mbr-section-btn {
  color: #000000;
}
.cid-v2xnh2LHHz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2xnh2LHHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xnh2LHHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xnh2LHHz .mbr-section-title {
  text-align: justify;
  color: #71134c;
}
.cid-v2xnh2LHHz .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2xnh2LHHz .mbr-section-subtitle {
  text-align: justify;
}
.cid-v2xnh2LHHz .mbr-section-title DIV {
  text-align: center;
}
.cid-v0i2yPqGXe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0i2yPqGXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0i2yPqGXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0i2yPqGXe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0i2yPqGXe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0i2yPqGXe .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-v0i2yPqGXe img,
.cid-v0i2yPqGXe .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0i2yPqGXe .content-head {
  max-width: 800px;
}
.cid-v0i2yPqGXe .mbr-section-title {
  color: #0c2c68;
}
.cid-v0i2yPqGXe .card-title {
  color: #71134c;
}
.cid-v0i2yPqGXe .card-text {
  color: #393193;
}
.cid-v2g7sEh1Zt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2g7sEh1Zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2g7sEh1Zt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2g7sEh1Zt .mbr-section-title {
  color: #71134c;
}
.cid-v2gG3pimt8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2gG3pimt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gG3pimt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gG3pimt8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2gG3pimt8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2gG3pimt8 .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-v2gG3pimt8 .content-head {
  max-width: 800px;
}
.cid-v2gG3pimt8 .mbr-section-title {
  color: #71134c;
}
.cid-v2gG3pimt8 .card-title {
  color: #71134c;
}
.cid-v2gQHujY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
  overflow: hidden;
}
