.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 {
  background-color: #fffaeb;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', 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: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.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: #0a21c2 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #2071aa !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a21c2 !important;
  border-color: #0a21c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0d29f3 !important;
  border-color: #0d29f3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d29f3 !important;
  border-color: #0d29f3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6a4c93 !important;
  border-color: #6a4c93 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8363af !important;
  border-color: #8363af !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8363af !important;
  border-color: #8363af !important;
}
.btn-info,
.btn-info:active {
  background-color: #2071aa !important;
  border-color: #2071aa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #288ed5 !important;
  border-color: #288ed5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #288ed5 !important;
  border-color: #288ed5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #0a21c2;
  color: #0a21c2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #061370 !important;
  background-color: transparent !important;
  border-color: #061370 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a21c2 !important;
  border-color: #0a21c2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6a4c93;
  color: #6a4c93;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #412e5a !important;
  background-color: transparent !important;
  border-color: #412e5a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a4c93 !important;
  border-color: #6a4c93 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2071aa;
  color: #2071aa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #124061 !important;
  background-color: transparent !important;
  border-color: #124061 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2071aa !important;
  border-color: #2071aa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #0a21c2 !important;
}
.text-secondary {
  color: #6a4c93 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #2071aa !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #051061 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3a2950 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #103854 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0a21c2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2071aa;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #0a21c2;
  border-color: #0a21c2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0a21c2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5569f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #67afe2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', 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: #0a21c2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', 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: #0a21c2;
}
/* 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: #0a21c2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a21c2;
}
.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: #0a21c2;
  border-bottom-color: #0a21c2;
}
.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: #0a21c2 !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: #6a4c93 !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='%230a21c2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYcGywSO8W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYcGywSO8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYcGywSO8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYcGywSO8W .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYcGywSO8W .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYcGywSO8W .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYcGywSO8W .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYcGywSO8W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYcGywSO8W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYcGywSO8W .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYcGywSO8W .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYcGywSO8W .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYcGywSO8W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYcGywSO8W .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYcGywSO8W .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYcGywSO8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYcGywSO8W .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYcGywSO8W .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYcGywSO8W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYcGywSO8W .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;
}
.cid-uYcGywSO8W .nav-item:focus,
.cid-uYcGywSO8W .nav-link:focus {
  outline: none;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYcGywSO8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYcGywSO8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar.opened {
  transition: all 0.3s;
}
.cid-uYcGywSO8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYcGywSO8W .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYcGywSO8W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYcGywSO8W .navbar.collapsed {
  justify-content: center;
}
.cid-uYcGywSO8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYcGywSO8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYcGywSO8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYcGywSO8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYcGywSO8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYcGywSO8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYcGywSO8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .navbar {
    min-height: 72px;
  }
  .cid-uYcGywSO8W .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYcGywSO8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYcGywSO8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYcGywSO8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYcGywSO8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYcGywSO8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYcGywSO8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYcGywSO8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYcGywSO8W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYcGywSO8W .dropdown-item.active,
.cid-uYcGywSO8W .dropdown-item:active {
  background-color: transparent;
}
.cid-uYcGywSO8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYcGywSO8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYcGywSO8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYcGywSO8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYcGywSO8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYcGywSO8W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYcGywSO8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYcGywSO8W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYcGywSO8W .navbar-buttons {
    text-align: left;
  }
}
.cid-uYcGywSO8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYcGywSO8W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYcGywSO8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYcGywSO8W .navbar {
    height: 70px;
  }
  .cid-uYcGywSO8W .navbar.opened {
    height: auto;
  }
  .cid-uYcGywSO8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYcGywSO8W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYcGywSO8W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYcGywSO8W .navbar-brand {
    margin-right: auto;
  }
  .cid-uYcGywSO8W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYcGywSO8W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYcGywSO8W .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYcGywSO8W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYfotxAEUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfotxAEUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfotxAEUo .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-uYfotxAEUo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYfotxAEUo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYfotxAEUo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYfotxAEUo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYfotxAEUo .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYfotxAEUo .mbr-text,
.cid-uYfotxAEUo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYlxFcZEx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uYlxFcZEx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlxFcZEx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlxFcZEx1 .mbr-text {
  color: #000000;
}
.cid-uYlxFcZEx1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uYlxFcZEx1 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYlxFcZEx1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYlxFcZEx1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uYlxFcZEx1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYlxFcZEx1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uYlxFcZEx1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYlxFcZEx1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYlxFcZEx1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2071aa;
  background-color: #2071aa;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYlxFcZEx1 .mbr-text UL {
  text-align: left;
}
.cid-uYlxFcZEx1 .mbr-section-subtitle,
.cid-uYlxFcZEx1 .main-button {
  color: #000000;
  text-align: center;
}
.cid-uYlxFcZEx1 .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-uYltqkmmZY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uYltqkmmZY .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-uYltqkmmZY .panel-group {
  border: none;
}
.cid-uYltqkmmZY .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uYltqkmmZY .card-header {
    padding: 0rem;
  }
}
.cid-uYltqkmmZY .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uYltqkmmZY .img-col {
  padding: 0;
}
.cid-uYltqkmmZY .img-item {
  height: 100%;
}
.cid-uYltqkmmZY img {
  height: 100%;
  object-fit: cover;
}
.cid-uYltqkmmZY .collapsed span {
  transform: rotate(0deg);
}
.cid-uYltqkmmZY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYltqkmmZY p {
  margin-bottom: 0.3rem;
}
.cid-uYltqkmmZY .panel-title-edit {
  color: #2071aa;
}
.cid-uYltqkmmZY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uYltqkmmZY .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uYltqkmmZY .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYltqkmmZY .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uYltqkmmZY .panel-text {
  color: #000000;
}
.cid-uYltqkmmZY .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-uYltqkmmZY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYltqkmmZY .panel-title-edit,
.cid-uYltqkmmZY .mbr-iconfont {
  color: #000000;
}
.cid-uYfotxAwSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYfotxAwSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfotxAwSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfotxAwSq .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYfotxAwSq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYfotxAwSq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYfotxAwSq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYfotxAwSq .mbr-text,
.cid-uYfotxAwSq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYfotxAwSq .card-title,
.cid-uYfotxAwSq .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYfCq9hvqd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYfCq9hvqd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYfCq9hvqd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYfCq9hvqd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYfCq9hvqd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYfCq9hvqd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYfCq9hvqd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYfCq9hvqd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYfCq9hvqd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYfCq9hvqd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYfCq9hvqd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYfCq9hvqd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYfCq9hvqd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYfCq9hvqd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYfCq9hvqd .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYfCq9hvqd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYfCq9hvqd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYfCq9hvqd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYfCq9hvqd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYfCq9hvqd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYfCq9hvqd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYfCq9hvqd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYfCq9hvqd .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;
}
.cid-uYfCq9hvqd .nav-item:focus,
.cid-uYfCq9hvqd .nav-link:focus {
  outline: none;
}
.cid-uYfCq9hvqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYfCq9hvqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYfCq9hvqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYfCq9hvqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfCq9hvqd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYfCq9hvqd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYfCq9hvqd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYfCq9hvqd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYfCq9hvqd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYfCq9hvqd .navbar.collapsed {
  justify-content: center;
}
.cid-uYfCq9hvqd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYfCq9hvqd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYfCq9hvqd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYfCq9hvqd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYfCq9hvqd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYfCq9hvqd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYfCq9hvqd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYfCq9hvqd .navbar {
    min-height: 72px;
  }
  .cid-uYfCq9hvqd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYfCq9hvqd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYfCq9hvqd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYfCq9hvqd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYfCq9hvqd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYfCq9hvqd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYfCq9hvqd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYfCq9hvqd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYfCq9hvqd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYfCq9hvqd .dropdown-item.active,
.cid-uYfCq9hvqd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYfCq9hvqd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYfCq9hvqd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYfCq9hvqd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYfCq9hvqd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYfCq9hvqd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYfCq9hvqd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYfCq9hvqd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYfCq9hvqd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYfCq9hvqd .navbar-buttons {
    text-align: left;
  }
}
.cid-uYfCq9hvqd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYfCq9hvqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYfCq9hvqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYfCq9hvqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYfCq9hvqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYfCq9hvqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYfCq9hvqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfCq9hvqd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYfCq9hvqd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYfCq9hvqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfCq9hvqd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYfCq9hvqd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYfCq9hvqd .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-uYfCq9hvqd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYfCq9hvqd .navbar {
    height: 70px;
  }
  .cid-uYfCq9hvqd .navbar.opened {
    height: auto;
  }
  .cid-uYfCq9hvqd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYfCq9hvqd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYfCq9hvqd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYfCq9hvqd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYfCq9hvqd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYfCq9hvqd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYfCq9hvqd .navbar-brand {
    margin-right: auto;
  }
  .cid-uYfCq9hvqd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYfCq9hvqd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYfCq9hvqd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYfCq9hvqd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYfCq9hvqd .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-uYfCq9hvqd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYfCq9hvqd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYfCq8lI9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfCq8lI9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfCq8lI9i .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-uYfCq8lI9i .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYfCq8lI9i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYfCq8lI9i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYfCq8lI9i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYfCq8lI9i .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYfCq8lI9i .mbr-text,
.cid-uYfCq8lI9i .mbr-section-btn {
  color: #000000;
}
.cid-uYfCq8F3Xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYfCq8F3Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfCq8F3Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfCq8F3Xi .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uYfCq8F3Xi .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYfCq8F3Xi .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uYfCq8F3Xi .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uYfCq8F3Xi .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uYfCq8F3Xi .row {
  flex-direction: row-reverse;
}
.cid-uYfCq8F3Xi .image-wrapper {
  padding: 0 1rem;
}
.cid-uYfCq8F3Xi img,
.cid-uYfCq8F3Xi .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYfCq8F3Xi img,
  .cid-uYfCq8F3Xi .image-wrapper {
    max-height: 350px;
  }
}
.cid-uYfCq8F3Xi .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYfCq8F3Xi .mbr-text {
  color: #000000;
}
.cid-uYfCq8F3Xi .mbr-text,
.cid-uYfCq8F3Xi .mbr-section-btn {
  text-align: justify;
}
.cid-uYfCq91DV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYfCq91DV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfCq91DV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfCq91DV6 .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYfCq91DV6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYfCq91DV6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYfCq91DV6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYfCq91DV6 .mbr-text,
.cid-uYfCq91DV6 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYfCq91DV6 .card-title,
.cid-uYfCq91DV6 .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYfKTc8D3u {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYfKTc8D3u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYfKTc8D3u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYfKTc8D3u .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYfKTc8D3u .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYfKTc8D3u .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYfKTc8D3u .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYfKTc8D3u .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYfKTc8D3u .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYfKTc8D3u .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYfKTc8D3u .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYfKTc8D3u .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYfKTc8D3u .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYfKTc8D3u .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYfKTc8D3u .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYfKTc8D3u .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYfKTc8D3u .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYfKTc8D3u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYfKTc8D3u .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYfKTc8D3u .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYfKTc8D3u .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYfKTc8D3u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYfKTc8D3u .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;
}
.cid-uYfKTc8D3u .nav-item:focus,
.cid-uYfKTc8D3u .nav-link:focus {
  outline: none;
}
.cid-uYfKTc8D3u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYfKTc8D3u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYfKTc8D3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYfKTc8D3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYfKTc8D3u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYfKTc8D3u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar.opened {
  transition: all 0.3s;
}
.cid-uYfKTc8D3u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYfKTc8D3u .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYfKTc8D3u .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYfKTc8D3u .navbar.collapsed {
  justify-content: center;
}
.cid-uYfKTc8D3u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYfKTc8D3u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYfKTc8D3u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYfKTc8D3u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYfKTc8D3u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYfKTc8D3u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYfKTc8D3u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYfKTc8D3u .navbar {
    min-height: 72px;
  }
  .cid-uYfKTc8D3u .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYfKTc8D3u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYfKTc8D3u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYfKTc8D3u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYfKTc8D3u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYfKTc8D3u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYfKTc8D3u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYfKTc8D3u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYfKTc8D3u .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYfKTc8D3u .dropdown-item.active,
.cid-uYfKTc8D3u .dropdown-item:active {
  background-color: transparent;
}
.cid-uYfKTc8D3u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYfKTc8D3u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYfKTc8D3u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYfKTc8D3u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYfKTc8D3u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYfKTc8D3u .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYfKTc8D3u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYfKTc8D3u .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYfKTc8D3u .navbar-buttons {
    text-align: left;
  }
}
.cid-uYfKTc8D3u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYfKTc8D3u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYfKTc8D3u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYfKTc8D3u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYfKTc8D3u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYfKTc8D3u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYfKTc8D3u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfKTc8D3u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYfKTc8D3u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYfKTc8D3u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYfKTc8D3u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYfKTc8D3u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYfKTc8D3u .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-uYfKTc8D3u .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYfKTc8D3u .navbar {
    height: 70px;
  }
  .cid-uYfKTc8D3u .navbar.opened {
    height: auto;
  }
  .cid-uYfKTc8D3u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYfKTc8D3u .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYfKTc8D3u .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYfKTc8D3u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYfKTc8D3u .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYfKTc8D3u .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYfKTc8D3u .navbar-brand {
    margin-right: auto;
  }
  .cid-uYfKTc8D3u .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYfKTc8D3u .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYfKTc8D3u .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYfKTc8D3u .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYfKTc8D3u .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-uYfKTc8D3u .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYfKTc8D3u .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYfKTbfaRP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYfKTbfaRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfKTbfaRP .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-uYfKTbfaRP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYfKTbfaRP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYfKTbfaRP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYfKTbfaRP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYfKTbfaRP .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYfKTbfaRP .mbr-text,
.cid-uYfKTbfaRP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYqUMHtRNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uYqUMHtRNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYqUMHtRNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYqUMHtRNX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uYqUMHtRNX .container {
    padding: 0 16px;
  }
}
.cid-uYqUMHtRNX .row {
  justify-content: center;
}
.cid-uYqUMHtRNX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYqUMHtRNX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYqUMHtRNX .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uYqUMHtRNX .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uYqUMHtRNX .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uYqUMHtRNX .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYqUMHtRNX .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uYqUMHtRNX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYqUMHtRNX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uYqUMHtRNX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYqUMHtRNX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uYqUMHtRNX .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYqUMHtRNX .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uYqUMHtRNX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYqUMHtRNX .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYqUMHtRNX .panel-title {
  color: #000000;
}
.cid-uYqUMHtRNX .panel-text {
  color: #000000;
}
.cid-uYo2lBaPWY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uYo2lBaPWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo2lBaPWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo2lBaPWY .mbr-description {
  text-align: left;
}
.cid-uYo2lBaPWY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYo2lBaPWY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYo2lBaPWY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uYo2lBaPWY .card-title,
.cid-uYo2lBaPWY .iconfont-wrapper {
  color: #000000;
}
.cid-uYo2lBaPWY .card-text {
  color: #000000;
}
.cid-uYo2lBaPWY .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYo2lBaPWY .mbr-text,
.cid-uYo2lBaPWY .mbr-section-btn {
  text-align: center;
}
.cid-uYo2lBaPWY .card-text,
.cid-uYo2lBaPWY .item .mbr-section-btn {
  text-align: left;
}
.cid-uYo2lBaPWY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYo2lBaPWY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYo2lBaPWY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYo2lBaPWY .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uYo2lBaPWY .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uYo2lBaPWY .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYo2lBaPWY .mbr-text UL {
  text-align: left;
}
.cid-uYo2lBaPWY .mbr-text {
  text-align: left;
}
.cid-uYo2lBaPWY .mbr-subtitle {
  text-align: center;
}
.cid-uYfKTbTxvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYfKTbTxvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYfKTbTxvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYfKTbTxvt .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYfKTbTxvt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYfKTbTxvt .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYfKTbTxvt .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYfKTbTxvt .mbr-text,
.cid-uYfKTbTxvt .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYfKTbTxvt .card-title,
.cid-uYfKTbTxvt .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYgb8cuwIx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYgb8cuwIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYgb8cuwIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYgb8cuwIx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYgb8cuwIx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYgb8cuwIx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYgb8cuwIx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYgb8cuwIx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYgb8cuwIx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYgb8cuwIx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYgb8cuwIx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYgb8cuwIx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYgb8cuwIx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYgb8cuwIx .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYgb8cuwIx .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYgb8cuwIx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYgb8cuwIx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYgb8cuwIx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYgb8cuwIx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYgb8cuwIx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYgb8cuwIx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYgb8cuwIx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYgb8cuwIx .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;
}
.cid-uYgb8cuwIx .nav-item:focus,
.cid-uYgb8cuwIx .nav-link:focus {
  outline: none;
}
.cid-uYgb8cuwIx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYgb8cuwIx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgb8cuwIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYgb8cuwIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgb8cuwIx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgb8cuwIx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYgb8cuwIx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYgb8cuwIx .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYgb8cuwIx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYgb8cuwIx .navbar.collapsed {
  justify-content: center;
}
.cid-uYgb8cuwIx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYgb8cuwIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYgb8cuwIx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYgb8cuwIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYgb8cuwIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYgb8cuwIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYgb8cuwIx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYgb8cuwIx .navbar {
    min-height: 72px;
  }
  .cid-uYgb8cuwIx .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYgb8cuwIx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYgb8cuwIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYgb8cuwIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYgb8cuwIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYgb8cuwIx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYgb8cuwIx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYgb8cuwIx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYgb8cuwIx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYgb8cuwIx .dropdown-item.active,
.cid-uYgb8cuwIx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYgb8cuwIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYgb8cuwIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYgb8cuwIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYgb8cuwIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYgb8cuwIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYgb8cuwIx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYgb8cuwIx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYgb8cuwIx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYgb8cuwIx .navbar-buttons {
    text-align: left;
  }
}
.cid-uYgb8cuwIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYgb8cuwIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYgb8cuwIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgb8cuwIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgb8cuwIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgb8cuwIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgb8cuwIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgb8cuwIx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgb8cuwIx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgb8cuwIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgb8cuwIx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYgb8cuwIx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYgb8cuwIx .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-uYgb8cuwIx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYgb8cuwIx .navbar {
    height: 70px;
  }
  .cid-uYgb8cuwIx .navbar.opened {
    height: auto;
  }
  .cid-uYgb8cuwIx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYgb8cuwIx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYgb8cuwIx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYgb8cuwIx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYgb8cuwIx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYgb8cuwIx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYgb8cuwIx .navbar-brand {
    margin-right: auto;
  }
  .cid-uYgb8cuwIx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYgb8cuwIx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYgb8cuwIx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYgb8cuwIx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYgb8cuwIx .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-uYgb8cuwIx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYgb8cuwIx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYgb89OpCZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYgb89OpCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgb89OpCZ .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-uYgb89OpCZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYgb89OpCZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYgb89OpCZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYgb89OpCZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYgb89OpCZ .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYgb89OpCZ .mbr-text,
.cid-uYgb89OpCZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYlJpPw0QR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uYlJpPw0QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlJpPw0QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlJpPw0QR .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYlJpPw0QR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYlJpPw0QR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYlJpPw0QR .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYlJpPw0QR .mbr-text,
.cid-uYlJpPw0QR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uYlJpPw0QR .card-title,
.cid-uYlJpPw0QR .card-box {
  text-align: center;
  color: #000000;
}
.cid-uYlJpPw0QR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYlJpPw0QR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYlJpPw0QR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYlJpPw0QR .mbr-text UL {
  text-align: left;
}
.cid-uYlJpPw0QR .mbr-section-title {
  color: #ffa600;
}
.cid-uYgb8bR3zF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYgb8bR3zF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgb8bR3zF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgb8bR3zF .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYgb8bR3zF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYgb8bR3zF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYgb8bR3zF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYgb8bR3zF .mbr-text,
.cid-uYgb8bR3zF .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYgb8bR3zF .card-title,
.cid-uYgb8bR3zF .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYiMYPnMkP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYiMYPnMkP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYiMYPnMkP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYiMYPnMkP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYiMYPnMkP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYiMYPnMkP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYiMYPnMkP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYiMYPnMkP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYiMYPnMkP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYiMYPnMkP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYiMYPnMkP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYiMYPnMkP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYiMYPnMkP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYiMYPnMkP .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYiMYPnMkP .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYiMYPnMkP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYiMYPnMkP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYiMYPnMkP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYiMYPnMkP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYiMYPnMkP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYiMYPnMkP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYiMYPnMkP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYiMYPnMkP .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;
}
.cid-uYiMYPnMkP .nav-item:focus,
.cid-uYiMYPnMkP .nav-link:focus {
  outline: none;
}
.cid-uYiMYPnMkP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYiMYPnMkP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYiMYPnMkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYiMYPnMkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYiMYPnMkP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYiMYPnMkP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar.opened {
  transition: all 0.3s;
}
.cid-uYiMYPnMkP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYiMYPnMkP .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYiMYPnMkP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYiMYPnMkP .navbar.collapsed {
  justify-content: center;
}
.cid-uYiMYPnMkP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYiMYPnMkP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYiMYPnMkP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYiMYPnMkP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYiMYPnMkP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYiMYPnMkP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYiMYPnMkP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYiMYPnMkP .navbar {
    min-height: 72px;
  }
  .cid-uYiMYPnMkP .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYiMYPnMkP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYiMYPnMkP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYiMYPnMkP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYiMYPnMkP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYiMYPnMkP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYiMYPnMkP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYiMYPnMkP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYiMYPnMkP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYiMYPnMkP .dropdown-item.active,
.cid-uYiMYPnMkP .dropdown-item:active {
  background-color: transparent;
}
.cid-uYiMYPnMkP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYiMYPnMkP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYiMYPnMkP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYiMYPnMkP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYiMYPnMkP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYiMYPnMkP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYiMYPnMkP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYiMYPnMkP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYiMYPnMkP .navbar-buttons {
    text-align: left;
  }
}
.cid-uYiMYPnMkP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYiMYPnMkP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYiMYPnMkP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYiMYPnMkP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYiMYPnMkP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYiMYPnMkP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYiMYPnMkP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYiMYPnMkP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYiMYPnMkP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYiMYPnMkP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYiMYPnMkP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYiMYPnMkP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYiMYPnMkP .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-uYiMYPnMkP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYiMYPnMkP .navbar {
    height: 70px;
  }
  .cid-uYiMYPnMkP .navbar.opened {
    height: auto;
  }
  .cid-uYiMYPnMkP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYiMYPnMkP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYiMYPnMkP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYiMYPnMkP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYiMYPnMkP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYiMYPnMkP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYiMYPnMkP .navbar-brand {
    margin-right: auto;
  }
  .cid-uYiMYPnMkP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYiMYPnMkP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYiMYPnMkP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYiMYPnMkP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYiMYPnMkP .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-uYiMYPnMkP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYiMYPnMkP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYiMYOMJTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYiMYOMJTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYiMYOMJTm .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-uYiMYOMJTm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYiMYOMJTm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYiMYOMJTm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYiMYOMJTm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYiMYOMJTm .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYiMYOMJTm .mbr-text,
.cid-uYiMYOMJTm .mbr-section-btn {
  color: #000000;
}
.cid-uYmM68igZD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uYmM68igZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmM68igZD .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uYmM68igZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmM68igZD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYmM68igZD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYmM68igZD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uYmM68igZD .card-title,
.cid-uYmM68igZD .iconfont-wrapper {
  color: #000000;
}
.cid-uYmM68igZD .card-text {
  color: #000000;
}
.cid-uYmM68igZD .content-head {
  max-width: 800px;
}
.cid-uYmM68igZD .mbr-section-title {
  color: #ffa600;
}
.cid-uYmM68igZD .card-title,
.cid-uYmM68igZD .img-wrapper {
  color: #ffa600;
}
.cid-uYmNpCfMSm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uYmNpCfMSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmNpCfMSm .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uYmNpCfMSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmNpCfMSm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYmNpCfMSm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYmNpCfMSm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uYmNpCfMSm .card-title,
.cid-uYmNpCfMSm .iconfont-wrapper {
  color: #000000;
}
.cid-uYmNpCfMSm .card-text {
  color: #000000;
  text-align: center;
}
.cid-uYmNpCfMSm .content-head {
  max-width: 800px;
}
.cid-uYmNpCfMSm .mbr-section-title {
  color: #000000;
}
.cid-uYmNpCfMSm .card-title,
.cid-uYmNpCfMSm .img-wrapper {
  color: #ffa600;
}
.cid-uYiMYP8p7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYiMYP8p7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYiMYP8p7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYiMYP8p7p .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYiMYP8p7p .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYiMYP8p7p .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYiMYP8p7p .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYiMYP8p7p .mbr-text,
.cid-uYiMYP8p7p .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYiMYP8p7p .card-title,
.cid-uYiMYP8p7p .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYlGeu7dNO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYlGeu7dNO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYlGeu7dNO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYlGeu7dNO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYlGeu7dNO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYlGeu7dNO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYlGeu7dNO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYlGeu7dNO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYlGeu7dNO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYlGeu7dNO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYlGeu7dNO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYlGeu7dNO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYlGeu7dNO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYlGeu7dNO .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYlGeu7dNO .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYlGeu7dNO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYlGeu7dNO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYlGeu7dNO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYlGeu7dNO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYlGeu7dNO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYlGeu7dNO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYlGeu7dNO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYlGeu7dNO .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;
}
.cid-uYlGeu7dNO .nav-item:focus,
.cid-uYlGeu7dNO .nav-link:focus {
  outline: none;
}
.cid-uYlGeu7dNO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYlGeu7dNO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYlGeu7dNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYlGeu7dNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYlGeu7dNO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYlGeu7dNO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar.opened {
  transition: all 0.3s;
}
.cid-uYlGeu7dNO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYlGeu7dNO .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYlGeu7dNO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYlGeu7dNO .navbar.collapsed {
  justify-content: center;
}
.cid-uYlGeu7dNO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYlGeu7dNO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYlGeu7dNO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYlGeu7dNO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYlGeu7dNO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYlGeu7dNO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYlGeu7dNO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYlGeu7dNO .navbar {
    min-height: 72px;
  }
  .cid-uYlGeu7dNO .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYlGeu7dNO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYlGeu7dNO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYlGeu7dNO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYlGeu7dNO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYlGeu7dNO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYlGeu7dNO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYlGeu7dNO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYlGeu7dNO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYlGeu7dNO .dropdown-item.active,
.cid-uYlGeu7dNO .dropdown-item:active {
  background-color: transparent;
}
.cid-uYlGeu7dNO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYlGeu7dNO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYlGeu7dNO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYlGeu7dNO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYlGeu7dNO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYlGeu7dNO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYlGeu7dNO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYlGeu7dNO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYlGeu7dNO .navbar-buttons {
    text-align: left;
  }
}
.cid-uYlGeu7dNO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYlGeu7dNO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYlGeu7dNO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYlGeu7dNO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYlGeu7dNO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYlGeu7dNO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYlGeu7dNO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYlGeu7dNO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYlGeu7dNO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYlGeu7dNO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYlGeu7dNO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYlGeu7dNO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYlGeu7dNO .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-uYlGeu7dNO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYlGeu7dNO .navbar {
    height: 70px;
  }
  .cid-uYlGeu7dNO .navbar.opened {
    height: auto;
  }
  .cid-uYlGeu7dNO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYlGeu7dNO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYlGeu7dNO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYlGeu7dNO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYlGeu7dNO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYlGeu7dNO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYlGeu7dNO .navbar-brand {
    margin-right: auto;
  }
  .cid-uYlGeu7dNO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYlGeu7dNO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYlGeu7dNO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYlGeu7dNO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYlGeu7dNO .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-uYlGeu7dNO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYlGeu7dNO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYlGeuuJVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYlGeuuJVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlGeuuJVp .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-uYlGeuuJVp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYlGeuuJVp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYlGeuuJVp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYlGeuuJVp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYlGeuuJVp .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYlGeuuJVp .mbr-text,
.cid-uYlGeuuJVp .mbr-section-btn {
  color: #000000;
}
.cid-v5avpblICO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5avpblICO .mbr-text {
  color: #000000;
}
.cid-v5avpblICO .mbr-section-subtitle {
  color: #000000;
}
.cid-v5avpblICO .mbr-section-title {
  color: #ffa600;
}
.cid-uYlGeuYv8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYlGeuYv8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlGeuYv8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlGeuYv8w .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYlGeuYv8w .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYlGeuYv8w .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYlGeuYv8w .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYlGeuYv8w .mbr-text,
.cid-uYlGeuYv8w .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYlGeuYv8w .card-title,
.cid-uYlGeuYv8w .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYcGywSO8W {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYcGywSO8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYcGywSO8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYcGywSO8W .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYcGywSO8W .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYcGywSO8W .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYcGywSO8W .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYcGywSO8W .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYcGywSO8W .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYcGywSO8W .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYcGywSO8W .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYcGywSO8W .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYcGywSO8W .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYcGywSO8W .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYcGywSO8W .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYcGywSO8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYcGywSO8W .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYcGywSO8W .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYcGywSO8W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYcGywSO8W .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;
}
.cid-uYcGywSO8W .nav-item:focus,
.cid-uYcGywSO8W .nav-link:focus {
  outline: none;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYcGywSO8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYcGywSO8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYcGywSO8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar.opened {
  transition: all 0.3s;
}
.cid-uYcGywSO8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYcGywSO8W .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYcGywSO8W .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYcGywSO8W .navbar.collapsed {
  justify-content: center;
}
.cid-uYcGywSO8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYcGywSO8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYcGywSO8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYcGywSO8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYcGywSO8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYcGywSO8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYcGywSO8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSO8W .navbar {
    min-height: 72px;
  }
  .cid-uYcGywSO8W .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYcGywSO8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYcGywSO8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYcGywSO8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYcGywSO8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYcGywSO8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYcGywSO8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYcGywSO8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYcGywSO8W .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYcGywSO8W .dropdown-item.active,
.cid-uYcGywSO8W .dropdown-item:active {
  background-color: transparent;
}
.cid-uYcGywSO8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYcGywSO8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYcGywSO8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYcGywSO8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYcGywSO8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYcGywSO8W .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYcGywSO8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYcGywSO8W .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYcGywSO8W .navbar-buttons {
    text-align: left;
  }
}
.cid-uYcGywSO8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYcGywSO8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYcGywSO8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYcGywSO8W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYcGywSO8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYcGywSO8W .navbar {
    height: 70px;
  }
  .cid-uYcGywSO8W .navbar.opened {
    height: auto;
  }
  .cid-uYcGywSO8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYcGywSO8W .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYcGywSO8W .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYcGywSO8W .navbar-brand {
    margin-right: auto;
  }
  .cid-uYcGywSO8W .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYcGywSO8W .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYcGywSO8W .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYcGywSO8W .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-uYcGywSO8W .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYcGywSO8W .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYrwm0mb0H .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uYrwm0mb0H .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uYrwm0mb0H .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uYcGywSpx9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #2071aa;
}
.cid-uYcGywSpx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcGywSpx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcGywSpx9 .title .num {
  width: 100%;
  display: block;
}
.cid-uYcGywSpx9 .title .card-title {
  z-index: 1;
}
.cid-uYcGywSpx9 .num {
  color: #ffffff;
  text-align: center;
}
.cid-uYcGywSpx9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSpx9 * {
    text-align: center !important;
  }
  .cid-uYcGywSpx9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uYcGywSpx9 .content-head {
  max-width: 800px;
}
.cid-uYcGywSpx9 .card-text {
  text-align: center;
}
.cid-uYcGywSpx9 .card-title,
.cid-uYcGywSpx9 .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-uYcGywSgom {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYcGywSgom .item:focus,
.cid-uYcGywSgom span:focus {
  outline: none;
}
.cid-uYcGywSgom .item {
  cursor: pointer;
}
.cid-uYcGywSgom .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSgom .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uYcGywSgom .grid-container-1,
.cid-uYcGywSgom .grid-container-2,
.cid-uYcGywSgom .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSgom .grid-container-1,
  .cid-uYcGywSgom .grid-container-2,
  .cid-uYcGywSgom .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uYcGywSgom .mbr-section-title {
  color: #ffa600;
}
.cid-uYcGywSgom .mbr-text,
.cid-uYcGywSgom .mbr-section-btn {
  color: #000000;
}
.cid-uYcGywSgom .content-head {
  max-width: 800px;
}
.cid-uYcGywSgom .container,
.cid-uYcGywSgom .container-fluid {
  overflow: hidden;
}
.cid-uYcGywSgom .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYcGywSgom .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYcGywSgom .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uYcGywSgom .grid-item img {
    min-width: 35vw;
  }
}
.cid-uYcGywSgom .grid-container-1,
.cid-uYcGywSgom .grid-container-2,
.cid-uYcGywSgom .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYcGywSgom .grid-container-1 {
  align-items: flex-end;
}
.cid-uYcGywSgom .grid-container-2 {
  align-items: flex-start;
}
.cid-v3bcQW1V2V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2071aa;
}
.cid-v3bcQW1V2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bcQW1V2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcGywSNfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYcGywSNfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcGywSNfc .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-uYcGywSNfc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYcGywSNfc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYcGywSNfc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYcGywSNfc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYcGywSNfc .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYcGywSNfc .mbr-text,
.cid-uYcGywSNfc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3bctO1xvB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2071aa;
}
.cid-v3bctO1xvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bctO1xvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnEN9DQDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYnEN9DQDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnEN9DQDz .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-uYnEN9DQDz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYnEN9DQDz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYnEN9DQDz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYnEN9DQDz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYnEN9DQDz .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYnEN9DQDz .mbr-text,
.cid-uYnEN9DQDz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3bcL8UWcH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2071aa;
}
.cid-v3bcL8UWcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bcL8UWcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYUVxXqaSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYUVxXqaSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYUVxXqaSY .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-uYUVxXqaSY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYUVxXqaSY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYUVxXqaSY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYUVxXqaSY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYUVxXqaSY .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYUVxXqaSY .mbr-text,
.cid-uYUVxXqaSY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYcGywSyVq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffa600;
}
.cid-uYcGywSyVq .item:focus,
.cid-uYcGywSyVq span:focus {
  outline: none;
}
.cid-uYcGywSyVq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uYcGywSyVq .content-head {
  max-width: 800px;
}
.cid-uYcGywSyVq .item {
  color: #ffffff;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uYcGywSyVq .item {
    min-height: 45px;
  }
}
.cid-uYcGywSEyO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYcGywSEyO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uYcGywSEyO img,
.cid-uYcGywSEyO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYcGywSEyO .item:focus,
.cid-uYcGywSEyO span:focus {
  outline: none;
}
.cid-uYcGywSEyO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYcGywSEyO .item {
    margin-bottom: 1rem;
  }
}
.cid-uYcGywSEyO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYcGywSEyO .mbr-section-title {
  color: #ffa600;
}
.cid-uYcGywSEyO .mbr-text,
.cid-uYcGywSEyO .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uYcGywSEyO .item-title {
  color: #2071aa;
  text-align: center;
}
.cid-uYcGywSEyO .content-head {
  max-width: 800px;
}
.cid-uYnXw8LWoF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYnXw8LWoF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uYnXw8LWoF img,
.cid-uYnXw8LWoF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uYnXw8LWoF .item:focus,
.cid-uYnXw8LWoF span:focus {
  outline: none;
}
.cid-uYnXw8LWoF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYnXw8LWoF .item {
    margin-bottom: 1rem;
  }
}
.cid-uYnXw8LWoF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYnXw8LWoF .mbr-section-title {
  color: #ffa600;
}
.cid-uYnXw8LWoF .mbr-text,
.cid-uYnXw8LWoF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uYnXw8LWoF .item-title {
  color: #2071aa;
  text-align: center;
}
.cid-uYnXw8LWoF .content-head {
  max-width: 800px;
}
.cid-v1yHZ3z8pW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1yHZ3z8pW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v1yHZ3z8pW img,
.cid-v1yHZ3z8pW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1yHZ3z8pW .item:focus,
.cid-v1yHZ3z8pW span:focus {
  outline: none;
}
.cid-v1yHZ3z8pW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1yHZ3z8pW .item {
    margin-bottom: 1rem;
  }
}
.cid-v1yHZ3z8pW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1yHZ3z8pW .mbr-section-title {
  color: #ffa600;
}
.cid-v1yHZ3z8pW .mbr-text,
.cid-v1yHZ3z8pW .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v1yHZ3z8pW .item-title {
  color: #2071aa;
  text-align: center;
}
.cid-v1yHZ3z8pW .content-head {
  max-width: 800px;
}
.cid-v8L7pP0hJD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v8L7pP0hJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8L7pP0hJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8L7pP0hJD .row-reverse {
  flex-direction: row-reverse;
}
.cid-v8L7pP0hJD .row {
  flex-direction: row-reverse;
}
.cid-v8L7pP0hJD .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-v8L7pP0hJD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8L7pP0hJD .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v8L7pP0hJD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8L7pP0hJD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8L7pP0hJD .mbr-section-title {
  color: #2071aa;
}
.cid-v8L7pP0hJD .mbr-text,
.cid-v8L7pP0hJD .mbr-section-btn {
  color: #000000;
}
.cid-v8L7pP0hJD img {
  width: 100%;
  height: 100%;
}
.cid-uYcGywShLJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2071aa;
}
.cid-uYcGywShLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcGywShLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcGywShLJ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uYcGywShLJ .card-title,
.cid-uYcGywShLJ .iconfont-wrapper {
  color: #ffffff;
}
.cid-uYcGywShLJ .card-text {
  color: #232323;
}
.cid-uYcGywShLJ .mbr-section-title {
  color: #ffa600;
}
.cid-uYcGywShLJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYcGywShLJ .content-head {
  max-width: 800px;
}
.cid-uYcGywTxV0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYcGywTxV0 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uYcGywTxV0 img,
.cid-uYcGywTxV0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uYcGywTxV0 .item:focus,
.cid-uYcGywTxV0 span:focus {
  outline: none;
}
.cid-uYcGywTxV0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYcGywTxV0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uYcGywTxV0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uYcGywTxV0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYcGywTxV0 .mbr-section-title {
  color: #ffa600;
}
.cid-uYcGywTxV0 .mbr-text,
.cid-uYcGywTxV0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uYcGywTxV0 .item-title {
  color: #2071aa;
  text-align: center;
}
.cid-uYcGywTxV0 .content-head {
  max-width: 800px;
}
.cid-v3bcTxBREx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2071aa;
}
.cid-v3bcTxBREx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bcTxBREx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3aTm2KTf4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3aTm2KTf4 h6 {
  line-height: 1.2;
}
.cid-v3aTm2KTf4 img,
.cid-v3aTm2KTf4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v3aTm2KTf4 .item:focus,
.cid-v3aTm2KTf4 span:focus {
  outline: none;
}
.cid-v3aTm2KTf4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3aTm2KTf4 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3aTm2KTf4 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v3aTm2KTf4 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3aTm2KTf4 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v3aTm2KTf4 .mbr-section-title {
  color: #ffa600;
}
.cid-v3aTm2KTf4 .mbr-text,
.cid-v3aTm2KTf4 .mbr-section-btn {
  color: #000000;
}
.cid-v3aTm2KTf4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v3aTm2KTf4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3aTm2KTf4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-v3aTm2KTf4 .content-head {
  max-width: 800px;
}
.cid-v3aTm2KTf4 .item-title,
.cid-v3aTm2KTf4 .mbr-section-btn {
  color: #2071aa;
}
.cid-uYcGywTU1d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2071aa;
}
.cid-uYcGywTU1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcGywTU1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcGywTU1d .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYcGywTU1d .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYcGywTU1d .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYcGywTU1d .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYcGywTU1d .mbr-text,
.cid-uYcGywTU1d .mbr-section-btn {
  text-align: center;
}
.cid-uYcGywTU1d .card-title {
  color: #ffa600;
}
.cid-uYcGywTC9p {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/groupe-d-amis-reunis-2000x1335.jpg");
  overflow: hidden;
}
.cid-uYcGywTIFr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYcGywTIFr .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-uYcGywTIFr .panel-group {
  border: none;
}
.cid-uYcGywTIFr .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uYcGywTIFr .card-header {
    padding: 0rem;
  }
}
.cid-uYcGywTIFr .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uYcGywTIFr .img-col {
  padding: 0;
}
.cid-uYcGywTIFr .img-item {
  height: 100%;
}
.cid-uYcGywTIFr img {
  height: 100%;
  object-fit: cover;
}
.cid-uYcGywTIFr .collapsed span {
  transform: rotate(0deg);
}
.cid-uYcGywTIFr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYcGywTIFr p {
  margin-bottom: 0.3rem;
}
.cid-uYcGywTIFr .panel-title-edit {
  color: #000000;
}
.cid-uYcGywTIFr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uYcGywTIFr .card {
  background: #2071aa;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uYcGywTIFr .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYcGywTIFr .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uYcGywTIFr .panel-text {
  color: #ffffff;
}
.cid-uYcGywTIFr .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-uYcGywTIFr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYcGywTIFr .panel-title-edit,
.cid-uYcGywTIFr .mbr-iconfont {
  color: #ffa600;
}
.cid-v3aOT1myzo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v3aOT1myzo .row {
  flex-direction: row-reverse;
}
.cid-v3aOT1myzo .justify-content-center {
  align-items: center;
}
.cid-v3aOT1myzo .mbr-section-title {
  text-align: center;
  color: #2071aa;
}
.cid-v3aOT1myzo .mbr-text,
.cid-v3aOT1myzo .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3aOT1myzo .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3aOT1myzo .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3aOT1myzo .item-wrapper {
    padding: 4rem;
  }
}
.cid-v4pJKP3bRR.popup-builder {
  background-color: #ffffff;
}
.cid-v4pJKP3bRR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4pJKP3bRR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4pJKP3bRR .modal-content,
.cid-v4pJKP3bRR .modal-dialog {
  height: auto;
}
.cid-v4pJKP3bRR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4pJKP3bRR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4pJKP3bRR .form-wrapper .mbr-form .form-group,
  .cid-v4pJKP3bRR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4pJKP3bRR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4pJKP3bRR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4pJKP3bRR .mbr-text {
  text-align: center;
}
.cid-v4pJKP3bRR .pt-0 {
  padding-top: 0 !important;
}
.cid-v4pJKP3bRR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4pJKP3bRR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4pJKP3bRR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4pJKP3bRR .modal-open {
  overflow: hidden;
}
.cid-v4pJKP3bRR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4pJKP3bRR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4pJKP3bRR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4pJKP3bRR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4pJKP3bRR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4pJKP3bRR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4pJKP3bRR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4pJKP3bRR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4pJKP3bRR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4pJKP3bRR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4pJKP3bRR .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4pJKP3bRR .modal-backdrop.show {
  opacity: .5;
}
.cid-v4pJKP3bRR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4pJKP3bRR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4pJKP3bRR .modal-header {
    padding: 1rem;
  }
}
.cid-v4pJKP3bRR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4pJKP3bRR .modal-header .close svg {
  fill: #353535;
}
.cid-v4pJKP3bRR .modal-header .close:hover {
  opacity: 1;
}
.cid-v4pJKP3bRR .modal-header .close:focus {
  outline: none;
}
.cid-v4pJKP3bRR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2071aa;
}
.cid-v4pJKP3bRR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4pJKP3bRR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4pJKP3bRR .modal-body {
    padding: 1rem;
  }
}
.cid-v4pJKP3bRR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4pJKP3bRR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4pJKP3bRR .modal-footer {
    padding: 1rem;
  }
}
.cid-v4pJKP3bRR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4pJKP3bRR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4pJKP3bRR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4pJKP3bRR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4pJKP3bRR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4pJKP3bRR .modal-lg,
  .cid-v4pJKP3bRR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4pJKP3bRR .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4pJKP3bRR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4pJKP3bRR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4pJKP3bRR .form-group {
  margin-bottom: 1rem;
}
.cid-v4pJKP3bRR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4pJKP3bRR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4pJKP3bRR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4pJKP3bRR .mbr-section-btn {
  margin: 0;
}
.cid-v4pJKP3bRR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYnlu40ujC {
  z-index: 1;
}
.cid-v4tD5dHQpp.popup-builder {
  background-color: #ffffff;
}
.cid-v4tD5dHQpp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4tD5dHQpp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4tD5dHQpp .modal-content,
.cid-v4tD5dHQpp .modal-dialog {
  height: auto;
}
.cid-v4tD5dHQpp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4tD5dHQpp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4tD5dHQpp .form-wrapper .mbr-form .form-group,
  .cid-v4tD5dHQpp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4tD5dHQpp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4tD5dHQpp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4tD5dHQpp .mbr-text {
  text-align: center;
}
.cid-v4tD5dHQpp .pt-0 {
  padding-top: 0 !important;
}
.cid-v4tD5dHQpp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4tD5dHQpp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4tD5dHQpp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4tD5dHQpp .modal-open {
  overflow: hidden;
}
.cid-v4tD5dHQpp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4tD5dHQpp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4tD5dHQpp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4tD5dHQpp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4tD5dHQpp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4tD5dHQpp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4tD5dHQpp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4tD5dHQpp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4tD5dHQpp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4tD5dHQpp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4tD5dHQpp .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4tD5dHQpp .modal-backdrop.show {
  opacity: .5;
}
.cid-v4tD5dHQpp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4tD5dHQpp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4tD5dHQpp .modal-header {
    padding: 1rem;
  }
}
.cid-v4tD5dHQpp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4tD5dHQpp .modal-header .close svg {
  fill: #353535;
}
.cid-v4tD5dHQpp .modal-header .close:hover {
  opacity: 1;
}
.cid-v4tD5dHQpp .modal-header .close:focus {
  outline: none;
}
.cid-v4tD5dHQpp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2071aa;
}
.cid-v4tD5dHQpp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4tD5dHQpp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4tD5dHQpp .modal-body {
    padding: 1rem;
  }
}
.cid-v4tD5dHQpp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4tD5dHQpp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4tD5dHQpp .modal-footer {
    padding: 1rem;
  }
}
.cid-v4tD5dHQpp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4tD5dHQpp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4tD5dHQpp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4tD5dHQpp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4tD5dHQpp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4tD5dHQpp .modal-lg,
  .cid-v4tD5dHQpp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4tD5dHQpp .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4tD5dHQpp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4tD5dHQpp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4tD5dHQpp .form-group {
  margin-bottom: 1rem;
}
.cid-v4tD5dHQpp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4tD5dHQpp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4tD5dHQpp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4tD5dHQpp .mbr-section-btn {
  margin: 0;
}
.cid-v4tD5dHQpp .mbr-section-btn .btn {
  margin: 0;
}
.cid-v4Xj5fLprE.popup-builder {
  background-color: #ffffff;
}
.cid-v4Xj5fLprE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4Xj5fLprE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4Xj5fLprE .modal-content,
.cid-v4Xj5fLprE .modal-dialog {
  height: auto;
}
.cid-v4Xj5fLprE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4Xj5fLprE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4Xj5fLprE .form-wrapper .mbr-form .form-group,
  .cid-v4Xj5fLprE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4Xj5fLprE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4Xj5fLprE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4Xj5fLprE .mbr-text {
  text-align: center;
}
.cid-v4Xj5fLprE .pt-0 {
  padding-top: 0 !important;
}
.cid-v4Xj5fLprE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4Xj5fLprE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4Xj5fLprE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4Xj5fLprE .modal-open {
  overflow: hidden;
}
.cid-v4Xj5fLprE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4Xj5fLprE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4Xj5fLprE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4Xj5fLprE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4Xj5fLprE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4Xj5fLprE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4Xj5fLprE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4Xj5fLprE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4Xj5fLprE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4Xj5fLprE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4Xj5fLprE .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4Xj5fLprE .modal-backdrop.show {
  opacity: .5;
}
.cid-v4Xj5fLprE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4Xj5fLprE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xj5fLprE .modal-header {
    padding: 1rem;
  }
}
.cid-v4Xj5fLprE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4Xj5fLprE .modal-header .close svg {
  fill: #353535;
}
.cid-v4Xj5fLprE .modal-header .close:hover {
  opacity: 1;
}
.cid-v4Xj5fLprE .modal-header .close:focus {
  outline: none;
}
.cid-v4Xj5fLprE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2071aa;
}
.cid-v4Xj5fLprE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4Xj5fLprE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xj5fLprE .modal-body {
    padding: 1rem;
  }
}
.cid-v4Xj5fLprE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4Xj5fLprE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xj5fLprE .modal-footer {
    padding: 1rem;
  }
}
.cid-v4Xj5fLprE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4Xj5fLprE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4Xj5fLprE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4Xj5fLprE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4Xj5fLprE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4Xj5fLprE .modal-lg,
  .cid-v4Xj5fLprE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4Xj5fLprE .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4Xj5fLprE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4Xj5fLprE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4Xj5fLprE .form-group {
  margin-bottom: 1rem;
}
.cid-v4Xj5fLprE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4Xj5fLprE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4Xj5fLprE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4Xj5fLprE .mbr-section-btn {
  margin: 0;
}
.cid-v4Xj5fLprE .mbr-section-btn .btn {
  margin: 0;
}
.cid-v4Xk5WMC57.popup-builder {
  background-color: #ffffff;
}
.cid-v4Xk5WMC57.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4Xk5WMC57.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4Xk5WMC57 .modal-content,
.cid-v4Xk5WMC57 .modal-dialog {
  height: auto;
}
.cid-v4Xk5WMC57 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4Xk5WMC57 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4Xk5WMC57 .form-wrapper .mbr-form .form-group,
  .cid-v4Xk5WMC57 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4Xk5WMC57 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4Xk5WMC57 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4Xk5WMC57 .mbr-text {
  text-align: center;
}
.cid-v4Xk5WMC57 .pt-0 {
  padding-top: 0 !important;
}
.cid-v4Xk5WMC57 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4Xk5WMC57 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4Xk5WMC57 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4Xk5WMC57 .modal-open {
  overflow: hidden;
}
.cid-v4Xk5WMC57 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4Xk5WMC57 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4Xk5WMC57 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4Xk5WMC57 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4Xk5WMC57 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4Xk5WMC57 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4Xk5WMC57 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4Xk5WMC57 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4Xk5WMC57 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4Xk5WMC57 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4Xk5WMC57 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4Xk5WMC57 .modal-backdrop.show {
  opacity: .5;
}
.cid-v4Xk5WMC57 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4Xk5WMC57 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xk5WMC57 .modal-header {
    padding: 1rem;
  }
}
.cid-v4Xk5WMC57 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4Xk5WMC57 .modal-header .close svg {
  fill: #353535;
}
.cid-v4Xk5WMC57 .modal-header .close:hover {
  opacity: 1;
}
.cid-v4Xk5WMC57 .modal-header .close:focus {
  outline: none;
}
.cid-v4Xk5WMC57 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2071aa;
}
.cid-v4Xk5WMC57 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4Xk5WMC57 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xk5WMC57 .modal-body {
    padding: 1rem;
  }
}
.cid-v4Xk5WMC57 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4Xk5WMC57 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xk5WMC57 .modal-footer {
    padding: 1rem;
  }
}
.cid-v4Xk5WMC57 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4Xk5WMC57 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4Xk5WMC57 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4Xk5WMC57 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4Xk5WMC57 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4Xk5WMC57 .modal-lg,
  .cid-v4Xk5WMC57 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4Xk5WMC57 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4Xk5WMC57 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4Xk5WMC57 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4Xk5WMC57 .form-group {
  margin-bottom: 1rem;
}
.cid-v4Xk5WMC57 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4Xk5WMC57 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4Xk5WMC57 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4Xk5WMC57 .mbr-section-btn {
  margin: 0;
}
.cid-v4Xk5WMC57 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v4Xk667A2T.popup-builder {
  background-color: #ffffff;
}
.cid-v4Xk667A2T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4Xk667A2T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4Xk667A2T .modal-content,
.cid-v4Xk667A2T .modal-dialog {
  height: auto;
}
.cid-v4Xk667A2T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4Xk667A2T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4Xk667A2T .form-wrapper .mbr-form .form-group,
  .cid-v4Xk667A2T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4Xk667A2T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4Xk667A2T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4Xk667A2T .mbr-text {
  text-align: center;
}
.cid-v4Xk667A2T .pt-0 {
  padding-top: 0 !important;
}
.cid-v4Xk667A2T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4Xk667A2T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4Xk667A2T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4Xk667A2T .modal-open {
  overflow: hidden;
}
.cid-v4Xk667A2T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4Xk667A2T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4Xk667A2T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4Xk667A2T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4Xk667A2T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4Xk667A2T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4Xk667A2T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4Xk667A2T .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4Xk667A2T .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4Xk667A2T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4Xk667A2T .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4Xk667A2T .modal-backdrop.show {
  opacity: .5;
}
.cid-v4Xk667A2T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4Xk667A2T .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xk667A2T .modal-header {
    padding: 1rem;
  }
}
.cid-v4Xk667A2T .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4Xk667A2T .modal-header .close svg {
  fill: #353535;
}
.cid-v4Xk667A2T .modal-header .close:hover {
  opacity: 1;
}
.cid-v4Xk667A2T .modal-header .close:focus {
  outline: none;
}
.cid-v4Xk667A2T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v4Xk667A2T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4Xk667A2T .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xk667A2T .modal-body {
    padding: 1rem;
  }
}
.cid-v4Xk667A2T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4Xk667A2T .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4Xk667A2T .modal-footer {
    padding: 1rem;
  }
}
.cid-v4Xk667A2T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4Xk667A2T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4Xk667A2T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4Xk667A2T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4Xk667A2T .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4Xk667A2T .modal-lg,
  .cid-v4Xk667A2T .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4Xk667A2T .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4Xk667A2T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4Xk667A2T .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4Xk667A2T .form-group {
  margin-bottom: 1rem;
}
.cid-v4Xk667A2T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4Xk667A2T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4Xk667A2T .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4Xk667A2T .mbr-section-btn {
  margin: 0;
}
.cid-v4Xk667A2T .mbr-section-btn .btn {
  margin: 0;
}
.cid-v59YlVTurR.popup-builder {
  background-color: #ffffff;
}
.cid-v59YlVTurR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v59YlVTurR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v59YlVTurR .modal-content,
.cid-v59YlVTurR .modal-dialog {
  height: auto;
}
.cid-v59YlVTurR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v59YlVTurR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v59YlVTurR .form-wrapper .mbr-form .form-group,
  .cid-v59YlVTurR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v59YlVTurR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v59YlVTurR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v59YlVTurR .mbr-text {
  text-align: center;
}
.cid-v59YlVTurR .pt-0 {
  padding-top: 0 !important;
}
.cid-v59YlVTurR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v59YlVTurR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v59YlVTurR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v59YlVTurR .modal-open {
  overflow: hidden;
}
.cid-v59YlVTurR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v59YlVTurR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v59YlVTurR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v59YlVTurR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v59YlVTurR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v59YlVTurR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v59YlVTurR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v59YlVTurR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v59YlVTurR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v59YlVTurR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v59YlVTurR .modal-backdrop.fade {
  opacity: 0;
}
.cid-v59YlVTurR .modal-backdrop.show {
  opacity: .5;
}
.cid-v59YlVTurR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v59YlVTurR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v59YlVTurR .modal-header {
    padding: 1rem;
  }
}
.cid-v59YlVTurR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v59YlVTurR .modal-header .close svg {
  fill: #353535;
}
.cid-v59YlVTurR .modal-header .close:hover {
  opacity: 1;
}
.cid-v59YlVTurR .modal-header .close:focus {
  outline: none;
}
.cid-v59YlVTurR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v59YlVTurR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v59YlVTurR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v59YlVTurR .modal-body {
    padding: 1rem;
  }
}
.cid-v59YlVTurR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v59YlVTurR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v59YlVTurR .modal-footer {
    padding: 1rem;
  }
}
.cid-v59YlVTurR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v59YlVTurR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v59YlVTurR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v59YlVTurR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v59YlVTurR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v59YlVTurR .modal-lg,
  .cid-v59YlVTurR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v59YlVTurR .modal-xl {
    max-width: 1140px;
  }
}
.cid-v59YlVTurR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v59YlVTurR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v59YlVTurR .form-group {
  margin-bottom: 1rem;
}
.cid-v59YlVTurR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v59YlVTurR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v59YlVTurR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v59YlVTurR .mbr-section-btn {
  margin: 0;
}
.cid-v59YlVTurR .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5HY3UAEzY.popup-builder {
  background-color: #ffffff;
}
.cid-v5HY3UAEzY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5HY3UAEzY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5HY3UAEzY .modal-content,
.cid-v5HY3UAEzY .modal-dialog {
  height: auto;
}
.cid-v5HY3UAEzY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5HY3UAEzY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5HY3UAEzY .form-wrapper .mbr-form .form-group,
  .cid-v5HY3UAEzY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5HY3UAEzY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5HY3UAEzY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5HY3UAEzY .mbr-text {
  text-align: center;
}
.cid-v5HY3UAEzY .pt-0 {
  padding-top: 0 !important;
}
.cid-v5HY3UAEzY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5HY3UAEzY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5HY3UAEzY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5HY3UAEzY .modal-open {
  overflow: hidden;
}
.cid-v5HY3UAEzY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5HY3UAEzY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5HY3UAEzY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5HY3UAEzY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5HY3UAEzY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5HY3UAEzY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5HY3UAEzY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5HY3UAEzY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5HY3UAEzY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5HY3UAEzY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5HY3UAEzY .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5HY3UAEzY .modal-backdrop.show {
  opacity: .5;
}
.cid-v5HY3UAEzY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v5HY3UAEzY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HY3UAEzY .modal-header {
    padding: 1rem;
  }
}
.cid-v5HY3UAEzY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5HY3UAEzY .modal-header .close svg {
  fill: #353535;
}
.cid-v5HY3UAEzY .modal-header .close:hover {
  opacity: 1;
}
.cid-v5HY3UAEzY .modal-header .close:focus {
  outline: none;
}
.cid-v5HY3UAEzY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5HY3UAEzY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5HY3UAEzY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HY3UAEzY .modal-body {
    padding: 1rem;
  }
}
.cid-v5HY3UAEzY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v5HY3UAEzY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5HY3UAEzY .modal-footer {
    padding: 1rem;
  }
}
.cid-v5HY3UAEzY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5HY3UAEzY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5HY3UAEzY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5HY3UAEzY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5HY3UAEzY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5HY3UAEzY .modal-lg,
  .cid-v5HY3UAEzY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5HY3UAEzY .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5HY3UAEzY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5HY3UAEzY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5HY3UAEzY .form-group {
  margin-bottom: 1rem;
}
.cid-v5HY3UAEzY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5HY3UAEzY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5HY3UAEzY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5HY3UAEzY .mbr-section-btn {
  margin: 0;
}
.cid-v5HY3UAEzY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYo062CDTS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYo062CDTS .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-uYo062CDTS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYo062CDTS .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-uYo062CDTS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYo062CDTS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYo062CDTS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYo062CDTS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYo062CDTS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYo062CDTS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYo062CDTS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYo062CDTS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYo062CDTS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYo062CDTS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYo062CDTS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYo062CDTS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYo062CDTS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYo062CDTS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYo062CDTS .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYo062CDTS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYo062CDTS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYo062CDTS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYo062CDTS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYo062CDTS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYo062CDTS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYo062CDTS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYo062CDTS .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;
}
.cid-uYo062CDTS .nav-item:focus,
.cid-uYo062CDTS .nav-link:focus {
  outline: none;
}
.cid-uYo062CDTS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYo062CDTS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYo062CDTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYo062CDTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYo062CDTS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYo062CDTS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYo062CDTS .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-uYo062CDTS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYo062CDTS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYo062CDTS .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYo062CDTS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYo062CDTS .navbar.collapsed {
  justify-content: center;
}
.cid-uYo062CDTS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYo062CDTS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYo062CDTS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYo062CDTS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYo062CDTS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYo062CDTS .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-uYo062CDTS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYo062CDTS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYo062CDTS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYo062CDTS .navbar {
    min-height: 72px;
  }
  .cid-uYo062CDTS .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYo062CDTS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYo062CDTS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYo062CDTS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYo062CDTS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYo062CDTS .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-uYo062CDTS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYo062CDTS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYo062CDTS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYo062CDTS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYo062CDTS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYo062CDTS .dropdown-item.active,
.cid-uYo062CDTS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYo062CDTS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYo062CDTS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYo062CDTS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYo062CDTS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYo062CDTS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYo062CDTS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYo062CDTS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYo062CDTS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYo062CDTS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYo062CDTS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYo062CDTS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYo062CDTS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYo062CDTS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYo062CDTS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYo062CDTS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYo062CDTS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYo062CDTS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYo062CDTS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYo062CDTS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYo062CDTS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYo062CDTS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYo062CDTS .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-uYo062CDTS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYo062CDTS .navbar {
    height: 70px;
  }
  .cid-uYo062CDTS .navbar.opened {
    height: auto;
  }
  .cid-uYo062CDTS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYo062CDTS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYo062CDTS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYo062CDTS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYo062CDTS .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-uYo062CDTS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYo062CDTS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYo062CDTS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYo062CDTS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYo062CDTS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYo062CDTS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYo062CDTS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYo062CDTS .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-uYo062CDTS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYo062CDTS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYo062CDTS .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-uYo062CDTS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYo062CDTS .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-uYo062CDTS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYo062CDTS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYo0630pQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYo0630pQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo0630pQy .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-uYo0630pQy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYo0630pQy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYo0630pQy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo0630pQy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYo0630pQy .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYo0630pQy .mbr-text,
.cid-uYo0630pQy .mbr-section-btn {
  color: #000000;
}
.cid-v5aw3q7yZl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5aw3q7yZl .mbr-text {
  color: #000000;
}
.cid-v5aw3q7yZl .mbr-section-subtitle {
  color: #000000;
}
.cid-v5aw3q7yZl .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-v5CllIYA7s {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f6f7e5;
}
.cid-v5CllIYA7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CllIYA7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CllIYA7s .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-v5CllIYA7s .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5CllIYA7s .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v5CllIYA7s .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5CllIYA7s .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v5CllIYA7s .row {
  flex-direction: row-reverse;
}
.cid-v5CllIYA7s .image-wrapper {
  padding: 0 1rem;
}
.cid-v5CllIYA7s img,
.cid-v5CllIYA7s .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5CllIYA7s img,
  .cid-v5CllIYA7s .image-wrapper {
    max-height: 350px;
  }
}
.cid-v5CllIYA7s .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-v5CllIYA7s .mbr-text {
  color: #000000;
}
.cid-v5CllIYA7s .mbr-text,
.cid-v5CllIYA7s .mbr-section-btn {
  text-align: center;
}
.cid-v4LFRmCUQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f7e5;
}
.cid-v4LFRmCUQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4LFRmCUQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4LFRmCUQR .card-wrapper {
  background: #2071aa;
}
@media (max-width: 767px) {
  .cid-v4LFRmCUQR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4LFRmCUQR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4LFRmCUQR .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4LFRmCUQR .mbr-text,
.cid-v4LFRmCUQR .mbr-section-btn {
  color: #ffd7ef;
}
.cid-v4LFRmCUQR .card-title,
.cid-v4LFRmCUQR .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-v4LFRmCUQR .card-title,
.cid-v4LFRmCUQR .card-box DIV {
  text-align: center;
}
.cid-uYo063S2ue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYo063S2ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo063S2ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo063S2ue .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYo063S2ue .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYo063S2ue .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo063S2ue .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYo063S2ue .mbr-text,
.cid-uYo063S2ue .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYo063S2ue .card-title,
.cid-uYo063S2ue .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYo54waDfV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYo54waDfV .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-uYo54waDfV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYo54waDfV .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-uYo54waDfV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYo54waDfV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYo54waDfV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYo54waDfV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYo54waDfV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYo54waDfV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYo54waDfV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYo54waDfV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYo54waDfV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYo54waDfV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYo54waDfV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYo54waDfV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYo54waDfV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYo54waDfV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYo54waDfV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYo54waDfV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYo54waDfV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYo54waDfV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYo54waDfV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYo54waDfV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYo54waDfV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYo54waDfV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYo54waDfV .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;
}
.cid-uYo54waDfV .nav-item:focus,
.cid-uYo54waDfV .nav-link:focus {
  outline: none;
}
.cid-uYo54waDfV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYo54waDfV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYo54waDfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYo54waDfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYo54waDfV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYo54waDfV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYo54waDfV .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-uYo54waDfV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYo54waDfV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYo54waDfV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYo54waDfV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYo54waDfV .navbar.collapsed {
  justify-content: center;
}
.cid-uYo54waDfV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYo54waDfV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYo54waDfV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYo54waDfV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYo54waDfV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYo54waDfV .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-uYo54waDfV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYo54waDfV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYo54waDfV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYo54waDfV .navbar {
    min-height: 72px;
  }
  .cid-uYo54waDfV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYo54waDfV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYo54waDfV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYo54waDfV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYo54waDfV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYo54waDfV .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-uYo54waDfV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYo54waDfV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYo54waDfV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYo54waDfV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYo54waDfV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYo54waDfV .dropdown-item.active,
.cid-uYo54waDfV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYo54waDfV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYo54waDfV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYo54waDfV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYo54waDfV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYo54waDfV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYo54waDfV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYo54waDfV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYo54waDfV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYo54waDfV .navbar-buttons {
    text-align: left;
  }
}
.cid-uYo54waDfV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYo54waDfV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYo54waDfV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYo54waDfV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYo54waDfV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYo54waDfV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYo54waDfV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYo54waDfV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYo54waDfV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYo54waDfV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYo54waDfV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYo54waDfV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYo54waDfV .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-uYo54waDfV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYo54waDfV .navbar {
    height: 70px;
  }
  .cid-uYo54waDfV .navbar.opened {
    height: auto;
  }
  .cid-uYo54waDfV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYo54waDfV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYo54waDfV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYo54waDfV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYo54waDfV .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-uYo54waDfV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYo54waDfV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYo54waDfV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYo54waDfV .navbar-brand {
    margin-right: auto;
  }
  .cid-uYo54waDfV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYo54waDfV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYo54waDfV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYo54waDfV .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-uYo54waDfV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYo54waDfV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYo54waDfV .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-uYo54waDfV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYo54waDfV .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-uYo54waDfV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYo54waDfV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYo54wxhYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYo54wxhYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo54wxhYM .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-uYo54wxhYM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYo54wxhYM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYo54wxhYM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo54wxhYM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYo54wxhYM .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYo54wxhYM .mbr-text,
.cid-uYo54wxhYM .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYo54x8Q4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYo54x8Q4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo54x8Q4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo54x8Q4T .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYo54x8Q4T .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYo54x8Q4T .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo54x8Q4T .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYo54x8Q4T .mbr-text,
.cid-uYo54x8Q4T .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYo54x8Q4T .card-title,
.cid-uYo54x8Q4T .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYo8Okek6f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYo8Okek6f .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-uYo8Okek6f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYo8Okek6f .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-uYo8Okek6f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYo8Okek6f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYo8Okek6f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYo8Okek6f .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYo8Okek6f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYo8Okek6f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYo8Okek6f .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYo8Okek6f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYo8Okek6f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYo8Okek6f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYo8Okek6f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYo8Okek6f .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYo8Okek6f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYo8Okek6f .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYo8Okek6f .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYo8Okek6f .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYo8Okek6f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYo8Okek6f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYo8Okek6f .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYo8Okek6f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYo8Okek6f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYo8Okek6f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYo8Okek6f .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;
}
.cid-uYo8Okek6f .nav-item:focus,
.cid-uYo8Okek6f .nav-link:focus {
  outline: none;
}
.cid-uYo8Okek6f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYo8Okek6f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYo8Okek6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYo8Okek6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYo8Okek6f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYo8Okek6f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYo8Okek6f .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-uYo8Okek6f .navbar.opened {
  transition: all 0.3s;
}
.cid-uYo8Okek6f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYo8Okek6f .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYo8Okek6f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYo8Okek6f .navbar.collapsed {
  justify-content: center;
}
.cid-uYo8Okek6f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYo8Okek6f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYo8Okek6f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYo8Okek6f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYo8Okek6f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYo8Okek6f .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-uYo8Okek6f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYo8Okek6f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYo8Okek6f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYo8Okek6f .navbar {
    min-height: 72px;
  }
  .cid-uYo8Okek6f .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYo8Okek6f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYo8Okek6f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYo8Okek6f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYo8Okek6f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYo8Okek6f .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-uYo8Okek6f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYo8Okek6f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYo8Okek6f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYo8Okek6f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYo8Okek6f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYo8Okek6f .dropdown-item.active,
.cid-uYo8Okek6f .dropdown-item:active {
  background-color: transparent;
}
.cid-uYo8Okek6f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYo8Okek6f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYo8Okek6f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYo8Okek6f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYo8Okek6f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYo8Okek6f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYo8Okek6f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYo8Okek6f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYo8Okek6f .navbar-buttons {
    text-align: left;
  }
}
.cid-uYo8Okek6f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYo8Okek6f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYo8Okek6f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYo8Okek6f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYo8Okek6f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYo8Okek6f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYo8Okek6f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYo8Okek6f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYo8Okek6f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYo8Okek6f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYo8Okek6f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYo8Okek6f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYo8Okek6f .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-uYo8Okek6f .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYo8Okek6f .navbar {
    height: 70px;
  }
  .cid-uYo8Okek6f .navbar.opened {
    height: auto;
  }
  .cid-uYo8Okek6f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYo8Okek6f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYo8Okek6f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYo8Okek6f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYo8Okek6f .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-uYo8Okek6f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYo8Okek6f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYo8Okek6f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYo8Okek6f .navbar-brand {
    margin-right: auto;
  }
  .cid-uYo8Okek6f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYo8Okek6f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYo8Okek6f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYo8Okek6f .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-uYo8Okek6f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYo8Okek6f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYo8Okek6f .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-uYo8Okek6f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYo8Okek6f .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-uYo8Okek6f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYo8Okek6f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYo8OkEfmN {
  background-color: #ffffff;
}
.cid-uYo8OkEfmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo8OkEfmN .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-uYo8OkEfmN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYo8OkEfmN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYo8OkEfmN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo8OkEfmN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYo8OkEfmN .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYo8OkEfmN .mbr-text,
.cid-uYo8OkEfmN .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYr1JR7dkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uYr1JR7dkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYr1JR7dkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYr1JR7dkU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uYr1JR7dkU .container {
    padding: 0 16px;
  }
}
.cid-uYr1JR7dkU .row {
  justify-content: center;
}
.cid-uYr1JR7dkU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYr1JR7dkU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYr1JR7dkU .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uYr1JR7dkU .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uYr1JR7dkU .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uYr1JR7dkU .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYr1JR7dkU .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uYr1JR7dkU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYr1JR7dkU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uYr1JR7dkU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYr1JR7dkU .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uYr1JR7dkU .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYr1JR7dkU .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uYr1JR7dkU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYr1JR7dkU .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYr1JR7dkU .panel-title {
  color: #000000;
}
.cid-uYr1JR7dkU .panel-text {
  color: #000000;
}
.cid-uYo8OkZqwx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uYo8OkZqwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo8OkZqwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo8OkZqwx .mbr-description {
  text-align: left;
}
.cid-uYo8OkZqwx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uYo8OkZqwx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uYo8OkZqwx .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uYo8OkZqwx .card-title,
.cid-uYo8OkZqwx .iconfont-wrapper {
  color: #000000;
}
.cid-uYo8OkZqwx .card-text {
  color: #000000;
}
.cid-uYo8OkZqwx .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYo8OkZqwx .mbr-text,
.cid-uYo8OkZqwx .mbr-section-btn {
  text-align: center;
}
.cid-uYo8OkZqwx .card-text,
.cid-uYo8OkZqwx .item .mbr-section-btn {
  text-align: left;
}
.cid-uYo8OkZqwx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYo8OkZqwx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYo8OkZqwx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYo8OkZqwx .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uYo8OkZqwx .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uYo8OkZqwx .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYo8OkZqwx .mbr-text UL {
  text-align: left;
}
.cid-uYo8OkZqwx .mbr-text {
  text-align: left;
}
.cid-uYo8OkZqwx .mbr-subtitle {
  text-align: center;
}
.cid-uYr1Kzrh3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uYr1Kzrh3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYr1Kzrh3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYr1Kzrh3E .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uYr1Kzrh3E .container {
    padding: 0 16px;
  }
}
.cid-uYr1Kzrh3E .row {
  justify-content: center;
}
.cid-uYr1Kzrh3E .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYr1Kzrh3E .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYr1Kzrh3E .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #ffa600;
}
.cid-uYr1Kzrh3E .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uYr1Kzrh3E .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uYr1Kzrh3E .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYr1Kzrh3E .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uYr1Kzrh3E .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYr1Kzrh3E .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uYr1Kzrh3E .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYr1Kzrh3E .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uYr1Kzrh3E .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYr1Kzrh3E .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uYr1Kzrh3E .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYr1Kzrh3E .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYr1Kzrh3E .panel-title {
  color: #000000;
}
.cid-uYr1Kzrh3E .panel-text {
  color: #000000;
}
.cid-uYo8OliLyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYo8OliLyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYo8OliLyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYo8OliLyS .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYo8OliLyS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYo8OliLyS .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYo8OliLyS .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYo8OliLyS .mbr-text,
.cid-uYo8OliLyS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYo8OliLyS .card-title,
.cid-uYo8OliLyS .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uYoi1r6MSa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYoi1r6MSa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYoi1r6MSa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYoi1r6MSa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYoi1r6MSa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYoi1r6MSa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYoi1r6MSa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYoi1r6MSa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYoi1r6MSa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYoi1r6MSa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYoi1r6MSa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYoi1r6MSa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYoi1r6MSa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYoi1r6MSa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYoi1r6MSa .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYoi1r6MSa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYoi1r6MSa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYoi1r6MSa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYoi1r6MSa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uYoi1r6MSa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYoi1r6MSa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYoi1r6MSa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYoi1r6MSa .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;
}
.cid-uYoi1r6MSa .nav-item:focus,
.cid-uYoi1r6MSa .nav-link:focus {
  outline: none;
}
.cid-uYoi1r6MSa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYoi1r6MSa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYoi1r6MSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYoi1r6MSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYoi1r6MSa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYoi1r6MSa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYoi1r6MSa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYoi1r6MSa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uYoi1r6MSa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYoi1r6MSa .navbar.collapsed {
  justify-content: center;
}
.cid-uYoi1r6MSa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYoi1r6MSa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYoi1r6MSa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uYoi1r6MSa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYoi1r6MSa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYoi1r6MSa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYoi1r6MSa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYoi1r6MSa .navbar {
    min-height: 72px;
  }
  .cid-uYoi1r6MSa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYoi1r6MSa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYoi1r6MSa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYoi1r6MSa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYoi1r6MSa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYoi1r6MSa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYoi1r6MSa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYoi1r6MSa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYoi1r6MSa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYoi1r6MSa .dropdown-item.active,
.cid-uYoi1r6MSa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYoi1r6MSa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYoi1r6MSa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYoi1r6MSa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYoi1r6MSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYoi1r6MSa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYoi1r6MSa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYoi1r6MSa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYoi1r6MSa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYoi1r6MSa .navbar-buttons {
    text-align: left;
  }
}
.cid-uYoi1r6MSa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYoi1r6MSa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYoi1r6MSa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYoi1r6MSa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYoi1r6MSa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYoi1r6MSa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYoi1r6MSa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYoi1r6MSa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYoi1r6MSa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYoi1r6MSa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYoi1r6MSa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYoi1r6MSa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYoi1r6MSa .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-uYoi1r6MSa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYoi1r6MSa .navbar {
    height: 70px;
  }
  .cid-uYoi1r6MSa .navbar.opened {
    height: auto;
  }
  .cid-uYoi1r6MSa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYoi1r6MSa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYoi1r6MSa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYoi1r6MSa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYoi1r6MSa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYoi1r6MSa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYoi1r6MSa .navbar-brand {
    margin-right: auto;
  }
  .cid-uYoi1r6MSa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uYoi1r6MSa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYoi1r6MSa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYoi1r6MSa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYoi1r6MSa .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-uYoi1r6MSa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYoi1r6MSa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYoi1rycdZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYoi1rycdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoi1rycdZ .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-uYoi1rycdZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYoi1rycdZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYoi1rycdZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYoi1rycdZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYoi1rycdZ .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYoi1rycdZ .mbr-text,
.cid-uYoi1rycdZ .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYr6GV5GkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uYr6GV5GkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYr6GV5GkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYr6GV5GkB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uYr6GV5GkB .container {
    padding: 0 16px;
  }
}
.cid-uYr6GV5GkB .row {
  justify-content: center;
}
.cid-uYr6GV5GkB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYr6GV5GkB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYr6GV5GkB .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uYr6GV5GkB .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uYr6GV5GkB .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uYr6GV5GkB .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYr6GV5GkB .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uYr6GV5GkB .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uYr6GV5GkB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uYr6GV5GkB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uYr6GV5GkB .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uYr6GV5GkB .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYr6GV5GkB .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uYr6GV5GkB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYr6GV5GkB .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-uYr6GV5GkB .panel-title {
  color: #000000;
}
.cid-uYr6GV5GkB .panel-text {
  color: #000000;
}
.cid-uYoi1scs0b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYoi1scs0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoi1scs0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoi1scs0b .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-uYoi1scs0b .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYoi1scs0b .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYoi1scs0b .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYoi1scs0b .mbr-text,
.cid-uYoi1scs0b .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uYoi1scs0b .card-title,
.cid-uYoi1scs0b .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-v1z9RW2UXr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1z9RW2UXr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1z9RW2UXr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1z9RW2UXr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1z9RW2UXr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1z9RW2UXr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1z9RW2UXr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1z9RW2UXr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1z9RW2UXr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1z9RW2UXr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1z9RW2UXr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1z9RW2UXr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1z9RW2UXr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1z9RW2UXr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1z9RW2UXr .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1z9RW2UXr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1z9RW2UXr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1z9RW2UXr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1z9RW2UXr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1z9RW2UXr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1z9RW2UXr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1z9RW2UXr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1z9RW2UXr .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;
}
.cid-v1z9RW2UXr .nav-item:focus,
.cid-v1z9RW2UXr .nav-link:focus {
  outline: none;
}
.cid-v1z9RW2UXr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1z9RW2UXr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1z9RW2UXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1z9RW2UXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1z9RW2UXr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1z9RW2UXr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar.opened {
  transition: all 0.3s;
}
.cid-v1z9RW2UXr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1z9RW2UXr .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1z9RW2UXr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1z9RW2UXr .navbar.collapsed {
  justify-content: center;
}
.cid-v1z9RW2UXr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1z9RW2UXr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1z9RW2UXr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v1z9RW2UXr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1z9RW2UXr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1z9RW2UXr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1z9RW2UXr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1z9RW2UXr .navbar {
    min-height: 72px;
  }
  .cid-v1z9RW2UXr .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1z9RW2UXr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1z9RW2UXr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1z9RW2UXr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1z9RW2UXr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1z9RW2UXr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1z9RW2UXr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1z9RW2UXr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1z9RW2UXr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1z9RW2UXr .dropdown-item.active,
.cid-v1z9RW2UXr .dropdown-item:active {
  background-color: transparent;
}
.cid-v1z9RW2UXr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1z9RW2UXr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1z9RW2UXr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1z9RW2UXr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1z9RW2UXr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1z9RW2UXr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1z9RW2UXr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1z9RW2UXr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1z9RW2UXr .navbar-buttons {
    text-align: left;
  }
}
.cid-v1z9RW2UXr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1z9RW2UXr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1z9RW2UXr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1z9RW2UXr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1z9RW2UXr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1z9RW2UXr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1z9RW2UXr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1z9RW2UXr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1z9RW2UXr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1z9RW2UXr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1z9RW2UXr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1z9RW2UXr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1z9RW2UXr .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-v1z9RW2UXr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1z9RW2UXr .navbar {
    height: 70px;
  }
  .cid-v1z9RW2UXr .navbar.opened {
    height: auto;
  }
  .cid-v1z9RW2UXr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1z9RW2UXr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1z9RW2UXr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1z9RW2UXr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1z9RW2UXr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1z9RW2UXr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1z9RW2UXr .navbar-brand {
    margin-right: auto;
  }
  .cid-v1z9RW2UXr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v1z9RW2UXr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1z9RW2UXr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1z9RW2UXr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1z9RW2UXr .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-v1z9RW2UXr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1z9RW2UXr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1z9RWz4km {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1z9RWz4km .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1z9RWz4km .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-v1z9RWz4km .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1z9RWz4km .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1z9RWz4km .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1z9RWz4km .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1z9RWz4km .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-v1z9RWz4km .mbr-text,
.cid-v1z9RWz4km .mbr-section-btn {
  color: #000000;
}
.cid-v1z9RWKkLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v1z9RWKkLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1z9RWKkLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1z9RWKkLD .mbr-text {
  color: #000000;
}
.cid-v1z9RWKkLD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1z9RWKkLD .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v1z9RWKkLD .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1z9RWKkLD .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v1z9RWKkLD .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1z9RWKkLD .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1z9RWKkLD .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1z9RWKkLD .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1z9RWKkLD .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1z9RWKkLD .mbr-text UL {
  text-align: left;
}
.cid-v1z9RWKkLD .mbr-section-subtitle,
.cid-v1z9RWKkLD .main-button {
  color: #2071aa;
  text-align: center;
}
.cid-v1z9RWKkLD .mbr-section-title {
  text-align: center;
}
.cid-v5NHp1rT5X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v5NHp1rT5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NHp1rT5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NHp1rT5X .mbr-text,
.cid-v5NHp1rT5X .mbr-section-btn {
  color: #232323;
}
.cid-v5NHp1rT5X .card-title,
.cid-v5NHp1rT5X .card-box {
  color: #2071aa;
}
.cid-v5NHp1rT5X .mbr-text,
.cid-v5NHp1rT5X .link-wrap {
  color: #ffffff;
}
.cid-v1zgEr1Alj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1zgEr1Alj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1zgEr1Alj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zgEr1Alj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1zgEr1Alj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1zgEr1Alj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1zgEr1Alj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1zgEr1Alj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1zgEr1Alj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1zgEr1Alj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1zgEr1Alj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1zgEr1Alj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1zgEr1Alj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1zgEr1Alj .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1zgEr1Alj .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1zgEr1Alj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1zgEr1Alj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1zgEr1Alj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1zgEr1Alj .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1zgEr1Alj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1zgEr1Alj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1zgEr1Alj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1zgEr1Alj .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;
}
.cid-v1zgEr1Alj .nav-item:focus,
.cid-v1zgEr1Alj .nav-link:focus {
  outline: none;
}
.cid-v1zgEr1Alj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zgEr1Alj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1zgEr1Alj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zgEr1Alj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zgEr1Alj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zgEr1Alj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zgEr1Alj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1zgEr1Alj .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1zgEr1Alj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1zgEr1Alj .navbar.collapsed {
  justify-content: center;
}
.cid-v1zgEr1Alj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zgEr1Alj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1zgEr1Alj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v1zgEr1Alj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zgEr1Alj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zgEr1Alj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1zgEr1Alj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1zgEr1Alj .navbar {
    min-height: 72px;
  }
  .cid-v1zgEr1Alj .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1zgEr1Alj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zgEr1Alj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zgEr1Alj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zgEr1Alj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1zgEr1Alj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1zgEr1Alj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zgEr1Alj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1zgEr1Alj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1zgEr1Alj .dropdown-item.active,
.cid-v1zgEr1Alj .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zgEr1Alj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1zgEr1Alj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zgEr1Alj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zgEr1Alj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1zgEr1Alj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1zgEr1Alj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1zgEr1Alj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1zgEr1Alj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1zgEr1Alj .navbar-buttons {
    text-align: left;
  }
}
.cid-v1zgEr1Alj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1zgEr1Alj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1zgEr1Alj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1zgEr1Alj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1zgEr1Alj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1zgEr1Alj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1zgEr1Alj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zgEr1Alj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zgEr1Alj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zgEr1Alj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zgEr1Alj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1zgEr1Alj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zgEr1Alj .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-v1zgEr1Alj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1zgEr1Alj .navbar {
    height: 70px;
  }
  .cid-v1zgEr1Alj .navbar.opened {
    height: auto;
  }
  .cid-v1zgEr1Alj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zgEr1Alj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1zgEr1Alj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1zgEr1Alj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1zgEr1Alj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1zgEr1Alj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1zgEr1Alj .navbar-brand {
    margin-right: auto;
  }
  .cid-v1zgEr1Alj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v1zgEr1Alj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1zgEr1Alj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1zgEr1Alj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1zgEr1Alj .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-v1zgEr1Alj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1zgEr1Alj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1zgErD81B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1zgErD81B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zgErD81B .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-v1zgErD81B .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1zgErD81B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1zgErD81B .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1zgErD81B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1zgErD81B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1zgErD81B .mbr-text,
.cid-v1zgErD81B .mbr-section-btn {
  color: #000000;
}
.cid-v1zgErSwSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v1zgErSwSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zgErSwSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zgErSwSU .mbr-text {
  color: #000000;
}
.cid-v1zgErSwSU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v1zgErSwSU .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v1zgErSwSU .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1zgErSwSU .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v1zgErSwSU .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1zgErSwSU .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v1zgErSwSU .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1zgErSwSU .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1zgErSwSU .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1zgErSwSU .mbr-text UL {
  text-align: left;
}
.cid-v1zgErSwSU .mbr-section-subtitle,
.cid-v1zgErSwSU .main-button {
  color: #000000;
  text-align: center;
}
.cid-v1zgErSwSU .mbr-section-title {
  text-align: justify;
}
.cid-v1zgEs4rhL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v1zgEs4rhL .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-v1zgEs4rhL .panel-group {
  border: none;
}
.cid-v1zgEs4rhL .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v1zgEs4rhL .card-header {
    padding: 0rem;
  }
}
.cid-v1zgEs4rhL .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v1zgEs4rhL .img-col {
  padding: 0;
}
.cid-v1zgEs4rhL .img-item {
  height: 100%;
}
.cid-v1zgEs4rhL img {
  height: 100%;
  object-fit: cover;
}
.cid-v1zgEs4rhL .collapsed span {
  transform: rotate(0deg);
}
.cid-v1zgEs4rhL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v1zgEs4rhL p {
  margin-bottom: 0.3rem;
}
.cid-v1zgEs4rhL .panel-title-edit {
  color: #000000;
}
.cid-v1zgEs4rhL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v1zgEs4rhL .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v1zgEs4rhL .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1zgEs4rhL .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v1zgEs4rhL .panel-text {
  color: #000000;
}
.cid-v1zgEs4rhL .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-v1zgEs4rhL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v1zgEs4rhL .panel-title-edit,
.cid-v1zgEs4rhL .mbr-iconfont {
  color: #000000;
}
.cid-v1zgEsk9yM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v1zgEsk9yM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zgEsk9yM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zgEsk9yM .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-v1zgEsk9yM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1zgEsk9yM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v1zgEsk9yM .card-wrapper {
    padding: 4rem;
  }
}
.cid-v1zgEsk9yM .mbr-text,
.cid-v1zgEsk9yM .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v1zgEsk9yM .card-title,
.cid-v1zgEsk9yM .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2EoKSuPPt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v2EoKSuPPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2EoKSuPPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2EoKSuPPt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v2EoKSuPPt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v2EoKSuPPt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v2EoKSuPPt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v2EoKSuPPt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2EoKSuPPt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2EoKSuPPt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v2EoKSuPPt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v2EoKSuPPt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v2EoKSuPPt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2EoKSuPPt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2EoKSuPPt .navbar-logo {
    padding-left: 0;
  }
}
.cid-v2EoKSuPPt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2EoKSuPPt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2EoKSuPPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v2EoKSuPPt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v2EoKSuPPt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2EoKSuPPt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2EoKSuPPt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2EoKSuPPt .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;
}
.cid-v2EoKSuPPt .nav-item:focus,
.cid-v2EoKSuPPt .nav-link:focus {
  outline: none;
}
.cid-v2EoKSuPPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2EoKSuPPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2EoKSuPPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2EoKSuPPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2EoKSuPPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2EoKSuPPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar.opened {
  transition: all 0.3s;
}
.cid-v2EoKSuPPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2EoKSuPPt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v2EoKSuPPt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v2EoKSuPPt .navbar.collapsed {
  justify-content: center;
}
.cid-v2EoKSuPPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2EoKSuPPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2EoKSuPPt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v2EoKSuPPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2EoKSuPPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2EoKSuPPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2EoKSuPPt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2EoKSuPPt .navbar {
    min-height: 72px;
  }
  .cid-v2EoKSuPPt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2EoKSuPPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2EoKSuPPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2EoKSuPPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2EoKSuPPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2EoKSuPPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2EoKSuPPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2EoKSuPPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2EoKSuPPt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2EoKSuPPt .dropdown-item.active,
.cid-v2EoKSuPPt .dropdown-item:active {
  background-color: transparent;
}
.cid-v2EoKSuPPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2EoKSuPPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2EoKSuPPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2EoKSuPPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2EoKSuPPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v2EoKSuPPt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2EoKSuPPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2EoKSuPPt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2EoKSuPPt .navbar-buttons {
    text-align: left;
  }
}
.cid-v2EoKSuPPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2EoKSuPPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2EoKSuPPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2EoKSuPPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2EoKSuPPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2EoKSuPPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2EoKSuPPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2EoKSuPPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2EoKSuPPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2EoKSuPPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2EoKSuPPt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2EoKSuPPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2EoKSuPPt .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-v2EoKSuPPt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2EoKSuPPt .navbar {
    height: 70px;
  }
  .cid-v2EoKSuPPt .navbar.opened {
    height: auto;
  }
  .cid-v2EoKSuPPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2EoKSuPPt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2EoKSuPPt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v2EoKSuPPt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2EoKSuPPt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2EoKSuPPt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2EoKSuPPt .navbar-brand {
    margin-right: auto;
  }
  .cid-v2EoKSuPPt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v2EoKSuPPt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2EoKSuPPt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2EoKSuPPt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2EoKSuPPt .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-v2EoKSuPPt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2EoKSuPPt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2EoKT6477 {
  background-color: #ffffff;
}
.cid-v2EoKT6477 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2EoKT6477 .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-v2EoKT6477 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v2EoKT6477 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2EoKT6477 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2EoKT6477 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2EoKT6477 .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-v2EoKT6477 .mbr-text,
.cid-v2EoKT6477 .mbr-section-btn {
  color: #000000;
}
.cid-v2EoKTzFO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v2EoKTzFO2 .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-v2EoKTzFO2 .panel-group {
  border: none;
}
.cid-v2EoKTzFO2 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v2EoKTzFO2 .card-header {
    padding: 0rem;
  }
}
.cid-v2EoKTzFO2 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v2EoKTzFO2 .img-col {
  padding: 0;
}
.cid-v2EoKTzFO2 .img-item {
  height: 100%;
}
.cid-v2EoKTzFO2 img {
  height: 100%;
  object-fit: cover;
}
.cid-v2EoKTzFO2 .collapsed span {
  transform: rotate(0deg);
}
.cid-v2EoKTzFO2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2EoKTzFO2 p {
  margin-bottom: 0.3rem;
}
.cid-v2EoKTzFO2 .panel-title-edit {
  color: #2071aa;
}
.cid-v2EoKTzFO2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v2EoKTzFO2 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v2EoKTzFO2 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2EoKTzFO2 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v2EoKTzFO2 .panel-text {
  color: #000000;
}
.cid-v2EoKTzFO2 .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-v2EoKTzFO2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v2EoKTzFO2 .panel-title-edit,
.cid-v2EoKTzFO2 .mbr-iconfont {
  color: #000000;
}
.cid-v2EoKTMRFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v2EoKTMRFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2EoKTMRFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2EoKTMRFd .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-v2EoKTMRFd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2EoKTMRFd .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2EoKTMRFd .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2EoKTMRFd .mbr-text,
.cid-v2EoKTMRFd .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2EoKTMRFd .card-title,
.cid-v2EoKTMRFd .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2XsCfGRYt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v2XsCfGRYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2XsCfGRYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2XsCfGRYt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v2XsCfGRYt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v2XsCfGRYt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v2XsCfGRYt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v2XsCfGRYt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2XsCfGRYt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2XsCfGRYt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v2XsCfGRYt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v2XsCfGRYt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v2XsCfGRYt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2XsCfGRYt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2XsCfGRYt .navbar-logo {
    padding-left: 0;
  }
}
.cid-v2XsCfGRYt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2XsCfGRYt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2XsCfGRYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v2XsCfGRYt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v2XsCfGRYt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2XsCfGRYt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2XsCfGRYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2XsCfGRYt .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;
}
.cid-v2XsCfGRYt .nav-item:focus,
.cid-v2XsCfGRYt .nav-link:focus {
  outline: none;
}
.cid-v2XsCfGRYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2XsCfGRYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2XsCfGRYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2XsCfGRYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2XsCfGRYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2XsCfGRYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar.opened {
  transition: all 0.3s;
}
.cid-v2XsCfGRYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2XsCfGRYt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v2XsCfGRYt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v2XsCfGRYt .navbar.collapsed {
  justify-content: center;
}
.cid-v2XsCfGRYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2XsCfGRYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2XsCfGRYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v2XsCfGRYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2XsCfGRYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2XsCfGRYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2XsCfGRYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2XsCfGRYt .navbar {
    min-height: 72px;
  }
  .cid-v2XsCfGRYt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2XsCfGRYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2XsCfGRYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2XsCfGRYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2XsCfGRYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2XsCfGRYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2XsCfGRYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2XsCfGRYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2XsCfGRYt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2XsCfGRYt .dropdown-item.active,
.cid-v2XsCfGRYt .dropdown-item:active {
  background-color: transparent;
}
.cid-v2XsCfGRYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2XsCfGRYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2XsCfGRYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2XsCfGRYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2XsCfGRYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v2XsCfGRYt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2XsCfGRYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2XsCfGRYt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2XsCfGRYt .navbar-buttons {
    text-align: left;
  }
}
.cid-v2XsCfGRYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2XsCfGRYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2XsCfGRYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2XsCfGRYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2XsCfGRYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2XsCfGRYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2XsCfGRYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2XsCfGRYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2XsCfGRYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2XsCfGRYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2XsCfGRYt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2XsCfGRYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2XsCfGRYt .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-v2XsCfGRYt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2XsCfGRYt .navbar {
    height: 70px;
  }
  .cid-v2XsCfGRYt .navbar.opened {
    height: auto;
  }
  .cid-v2XsCfGRYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2XsCfGRYt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2XsCfGRYt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v2XsCfGRYt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2XsCfGRYt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2XsCfGRYt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2XsCfGRYt .navbar-brand {
    margin-right: auto;
  }
  .cid-v2XsCfGRYt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v2XsCfGRYt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2XsCfGRYt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2XsCfGRYt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2XsCfGRYt .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-v2XsCfGRYt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2XsCfGRYt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v39NFZvbS8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v39NFZvbS8 img,
.cid-v39NFZvbS8 .item-img {
  width: 100%;
}
.cid-v39NFZvbS8 .item:focus,
.cid-v39NFZvbS8 span:focus {
  outline: none;
}
.cid-v39NFZvbS8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v39NFZvbS8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v39NFZvbS8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v39NFZvbS8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v39NFZvbS8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v39NFZvbS8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v39NFZvbS8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v39NFZvbS8 .mbr-section-title {
  color: #ffa600;
}
.cid-v39NFZvbS8 .mbr-text,
.cid-v39NFZvbS8 .mbr-section-btn {
  text-align: center;
}
.cid-v39NFZvbS8 .item-title {
  text-align: center;
}
.cid-v39NFZvbS8 .item-subtitle {
  text-align: left;
}
.cid-v39UXgh4KD {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v39UXgh4KD img,
.cid-v39UXgh4KD .item-img {
  width: 100%;
}
.cid-v39UXgh4KD .item:focus,
.cid-v39UXgh4KD span:focus {
  outline: none;
}
.cid-v39UXgh4KD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v39UXgh4KD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v39UXgh4KD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v39UXgh4KD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v39UXgh4KD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v39UXgh4KD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v39UXgh4KD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v39UXgh4KD .mbr-section-title {
  color: #ffa600;
}
.cid-v39UXgh4KD .mbr-text,
.cid-v39UXgh4KD .mbr-section-btn {
  text-align: center;
}
.cid-v39UXgh4KD .item-title {
  text-align: center;
}
.cid-v39UXgh4KD .item-subtitle {
  text-align: left;
}
.cid-v4G7TfzcS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4G7TfzcS1 .mbr-text {
  color: #000000;
}
.cid-v4G7TfzcS1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v4G7TfzcS1 .mbr-section-title {
  color: #ffa600;
}
.cid-v2XsCh9Xoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v2XsCh9Xoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2XsCh9Xoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2XsCh9Xoa .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-v2XsCh9Xoa .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2XsCh9Xoa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2XsCh9Xoa .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2XsCh9Xoa .mbr-text,
.cid-v2XsCh9Xoa .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2XsCh9Xoa .card-title,
.cid-v2XsCh9Xoa .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2YyLKbcuV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v2YyLKbcuV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2YyLKbcuV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2YyLKbcuV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v2YyLKbcuV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v2YyLKbcuV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v2YyLKbcuV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v2YyLKbcuV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v2YyLKbcuV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v2YyLKbcuV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v2YyLKbcuV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v2YyLKbcuV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v2YyLKbcuV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v2YyLKbcuV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v2YyLKbcuV .navbar-logo {
    padding-left: 0;
  }
}
.cid-v2YyLKbcuV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2YyLKbcuV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v2YyLKbcuV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v2YyLKbcuV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v2YyLKbcuV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2YyLKbcuV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v2YyLKbcuV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2YyLKbcuV .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;
}
.cid-v2YyLKbcuV .nav-item:focus,
.cid-v2YyLKbcuV .nav-link:focus {
  outline: none;
}
.cid-v2YyLKbcuV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YyLKbcuV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YyLKbcuV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2YyLKbcuV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YyLKbcuV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YyLKbcuV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar.opened {
  transition: all 0.3s;
}
.cid-v2YyLKbcuV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2YyLKbcuV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v2YyLKbcuV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v2YyLKbcuV .navbar.collapsed {
  justify-content: center;
}
.cid-v2YyLKbcuV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2YyLKbcuV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2YyLKbcuV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v2YyLKbcuV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2YyLKbcuV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2YyLKbcuV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2YyLKbcuV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v2YyLKbcuV .navbar {
    min-height: 72px;
  }
  .cid-v2YyLKbcuV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v2YyLKbcuV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2YyLKbcuV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2YyLKbcuV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2YyLKbcuV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2YyLKbcuV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v2YyLKbcuV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2YyLKbcuV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2YyLKbcuV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v2YyLKbcuV .dropdown-item.active,
.cid-v2YyLKbcuV .dropdown-item:active {
  background-color: transparent;
}
.cid-v2YyLKbcuV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2YyLKbcuV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2YyLKbcuV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2YyLKbcuV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2YyLKbcuV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v2YyLKbcuV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v2YyLKbcuV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2YyLKbcuV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v2YyLKbcuV .navbar-buttons {
    text-align: left;
  }
}
.cid-v2YyLKbcuV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2YyLKbcuV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2YyLKbcuV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YyLKbcuV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YyLKbcuV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YyLKbcuV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YyLKbcuV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YyLKbcuV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YyLKbcuV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YyLKbcuV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YyLKbcuV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2YyLKbcuV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YyLKbcuV .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-v2YyLKbcuV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2YyLKbcuV .navbar {
    height: 70px;
  }
  .cid-v2YyLKbcuV .navbar.opened {
    height: auto;
  }
  .cid-v2YyLKbcuV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2YyLKbcuV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v2YyLKbcuV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v2YyLKbcuV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v2YyLKbcuV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v2YyLKbcuV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v2YyLKbcuV .navbar-brand {
    margin-right: auto;
  }
  .cid-v2YyLKbcuV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v2YyLKbcuV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v2YyLKbcuV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v2YyLKbcuV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v2YyLKbcuV .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-v2YyLKbcuV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v2YyLKbcuV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2YyLL5tZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2YyLL5tZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YyLL5tZO .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-v2YyLL5tZO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v2YyLL5tZO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2YyLL5tZO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2YyLL5tZO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2YyLL5tZO .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-v2YyLL5tZO .mbr-text,
.cid-v2YyLL5tZO .mbr-section-btn {
  color: #000000;
}
.cid-v2YyLLvmQI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v2YyLLvmQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YyLLvmQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YyLLvmQI .mbr-text {
  color: #000000;
}
.cid-v2YyLLvmQI .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v2YyLLvmQI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2YyLLvmQI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2YyLLvmQI .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v2YyLLvmQI .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2YyLLvmQI .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v2YyLLvmQI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v2YyLLvmQI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v2YyLLvmQI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v2YyLLvmQI .mbr-text UL {
  text-align: left;
}
.cid-v2YyLLvmQI .mbr-section-subtitle,
.cid-v2YyLLvmQI .main-button {
  color: #ffa600;
  text-align: center;
}
.cid-v2YyLLvmQI .mbr-section-title {
  text-align: justify;
}
.cid-v2YJEC66ZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2YJEC66ZV .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-v2YJEC66ZV .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v2YJEC66ZV .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-v2YJEC66ZV .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YyLMdSnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v2YyLMdSnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YyLMdSnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YyLMdSnS .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-v2YyLMdSnS .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2YyLMdSnS .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2YyLMdSnS .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2YyLMdSnS .mbr-text,
.cid-v2YyLMdSnS .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2YyLMdSnS .card-title,
.cid-v2YyLMdSnS .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-v5NItOyKEc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5NItOyKEc .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-v5NItOyKEc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5NItOyKEc .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-v5NItOyKEc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v5NItOyKEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5NItOyKEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5NItOyKEc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5NItOyKEc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5NItOyKEc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5NItOyKEc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5NItOyKEc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5NItOyKEc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5NItOyKEc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5NItOyKEc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5NItOyKEc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5NItOyKEc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5NItOyKEc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5NItOyKEc .navbar-logo {
    padding-left: 0;
  }
}
.cid-v5NItOyKEc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5NItOyKEc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5NItOyKEc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5NItOyKEc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5NItOyKEc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NItOyKEc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5NItOyKEc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5NItOyKEc .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;
}
.cid-v5NItOyKEc .nav-item:focus,
.cid-v5NItOyKEc .nav-link:focus {
  outline: none;
}
.cid-v5NItOyKEc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5NItOyKEc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5NItOyKEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5NItOyKEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5NItOyKEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5NItOyKEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5NItOyKEc .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-v5NItOyKEc .navbar.opened {
  transition: all 0.3s;
}
.cid-v5NItOyKEc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5NItOyKEc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v5NItOyKEc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5NItOyKEc .navbar.collapsed {
  justify-content: center;
}
.cid-v5NItOyKEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5NItOyKEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5NItOyKEc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v5NItOyKEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5NItOyKEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5NItOyKEc .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-v5NItOyKEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5NItOyKEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5NItOyKEc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5NItOyKEc .navbar {
    min-height: 72px;
  }
  .cid-v5NItOyKEc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5NItOyKEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5NItOyKEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5NItOyKEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5NItOyKEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5NItOyKEc .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-v5NItOyKEc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5NItOyKEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5NItOyKEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5NItOyKEc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5NItOyKEc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5NItOyKEc .dropdown-item.active,
.cid-v5NItOyKEc .dropdown-item:active {
  background-color: transparent;
}
.cid-v5NItOyKEc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5NItOyKEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5NItOyKEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5NItOyKEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5NItOyKEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5NItOyKEc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5NItOyKEc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5NItOyKEc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5NItOyKEc .navbar-buttons {
    text-align: left;
  }
}
.cid-v5NItOyKEc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5NItOyKEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5NItOyKEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5NItOyKEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5NItOyKEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5NItOyKEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5NItOyKEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5NItOyKEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5NItOyKEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5NItOyKEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5NItOyKEc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5NItOyKEc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5NItOyKEc .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-v5NItOyKEc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5NItOyKEc .navbar {
    height: 70px;
  }
  .cid-v5NItOyKEc .navbar.opened {
    height: auto;
  }
  .cid-v5NItOyKEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5NItOyKEc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5NItOyKEc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5NItOyKEc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5NItOyKEc .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-v5NItOyKEc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5NItOyKEc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5NItOyKEc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5NItOyKEc .navbar-brand {
    margin-right: auto;
  }
  .cid-v5NItOyKEc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v5NItOyKEc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5NItOyKEc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5NItOyKEc .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-v5NItOyKEc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5NItOyKEc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5NItOyKEc .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-v5NItOyKEc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5NItOyKEc .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-v5NItOyKEc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5NItOyKEc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5NItP8pMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-v5NItP8pMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NItP8pMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NItP8pMl .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5NItP8pMl .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5NItP8pMl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5NItP8pMl .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5NItP8pMl .mbr-text,
.cid-v5NItP8pMl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v5NItP8pMl .card-title,
.cid-v5NItP8pMl .card-box {
  text-align: center;
  color: #ffa600;
}
.cid-v5NItPt6Lq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v5NItPt6Lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NItPt6Lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NItPt6Lq .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-v5NItPt6Lq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5NItPt6Lq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5NItPt6Lq .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5NItPt6Lq .mbr-text,
.cid-v5NItPt6Lq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v5NItPt6Lq .card-title,
.cid-v5NItPt6Lq .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-v8L8yHqlHX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v8L8yHqlHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8L8yHqlHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8L8yHqlHX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v8L8yHqlHX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v8L8yHqlHX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v8L8yHqlHX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v8L8yHqlHX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v8L8yHqlHX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v8L8yHqlHX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v8L8yHqlHX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v8L8yHqlHX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v8L8yHqlHX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v8L8yHqlHX .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v8L8yHqlHX .navbar-logo {
    padding-left: 0;
  }
}
.cid-v8L8yHqlHX .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8L8yHqlHX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v8L8yHqlHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v8L8yHqlHX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v8L8yHqlHX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8L8yHqlHX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v8L8yHqlHX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8L8yHqlHX .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;
}
.cid-v8L8yHqlHX .nav-item:focus,
.cid-v8L8yHqlHX .nav-link:focus {
  outline: none;
}
.cid-v8L8yHqlHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8L8yHqlHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8L8yHqlHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8L8yHqlHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8L8yHqlHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8L8yHqlHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar.opened {
  transition: all 0.3s;
}
.cid-v8L8yHqlHX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8L8yHqlHX .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v8L8yHqlHX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v8L8yHqlHX .navbar.collapsed {
  justify-content: center;
}
.cid-v8L8yHqlHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8L8yHqlHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8L8yHqlHX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v8L8yHqlHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8L8yHqlHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8L8yHqlHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8L8yHqlHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8L8yHqlHX .navbar {
    min-height: 72px;
  }
  .cid-v8L8yHqlHX .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8L8yHqlHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8L8yHqlHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8L8yHqlHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8L8yHqlHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8L8yHqlHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v8L8yHqlHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8L8yHqlHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8L8yHqlHX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v8L8yHqlHX .dropdown-item.active,
.cid-v8L8yHqlHX .dropdown-item:active {
  background-color: transparent;
}
.cid-v8L8yHqlHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8L8yHqlHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8L8yHqlHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8L8yHqlHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8L8yHqlHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v8L8yHqlHX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v8L8yHqlHX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8L8yHqlHX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v8L8yHqlHX .navbar-buttons {
    text-align: left;
  }
}
.cid-v8L8yHqlHX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8L8yHqlHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8L8yHqlHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8L8yHqlHX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8L8yHqlHX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8L8yHqlHX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8L8yHqlHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8L8yHqlHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8L8yHqlHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8L8yHqlHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8L8yHqlHX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8L8yHqlHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8L8yHqlHX .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-v8L8yHqlHX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8L8yHqlHX .navbar {
    height: 70px;
  }
  .cid-v8L8yHqlHX .navbar.opened {
    height: auto;
  }
  .cid-v8L8yHqlHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8L8yHqlHX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v8L8yHqlHX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v8L8yHqlHX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v8L8yHqlHX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v8L8yHqlHX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v8L8yHqlHX .navbar-brand {
    margin-right: auto;
  }
  .cid-v8L8yHqlHX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v8L8yHqlHX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v8L8yHqlHX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v8L8yHqlHX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v8L8yHqlHX .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-v8L8yHqlHX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v8L8yHqlHX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8L8yHG0YW {
  background-color: #ffffff;
}
.cid-v8L8yHG0YW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8L8yHG0YW .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-v8L8yHG0YW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8L8yHG0YW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v8L8yHG0YW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8L8yHG0YW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v8L8yHG0YW .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-v8L8yHG0YW .mbr-text,
.cid-v8L8yHG0YW .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-v8L8yHTcRc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v8L8yHTcRc .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-v8L8yHTcRc .panel-group {
  border: none;
}
.cid-v8L8yHTcRc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v8L8yHTcRc .card-header {
    padding: 0rem;
  }
}
.cid-v8L8yHTcRc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v8L8yHTcRc .img-col {
  padding: 0;
}
.cid-v8L8yHTcRc .img-item {
  height: 100%;
}
.cid-v8L8yHTcRc img {
  height: 100%;
  object-fit: cover;
}
.cid-v8L8yHTcRc .collapsed span {
  transform: rotate(0deg);
}
.cid-v8L8yHTcRc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8L8yHTcRc p {
  margin-bottom: 0.3rem;
}
.cid-v8L8yHTcRc .panel-title-edit {
  color: #2071aa;
  text-align: justify;
}
.cid-v8L8yHTcRc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v8L8yHTcRc .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v8L8yHTcRc .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8L8yHTcRc .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v8L8yHTcRc .panel-text {
  color: #000000;
}
.cid-v8L8yHTcRc .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-v8L8yHTcRc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v8L8yHTcRc .panel-title-edit,
.cid-v8L8yHTcRc .mbr-iconfont {
  color: #000000;
}
.cid-v8PnbSa9dQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-v8PnbSa9dQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PnbSa9dQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PnbSa9dQ .mbr-section-subtitle {
  color: #2071aa;
}
.cid-v8L8yI9DgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v8L8yI9DgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8L8yI9DgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8L8yI9DgJ .card-wrapper {
  background: #4281a4;
}
@media (max-width: 767px) {
  .cid-v8L8yI9DgJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8L8yI9DgJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v8L8yI9DgJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v8L8yI9DgJ .mbr-text,
.cid-v8L8yI9DgJ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v8L8yI9DgJ .card-title,
.cid-v8L8yI9DgJ .card-box {
  text-align: center;
  color: #FFFFFF;
}
