.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: #ffeeef;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #8ac926 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8ac926 !important;
  border-color: #8ac926 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a2dc46 !important;
  border-color: #a2dc46 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a2dc46 !important;
  border-color: #a2dc46 !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: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !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: #8ac926;
  color: #8ac926;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #588018 !important;
  background-color: transparent !important;
  border-color: #588018 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8ac926 !important;
  border-color: #8ac926 !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: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !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: #8ac926 !important;
}
.text-secondary {
  color: #6a4c93 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !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: #4f7316 !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: #055161 !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: #8ac926;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.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: #8ac926;
  border-color: #8ac926;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8ac926;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3f4c7;
}
.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: #55dbf6;
}
.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: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8ac926 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #8ac926;
}
/* 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: #8ac926;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8ac926;
}
.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: #8ac926;
  border-bottom-color: #8ac926;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8ac926 !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='%238ac926' %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-ucXFvuLpcf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucXFvuLpcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXFvuLpcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXFvuLpcf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucXFvuLpcf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucXFvuLpcf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucXFvuLpcf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucXFvuLpcf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucXFvuLpcf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucXFvuLpcf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucXFvuLpcf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucXFvuLpcf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucXFvuLpcf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucXFvuLpcf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucXFvuLpcf .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucXFvuLpcf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXFvuLpcf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucXFvuLpcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucXFvuLpcf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucXFvuLpcf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXFvuLpcf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucXFvuLpcf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucXFvuLpcf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ucXFvuLpcf .nav-item:focus,
.cid-ucXFvuLpcf .nav-link:focus {
  outline: none;
}
.cid-ucXFvuLpcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucXFvuLpcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucXFvuLpcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucXFvuLpcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucXFvuLpcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXFvuLpcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar.opened {
  transition: all 0.3s;
}
.cid-ucXFvuLpcf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucXFvuLpcf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucXFvuLpcf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucXFvuLpcf .navbar.collapsed {
  justify-content: center;
}
.cid-ucXFvuLpcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXFvuLpcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucXFvuLpcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucXFvuLpcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXFvuLpcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXFvuLpcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucXFvuLpcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXFvuLpcf .navbar {
    min-height: 72px;
  }
  .cid-ucXFvuLpcf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucXFvuLpcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXFvuLpcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXFvuLpcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXFvuLpcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucXFvuLpcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucXFvuLpcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucXFvuLpcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucXFvuLpcf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucXFvuLpcf .dropdown-item.active,
.cid-ucXFvuLpcf .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXFvuLpcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucXFvuLpcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXFvuLpcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXFvuLpcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucXFvuLpcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucXFvuLpcf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucXFvuLpcf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucXFvuLpcf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucXFvuLpcf .navbar-buttons {
    text-align: left;
  }
}
.cid-ucXFvuLpcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucXFvuLpcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucXFvuLpcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucXFvuLpcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXFvuLpcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXFvuLpcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucXFvuLpcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXFvuLpcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucXFvuLpcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucXFvuLpcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXFvuLpcf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucXFvuLpcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucXFvuLpcf .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-ucXFvuLpcf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucXFvuLpcf .navbar {
    height: 70px;
  }
  .cid-ucXFvuLpcf .navbar.opened {
    height: auto;
  }
  .cid-ucXFvuLpcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXFvuLpcf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucXFvuLpcf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucXFvuLpcf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucXFvuLpcf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucXFvuLpcf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucXFvuLpcf .navbar-brand {
    margin-right: auto;
  }
  .cid-ucXFvuLpcf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucXFvuLpcf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucXFvuLpcf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucXFvuLpcf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucXFvuLpcf .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-ucXFvuLpcf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucXFvuLpcf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urQW1X1nJB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urQW1X1nJB .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-urQW1X1nJB img,
.cid-urQW1X1nJB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-urQW1X1nJB .item:focus,
.cid-urQW1X1nJB span:focus {
  outline: none;
}
.cid-urQW1X1nJB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urQW1X1nJB .item {
    margin-bottom: 1rem;
  }
}
.cid-urQW1X1nJB .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urQW1X1nJB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urQW1X1nJB .mbr-section-title {
  color: #78e235;
}
.cid-urQW1X1nJB .mbr-text,
.cid-urQW1X1nJB .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-urQW1X1nJB .item-title {
  color: #232323;
  text-align: center;
}
.cid-urQW1X1nJB .content-head {
  max-width: 800px;
}
.cid-uXsegABTnJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uXsegABTnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsegABTnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsegABTnJ .content-text {
  max-width: 800px;
}
.cid-uXsegABTnJ .mbr-section-title {
  color: #000000;
}
.cid-uXsegABTnJ .mbr-text,
.cid-uXsegABTnJ .mbr-section-btn {
  color: #000000;
}
.cid-ucXFvuNXhg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucXFvuNXhg .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXFvuNXhg img,
.cid-ucXFvuNXhg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXFvuNXhg .item:focus,
.cid-ucXFvuNXhg span:focus {
  outline: none;
}
.cid-ucXFvuNXhg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXFvuNXhg .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXFvuNXhg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXFvuNXhg .mbr-section-title {
  color: #000000;
}
.cid-ucXFvuNXhg .mbr-text,
.cid-ucXFvuNXhg .mbr-section-btn {
  color: #000000;
}
.cid-ucXFvuNXhg .item-title {
  color: #000000;
}
.cid-ucXFvuNXhg .content-head {
  max-width: 800px;
}
.cid-uZ2q0Dcl2j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ2q0Dcl2j .item:focus,
.cid-uZ2q0Dcl2j span:focus {
  outline: none;
}
.cid-uZ2q0Dcl2j .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ2q0Dcl2j .content-head {
  max-width: 800px;
}
.cid-uZ2q0Dcl2j .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ2q0Dcl2j .item {
    min-height: 45px;
  }
}
.cid-uQ4CCCyVJx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ4CCCyVJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4CCCyVJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4CCCyVJx .img-wrapper {
  text-align: center;
}
.cid-uQ4CCCyVJx img {
  margin: auto;
  width: 200px;
}
.cid-uQ4CCCyVJx .row {
  align-items: flex-start;
}
.cid-uQ4CCCyVJx .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uQ4CCCyVJx .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uQ4CCCyVJx .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ4CCCyVJx .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uQ4CCCyVJx .mbr-section-title,
.cid-uQ4CCCyVJx .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uQ4CCCyVJx .content-head {
  max-width: 800px;
}
.cid-ucXFvuPOTt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ucXFvuPOTt .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucXFvuPOTt .social-row .soc-item {
  margin: 8px;
}
.cid-ucXFvuPOTt .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucXFvuPOTt .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ucXFvuPOTt .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-ucXFvuPOTt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucXFvuPOTt .mbr-section-title {
  color: #ffffff;
}
.cid-ucXFvuPOTt .mbr-section-title,
.cid-ucXFvuPOTt .social-list {
  color: #000000;
}
.cid-ucXFvuQsgS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucXKpeAmEM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucXKpeAmEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXKpeAmEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXKpeAmEM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucXKpeAmEM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucXKpeAmEM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucXKpeAmEM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucXKpeAmEM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucXKpeAmEM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucXKpeAmEM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucXKpeAmEM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucXKpeAmEM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucXKpeAmEM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucXKpeAmEM .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucXKpeAmEM .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucXKpeAmEM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKpeAmEM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKpeAmEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucXKpeAmEM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucXKpeAmEM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpeAmEM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucXKpeAmEM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucXKpeAmEM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ucXKpeAmEM .nav-item:focus,
.cid-ucXKpeAmEM .nav-link:focus {
  outline: none;
}
.cid-ucXKpeAmEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucXKpeAmEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucXKpeAmEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucXKpeAmEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucXKpeAmEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXKpeAmEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar.opened {
  transition: all 0.3s;
}
.cid-ucXKpeAmEM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucXKpeAmEM .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucXKpeAmEM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucXKpeAmEM .navbar.collapsed {
  justify-content: center;
}
.cid-ucXKpeAmEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXKpeAmEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucXKpeAmEM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucXKpeAmEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXKpeAmEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXKpeAmEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucXKpeAmEM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKpeAmEM .navbar {
    min-height: 72px;
  }
  .cid-ucXKpeAmEM .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucXKpeAmEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXKpeAmEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXKpeAmEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXKpeAmEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucXKpeAmEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucXKpeAmEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucXKpeAmEM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKpeAmEM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucXKpeAmEM .dropdown-item.active,
.cid-ucXKpeAmEM .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXKpeAmEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucXKpeAmEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXKpeAmEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXKpeAmEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucXKpeAmEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucXKpeAmEM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucXKpeAmEM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucXKpeAmEM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucXKpeAmEM .navbar-buttons {
    text-align: left;
  }
}
.cid-ucXKpeAmEM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucXKpeAmEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucXKpeAmEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucXKpeAmEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKpeAmEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKpeAmEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucXKpeAmEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKpeAmEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucXKpeAmEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucXKpeAmEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKpeAmEM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucXKpeAmEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucXKpeAmEM .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-ucXKpeAmEM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucXKpeAmEM .navbar {
    height: 70px;
  }
  .cid-ucXKpeAmEM .navbar.opened {
    height: auto;
  }
  .cid-ucXKpeAmEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXKpeAmEM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucXKpeAmEM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucXKpeAmEM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucXKpeAmEM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucXKpeAmEM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucXKpeAmEM .navbar-brand {
    margin-right: auto;
  }
  .cid-ucXKpeAmEM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucXKpeAmEM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucXKpeAmEM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucXKpeAmEM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucXKpeAmEM .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-ucXKpeAmEM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucXKpeAmEM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucXKpfbrha {
  display: flex;
}
@media (min-width: 768px) {
  .cid-ucXKpfbrha {
    align-items: flex-end;
  }
  .cid-ucXKpfbrha .row {
    justify-content: flex-start;
  }
  .cid-ucXKpfbrha .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucXKpfbrha .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpfbrha {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucXKpfbrha .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucXKpfbrha .content-wrap {
    width: 100%;
  }
}
.cid-ucXKpfbrha .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKpfbrha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ucXKpfbrha .mbr-section-title,
.cid-ucXKpfbrha .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-ucXKpfbrha .mbr-text,
.cid-ucXKpfbrha .mbr-section-btn {
  text-align: center;
}
.cid-ucXKpfbrha .mbr-section-title {
  color: #FF595E;
}
.cid-ucXKpfbrha .mbr-section-subtitle {
  color: #FF595E;
}
.cid-ucXKpfrfNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKpfrfNI .mbr-text {
  color: #000000;
}
.cid-ucXKpfrfNI .mbr-section-subtitle {
  color: #000000;
}
.cid-ucXKpfrfNI .mbr-section-title {
  color: #000000;
}
.cid-ucXKpfFVEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKpfFVEs .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-ucXKpfFVEs .panel-group {
  border: none;
}
.cid-ucXKpfFVEs .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ucXKpfFVEs .card-header {
    padding: 0rem;
  }
}
.cid-ucXKpfFVEs .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ucXKpfFVEs .img-col {
  padding: 0;
}
.cid-ucXKpfFVEs .img-item {
  height: 100%;
}
.cid-ucXKpfFVEs img {
  height: 100%;
  object-fit: cover;
}
.cid-ucXKpfFVEs .collapsed span {
  transform: rotate(0deg);
}
.cid-ucXKpfFVEs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucXKpfFVEs p {
  margin-bottom: 0.3rem;
}
.cid-ucXKpfFVEs .panel-title-edit {
  color: #000000;
}
.cid-ucXKpfFVEs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ucXKpfFVEs .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ucXKpfFVEs .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKpfFVEs .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ucXKpfFVEs .panel-text {
  color: #000000;
}
.cid-ucXKpfFVEs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucXKpfFVEs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucXKpfFVEs .panel-title-edit,
.cid-ucXKpfFVEs .mbr-iconfont {
  color: #000000;
}
.cid-ucXKpfY5Ty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKpfY5Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKpfY5Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ucXKpfY5Ty .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ucXKpfY5Ty .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucXKpfY5Ty .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ucXKpfY5Ty .card-wrapper {
  background: #ffffff;
}
.cid-ucXKpfY5Ty .mbr-text,
.cid-ucXKpfY5Ty .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucXKpfY5Ty .card-title,
.cid-ucXKpfY5Ty .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucXKpggwma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKpggwma .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKpggwma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKpggwma .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKpggwma .title .card-title {
  z-index: 1;
}
.cid-ucXKpggwma .num {
  color: #8ac926;
}
.cid-ucXKpggwma .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKpggwma .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpggwma * {
    text-align: center !important;
  }
  .cid-ucXKpggwma .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKpggwma .content-head {
  max-width: 800px;
}
.cid-ucXKpgy3Gn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucXKpgy3Gn .item:focus,
.cid-ucXKpgy3Gn span:focus {
  outline: none;
}
.cid-ucXKpgy3Gn .item {
  cursor: pointer;
}
.cid-ucXKpgy3Gn .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKpgy3Gn .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ucXKpgy3Gn .grid-container-1,
.cid-ucXKpgy3Gn .grid-container-2,
.cid-ucXKpgy3Gn .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKpgy3Gn .grid-container-1,
  .cid-ucXKpgy3Gn .grid-container-2,
  .cid-ucXKpgy3Gn .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-ucXKpgy3Gn .mbr-section-title {
  color: #000000;
}
.cid-ucXKpgy3Gn .mbr-text,
.cid-ucXKpgy3Gn .mbr-section-btn {
  color: #000000;
}
.cid-ucXKpgy3Gn .content-head {
  max-width: 800px;
}
.cid-ucXKpgy3Gn .container,
.cid-ucXKpgy3Gn .container-fluid {
  overflow: hidden;
}
.cid-ucXKpgy3Gn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ucXKpgy3Gn .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucXKpgy3Gn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucXKpgy3Gn .grid-item img {
    min-width: 35vw;
  }
}
.cid-ucXKpgy3Gn .grid-container-1,
.cid-ucXKpgy3Gn .grid-container-2,
.cid-ucXKpgy3Gn .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ucXKpgy3Gn .grid-container-1 {
  align-items: flex-end;
}
.cid-ucXKpgy3Gn .grid-container-2 {
  align-items: flex-start;
}
.cid-ucXKpgPlOv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucXKpgPlOv .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXKpgPlOv img,
.cid-ucXKpgPlOv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXKpgPlOv .item:focus,
.cid-ucXKpgPlOv span:focus {
  outline: none;
}
.cid-ucXKpgPlOv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKpgPlOv .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKpgPlOv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKpgPlOv .mbr-section-title {
  color: #000000;
}
.cid-ucXKpgPlOv .mbr-text,
.cid-ucXKpgPlOv .mbr-section-btn {
  color: #000000;
}
.cid-ucXKpgPlOv .item-title {
  color: #000000;
}
.cid-ucXKpgPlOv .content-head {
  max-width: 800px;
}
.cid-ucXKphc8cg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucXKphc8cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKphc8cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKphc8cg .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKphc8cg .title .card-title {
  z-index: 1;
}
.cid-ucXKphc8cg .num {
  color: #8AC926;
  text-align: center;
}
.cid-ucXKphc8cg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKphc8cg * {
    text-align: center !important;
  }
  .cid-ucXKphc8cg .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKphc8cg .content-head {
  max-width: 800px;
}
.cid-ucXKphc8cg .card-text {
  text-align: center;
}
.cid-ucXKphc8cg .card-title,
.cid-ucXKphc8cg .card-img {
  text-align: center;
}
.cid-ucXKphydG1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKphydG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKphydG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKphydG1 .card-wrapper {
  background: #ff595e;
}
@media (max-width: 767px) {
  .cid-ucXKphydG1 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucXKphydG1 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucXKphydG1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucXKphydG1 .mbr-text,
.cid-ucXKphydG1 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-ucXKphydG1 .card-title,
.cid-ucXKphydG1 .card-box {
  text-align: center;
  color: #000000;
}
.cid-ucXKphPEFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKphPEFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ucXKpi77eB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKpi77eB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucXKpi77eB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKpi77eB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpi77eB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucXKpi77eB .card-title,
.cid-ucXKpi77eB .iconfont-wrapper {
  color: #000000;
}
.cid-ucXKpi77eB .card-text {
  color: #000000;
  text-align: left;
}
.cid-ucXKpi77eB .content-head {
  max-width: 800px;
}
.cid-ucXKpi77eB .mbr-section-title {
  color: #000000;
}
.cid-ucXKpi77eB .card-title,
.cid-ucXKpi77eB .img-wrapper {
  text-align: center;
}
.cid-ucXKpi77eB .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucXKpizoRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKpizoRQ img,
.cid-ucXKpizoRQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXKpizoRQ .item:focus,
.cid-ucXKpizoRQ span:focus {
  outline: none;
}
.cid-ucXKpizoRQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKpizoRQ .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKpizoRQ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKpizoRQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpizoRQ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ucXKpizoRQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKpizoRQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucXKpizoRQ .mbr-section-title {
  color: #000000;
}
.cid-ucXKpizoRQ .item-title {
  text-align: left;
}
.cid-ucXKpizoRQ .item-subtitle {
  text-align: left;
}
.cid-ucXKpizoRQ .mbr-text,
.cid-ucXKpizoRQ .item .mbr-section-btn {
  text-align: left;
}
.cid-ucXKpizoRQ .content-head {
  max-width: 800px;
}
.cid-ucXKpj2fG1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ucXKpj2fG1 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucXKpj2fG1 .social-row .soc-item {
  margin: 8px;
}
.cid-ucXKpj2fG1 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucXKpj2fG1 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ucXKpj2fG1 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-ucXKpj2fG1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucXKpj2fG1 .mbr-section-title {
  color: #ffffff;
}
.cid-ucXKpj2fG1 .mbr-section-title,
.cid-ucXKpj2fG1 .social-list {
  color: #000000;
}
.cid-ucXKpjqtRw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKpjqtRw .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXKpjqtRw img,
.cid-ucXKpjqtRw .item-img {
  width: 100%;
}
.cid-ucXKpjqtRw .item:focus,
.cid-ucXKpjqtRw span:focus {
  outline: none;
}
.cid-ucXKpjqtRw .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-ucXKpjqtRw .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKpjqtRw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKpjqtRw .mbr-section-title {
  color: #000000;
}
.cid-ucXKpjqtRw .mbr-text,
.cid-ucXKpjqtRw .mbr-section-btn {
  color: #000000;
}
.cid-ucXKpjqtRw .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucXKpjqtRw .content-head {
  max-width: 800px;
}
.cid-ucXKpjqtRw img {
  filter: grayscale(1);
}
.cid-ucXKpjPfd3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKpjPfd3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucXKpjPfd3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ucXKpjPfd3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ucXKpjPfd3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucXKpjPfd3 .content-head {
  max-width: 800px;
}
.cid-ucXKpkcOoI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKpkcOoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKpkcOoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKpkcOoI .row {
  justify-content: center;
}
.cid-ucXKpkcOoI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKpkcOoI .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKpkcOoI .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKpkcOoI .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpkcOoI .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ucXKpkcOoI .content-head {
  max-width: 800px;
}
.cid-ucXKpkExs8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucXKpZvhiL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucXKpZvhiL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXKpZvhiL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXKpZvhiL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucXKpZvhiL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucXKpZvhiL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucXKpZvhiL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucXKpZvhiL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucXKpZvhiL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucXKpZvhiL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucXKpZvhiL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucXKpZvhiL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucXKpZvhiL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucXKpZvhiL .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucXKpZvhiL .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucXKpZvhiL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKpZvhiL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKpZvhiL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucXKpZvhiL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucXKpZvhiL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKpZvhiL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucXKpZvhiL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucXKpZvhiL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ucXKpZvhiL .nav-item:focus,
.cid-ucXKpZvhiL .nav-link:focus {
  outline: none;
}
.cid-ucXKpZvhiL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucXKpZvhiL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucXKpZvhiL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucXKpZvhiL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucXKpZvhiL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXKpZvhiL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar.opened {
  transition: all 0.3s;
}
.cid-ucXKpZvhiL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucXKpZvhiL .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucXKpZvhiL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucXKpZvhiL .navbar.collapsed {
  justify-content: center;
}
.cid-ucXKpZvhiL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXKpZvhiL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucXKpZvhiL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucXKpZvhiL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXKpZvhiL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXKpZvhiL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucXKpZvhiL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKpZvhiL .navbar {
    min-height: 72px;
  }
  .cid-ucXKpZvhiL .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucXKpZvhiL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXKpZvhiL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXKpZvhiL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXKpZvhiL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucXKpZvhiL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucXKpZvhiL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucXKpZvhiL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKpZvhiL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucXKpZvhiL .dropdown-item.active,
.cid-ucXKpZvhiL .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXKpZvhiL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucXKpZvhiL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXKpZvhiL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXKpZvhiL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucXKpZvhiL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucXKpZvhiL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucXKpZvhiL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucXKpZvhiL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucXKpZvhiL .navbar-buttons {
    text-align: left;
  }
}
.cid-ucXKpZvhiL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucXKpZvhiL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucXKpZvhiL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucXKpZvhiL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKpZvhiL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKpZvhiL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucXKpZvhiL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKpZvhiL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucXKpZvhiL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucXKpZvhiL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKpZvhiL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucXKpZvhiL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucXKpZvhiL .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-ucXKpZvhiL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucXKpZvhiL .navbar {
    height: 70px;
  }
  .cid-ucXKpZvhiL .navbar.opened {
    height: auto;
  }
  .cid-ucXKpZvhiL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXKpZvhiL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucXKpZvhiL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucXKpZvhiL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucXKpZvhiL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucXKpZvhiL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucXKpZvhiL .navbar-brand {
    margin-right: auto;
  }
  .cid-ucXKpZvhiL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucXKpZvhiL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucXKpZvhiL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucXKpZvhiL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucXKpZvhiL .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-ucXKpZvhiL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucXKpZvhiL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucXKq0310D {
  display: flex;
}
@media (min-width: 768px) {
  .cid-ucXKq0310D {
    align-items: flex-end;
  }
  .cid-ucXKq0310D .row {
    justify-content: flex-start;
  }
  .cid-ucXKq0310D .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucXKq0310D .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucXKq0310D {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucXKq0310D .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucXKq0310D .content-wrap {
    width: 100%;
  }
}
.cid-ucXKq0310D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq0310D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ucXKq0310D .mbr-section-title,
.cid-ucXKq0310D .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-ucXKq0310D .mbr-text,
.cid-ucXKq0310D .mbr-section-btn {
  text-align: center;
}
.cid-ucXKq0310D .mbr-section-title {
  color: #FF595E;
}
.cid-ucXKq0310D .mbr-section-subtitle {
  color: #FF595E;
}
.cid-ucXKq0l4MQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKq0l4MQ .mbr-text {
  color: #000000;
}
.cid-ucXKq0l4MQ .mbr-section-subtitle {
  color: #000000;
}
.cid-ucXKq0l4MQ .mbr-section-title {
  color: #000000;
}
.cid-ucXKq0zxIh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKq0zxIh .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-ucXKq0zxIh .panel-group {
  border: none;
}
.cid-ucXKq0zxIh .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ucXKq0zxIh .card-header {
    padding: 0rem;
  }
}
.cid-ucXKq0zxIh .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ucXKq0zxIh .img-col {
  padding: 0;
}
.cid-ucXKq0zxIh .img-item {
  height: 100%;
}
.cid-ucXKq0zxIh img {
  height: 100%;
  object-fit: cover;
}
.cid-ucXKq0zxIh .collapsed span {
  transform: rotate(0deg);
}
.cid-ucXKq0zxIh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucXKq0zxIh p {
  margin-bottom: 0.3rem;
}
.cid-ucXKq0zxIh .panel-title-edit {
  color: #000000;
}
.cid-ucXKq0zxIh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ucXKq0zxIh .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ucXKq0zxIh .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKq0zxIh .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ucXKq0zxIh .panel-text {
  color: #000000;
}
.cid-ucXKq0zxIh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucXKq0zxIh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucXKq0zxIh .panel-title-edit,
.cid-ucXKq0zxIh .mbr-iconfont {
  color: #000000;
}
.cid-ucXKq0RVuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKq0RVuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq0RVuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ucXKq0RVuE .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ucXKq0RVuE .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucXKq0RVuE .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ucXKq0RVuE .card-wrapper {
  background: #ffffff;
}
.cid-ucXKq0RVuE .mbr-text,
.cid-ucXKq0RVuE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucXKq0RVuE .card-title,
.cid-ucXKq0RVuE .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucXKq18dRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKq18dRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq18dRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKq18dRl .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKq18dRl .title .card-title {
  z-index: 1;
}
.cid-ucXKq18dRl .num {
  color: #8ac926;
}
.cid-ucXKq18dRl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq18dRl .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKq18dRl * {
    text-align: center !important;
  }
  .cid-ucXKq18dRl .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKq18dRl .content-head {
  max-width: 800px;
}
.cid-ucXKq1rgDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucXKq1rgDD .item:focus,
.cid-ucXKq1rgDD span:focus {
  outline: none;
}
.cid-ucXKq1rgDD .item {
  cursor: pointer;
}
.cid-ucXKq1rgDD .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq1rgDD .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ucXKq1rgDD .grid-container-1,
.cid-ucXKq1rgDD .grid-container-2,
.cid-ucXKq1rgDD .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq1rgDD .grid-container-1,
  .cid-ucXKq1rgDD .grid-container-2,
  .cid-ucXKq1rgDD .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-ucXKq1rgDD .mbr-section-title {
  color: #000000;
}
.cid-ucXKq1rgDD .mbr-text,
.cid-ucXKq1rgDD .mbr-section-btn {
  color: #000000;
}
.cid-ucXKq1rgDD .content-head {
  max-width: 800px;
}
.cid-ucXKq1rgDD .container,
.cid-ucXKq1rgDD .container-fluid {
  overflow: hidden;
}
.cid-ucXKq1rgDD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ucXKq1rgDD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucXKq1rgDD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucXKq1rgDD .grid-item img {
    min-width: 35vw;
  }
}
.cid-ucXKq1rgDD .grid-container-1,
.cid-ucXKq1rgDD .grid-container-2,
.cid-ucXKq1rgDD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ucXKq1rgDD .grid-container-1 {
  align-items: flex-end;
}
.cid-ucXKq1rgDD .grid-container-2 {
  align-items: flex-start;
}
.cid-ucXKq1IdnL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucXKq1IdnL .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXKq1IdnL img,
.cid-ucXKq1IdnL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXKq1IdnL .item:focus,
.cid-ucXKq1IdnL span:focus {
  outline: none;
}
.cid-ucXKq1IdnL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq1IdnL .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKq1IdnL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKq1IdnL .mbr-section-title {
  color: #000000;
}
.cid-ucXKq1IdnL .mbr-text,
.cid-ucXKq1IdnL .mbr-section-btn {
  color: #000000;
}
.cid-ucXKq1IdnL .item-title {
  color: #000000;
}
.cid-ucXKq1IdnL .content-head {
  max-width: 800px;
}
.cid-ucXKq26nhq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucXKq26nhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq26nhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKq26nhq .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKq26nhq .title .card-title {
  z-index: 1;
}
.cid-ucXKq26nhq .num {
  color: #8AC926;
  text-align: center;
}
.cid-ucXKq26nhq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq26nhq * {
    text-align: center !important;
  }
  .cid-ucXKq26nhq .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKq26nhq .content-head {
  max-width: 800px;
}
.cid-ucXKq26nhq .card-text {
  text-align: center;
}
.cid-ucXKq26nhq .card-title,
.cid-ucXKq26nhq .card-img {
  text-align: center;
}
.cid-ucXKq2qrrX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKq2qrrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq2qrrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKq2qrrX .card-wrapper {
  background: #ff595e;
}
@media (max-width: 767px) {
  .cid-ucXKq2qrrX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucXKq2qrrX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucXKq2qrrX .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucXKq2qrrX .mbr-text,
.cid-ucXKq2qrrX .mbr-section-btn {
  color: #ffd7ef;
}
.cid-ucXKq2qrrX .card-title,
.cid-ucXKq2qrrX .card-box {
  text-align: center;
  color: #000000;
}
.cid-ucXKq2I8Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq2I8Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ucXKq32KeM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKq32KeM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucXKq32KeM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKq32KeM .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKq32KeM .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucXKq32KeM .card-title,
.cid-ucXKq32KeM .iconfont-wrapper {
  color: #000000;
}
.cid-ucXKq32KeM .card-text {
  color: #000000;
  text-align: left;
}
.cid-ucXKq32KeM .content-head {
  max-width: 800px;
}
.cid-ucXKq32KeM .mbr-section-title {
  color: #000000;
}
.cid-ucXKq32KeM .card-title,
.cid-ucXKq32KeM .img-wrapper {
  text-align: center;
}
.cid-ucXKq32KeM .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucXKq3untT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKq3untT img,
.cid-ucXKq3untT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXKq3untT .item:focus,
.cid-ucXKq3untT span:focus {
  outline: none;
}
.cid-ucXKq3untT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq3untT .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKq3untT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKq3untT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKq3untT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ucXKq3untT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKq3untT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucXKq3untT .mbr-section-title {
  color: #000000;
}
.cid-ucXKq3untT .item-title {
  text-align: left;
}
.cid-ucXKq3untT .item-subtitle {
  text-align: left;
}
.cid-ucXKq3untT .mbr-text,
.cid-ucXKq3untT .item .mbr-section-btn {
  text-align: left;
}
.cid-ucXKq3untT .content-head {
  max-width: 800px;
}
.cid-ucXKq3TKwS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ucXKq3TKwS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucXKq3TKwS .social-row .soc-item {
  margin: 8px;
}
.cid-ucXKq3TKwS .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucXKq3TKwS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ucXKq3TKwS .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-ucXKq3TKwS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucXKq3TKwS .mbr-section-title {
  color: #ffffff;
}
.cid-ucXKq3TKwS .mbr-section-title,
.cid-ucXKq3TKwS .social-list {
  color: #000000;
}
.cid-ucXKq4f6ak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKq4f6ak .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXKq4f6ak img,
.cid-ucXKq4f6ak .item-img {
  width: 100%;
}
.cid-ucXKq4f6ak .item:focus,
.cid-ucXKq4f6ak span:focus {
  outline: none;
}
.cid-ucXKq4f6ak .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-ucXKq4f6ak .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKq4f6ak .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKq4f6ak .mbr-section-title {
  color: #000000;
}
.cid-ucXKq4f6ak .mbr-text,
.cid-ucXKq4f6ak .mbr-section-btn {
  color: #000000;
}
.cid-ucXKq4f6ak .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucXKq4f6ak .content-head {
  max-width: 800px;
}
.cid-ucXKq4f6ak img {
  filter: grayscale(1);
}
.cid-ucXKq4Esp6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKq4Esp6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucXKq4Esp6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ucXKq4Esp6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ucXKq4Esp6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucXKq4Esp6 .content-head {
  max-width: 800px;
}
.cid-ucXKq532mq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKq532mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKq532mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKq532mq .row {
  justify-content: center;
}
.cid-ucXKq532mq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKq532mq .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKq532mq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKq532mq .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKq532mq .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ucXKq532mq .content-head {
  max-width: 800px;
}
.cid-ucXKq5t0xS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucXKqPJHy4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucXKqPJHy4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXKqPJHy4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXKqPJHy4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucXKqPJHy4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucXKqPJHy4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucXKqPJHy4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucXKqPJHy4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucXKqPJHy4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucXKqPJHy4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucXKqPJHy4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucXKqPJHy4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucXKqPJHy4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucXKqPJHy4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucXKqPJHy4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucXKqPJHy4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKqPJHy4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKqPJHy4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucXKqPJHy4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucXKqPJHy4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKqPJHy4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucXKqPJHy4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucXKqPJHy4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ucXKqPJHy4 .nav-item:focus,
.cid-ucXKqPJHy4 .nav-link:focus {
  outline: none;
}
.cid-ucXKqPJHy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucXKqPJHy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucXKqPJHy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucXKqPJHy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucXKqPJHy4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXKqPJHy4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucXKqPJHy4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucXKqPJHy4 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucXKqPJHy4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucXKqPJHy4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucXKqPJHy4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXKqPJHy4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucXKqPJHy4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucXKqPJHy4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXKqPJHy4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXKqPJHy4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucXKqPJHy4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKqPJHy4 .navbar {
    min-height: 72px;
  }
  .cid-ucXKqPJHy4 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucXKqPJHy4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXKqPJHy4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXKqPJHy4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXKqPJHy4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucXKqPJHy4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucXKqPJHy4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucXKqPJHy4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKqPJHy4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucXKqPJHy4 .dropdown-item.active,
.cid-ucXKqPJHy4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXKqPJHy4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucXKqPJHy4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXKqPJHy4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXKqPJHy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucXKqPJHy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucXKqPJHy4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucXKqPJHy4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucXKqPJHy4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucXKqPJHy4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucXKqPJHy4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucXKqPJHy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucXKqPJHy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucXKqPJHy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKqPJHy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKqPJHy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucXKqPJHy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKqPJHy4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucXKqPJHy4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucXKqPJHy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKqPJHy4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucXKqPJHy4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucXKqPJHy4 .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-ucXKqPJHy4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucXKqPJHy4 .navbar {
    height: 70px;
  }
  .cid-ucXKqPJHy4 .navbar.opened {
    height: auto;
  }
  .cid-ucXKqPJHy4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucXKqPJHy4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucXKqPJHy4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucXKqPJHy4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucXKqPJHy4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucXKqPJHy4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucXKqPJHy4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucXKqPJHy4 .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-ucXKqPJHy4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucXKqPJHy4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8GndRFk5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK8GndRFk5 {
    align-items: flex-end;
  }
  .cid-uK8GndRFk5 .row {
    justify-content: flex-start;
  }
  .cid-uK8GndRFk5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK8GndRFk5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK8GndRFk5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK8GndRFk5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK8GndRFk5 .content-wrap {
    width: 100%;
  }
}
.cid-uK8GndRFk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8GndRFk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK8GndRFk5 .mbr-section-title,
.cid-uK8GndRFk5 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK8GndRFk5 .mbr-text,
.cid-uK8GndRFk5 .mbr-section-btn {
  text-align: center;
}
.cid-uK8GndRFk5 .mbr-section-title {
  color: #FF595E;
}
.cid-uK8GndRFk5 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-urihBu6rhr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-urihBu6rhr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urihBu6rhr .item {
    margin-bottom: 1rem;
  }
}
.cid-urihBu6rhr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-urihBu6rhr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urihBu6rhr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-urihBu6rhr .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-urihBu6rhr .carousel-control,
.cid-urihBu6rhr .close {
  background: #1b1b1b;
}
.cid-urihBu6rhr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-urihBu6rhr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-urihBu6rhr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-urihBu6rhr .carousel-control-next span {
  margin-left: 5px;
}
.cid-urihBu6rhr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urihBu6rhr .close::before {
  content: '\e91a';
}
.cid-urihBu6rhr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urihBu6rhr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-urihBu6rhr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urihBu6rhr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urihBu6rhr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urihBu6rhr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-urihBu6rhr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-urihBu6rhr .carousel-indicators li.active,
.cid-urihBu6rhr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-urihBu6rhr .carousel-indicators li::after,
.cid-urihBu6rhr .carousel-indicators li::before {
  content: none;
}
.cid-urihBu6rhr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-urihBu6rhr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-urihBu6rhr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urihBu6rhr .carousel-indicators {
    display: none;
  }
}
.cid-urihBu6rhr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-urihBu6rhr .carousel-inner > .active {
  display: block;
}
.cid-urihBu6rhr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urihBu6rhr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urihBu6rhr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urihBu6rhr .carousel-control,
  .cid-urihBu6rhr .carousel-indicators,
  .cid-urihBu6rhr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-urihBu6rhr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-urihBu6rhr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urihBu6rhr .carousel-indicators .active,
.cid-urihBu6rhr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-urihBu6rhr .carousel-indicators .active {
  background: #fff;
}
.cid-urihBu6rhr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-urihBu6rhr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-urihBu6rhr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-urihBu6rhr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-urihBu6rhr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-urihBu6rhr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-urihBu6rhr .carousel {
  width: 100%;
}
.cid-urihBu6rhr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-urihBu6rhr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-urihBu6rhr .modal.fade .modal-dialog,
.cid-urihBu6rhr .modal.in .modal-dialog {
  transform: none;
}
.cid-urihBu6rhr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-urihBu6rhr .content-head {
  max-width: 800px;
}
.cid-uril6CKyrI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uril6CKyrI .video-wrapper iframe {
  width: 100%;
}
.cid-uril6CKyrI .mbr-section-title,
.cid-uril6CKyrI .mbr-section-subtitle,
.cid-uril6CKyrI .mbr-text {
  text-align: center;
}
.cid-ucXKqR986l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucXKqR986l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKqR986l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKqR986l .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKqR986l .title .card-title {
  z-index: 1;
}
.cid-ucXKqR986l .num {
  color: #8ac926;
}
.cid-ucXKqR986l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKqR986l .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKqR986l * {
    text-align: center !important;
  }
  .cid-ucXKqR986l .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKqR986l .content-head {
  max-width: 800px;
}
.cid-urip1PpOXS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-urip1PpOXS .mbr-text {
  color: #000000;
}
.cid-urip1PpOXS .mbr-section-subtitle {
  color: #000000;
}
.cid-urip1PpOXS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urip1PpOXS .mbr-text,
.cid-urip1PpOXS .item .mbr-section-btn {
  text-align: left;
}
.cid-urip1PpOXS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-urip1PpOXS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urip1PpOXS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucXKqTKg47 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ucXKqTKg47 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucXKqTKg47 .social-row .soc-item {
  margin: 8px;
}
.cid-ucXKqTKg47 .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucXKqTKg47 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ucXKqTKg47 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-ucXKqTKg47 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucXKqTKg47 .mbr-section-title {
  color: #ffffff;
}
.cid-ucXKqTKg47 .mbr-section-title,
.cid-ucXKqTKg47 .social-list {
  color: #000000;
}
.cid-ucXKqVgAea {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucXKosp9I1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucXKosp9I1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXKosp9I1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXKosp9I1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ucXKosp9I1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucXKosp9I1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucXKosp9I1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucXKosp9I1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucXKosp9I1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucXKosp9I1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucXKosp9I1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucXKosp9I1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucXKosp9I1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucXKosp9I1 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucXKosp9I1 .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucXKosp9I1 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKosp9I1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKosp9I1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucXKosp9I1 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucXKosp9I1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKosp9I1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucXKosp9I1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucXKosp9I1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-ucXKosp9I1 .nav-item:focus,
.cid-ucXKosp9I1 .nav-link:focus {
  outline: none;
}
.cid-ucXKosp9I1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucXKosp9I1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucXKosp9I1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucXKosp9I1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucXKosp9I1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXKosp9I1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucXKosp9I1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucXKosp9I1 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucXKosp9I1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucXKosp9I1 .navbar.collapsed {
  justify-content: center;
}
.cid-ucXKosp9I1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXKosp9I1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucXKosp9I1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucXKosp9I1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXKosp9I1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXKosp9I1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucXKosp9I1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucXKosp9I1 .navbar {
    min-height: 72px;
  }
  .cid-ucXKosp9I1 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucXKosp9I1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXKosp9I1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXKosp9I1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXKosp9I1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucXKosp9I1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucXKosp9I1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucXKosp9I1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucXKosp9I1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucXKosp9I1 .dropdown-item.active,
.cid-ucXKosp9I1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXKosp9I1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucXKosp9I1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXKosp9I1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXKosp9I1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucXKosp9I1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucXKosp9I1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucXKosp9I1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucXKosp9I1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucXKosp9I1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucXKosp9I1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucXKosp9I1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucXKosp9I1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucXKosp9I1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKosp9I1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXKosp9I1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucXKosp9I1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKosp9I1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucXKosp9I1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucXKosp9I1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXKosp9I1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucXKosp9I1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucXKosp9I1 .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-ucXKosp9I1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucXKosp9I1 .navbar {
    height: 70px;
  }
  .cid-ucXKosp9I1 .navbar.opened {
    height: auto;
  }
  .cid-ucXKosp9I1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXKosp9I1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucXKosp9I1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucXKosp9I1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucXKosp9I1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucXKosp9I1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucXKosp9I1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucXKosp9I1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucXKosp9I1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucXKosp9I1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucXKosp9I1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucXKosp9I1 .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-ucXKosp9I1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucXKosp9I1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucXKotmuOh {
  display: flex;
}
@media (min-width: 768px) {
  .cid-ucXKotmuOh {
    align-items: flex-end;
  }
  .cid-ucXKotmuOh .row {
    justify-content: flex-start;
  }
  .cid-ucXKotmuOh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucXKotmuOh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucXKotmuOh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ucXKotmuOh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucXKotmuOh .content-wrap {
    width: 100%;
  }
}
.cid-ucXKotmuOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKotmuOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ucXKotmuOh .mbr-section-title,
.cid-ucXKotmuOh .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-ucXKotmuOh .mbr-text,
.cid-ucXKotmuOh .mbr-section-btn {
  text-align: center;
}
.cid-ucXKotmuOh .mbr-section-title {
  color: #FF595E;
}
.cid-ucXKotmuOh .mbr-section-subtitle {
  color: #FF595E;
}
.cid-ucXKotHCqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKotHCqF .mbr-text {
  color: #000000;
}
.cid-ucXKotHCqF .mbr-section-subtitle {
  color: #000000;
}
.cid-ucXKotHCqF .mbr-section-title {
  color: #000000;
}
.cid-ud3viybifz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22654e;
  overflow: hidden;
  position: relative;
}
.cid-ud3viybifz .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ud3viybifz .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ud3viybifz .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-ud3viybifz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud3viybifz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud3viybifz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ud3viybifz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ud3viybifz .container {
    padding: 0 30px;
  }
}
.cid-ud3viybifz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ud3viybifz .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ud3viybifz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ud3viybifz .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-ud3viybifz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ud3viybifz .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #c7fcb5 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c7fcb5;
  transition: all 0.3s ease-in-out;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #144031;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #c7fcb5;
  border-color: #c7fcb5;
  border-radius: 0;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-ud3viybifz .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-ud3viybifz .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-ud3viybifz .mbr-section-title {
  color: #ffffff;
}
.cid-ud3viybifz .mbr-section-title,
.cid-ud3viybifz .mbr-section-btn {
  text-align: center;
}
.cid-ud3vxcyOcz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #72ad12;
}
.cid-ud3vxcyOcz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ud3vxcyOcz .form-control,
.cid-ud3vxcyOcz .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ud3vxcyOcz .form-control::-webkit-input-placeholder,
.cid-ud3vxcyOcz .field-input::-webkit-input-placeholder,
.cid-ud3vxcyOcz .form-control::-webkit-input-placeholder,
.cid-ud3vxcyOcz .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ud3vxcyOcz .form-control:-moz-placeholder,
.cid-ud3vxcyOcz .field-input:-moz-placeholder,
.cid-ud3vxcyOcz .form-control:-moz-placeholder,
.cid-ud3vxcyOcz .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ud3vxcyOcz .form-control:hover,
.cid-ud3vxcyOcz .field-input:hover,
.cid-ud3vxcyOcz .form-control:focus,
.cid-ud3vxcyOcz .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-ud3vxcyOcz .form-control:hover::-webkit-input-placeholder,
.cid-ud3vxcyOcz .field-input:hover::-webkit-input-placeholder,
.cid-ud3vxcyOcz .form-control:focus::-webkit-input-placeholder,
.cid-ud3vxcyOcz .field-input:focus::-webkit-input-placeholder,
.cid-ud3vxcyOcz .form-control:hover::-webkit-input-placeholder,
.cid-ud3vxcyOcz .field-input:hover::-webkit-input-placeholder,
.cid-ud3vxcyOcz .form-control:focus::-webkit-input-placeholder,
.cid-ud3vxcyOcz .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ud3vxcyOcz .form-control:hover:-moz-placeholder,
.cid-ud3vxcyOcz .field-input:hover:-moz-placeholder,
.cid-ud3vxcyOcz .form-control:focus:-moz-placeholder,
.cid-ud3vxcyOcz .field-input:focus:-moz-placeholder,
.cid-ud3vxcyOcz .form-control:hover:-moz-placeholder,
.cid-ud3vxcyOcz .field-input:hover:-moz-placeholder,
.cid-ud3vxcyOcz .form-control:focus:-moz-placeholder,
.cid-ud3vxcyOcz .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ud3vxcyOcz .jq-number__spin:hover,
.cid-ud3vxcyOcz .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ud3vxcyOcz .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ud3vxcyOcz .jq-selectbox li,
.cid-ud3vxcyOcz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ud3vxcyOcz .jq-selectbox li:hover,
.cid-ud3vxcyOcz .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ud3vxcyOcz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ud3vxcyOcz .jq-number__spin.minus:hover:after,
.cid-ud3vxcyOcz .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ud3vxcyOcz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ud3vxcyOcz .jq-number__spin.minus:after,
.cid-ud3vxcyOcz .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ud3vxcyOcz input::-webkit-clear-button {
  display: none;
}
.cid-ud3vxcyOcz input::-webkit-inner-spin-button {
  display: none;
}
.cid-ud3vxcyOcz input::-webkit-outer-spin-button {
  display: none;
}
.cid-ud3vxcyOcz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ucXKotVj1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKotVj1G .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-ucXKotVj1G .panel-group {
  border: none;
}
.cid-ucXKotVj1G .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ucXKotVj1G .card-header {
    padding: 0rem;
  }
}
.cid-ucXKotVj1G .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ucXKotVj1G .img-col {
  padding: 0;
}
.cid-ucXKotVj1G .img-item {
  height: 100%;
}
.cid-ucXKotVj1G img {
  height: 100%;
  object-fit: cover;
}
.cid-ucXKotVj1G .collapsed span {
  transform: rotate(0deg);
}
.cid-ucXKotVj1G .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucXKotVj1G p {
  margin-bottom: 0.3rem;
}
.cid-ucXKotVj1G .panel-title-edit {
  color: #000000;
}
.cid-ucXKotVj1G .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ucXKotVj1G .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ucXKotVj1G .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKotVj1G .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ucXKotVj1G .panel-text {
  color: #000000;
}
.cid-ucXKotVj1G .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucXKotVj1G .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucXKotVj1G .panel-title-edit,
.cid-ucXKotVj1G .mbr-iconfont {
  color: #000000;
}
.cid-ucXKouZBwq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKouZBwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKouZBwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ucXKouZBwq .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ucXKouZBwq .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucXKouZBwq .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ucXKouZBwq .card-wrapper {
  background: #ffffff;
}
.cid-ucXKouZBwq .mbr-text,
.cid-ucXKouZBwq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucXKouZBwq .card-title,
.cid-ucXKouZBwq .card-box {
  text-align: left;
  color: #000000;
}
.cid-ucXKovlZ0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKovlZ0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKovlZ0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKovlZ0k .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKovlZ0k .title .card-title {
  z-index: 1;
}
.cid-ucXKovlZ0k .num {
  color: #8ac926;
}
.cid-ucXKovlZ0k .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKovlZ0k .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKovlZ0k * {
    text-align: center !important;
  }
  .cid-ucXKovlZ0k .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKovlZ0k .content-head {
  max-width: 800px;
}
.cid-ucXKovECgB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucXKovECgB .item:focus,
.cid-ucXKovECgB span:focus {
  outline: none;
}
.cid-ucXKovECgB .item {
  cursor: pointer;
}
.cid-ucXKovECgB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKovECgB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-ucXKovECgB .grid-container-1,
.cid-ucXKovECgB .grid-container-2,
.cid-ucXKovECgB .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKovECgB .grid-container-1,
  .cid-ucXKovECgB .grid-container-2,
  .cid-ucXKovECgB .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-ucXKovECgB .mbr-section-title {
  color: #000000;
}
.cid-ucXKovECgB .mbr-text,
.cid-ucXKovECgB .mbr-section-btn {
  color: #000000;
}
.cid-ucXKovECgB .content-head {
  max-width: 800px;
}
.cid-ucXKovECgB .container,
.cid-ucXKovECgB .container-fluid {
  overflow: hidden;
}
.cid-ucXKovECgB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-ucXKovECgB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucXKovECgB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucXKovECgB .grid-item img {
    min-width: 35vw;
  }
}
.cid-ucXKovECgB .grid-container-1,
.cid-ucXKovECgB .grid-container-2,
.cid-ucXKovECgB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-ucXKovECgB .grid-container-1 {
  align-items: flex-end;
}
.cid-ucXKovECgB .grid-container-2 {
  align-items: flex-start;
}
.cid-ucXKovUZWc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucXKovUZWc .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXKovUZWc img,
.cid-ucXKovUZWc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXKovUZWc .item:focus,
.cid-ucXKovUZWc span:focus {
  outline: none;
}
.cid-ucXKovUZWc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKovUZWc .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKovUZWc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKovUZWc .mbr-section-title {
  color: #000000;
}
.cid-ucXKovUZWc .mbr-text,
.cid-ucXKovUZWc .mbr-section-btn {
  color: #000000;
}
.cid-ucXKovUZWc .item-title {
  color: #000000;
}
.cid-ucXKovUZWc .content-head {
  max-width: 800px;
}
.cid-ucXKowjEI1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucXKowjEI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKowjEI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKowjEI1 .title .num {
  width: 100%;
  display: block;
}
.cid-ucXKowjEI1 .title .card-title {
  z-index: 1;
}
.cid-ucXKowjEI1 .num {
  color: #8AC926;
  text-align: center;
}
.cid-ucXKowjEI1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKowjEI1 * {
    text-align: center !important;
  }
  .cid-ucXKowjEI1 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ucXKowjEI1 .content-head {
  max-width: 800px;
}
.cid-ucXKowjEI1 .card-text {
  text-align: center;
}
.cid-ucXKowjEI1 .card-title,
.cid-ucXKowjEI1 .card-img {
  text-align: center;
}
.cid-ucXKowGUV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKowGUV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKowGUV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKowGUV8 .card-wrapper {
  background: #ff595e;
}
@media (max-width: 767px) {
  .cid-ucXKowGUV8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucXKowGUV8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucXKowGUV8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucXKowGUV8 .mbr-text,
.cid-ucXKowGUV8 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-ucXKowGUV8 .card-title,
.cid-ucXKowGUV8 .card-box {
  text-align: center;
  color: #000000;
}
.cid-ucXKox0Srv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKox0Srv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ucXKoxmwUQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKoxmwUQ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ucXKoxmwUQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKoxmwUQ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKoxmwUQ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ucXKoxmwUQ .card-title,
.cid-ucXKoxmwUQ .iconfont-wrapper {
  color: #000000;
}
.cid-ucXKoxmwUQ .card-text {
  color: #000000;
  text-align: left;
}
.cid-ucXKoxmwUQ .content-head {
  max-width: 800px;
}
.cid-ucXKoxmwUQ .mbr-section-title {
  color: #000000;
}
.cid-ucXKoxmwUQ .card-title,
.cid-ucXKoxmwUQ .img-wrapper {
  text-align: center;
}
.cid-ucXKoxmwUQ .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucXKoxRKA8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ucXKoxRKA8 img,
.cid-ucXKoxRKA8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ucXKoxRKA8 .item:focus,
.cid-ucXKoxRKA8 span:focus {
  outline: none;
}
.cid-ucXKoxRKA8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKoxRKA8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKoxRKA8 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKoxRKA8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKoxRKA8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ucXKoxRKA8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKoxRKA8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucXKoxRKA8 .mbr-section-title {
  color: #000000;
}
.cid-ucXKoxRKA8 .item-title {
  text-align: left;
}
.cid-ucXKoxRKA8 .item-subtitle {
  text-align: left;
}
.cid-ucXKoxRKA8 .mbr-text,
.cid-ucXKoxRKA8 .item .mbr-section-btn {
  text-align: left;
}
.cid-ucXKoxRKA8 .content-head {
  max-width: 800px;
}
.cid-ucXKoyhbmq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ucXKoyhbmq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucXKoyhbmq .social-row .soc-item {
  margin: 8px;
}
.cid-ucXKoyhbmq .social-row .soc-item a:hover .mbr-iconfont,
.cid-ucXKoyhbmq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ucXKoyhbmq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-ucXKoyhbmq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucXKoyhbmq .mbr-section-title {
  color: #ffffff;
}
.cid-ucXKoyhbmq .mbr-section-title,
.cid-ucXKoyhbmq .social-list {
  color: #000000;
}
.cid-ucXKoyHxiK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucXKoyHxiK .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-ucXKoyHxiK img,
.cid-ucXKoyHxiK .item-img {
  width: 100%;
}
.cid-ucXKoyHxiK .item:focus,
.cid-ucXKoyHxiK span:focus {
  outline: none;
}
.cid-ucXKoyHxiK .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-ucXKoyHxiK .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKoyHxiK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucXKoyHxiK .mbr-section-title {
  color: #000000;
}
.cid-ucXKoyHxiK .mbr-text,
.cid-ucXKoyHxiK .mbr-section-btn {
  color: #000000;
}
.cid-ucXKoyHxiK .item-title {
  color: #000000;
  text-align: center;
}
.cid-ucXKoyHxiK .content-head {
  max-width: 800px;
}
.cid-ucXKoyHxiK img {
  filter: grayscale(1);
}
.cid-ucXKoz7ptv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKoz7ptv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucXKoz7ptv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ucXKoz7ptv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ucXKoz7ptv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ucXKoz7ptv .content-head {
  max-width: 800px;
}
.cid-ucXKozwzV1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ucXKozwzV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXKozwzV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXKozwzV1 .row {
  justify-content: center;
}
.cid-ucXKozwzV1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucXKozwzV1 .item {
    margin-bottom: 1rem;
  }
}
.cid-ucXKozwzV1 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ucXKozwzV1 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucXKozwzV1 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ucXKozwzV1 .content-head {
  max-width: 800px;
}
.cid-ucXKozZ8RC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uERCnJMkUa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uERCnJMkUa .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-uERCnJMkUa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uERCnJMkUa .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-uERCnJMkUa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uERCnJMkUa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERCnJMkUa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERCnJMkUa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uERCnJMkUa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uERCnJMkUa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uERCnJMkUa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uERCnJMkUa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uERCnJMkUa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uERCnJMkUa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uERCnJMkUa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uERCnJMkUa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uERCnJMkUa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uERCnJMkUa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uERCnJMkUa .navbar-logo {
    padding-left: 0;
  }
}
.cid-uERCnJMkUa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERCnJMkUa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uERCnJMkUa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uERCnJMkUa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uERCnJMkUa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERCnJMkUa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uERCnJMkUa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERCnJMkUa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uERCnJMkUa .nav-item:focus,
.cid-uERCnJMkUa .nav-link:focus {
  outline: none;
}
.cid-uERCnJMkUa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERCnJMkUa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERCnJMkUa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERCnJMkUa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERCnJMkUa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERCnJMkUa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERCnJMkUa .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-uERCnJMkUa .navbar.opened {
  transition: all 0.3s;
}
.cid-uERCnJMkUa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERCnJMkUa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uERCnJMkUa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uERCnJMkUa .navbar.collapsed {
  justify-content: center;
}
.cid-uERCnJMkUa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERCnJMkUa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERCnJMkUa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uERCnJMkUa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERCnJMkUa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERCnJMkUa .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-uERCnJMkUa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERCnJMkUa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERCnJMkUa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERCnJMkUa .navbar {
    min-height: 72px;
  }
  .cid-uERCnJMkUa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uERCnJMkUa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERCnJMkUa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERCnJMkUa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERCnJMkUa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERCnJMkUa .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-uERCnJMkUa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERCnJMkUa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uERCnJMkUa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERCnJMkUa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uERCnJMkUa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uERCnJMkUa .dropdown-item.active,
.cid-uERCnJMkUa .dropdown-item:active {
  background-color: transparent;
}
.cid-uERCnJMkUa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERCnJMkUa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERCnJMkUa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERCnJMkUa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uERCnJMkUa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uERCnJMkUa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uERCnJMkUa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERCnJMkUa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uERCnJMkUa .navbar-buttons {
    text-align: left;
  }
}
.cid-uERCnJMkUa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERCnJMkUa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uERCnJMkUa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERCnJMkUa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERCnJMkUa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERCnJMkUa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERCnJMkUa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERCnJMkUa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERCnJMkUa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERCnJMkUa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERCnJMkUa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERCnJMkUa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERCnJMkUa .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-uERCnJMkUa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERCnJMkUa .navbar {
    height: 70px;
  }
  .cid-uERCnJMkUa .navbar.opened {
    height: auto;
  }
  .cid-uERCnJMkUa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERCnJMkUa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uERCnJMkUa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uERCnJMkUa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uERCnJMkUa .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-uERCnJMkUa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uERCnJMkUa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uERCnJMkUa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uERCnJMkUa .navbar-brand {
    margin-right: auto;
  }
  .cid-uERCnJMkUa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uERCnJMkUa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uERCnJMkUa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uERCnJMkUa .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-uERCnJMkUa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uERCnJMkUa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uERCnJMkUa .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-uERCnJMkUa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uERCnJMkUa .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-uERCnJMkUa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uERCnJMkUa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uERCnKKGVC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERCnKKGVC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERCnKKGVC .item {
    margin-bottom: 1rem;
  }
}
.cid-uERCnKKGVC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uERCnKKGVC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uERCnKKGVC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uERCnKKGVC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uERCnKKGVC .carousel-control,
.cid-uERCnKKGVC .close {
  background: #1b1b1b;
}
.cid-uERCnKKGVC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uERCnKKGVC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uERCnKKGVC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uERCnKKGVC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uERCnKKGVC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uERCnKKGVC .close::before {
  content: '\e91a';
}
.cid-uERCnKKGVC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uERCnKKGVC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uERCnKKGVC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERCnKKGVC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uERCnKKGVC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uERCnKKGVC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uERCnKKGVC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uERCnKKGVC .carousel-indicators li.active,
.cid-uERCnKKGVC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uERCnKKGVC .carousel-indicators li::after,
.cid-uERCnKKGVC .carousel-indicators li::before {
  content: none;
}
.cid-uERCnKKGVC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uERCnKKGVC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uERCnKKGVC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uERCnKKGVC .carousel-indicators {
    display: none;
  }
}
.cid-uERCnKKGVC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uERCnKKGVC .carousel-inner > .active {
  display: block;
}
.cid-uERCnKKGVC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERCnKKGVC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uERCnKKGVC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uERCnKKGVC .carousel-control,
  .cid-uERCnKKGVC .carousel-indicators,
  .cid-uERCnKKGVC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uERCnKKGVC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uERCnKKGVC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uERCnKKGVC .carousel-indicators .active,
.cid-uERCnKKGVC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uERCnKKGVC .carousel-indicators .active {
  background: #fff;
}
.cid-uERCnKKGVC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uERCnKKGVC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uERCnKKGVC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uERCnKKGVC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uERCnKKGVC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uERCnKKGVC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uERCnKKGVC .carousel {
  width: 100%;
}
.cid-uERCnKKGVC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uERCnKKGVC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uERCnKKGVC .modal.fade .modal-dialog,
.cid-uERCnKKGVC .modal.in .modal-dialog {
  transform: none;
}
.cid-uERCnKKGVC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uERCnKKGVC .content-head {
  max-width: 800px;
}
.cid-uK8HlQdy8K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uK8HlQdy8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8HlQdy8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8HlQdy8K a {
  font-weight: bold;
}
.cid-uK8HlQdy8K .mbr-section-title {
  text-align: center;
  color: #151515;
}
.cid-uK8HlQdy8K .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uK8HlQdy8K .mbr-text,
.cid-uK8HlQdy8K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uERCnLVpKm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uERCnLVpKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERCnLVpKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERCnLVpKm .title .num {
  width: 100%;
  display: block;
}
.cid-uERCnLVpKm .title .card-title {
  z-index: 1;
}
.cid-uERCnLVpKm .num {
  color: #8ac926;
}
.cid-uERCnLVpKm .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERCnLVpKm .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uERCnLVpKm * {
    text-align: center !important;
  }
  .cid-uERCnLVpKm .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uERCnLVpKm .content-head {
  max-width: 800px;
}
.cid-uERCnMccdZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERCnMccdZ .mbr-text {
  color: #000000;
}
.cid-uERCnMccdZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uERCnMccdZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uERCnMccdZ .mbr-text,
.cid-uERCnMccdZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uERCnMccdZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uERCnMccdZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERCnMccdZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uERCnMwtbw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uERCnMwtbw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uERCnMwtbw .social-row .soc-item {
  margin: 8px;
}
.cid-uERCnMwtbw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uERCnMwtbw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uERCnMwtbw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uERCnMwtbw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERCnMwtbw .mbr-section-title {
  color: #ffffff;
}
.cid-uERCnMwtbw .mbr-section-title,
.cid-uERCnMwtbw .social-list {
  color: #000000;
}
.cid-uERCnMQuR4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uERI2fwBaS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uERI2fwBaS .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-uERI2fwBaS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uERI2fwBaS .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-uERI2fwBaS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uERI2fwBaS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERI2fwBaS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERI2fwBaS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uERI2fwBaS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uERI2fwBaS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uERI2fwBaS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uERI2fwBaS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uERI2fwBaS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uERI2fwBaS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uERI2fwBaS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uERI2fwBaS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uERI2fwBaS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uERI2fwBaS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uERI2fwBaS .navbar-logo {
    padding-left: 0;
  }
}
.cid-uERI2fwBaS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERI2fwBaS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uERI2fwBaS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uERI2fwBaS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uERI2fwBaS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERI2fwBaS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uERI2fwBaS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERI2fwBaS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uERI2fwBaS .nav-item:focus,
.cid-uERI2fwBaS .nav-link:focus {
  outline: none;
}
.cid-uERI2fwBaS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERI2fwBaS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERI2fwBaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERI2fwBaS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERI2fwBaS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERI2fwBaS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERI2fwBaS .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-uERI2fwBaS .navbar.opened {
  transition: all 0.3s;
}
.cid-uERI2fwBaS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERI2fwBaS .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uERI2fwBaS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uERI2fwBaS .navbar.collapsed {
  justify-content: center;
}
.cid-uERI2fwBaS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERI2fwBaS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERI2fwBaS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uERI2fwBaS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERI2fwBaS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERI2fwBaS .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-uERI2fwBaS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERI2fwBaS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERI2fwBaS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERI2fwBaS .navbar {
    min-height: 72px;
  }
  .cid-uERI2fwBaS .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uERI2fwBaS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERI2fwBaS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERI2fwBaS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERI2fwBaS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERI2fwBaS .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-uERI2fwBaS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERI2fwBaS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uERI2fwBaS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERI2fwBaS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uERI2fwBaS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uERI2fwBaS .dropdown-item.active,
.cid-uERI2fwBaS .dropdown-item:active {
  background-color: transparent;
}
.cid-uERI2fwBaS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERI2fwBaS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERI2fwBaS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERI2fwBaS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uERI2fwBaS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uERI2fwBaS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uERI2fwBaS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERI2fwBaS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uERI2fwBaS .navbar-buttons {
    text-align: left;
  }
}
.cid-uERI2fwBaS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERI2fwBaS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uERI2fwBaS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERI2fwBaS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERI2fwBaS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERI2fwBaS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERI2fwBaS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERI2fwBaS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERI2fwBaS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERI2fwBaS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERI2fwBaS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERI2fwBaS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERI2fwBaS .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-uERI2fwBaS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERI2fwBaS .navbar {
    height: 70px;
  }
  .cid-uERI2fwBaS .navbar.opened {
    height: auto;
  }
  .cid-uERI2fwBaS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERI2fwBaS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uERI2fwBaS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uERI2fwBaS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uERI2fwBaS .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-uERI2fwBaS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uERI2fwBaS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uERI2fwBaS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uERI2fwBaS .navbar-brand {
    margin-right: auto;
  }
  .cid-uERI2fwBaS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uERI2fwBaS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uERI2fwBaS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uERI2fwBaS .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-uERI2fwBaS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uERI2fwBaS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uERI2fwBaS .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-uERI2fwBaS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uERI2fwBaS .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-uERI2fwBaS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uERI2fwBaS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uERI2gjL06 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uERI2gjL06 {
    align-items: flex-end;
  }
  .cid-uERI2gjL06 .row {
    justify-content: flex-start;
  }
  .cid-uERI2gjL06 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERI2gjL06 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERI2gjL06 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uERI2gjL06 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERI2gjL06 .content-wrap {
    width: 100%;
  }
}
.cid-uERI2gjL06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERI2gjL06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uERI2gjL06 .mbr-section-title,
.cid-uERI2gjL06 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uERI2gjL06 .mbr-text,
.cid-uERI2gjL06 .mbr-section-btn {
  text-align: center;
}
.cid-uERI2gjL06 .mbr-section-title {
  color: #FF595E;
}
.cid-uERI2gjL06 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uERI2gBXK4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERI2gBXK4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERI2gBXK4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uERI2gBXK4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uERI2gBXK4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uERI2gBXK4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uERI2gBXK4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uERI2gBXK4 .carousel-control,
.cid-uERI2gBXK4 .close {
  background: #1b1b1b;
}
.cid-uERI2gBXK4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uERI2gBXK4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uERI2gBXK4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uERI2gBXK4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uERI2gBXK4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uERI2gBXK4 .close::before {
  content: '\e91a';
}
.cid-uERI2gBXK4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uERI2gBXK4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uERI2gBXK4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERI2gBXK4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uERI2gBXK4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uERI2gBXK4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uERI2gBXK4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uERI2gBXK4 .carousel-indicators li.active,
.cid-uERI2gBXK4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uERI2gBXK4 .carousel-indicators li::after,
.cid-uERI2gBXK4 .carousel-indicators li::before {
  content: none;
}
.cid-uERI2gBXK4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uERI2gBXK4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uERI2gBXK4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uERI2gBXK4 .carousel-indicators {
    display: none;
  }
}
.cid-uERI2gBXK4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uERI2gBXK4 .carousel-inner > .active {
  display: block;
}
.cid-uERI2gBXK4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERI2gBXK4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uERI2gBXK4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uERI2gBXK4 .carousel-control,
  .cid-uERI2gBXK4 .carousel-indicators,
  .cid-uERI2gBXK4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uERI2gBXK4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uERI2gBXK4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uERI2gBXK4 .carousel-indicators .active,
.cid-uERI2gBXK4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uERI2gBXK4 .carousel-indicators .active {
  background: #fff;
}
.cid-uERI2gBXK4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uERI2gBXK4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uERI2gBXK4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uERI2gBXK4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uERI2gBXK4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uERI2gBXK4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uERI2gBXK4 .carousel {
  width: 100%;
}
.cid-uERI2gBXK4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uERI2gBXK4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uERI2gBXK4 .modal.fade .modal-dialog,
.cid-uERI2gBXK4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uERI2gBXK4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uERI2gBXK4 .content-head {
  max-width: 800px;
}
.cid-uERI2h1iee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uERI2h1iee .video-wrapper iframe {
  width: 100%;
}
.cid-uERI2h1iee .mbr-section-title,
.cid-uERI2h1iee .mbr-section-subtitle,
.cid-uERI2h1iee .mbr-text {
  text-align: center;
}
.cid-uERI2hgAA9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uERI2hgAA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERI2hgAA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERI2hgAA9 .title .num {
  width: 100%;
  display: block;
}
.cid-uERI2hgAA9 .title .card-title {
  z-index: 1;
}
.cid-uERI2hgAA9 .num {
  color: #8ac926;
}
.cid-uERI2hgAA9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERI2hgAA9 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uERI2hgAA9 * {
    text-align: center !important;
  }
  .cid-uERI2hgAA9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uERI2hgAA9 .content-head {
  max-width: 800px;
}
.cid-uERI2hye0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uERI2hye0z .mbr-text {
  color: #000000;
}
.cid-uERI2hye0z .mbr-section-subtitle {
  color: #000000;
}
.cid-uERI2hye0z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uERI2hye0z .mbr-text,
.cid-uERI2hye0z .item .mbr-section-btn {
  text-align: left;
}
.cid-uERI2hye0z .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uERI2hye0z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERI2hye0z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uERI2hPZFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uERI2hPZFU .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uERI2hPZFU .social-row .soc-item {
  margin: 8px;
}
.cid-uERI2hPZFU .social-row .soc-item a:hover .mbr-iconfont,
.cid-uERI2hPZFU .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uERI2hPZFU .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uERI2hPZFU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERI2hPZFU .mbr-section-title {
  color: #ffffff;
}
.cid-uERI2hPZFU .mbr-section-title,
.cid-uERI2hPZFU .social-list {
  color: #000000;
}
.cid-uERI2i8Pnh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uEROwIOITl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uEROwIOITl .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-uEROwIOITl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uEROwIOITl .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-uEROwIOITl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uEROwIOITl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEROwIOITl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEROwIOITl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uEROwIOITl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uEROwIOITl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uEROwIOITl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uEROwIOITl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uEROwIOITl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uEROwIOITl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uEROwIOITl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uEROwIOITl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uEROwIOITl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uEROwIOITl .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEROwIOITl .navbar-logo {
    padding-left: 0;
  }
}
.cid-uEROwIOITl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEROwIOITl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uEROwIOITl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uEROwIOITl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uEROwIOITl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEROwIOITl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uEROwIOITl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEROwIOITl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uEROwIOITl .nav-item:focus,
.cid-uEROwIOITl .nav-link:focus {
  outline: none;
}
.cid-uEROwIOITl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEROwIOITl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEROwIOITl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEROwIOITl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEROwIOITl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEROwIOITl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEROwIOITl .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-uEROwIOITl .navbar.opened {
  transition: all 0.3s;
}
.cid-uEROwIOITl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEROwIOITl .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uEROwIOITl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uEROwIOITl .navbar.collapsed {
  justify-content: center;
}
.cid-uEROwIOITl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEROwIOITl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEROwIOITl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uEROwIOITl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEROwIOITl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEROwIOITl .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-uEROwIOITl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEROwIOITl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEROwIOITl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEROwIOITl .navbar {
    min-height: 72px;
  }
  .cid-uEROwIOITl .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uEROwIOITl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEROwIOITl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEROwIOITl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEROwIOITl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEROwIOITl .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-uEROwIOITl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEROwIOITl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uEROwIOITl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEROwIOITl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEROwIOITl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uEROwIOITl .dropdown-item.active,
.cid-uEROwIOITl .dropdown-item:active {
  background-color: transparent;
}
.cid-uEROwIOITl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEROwIOITl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEROwIOITl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEROwIOITl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEROwIOITl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uEROwIOITl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uEROwIOITl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEROwIOITl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uEROwIOITl .navbar-buttons {
    text-align: left;
  }
}
.cid-uEROwIOITl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEROwIOITl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEROwIOITl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEROwIOITl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEROwIOITl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEROwIOITl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEROwIOITl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEROwIOITl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEROwIOITl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEROwIOITl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEROwIOITl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEROwIOITl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEROwIOITl .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-uEROwIOITl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEROwIOITl .navbar {
    height: 70px;
  }
  .cid-uEROwIOITl .navbar.opened {
    height: auto;
  }
  .cid-uEROwIOITl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEROwIOITl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uEROwIOITl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uEROwIOITl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uEROwIOITl .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-uEROwIOITl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uEROwIOITl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uEROwIOITl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uEROwIOITl .navbar-brand {
    margin-right: auto;
  }
  .cid-uEROwIOITl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uEROwIOITl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uEROwIOITl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uEROwIOITl .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-uEROwIOITl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uEROwIOITl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uEROwIOITl .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-uEROwIOITl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uEROwIOITl .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-uEROwIOITl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uEROwIOITl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEROwJLZ0m {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uEROwJLZ0m {
    align-items: flex-end;
  }
  .cid-uEROwJLZ0m .row {
    justify-content: flex-start;
  }
  .cid-uEROwJLZ0m .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEROwJLZ0m .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEROwJLZ0m {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uEROwJLZ0m .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEROwJLZ0m .content-wrap {
    width: 100%;
  }
}
.cid-uEROwJLZ0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEROwJLZ0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEROwJLZ0m .mbr-section-title,
.cid-uEROwJLZ0m .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uEROwJLZ0m .mbr-text,
.cid-uEROwJLZ0m .mbr-section-btn {
  text-align: center;
}
.cid-uEROwJLZ0m .mbr-section-title {
  color: #FF595E;
}
.cid-uEROwJLZ0m .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uEROwK6hW3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uEROwK6hW3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEROwK6hW3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uEROwK6hW3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uEROwK6hW3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEROwK6hW3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uEROwK6hW3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uEROwK6hW3 .carousel-control,
.cid-uEROwK6hW3 .close {
  background: #1b1b1b;
}
.cid-uEROwK6hW3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEROwK6hW3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uEROwK6hW3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEROwK6hW3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uEROwK6hW3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uEROwK6hW3 .close::before {
  content: '\e91a';
}
.cid-uEROwK6hW3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEROwK6hW3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEROwK6hW3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEROwK6hW3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEROwK6hW3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEROwK6hW3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uEROwK6hW3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEROwK6hW3 .carousel-indicators li.active,
.cid-uEROwK6hW3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEROwK6hW3 .carousel-indicators li::after,
.cid-uEROwK6hW3 .carousel-indicators li::before {
  content: none;
}
.cid-uEROwK6hW3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEROwK6hW3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uEROwK6hW3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEROwK6hW3 .carousel-indicators {
    display: none;
  }
}
.cid-uEROwK6hW3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uEROwK6hW3 .carousel-inner > .active {
  display: block;
}
.cid-uEROwK6hW3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEROwK6hW3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEROwK6hW3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEROwK6hW3 .carousel-control,
  .cid-uEROwK6hW3 .carousel-indicators,
  .cid-uEROwK6hW3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEROwK6hW3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEROwK6hW3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEROwK6hW3 .carousel-indicators .active,
.cid-uEROwK6hW3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uEROwK6hW3 .carousel-indicators .active {
  background: #fff;
}
.cid-uEROwK6hW3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEROwK6hW3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEROwK6hW3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEROwK6hW3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEROwK6hW3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEROwK6hW3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEROwK6hW3 .carousel {
  width: 100%;
}
.cid-uEROwK6hW3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEROwK6hW3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uEROwK6hW3 .modal.fade .modal-dialog,
.cid-uEROwK6hW3 .modal.in .modal-dialog {
  transform: none;
}
.cid-uEROwK6hW3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEROwK6hW3 .content-head {
  max-width: 800px;
}
.cid-uEROwKudpK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uEROwKudpK .video-wrapper iframe {
  width: 100%;
}
.cid-uEROwKudpK .mbr-section-title,
.cid-uEROwKudpK .mbr-section-subtitle,
.cid-uEROwKudpK .mbr-text {
  text-align: center;
}
.cid-uEROwKGvFW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uEROwKGvFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEROwKGvFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEROwKGvFW .title .num {
  width: 100%;
  display: block;
}
.cid-uEROwKGvFW .title .card-title {
  z-index: 1;
}
.cid-uEROwKGvFW .num {
  color: #8ac926;
}
.cid-uEROwKGvFW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEROwKGvFW .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEROwKGvFW * {
    text-align: center !important;
  }
  .cid-uEROwKGvFW .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uEROwKGvFW .content-head {
  max-width: 800px;
}
.cid-uEROwKXqAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uEROwKXqAA .mbr-text {
  color: #000000;
}
.cid-uEROwKXqAA .mbr-section-subtitle {
  color: #000000;
}
.cid-uEROwKXqAA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEROwKXqAA .mbr-text,
.cid-uEROwKXqAA .item .mbr-section-btn {
  text-align: left;
}
.cid-uEROwKXqAA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEROwKXqAA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEROwKXqAA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uEROwLgm1a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uEROwLgm1a .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uEROwLgm1a .social-row .soc-item {
  margin: 8px;
}
.cid-uEROwLgm1a .social-row .soc-item a:hover .mbr-iconfont,
.cid-uEROwLgm1a .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uEROwLgm1a .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uEROwLgm1a .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uEROwLgm1a .mbr-section-title {
  color: #ffffff;
}
.cid-uEROwLgm1a .mbr-section-title,
.cid-uEROwLgm1a .social-list {
  color: #000000;
}
.cid-uEROwLxHnI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uERRbcn3IK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uERRbcn3IK .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-uERRbcn3IK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uERRbcn3IK .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-uERRbcn3IK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uERRbcn3IK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERRbcn3IK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERRbcn3IK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uERRbcn3IK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uERRbcn3IK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uERRbcn3IK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uERRbcn3IK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uERRbcn3IK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uERRbcn3IK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uERRbcn3IK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uERRbcn3IK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uERRbcn3IK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uERRbcn3IK .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uERRbcn3IK .navbar-logo {
    padding-left: 0;
  }
}
.cid-uERRbcn3IK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERRbcn3IK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uERRbcn3IK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uERRbcn3IK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uERRbcn3IK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERRbcn3IK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uERRbcn3IK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERRbcn3IK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uERRbcn3IK .nav-item:focus,
.cid-uERRbcn3IK .nav-link:focus {
  outline: none;
}
.cid-uERRbcn3IK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERRbcn3IK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERRbcn3IK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERRbcn3IK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERRbcn3IK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERRbcn3IK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERRbcn3IK .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-uERRbcn3IK .navbar.opened {
  transition: all 0.3s;
}
.cid-uERRbcn3IK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERRbcn3IK .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uERRbcn3IK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uERRbcn3IK .navbar.collapsed {
  justify-content: center;
}
.cid-uERRbcn3IK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERRbcn3IK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERRbcn3IK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uERRbcn3IK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERRbcn3IK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERRbcn3IK .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-uERRbcn3IK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERRbcn3IK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERRbcn3IK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERRbcn3IK .navbar {
    min-height: 72px;
  }
  .cid-uERRbcn3IK .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uERRbcn3IK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERRbcn3IK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERRbcn3IK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERRbcn3IK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERRbcn3IK .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-uERRbcn3IK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERRbcn3IK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uERRbcn3IK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERRbcn3IK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uERRbcn3IK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uERRbcn3IK .dropdown-item.active,
.cid-uERRbcn3IK .dropdown-item:active {
  background-color: transparent;
}
.cid-uERRbcn3IK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERRbcn3IK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERRbcn3IK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERRbcn3IK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uERRbcn3IK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uERRbcn3IK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uERRbcn3IK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERRbcn3IK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uERRbcn3IK .navbar-buttons {
    text-align: left;
  }
}
.cid-uERRbcn3IK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERRbcn3IK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uERRbcn3IK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERRbcn3IK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERRbcn3IK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERRbcn3IK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERRbcn3IK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERRbcn3IK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERRbcn3IK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERRbcn3IK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERRbcn3IK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERRbcn3IK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERRbcn3IK .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-uERRbcn3IK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERRbcn3IK .navbar {
    height: 70px;
  }
  .cid-uERRbcn3IK .navbar.opened {
    height: auto;
  }
  .cid-uERRbcn3IK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERRbcn3IK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uERRbcn3IK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uERRbcn3IK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uERRbcn3IK .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-uERRbcn3IK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uERRbcn3IK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uERRbcn3IK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uERRbcn3IK .navbar-brand {
    margin-right: auto;
  }
  .cid-uERRbcn3IK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uERRbcn3IK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uERRbcn3IK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uERRbcn3IK .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-uERRbcn3IK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uERRbcn3IK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uERRbcn3IK .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-uERRbcn3IK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uERRbcn3IK .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-uERRbcn3IK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uERRbcn3IK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uERRbdhLMx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uERRbdhLMx {
    align-items: flex-end;
  }
  .cid-uERRbdhLMx .row {
    justify-content: flex-start;
  }
  .cid-uERRbdhLMx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERRbdhLMx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERRbdhLMx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uERRbdhLMx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERRbdhLMx .content-wrap {
    width: 100%;
  }
}
.cid-uERRbdhLMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERRbdhLMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uERRbdhLMx .mbr-section-title,
.cid-uERRbdhLMx .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uERRbdhLMx .mbr-text,
.cid-uERRbdhLMx .mbr-section-btn {
  text-align: center;
}
.cid-uERRbdhLMx .mbr-section-title {
  color: #FF595E;
}
.cid-uERRbdhLMx .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uERRbdM75J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERRbdM75J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERRbdM75J .item {
    margin-bottom: 1rem;
  }
}
.cid-uERRbdM75J .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uERRbdM75J .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uERRbdM75J .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uERRbdM75J .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uERRbdM75J .carousel-control,
.cid-uERRbdM75J .close {
  background: #1b1b1b;
}
.cid-uERRbdM75J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uERRbdM75J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uERRbdM75J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uERRbdM75J .carousel-control-next span {
  margin-left: 5px;
}
.cid-uERRbdM75J .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uERRbdM75J .close::before {
  content: '\e91a';
}
.cid-uERRbdM75J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uERRbdM75J .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uERRbdM75J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERRbdM75J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uERRbdM75J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uERRbdM75J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uERRbdM75J .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uERRbdM75J .carousel-indicators li.active,
.cid-uERRbdM75J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uERRbdM75J .carousel-indicators li::after,
.cid-uERRbdM75J .carousel-indicators li::before {
  content: none;
}
.cid-uERRbdM75J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uERRbdM75J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uERRbdM75J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uERRbdM75J .carousel-indicators {
    display: none;
  }
}
.cid-uERRbdM75J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uERRbdM75J .carousel-inner > .active {
  display: block;
}
.cid-uERRbdM75J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERRbdM75J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uERRbdM75J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uERRbdM75J .carousel-control,
  .cid-uERRbdM75J .carousel-indicators,
  .cid-uERRbdM75J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uERRbdM75J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uERRbdM75J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uERRbdM75J .carousel-indicators .active,
.cid-uERRbdM75J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uERRbdM75J .carousel-indicators .active {
  background: #fff;
}
.cid-uERRbdM75J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uERRbdM75J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uERRbdM75J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uERRbdM75J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uERRbdM75J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uERRbdM75J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uERRbdM75J .carousel {
  width: 100%;
}
.cid-uERRbdM75J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uERRbdM75J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uERRbdM75J .modal.fade .modal-dialog,
.cid-uERRbdM75J .modal.in .modal-dialog {
  transform: none;
}
.cid-uERRbdM75J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uERRbdM75J .content-head {
  max-width: 800px;
}
.cid-uERRbeEs4Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uERRbeEs4Z .video-wrapper iframe {
  width: 100%;
}
.cid-uERRbeEs4Z .mbr-section-title,
.cid-uERRbeEs4Z .mbr-section-subtitle,
.cid-uERRbeEs4Z .mbr-text {
  text-align: center;
}
.cid-uERS8AOjxA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERS8AOjxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERS8AOjxA .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-uERS8AOjxA .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uERS8AOjxA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uERS8AOjxA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uERS8AOjxA .media-content,
.cid-uERS8AOjxA .mbr-figure {
  align-self: center;
}
.cid-uERS8AOjxA .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uERS8AOjxA .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uERS8AOjxA .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uERS8AOjxA .mbr-section-maintitle {
  text-align: center;
}
.cid-uERS8AOjxA .mbr-section-title {
  text-align: left;
}
.cid-uERS8AOjxA .mbr-text,
.cid-uERS8AOjxA .mbr-section-btn {
  text-align: left;
}
.cid-uERSApTaUp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERSApTaUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERSApTaUp .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-uERSApTaUp .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uERSApTaUp .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uERSApTaUp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uERSApTaUp .media-content,
.cid-uERSApTaUp .mbr-figure {
  align-self: center;
}
.cid-uERSApTaUp .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uERSApTaUp .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uERSApTaUp .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uERSApTaUp .mbr-section-maintitle {
  text-align: center;
}
.cid-uERSApTaUp .mbr-section-title {
  text-align: left;
}
.cid-uERSApTaUp .mbr-text,
.cid-uERSApTaUp .mbr-section-btn {
  text-align: left;
}
.cid-uERRbf4W4m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uERRbf4W4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERRbf4W4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERRbf4W4m .title .num {
  width: 100%;
  display: block;
}
.cid-uERRbf4W4m .title .card-title {
  z-index: 1;
}
.cid-uERRbf4W4m .num {
  color: #8ac926;
}
.cid-uERRbf4W4m .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERRbf4W4m .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uERRbf4W4m * {
    text-align: center !important;
  }
  .cid-uERRbf4W4m .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uERRbf4W4m .content-head {
  max-width: 800px;
}
.cid-uERRbgNrr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uERRbgNrr2 .mbr-text {
  color: #000000;
}
.cid-uERRbgNrr2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uERRbgNrr2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uERRbgNrr2 .mbr-text,
.cid-uERRbgNrr2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uERRbgNrr2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uERRbgNrr2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERRbgNrr2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uERRbhiwPl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uERRbhiwPl .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uERRbhiwPl .social-row .soc-item {
  margin: 8px;
}
.cid-uERRbhiwPl .social-row .soc-item a:hover .mbr-iconfont,
.cid-uERRbhiwPl .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uERRbhiwPl .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uERRbhiwPl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERRbhiwPl .mbr-section-title {
  color: #ffffff;
}
.cid-uERRbhiwPl .mbr-section-title,
.cid-uERRbhiwPl .social-list {
  color: #000000;
}
.cid-uERRbhDMEN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uERUQg7PIV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uERUQg7PIV .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-uERUQg7PIV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uERUQg7PIV .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-uERUQg7PIV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uERUQg7PIV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERUQg7PIV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERUQg7PIV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uERUQg7PIV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uERUQg7PIV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uERUQg7PIV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uERUQg7PIV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uERUQg7PIV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uERUQg7PIV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uERUQg7PIV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uERUQg7PIV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uERUQg7PIV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uERUQg7PIV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uERUQg7PIV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uERUQg7PIV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERUQg7PIV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uERUQg7PIV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uERUQg7PIV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uERUQg7PIV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERUQg7PIV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uERUQg7PIV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERUQg7PIV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uERUQg7PIV .nav-item:focus,
.cid-uERUQg7PIV .nav-link:focus {
  outline: none;
}
.cid-uERUQg7PIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERUQg7PIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERUQg7PIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERUQg7PIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERUQg7PIV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERUQg7PIV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERUQg7PIV .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-uERUQg7PIV .navbar.opened {
  transition: all 0.3s;
}
.cid-uERUQg7PIV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERUQg7PIV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uERUQg7PIV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uERUQg7PIV .navbar.collapsed {
  justify-content: center;
}
.cid-uERUQg7PIV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERUQg7PIV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERUQg7PIV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uERUQg7PIV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERUQg7PIV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERUQg7PIV .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-uERUQg7PIV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERUQg7PIV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERUQg7PIV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERUQg7PIV .navbar {
    min-height: 72px;
  }
  .cid-uERUQg7PIV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uERUQg7PIV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERUQg7PIV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERUQg7PIV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERUQg7PIV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERUQg7PIV .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-uERUQg7PIV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERUQg7PIV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uERUQg7PIV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERUQg7PIV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uERUQg7PIV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uERUQg7PIV .dropdown-item.active,
.cid-uERUQg7PIV .dropdown-item:active {
  background-color: transparent;
}
.cid-uERUQg7PIV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERUQg7PIV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERUQg7PIV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERUQg7PIV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uERUQg7PIV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uERUQg7PIV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uERUQg7PIV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERUQg7PIV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uERUQg7PIV .navbar-buttons {
    text-align: left;
  }
}
.cid-uERUQg7PIV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERUQg7PIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uERUQg7PIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERUQg7PIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERUQg7PIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERUQg7PIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERUQg7PIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERUQg7PIV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERUQg7PIV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERUQg7PIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERUQg7PIV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERUQg7PIV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERUQg7PIV .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-uERUQg7PIV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERUQg7PIV .navbar {
    height: 70px;
  }
  .cid-uERUQg7PIV .navbar.opened {
    height: auto;
  }
  .cid-uERUQg7PIV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERUQg7PIV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uERUQg7PIV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uERUQg7PIV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uERUQg7PIV .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-uERUQg7PIV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uERUQg7PIV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uERUQg7PIV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uERUQg7PIV .navbar-brand {
    margin-right: auto;
  }
  .cid-uERUQg7PIV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uERUQg7PIV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uERUQg7PIV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uERUQg7PIV .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-uERUQg7PIV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uERUQg7PIV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uERUQg7PIV .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-uERUQg7PIV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uERUQg7PIV .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-uERUQg7PIV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uERUQg7PIV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uERUQgEvbh {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uERUQgEvbh {
    align-items: flex-end;
  }
  .cid-uERUQgEvbh .row {
    justify-content: flex-start;
  }
  .cid-uERUQgEvbh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERUQgEvbh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERUQgEvbh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uERUQgEvbh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERUQgEvbh .content-wrap {
    width: 100%;
  }
}
.cid-uERUQgEvbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERUQgEvbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uERUQgEvbh .mbr-section-title,
.cid-uERUQgEvbh .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uERUQgEvbh .mbr-text,
.cid-uERUQgEvbh .mbr-section-btn {
  text-align: center;
}
.cid-uERUQgEvbh .mbr-section-title {
  color: #FF595E;
}
.cid-uERUQgEvbh .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uERUQgYGii {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERUQgYGii .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERUQgYGii .item {
    margin-bottom: 1rem;
  }
}
.cid-uERUQgYGii .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uERUQgYGii .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uERUQgYGii .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uERUQgYGii .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uERUQgYGii .carousel-control,
.cid-uERUQgYGii .close {
  background: #1b1b1b;
}
.cid-uERUQgYGii .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uERUQgYGii .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uERUQgYGii .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uERUQgYGii .carousel-control-next span {
  margin-left: 5px;
}
.cid-uERUQgYGii .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uERUQgYGii .close::before {
  content: '\e91a';
}
.cid-uERUQgYGii .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uERUQgYGii .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uERUQgYGii .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERUQgYGii .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uERUQgYGii .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uERUQgYGii .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uERUQgYGii .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uERUQgYGii .carousel-indicators li.active,
.cid-uERUQgYGii .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uERUQgYGii .carousel-indicators li::after,
.cid-uERUQgYGii .carousel-indicators li::before {
  content: none;
}
.cid-uERUQgYGii .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uERUQgYGii .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uERUQgYGii .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uERUQgYGii .carousel-indicators {
    display: none;
  }
}
.cid-uERUQgYGii .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uERUQgYGii .carousel-inner > .active {
  display: block;
}
.cid-uERUQgYGii .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERUQgYGii .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uERUQgYGii .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uERUQgYGii .carousel-control,
  .cid-uERUQgYGii .carousel-indicators,
  .cid-uERUQgYGii .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uERUQgYGii .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uERUQgYGii .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uERUQgYGii .carousel-indicators .active,
.cid-uERUQgYGii .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uERUQgYGii .carousel-indicators .active {
  background: #fff;
}
.cid-uERUQgYGii .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uERUQgYGii .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uERUQgYGii .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uERUQgYGii .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uERUQgYGii .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uERUQgYGii .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uERUQgYGii .carousel {
  width: 100%;
}
.cid-uERUQgYGii .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uERUQgYGii .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uERUQgYGii .modal.fade .modal-dialog,
.cid-uERUQgYGii .modal.in .modal-dialog {
  transform: none;
}
.cid-uERUQgYGii .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uERUQgYGii .content-head {
  max-width: 800px;
}
.cid-uERUQhqDOL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uERUQhqDOL .video-wrapper iframe {
  width: 100%;
}
.cid-uERUQhqDOL .mbr-section-title,
.cid-uERUQhqDOL .mbr-section-subtitle,
.cid-uERUQhqDOL .mbr-text {
  text-align: center;
}
.cid-uERUQhGyrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uERUQhGyrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERUQhGyrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERUQhGyrU .title .num {
  width: 100%;
  display: block;
}
.cid-uERUQhGyrU .title .card-title {
  z-index: 1;
}
.cid-uERUQhGyrU .num {
  color: #8ac926;
}
.cid-uERUQhGyrU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERUQhGyrU .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uERUQhGyrU * {
    text-align: center !important;
  }
  .cid-uERUQhGyrU .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uERUQhGyrU .content-head {
  max-width: 800px;
}
.cid-uERUQhZlyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uERUQhZlyB .mbr-text {
  color: #000000;
}
.cid-uERUQhZlyB .mbr-section-subtitle {
  color: #000000;
}
.cid-uERUQhZlyB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uERUQhZlyB .mbr-text,
.cid-uERUQhZlyB .item .mbr-section-btn {
  text-align: left;
}
.cid-uERUQhZlyB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uERUQhZlyB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERUQhZlyB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uERUQiiDZP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uERUQiiDZP .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uERUQiiDZP .social-row .soc-item {
  margin: 8px;
}
.cid-uERUQiiDZP .social-row .soc-item a:hover .mbr-iconfont,
.cid-uERUQiiDZP .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uERUQiiDZP .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uERUQiiDZP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERUQiiDZP .mbr-section-title {
  color: #ffffff;
}
.cid-uERUQiiDZP .mbr-section-title,
.cid-uERUQiiDZP .social-list {
  color: #000000;
}
.cid-uERUQiChcH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uERX59Fxuf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uERX59Fxuf .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-uERX59Fxuf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uERX59Fxuf .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-uERX59Fxuf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uERX59Fxuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERX59Fxuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERX59Fxuf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uERX59Fxuf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uERX59Fxuf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uERX59Fxuf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uERX59Fxuf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uERX59Fxuf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uERX59Fxuf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uERX59Fxuf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uERX59Fxuf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uERX59Fxuf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uERX59Fxuf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uERX59Fxuf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uERX59Fxuf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERX59Fxuf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uERX59Fxuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uERX59Fxuf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uERX59Fxuf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERX59Fxuf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uERX59Fxuf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERX59Fxuf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uERX59Fxuf .nav-item:focus,
.cid-uERX59Fxuf .nav-link:focus {
  outline: none;
}
.cid-uERX59Fxuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERX59Fxuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERX59Fxuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERX59Fxuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERX59Fxuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERX59Fxuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERX59Fxuf .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-uERX59Fxuf .navbar.opened {
  transition: all 0.3s;
}
.cid-uERX59Fxuf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERX59Fxuf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uERX59Fxuf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uERX59Fxuf .navbar.collapsed {
  justify-content: center;
}
.cid-uERX59Fxuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERX59Fxuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERX59Fxuf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uERX59Fxuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERX59Fxuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERX59Fxuf .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-uERX59Fxuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERX59Fxuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERX59Fxuf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERX59Fxuf .navbar {
    min-height: 72px;
  }
  .cid-uERX59Fxuf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uERX59Fxuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERX59Fxuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERX59Fxuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERX59Fxuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERX59Fxuf .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-uERX59Fxuf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERX59Fxuf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uERX59Fxuf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERX59Fxuf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uERX59Fxuf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uERX59Fxuf .dropdown-item.active,
.cid-uERX59Fxuf .dropdown-item:active {
  background-color: transparent;
}
.cid-uERX59Fxuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERX59Fxuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERX59Fxuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERX59Fxuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uERX59Fxuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uERX59Fxuf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uERX59Fxuf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERX59Fxuf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uERX59Fxuf .navbar-buttons {
    text-align: left;
  }
}
.cid-uERX59Fxuf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERX59Fxuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uERX59Fxuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERX59Fxuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERX59Fxuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERX59Fxuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERX59Fxuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERX59Fxuf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERX59Fxuf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERX59Fxuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERX59Fxuf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERX59Fxuf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERX59Fxuf .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-uERX59Fxuf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERX59Fxuf .navbar {
    height: 70px;
  }
  .cid-uERX59Fxuf .navbar.opened {
    height: auto;
  }
  .cid-uERX59Fxuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERX59Fxuf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uERX59Fxuf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uERX59Fxuf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uERX59Fxuf .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-uERX59Fxuf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uERX59Fxuf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uERX59Fxuf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uERX59Fxuf .navbar-brand {
    margin-right: auto;
  }
  .cid-uERX59Fxuf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uERX59Fxuf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uERX59Fxuf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uERX59Fxuf .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-uERX59Fxuf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uERX59Fxuf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uERX59Fxuf .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-uERX59Fxuf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uERX59Fxuf .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-uERX59Fxuf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uERX59Fxuf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uERX5aETCT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uERX5aETCT {
    align-items: flex-end;
  }
  .cid-uERX5aETCT .row {
    justify-content: flex-start;
  }
  .cid-uERX5aETCT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERX5aETCT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERX5aETCT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uERX5aETCT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERX5aETCT .content-wrap {
    width: 100%;
  }
}
.cid-uERX5aETCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERX5aETCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uERX5aETCT .mbr-section-title,
.cid-uERX5aETCT .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uERX5aETCT .mbr-text,
.cid-uERX5aETCT .mbr-section-btn {
  text-align: center;
}
.cid-uERX5aETCT .mbr-section-title {
  color: #FF595E;
}
.cid-uERX5aETCT .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uERX5bbv1k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERX5bbv1k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERX5bbv1k .item {
    margin-bottom: 1rem;
  }
}
.cid-uERX5bbv1k .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uERX5bbv1k .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uERX5bbv1k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uERX5bbv1k .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uERX5bbv1k .carousel-control,
.cid-uERX5bbv1k .close {
  background: #1b1b1b;
}
.cid-uERX5bbv1k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uERX5bbv1k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uERX5bbv1k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uERX5bbv1k .carousel-control-next span {
  margin-left: 5px;
}
.cid-uERX5bbv1k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uERX5bbv1k .close::before {
  content: '\e91a';
}
.cid-uERX5bbv1k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uERX5bbv1k .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uERX5bbv1k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERX5bbv1k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uERX5bbv1k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uERX5bbv1k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uERX5bbv1k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uERX5bbv1k .carousel-indicators li.active,
.cid-uERX5bbv1k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uERX5bbv1k .carousel-indicators li::after,
.cid-uERX5bbv1k .carousel-indicators li::before {
  content: none;
}
.cid-uERX5bbv1k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uERX5bbv1k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uERX5bbv1k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uERX5bbv1k .carousel-indicators {
    display: none;
  }
}
.cid-uERX5bbv1k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uERX5bbv1k .carousel-inner > .active {
  display: block;
}
.cid-uERX5bbv1k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERX5bbv1k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uERX5bbv1k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uERX5bbv1k .carousel-control,
  .cid-uERX5bbv1k .carousel-indicators,
  .cid-uERX5bbv1k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uERX5bbv1k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uERX5bbv1k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uERX5bbv1k .carousel-indicators .active,
.cid-uERX5bbv1k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uERX5bbv1k .carousel-indicators .active {
  background: #fff;
}
.cid-uERX5bbv1k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uERX5bbv1k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uERX5bbv1k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uERX5bbv1k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uERX5bbv1k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uERX5bbv1k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uERX5bbv1k .carousel {
  width: 100%;
}
.cid-uERX5bbv1k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uERX5bbv1k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uERX5bbv1k .modal.fade .modal-dialog,
.cid-uERX5bbv1k .modal.in .modal-dialog {
  transform: none;
}
.cid-uERX5bbv1k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uERX5bbv1k .content-head {
  max-width: 800px;
}
.cid-uERX5bDFgD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uERX5bDFgD .video-wrapper iframe {
  width: 100%;
}
.cid-uERX5bDFgD .mbr-section-title,
.cid-uERX5bDFgD .mbr-section-subtitle,
.cid-uERX5bDFgD .mbr-text {
  text-align: center;
}
.cid-uERX5bQHg9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uERX5bQHg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERX5bQHg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERX5bQHg9 .title .num {
  width: 100%;
  display: block;
}
.cid-uERX5bQHg9 .title .card-title {
  z-index: 1;
}
.cid-uERX5bQHg9 .num {
  color: #8ac926;
}
.cid-uERX5bQHg9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERX5bQHg9 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uERX5bQHg9 * {
    text-align: center !important;
  }
  .cid-uERX5bQHg9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uERX5bQHg9 .content-head {
  max-width: 800px;
}
.cid-uERX5cQNbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uERX5cQNbp .mbr-text {
  color: #000000;
}
.cid-uERX5cQNbp .mbr-section-subtitle {
  color: #000000;
}
.cid-uERX5cQNbp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uERX5cQNbp .mbr-text,
.cid-uERX5cQNbp .item .mbr-section-btn {
  text-align: left;
}
.cid-uERX5cQNbp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uERX5cQNbp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERX5cQNbp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uERX5dq7hq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uERX5dq7hq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uERX5dq7hq .social-row .soc-item {
  margin: 8px;
}
.cid-uERX5dq7hq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uERX5dq7hq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uERX5dq7hq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uERX5dq7hq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERX5dq7hq .mbr-section-title {
  color: #ffffff;
}
.cid-uERX5dq7hq .mbr-section-title,
.cid-uERX5dq7hq .social-list {
  color: #000000;
}
.cid-uERX5dLrML {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uERYZKqzpM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uERYZKqzpM .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-uERYZKqzpM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uERYZKqzpM .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-uERYZKqzpM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uERYZKqzpM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERYZKqzpM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERYZKqzpM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uERYZKqzpM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uERYZKqzpM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uERYZKqzpM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uERYZKqzpM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uERYZKqzpM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uERYZKqzpM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uERYZKqzpM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uERYZKqzpM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uERYZKqzpM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uERYZKqzpM .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uERYZKqzpM .navbar-logo {
    padding-left: 0;
  }
}
.cid-uERYZKqzpM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERYZKqzpM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uERYZKqzpM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uERYZKqzpM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uERYZKqzpM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERYZKqzpM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uERYZKqzpM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERYZKqzpM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uERYZKqzpM .nav-item:focus,
.cid-uERYZKqzpM .nav-link:focus {
  outline: none;
}
.cid-uERYZKqzpM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERYZKqzpM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERYZKqzpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERYZKqzpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERYZKqzpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERYZKqzpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERYZKqzpM .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-uERYZKqzpM .navbar.opened {
  transition: all 0.3s;
}
.cid-uERYZKqzpM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERYZKqzpM .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uERYZKqzpM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uERYZKqzpM .navbar.collapsed {
  justify-content: center;
}
.cid-uERYZKqzpM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERYZKqzpM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERYZKqzpM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uERYZKqzpM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERYZKqzpM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERYZKqzpM .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-uERYZKqzpM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERYZKqzpM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERYZKqzpM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uERYZKqzpM .navbar {
    min-height: 72px;
  }
  .cid-uERYZKqzpM .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uERYZKqzpM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERYZKqzpM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERYZKqzpM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERYZKqzpM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERYZKqzpM .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-uERYZKqzpM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERYZKqzpM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uERYZKqzpM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERYZKqzpM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uERYZKqzpM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uERYZKqzpM .dropdown-item.active,
.cid-uERYZKqzpM .dropdown-item:active {
  background-color: transparent;
}
.cid-uERYZKqzpM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERYZKqzpM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERYZKqzpM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERYZKqzpM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uERYZKqzpM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uERYZKqzpM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uERYZKqzpM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERYZKqzpM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uERYZKqzpM .navbar-buttons {
    text-align: left;
  }
}
.cid-uERYZKqzpM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERYZKqzpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uERYZKqzpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERYZKqzpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERYZKqzpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERYZKqzpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERYZKqzpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERYZKqzpM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERYZKqzpM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERYZKqzpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERYZKqzpM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uERYZKqzpM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERYZKqzpM .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-uERYZKqzpM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uERYZKqzpM .navbar {
    height: 70px;
  }
  .cid-uERYZKqzpM .navbar.opened {
    height: auto;
  }
  .cid-uERYZKqzpM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERYZKqzpM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uERYZKqzpM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uERYZKqzpM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uERYZKqzpM .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-uERYZKqzpM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uERYZKqzpM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uERYZKqzpM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uERYZKqzpM .navbar-brand {
    margin-right: auto;
  }
  .cid-uERYZKqzpM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uERYZKqzpM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uERYZKqzpM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uERYZKqzpM .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-uERYZKqzpM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uERYZKqzpM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uERYZKqzpM .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-uERYZKqzpM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uERYZKqzpM .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-uERYZKqzpM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uERYZKqzpM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uERYZLrRVE {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uERYZLrRVE {
    align-items: flex-end;
  }
  .cid-uERYZLrRVE .row {
    justify-content: flex-start;
  }
  .cid-uERYZLrRVE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uERYZLrRVE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uERYZLrRVE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uERYZLrRVE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uERYZLrRVE .content-wrap {
    width: 100%;
  }
}
.cid-uERYZLrRVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYZLrRVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uERYZLrRVE .mbr-section-title,
.cid-uERYZLrRVE .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uERYZLrRVE .mbr-text,
.cid-uERYZLrRVE .mbr-section-btn {
  text-align: center;
}
.cid-uERYZLrRVE .mbr-section-title {
  color: #FF595E;
}
.cid-uERYZLrRVE .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uERYZLOcBN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uERYZLOcBN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERYZLOcBN .item {
    margin-bottom: 1rem;
  }
}
.cid-uERYZLOcBN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uERYZLOcBN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uERYZLOcBN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uERYZLOcBN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uERYZLOcBN .carousel-control,
.cid-uERYZLOcBN .close {
  background: #1b1b1b;
}
.cid-uERYZLOcBN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uERYZLOcBN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uERYZLOcBN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uERYZLOcBN .carousel-control-next span {
  margin-left: 5px;
}
.cid-uERYZLOcBN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uERYZLOcBN .close::before {
  content: '\e91a';
}
.cid-uERYZLOcBN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uERYZLOcBN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uERYZLOcBN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERYZLOcBN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uERYZLOcBN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uERYZLOcBN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uERYZLOcBN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uERYZLOcBN .carousel-indicators li.active,
.cid-uERYZLOcBN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uERYZLOcBN .carousel-indicators li::after,
.cid-uERYZLOcBN .carousel-indicators li::before {
  content: none;
}
.cid-uERYZLOcBN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uERYZLOcBN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uERYZLOcBN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uERYZLOcBN .carousel-indicators {
    display: none;
  }
}
.cid-uERYZLOcBN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uERYZLOcBN .carousel-inner > .active {
  display: block;
}
.cid-uERYZLOcBN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uERYZLOcBN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uERYZLOcBN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uERYZLOcBN .carousel-control,
  .cid-uERYZLOcBN .carousel-indicators,
  .cid-uERYZLOcBN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uERYZLOcBN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uERYZLOcBN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uERYZLOcBN .carousel-indicators .active,
.cid-uERYZLOcBN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uERYZLOcBN .carousel-indicators .active {
  background: #fff;
}
.cid-uERYZLOcBN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uERYZLOcBN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uERYZLOcBN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uERYZLOcBN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uERYZLOcBN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uERYZLOcBN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uERYZLOcBN .carousel {
  width: 100%;
}
.cid-uERYZLOcBN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uERYZLOcBN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uERYZLOcBN .modal.fade .modal-dialog,
.cid-uERYZLOcBN .modal.in .modal-dialog {
  transform: none;
}
.cid-uERYZLOcBN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uERYZLOcBN .content-head {
  max-width: 800px;
}
.cid-uERYZMfaph {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uERYZMfaph .video-wrapper iframe {
  width: 100%;
}
.cid-uERYZMfaph .mbr-section-title,
.cid-uERYZMfaph .mbr-section-subtitle,
.cid-uERYZMfaph .mbr-text {
  text-align: center;
}
.cid-uERYZMtDhA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uERYZMtDhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYZMtDhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYZMtDhA .title .num {
  width: 100%;
  display: block;
}
.cid-uERYZMtDhA .title .card-title {
  z-index: 1;
}
.cid-uERYZMtDhA .num {
  color: #8ac926;
}
.cid-uERYZMtDhA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uERYZMtDhA .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uERYZMtDhA * {
    text-align: center !important;
  }
  .cid-uERYZMtDhA .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uERYZMtDhA .content-head {
  max-width: 800px;
}
.cid-uERYZNIBWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uERYZNIBWZ .mbr-text {
  color: #000000;
}
.cid-uERYZNIBWZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uERYZNIBWZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uERYZNIBWZ .mbr-text,
.cid-uERYZNIBWZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uERYZNIBWZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uERYZNIBWZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERYZNIBWZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uERYZO33Pc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uERYZO33Pc .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uERYZO33Pc .social-row .soc-item {
  margin: 8px;
}
.cid-uERYZO33Pc .social-row .soc-item a:hover .mbr-iconfont,
.cid-uERYZO33Pc .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uERYZO33Pc .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uERYZO33Pc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERYZO33Pc .mbr-section-title {
  color: #ffffff;
}
.cid-uERYZO33Pc .mbr-section-title,
.cid-uERYZO33Pc .social-list {
  color: #000000;
}
.cid-uERYZOqxsu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uES23rWK31 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uES23rWK31 .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-uES23rWK31 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uES23rWK31 .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-uES23rWK31 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uES23rWK31 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uES23rWK31 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uES23rWK31 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uES23rWK31 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uES23rWK31 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uES23rWK31 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uES23rWK31 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uES23rWK31 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uES23rWK31 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uES23rWK31 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uES23rWK31 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uES23rWK31 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uES23rWK31 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uES23rWK31 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uES23rWK31 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES23rWK31 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uES23rWK31 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uES23rWK31 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uES23rWK31 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES23rWK31 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uES23rWK31 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uES23rWK31 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uES23rWK31 .nav-item:focus,
.cid-uES23rWK31 .nav-link:focus {
  outline: none;
}
.cid-uES23rWK31 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uES23rWK31 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uES23rWK31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uES23rWK31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uES23rWK31 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uES23rWK31 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uES23rWK31 .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-uES23rWK31 .navbar.opened {
  transition: all 0.3s;
}
.cid-uES23rWK31 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uES23rWK31 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uES23rWK31 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uES23rWK31 .navbar.collapsed {
  justify-content: center;
}
.cid-uES23rWK31 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uES23rWK31 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uES23rWK31 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uES23rWK31 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uES23rWK31 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uES23rWK31 .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-uES23rWK31 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uES23rWK31 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uES23rWK31 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES23rWK31 .navbar {
    min-height: 72px;
  }
  .cid-uES23rWK31 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uES23rWK31 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uES23rWK31 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uES23rWK31 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uES23rWK31 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uES23rWK31 .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-uES23rWK31 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uES23rWK31 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uES23rWK31 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uES23rWK31 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uES23rWK31 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uES23rWK31 .dropdown-item.active,
.cid-uES23rWK31 .dropdown-item:active {
  background-color: transparent;
}
.cid-uES23rWK31 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uES23rWK31 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uES23rWK31 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uES23rWK31 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uES23rWK31 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uES23rWK31 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uES23rWK31 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uES23rWK31 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uES23rWK31 .navbar-buttons {
    text-align: left;
  }
}
.cid-uES23rWK31 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uES23rWK31 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uES23rWK31 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uES23rWK31 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES23rWK31 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES23rWK31 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uES23rWK31 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES23rWK31 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uES23rWK31 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uES23rWK31 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES23rWK31 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uES23rWK31 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uES23rWK31 .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-uES23rWK31 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uES23rWK31 .navbar {
    height: 70px;
  }
  .cid-uES23rWK31 .navbar.opened {
    height: auto;
  }
  .cid-uES23rWK31 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uES23rWK31 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uES23rWK31 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uES23rWK31 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uES23rWK31 .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-uES23rWK31 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uES23rWK31 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uES23rWK31 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uES23rWK31 .navbar-brand {
    margin-right: auto;
  }
  .cid-uES23rWK31 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uES23rWK31 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uES23rWK31 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uES23rWK31 .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-uES23rWK31 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uES23rWK31 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uES23rWK31 .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-uES23rWK31 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uES23rWK31 .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-uES23rWK31 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uES23rWK31 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uES23sM92c {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uES23sM92c {
    align-items: flex-end;
  }
  .cid-uES23sM92c .row {
    justify-content: flex-start;
  }
  .cid-uES23sM92c .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uES23sM92c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uES23sM92c {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uES23sM92c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uES23sM92c .content-wrap {
    width: 100%;
  }
}
.cid-uES23sM92c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES23sM92c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uES23sM92c .mbr-section-title,
.cid-uES23sM92c .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uES23sM92c .mbr-text,
.cid-uES23sM92c .mbr-section-btn {
  text-align: center;
}
.cid-uES23sM92c .mbr-section-title {
  color: #FF595E;
}
.cid-uES23sM92c .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uES23v1XZx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uES23v1XZx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES23v1XZx .item {
    margin-bottom: 1rem;
  }
}
.cid-uES23v1XZx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uES23v1XZx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uES23v1XZx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uES23v1XZx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uES23v1XZx .carousel-control,
.cid-uES23v1XZx .close {
  background: #1b1b1b;
}
.cid-uES23v1XZx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uES23v1XZx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uES23v1XZx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uES23v1XZx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uES23v1XZx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uES23v1XZx .close::before {
  content: '\e91a';
}
.cid-uES23v1XZx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uES23v1XZx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uES23v1XZx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES23v1XZx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uES23v1XZx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uES23v1XZx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uES23v1XZx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uES23v1XZx .carousel-indicators li.active,
.cid-uES23v1XZx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uES23v1XZx .carousel-indicators li::after,
.cid-uES23v1XZx .carousel-indicators li::before {
  content: none;
}
.cid-uES23v1XZx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uES23v1XZx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uES23v1XZx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uES23v1XZx .carousel-indicators {
    display: none;
  }
}
.cid-uES23v1XZx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uES23v1XZx .carousel-inner > .active {
  display: block;
}
.cid-uES23v1XZx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES23v1XZx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uES23v1XZx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uES23v1XZx .carousel-control,
  .cid-uES23v1XZx .carousel-indicators,
  .cid-uES23v1XZx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uES23v1XZx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uES23v1XZx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uES23v1XZx .carousel-indicators .active,
.cid-uES23v1XZx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uES23v1XZx .carousel-indicators .active {
  background: #fff;
}
.cid-uES23v1XZx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uES23v1XZx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uES23v1XZx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uES23v1XZx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uES23v1XZx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uES23v1XZx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uES23v1XZx .carousel {
  width: 100%;
}
.cid-uES23v1XZx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uES23v1XZx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uES23v1XZx .modal.fade .modal-dialog,
.cid-uES23v1XZx .modal.in .modal-dialog {
  transform: none;
}
.cid-uES23v1XZx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uES23v1XZx .content-head {
  max-width: 800px;
}
.cid-uES23w205T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uES23w205T .video-wrapper iframe {
  width: 100%;
}
.cid-uES23w205T .mbr-section-title,
.cid-uES23w205T .mbr-section-subtitle,
.cid-uES23w205T .mbr-text {
  text-align: center;
}
.cid-uES23whkWp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uES23whkWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES23whkWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uES23whkWp .title .num {
  width: 100%;
  display: block;
}
.cid-uES23whkWp .title .card-title {
  z-index: 1;
}
.cid-uES23whkWp .num {
  color: #8ac926;
}
.cid-uES23whkWp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES23whkWp .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uES23whkWp * {
    text-align: center !important;
  }
  .cid-uES23whkWp .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uES23whkWp .content-head {
  max-width: 800px;
}
.cid-uES23wAWd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uES23wAWd9 .mbr-text {
  color: #000000;
}
.cid-uES23wAWd9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uES23wAWd9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uES23wAWd9 .mbr-text,
.cid-uES23wAWd9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uES23wAWd9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uES23wAWd9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES23wAWd9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uES23wRZZr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uES23wRZZr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uES23wRZZr .social-row .soc-item {
  margin: 8px;
}
.cid-uES23wRZZr .social-row .soc-item a:hover .mbr-iconfont,
.cid-uES23wRZZr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uES23wRZZr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uES23wRZZr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uES23wRZZr .mbr-section-title {
  color: #ffffff;
}
.cid-uES23wRZZr .mbr-section-title,
.cid-uES23wRZZr .social-list {
  color: #000000;
}
.cid-uES23y8Nj7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uES3EAzxNJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uES3EAzxNJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uES3EAzxNJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uES3EAzxNJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uES3EAzxNJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uES3EAzxNJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uES3EAzxNJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uES3EAzxNJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uES3EAzxNJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uES3EAzxNJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uES3EAzxNJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uES3EAzxNJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uES3EAzxNJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uES3EAzxNJ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uES3EAzxNJ .navbar-logo {
    padding-left: 0;
  }
}
.cid-uES3EAzxNJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES3EAzxNJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uES3EAzxNJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uES3EAzxNJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uES3EAzxNJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES3EAzxNJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uES3EAzxNJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uES3EAzxNJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uES3EAzxNJ .nav-item:focus,
.cid-uES3EAzxNJ .nav-link:focus {
  outline: none;
}
.cid-uES3EAzxNJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uES3EAzxNJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uES3EAzxNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uES3EAzxNJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uES3EAzxNJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uES3EAzxNJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uES3EAzxNJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uES3EAzxNJ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uES3EAzxNJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uES3EAzxNJ .navbar.collapsed {
  justify-content: center;
}
.cid-uES3EAzxNJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uES3EAzxNJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uES3EAzxNJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uES3EAzxNJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uES3EAzxNJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uES3EAzxNJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uES3EAzxNJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES3EAzxNJ .navbar {
    min-height: 72px;
  }
  .cid-uES3EAzxNJ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uES3EAzxNJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uES3EAzxNJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uES3EAzxNJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uES3EAzxNJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uES3EAzxNJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uES3EAzxNJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uES3EAzxNJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uES3EAzxNJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uES3EAzxNJ .dropdown-item.active,
.cid-uES3EAzxNJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uES3EAzxNJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uES3EAzxNJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uES3EAzxNJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uES3EAzxNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uES3EAzxNJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uES3EAzxNJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uES3EAzxNJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uES3EAzxNJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uES3EAzxNJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uES3EAzxNJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uES3EAzxNJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uES3EAzxNJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uES3EAzxNJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES3EAzxNJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES3EAzxNJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uES3EAzxNJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES3EAzxNJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uES3EAzxNJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uES3EAzxNJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES3EAzxNJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uES3EAzxNJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uES3EAzxNJ .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-uES3EAzxNJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uES3EAzxNJ .navbar {
    height: 70px;
  }
  .cid-uES3EAzxNJ .navbar.opened {
    height: auto;
  }
  .cid-uES3EAzxNJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uES3EAzxNJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uES3EAzxNJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uES3EAzxNJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uES3EAzxNJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uES3EAzxNJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uES3EAzxNJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uES3EAzxNJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uES3EAzxNJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uES3EAzxNJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uES3EAzxNJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uES3EAzxNJ .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-uES3EAzxNJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uES3EAzxNJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uES3EBzZ0Y {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uES3EBzZ0Y {
    align-items: flex-end;
  }
  .cid-uES3EBzZ0Y .row {
    justify-content: flex-start;
  }
  .cid-uES3EBzZ0Y .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uES3EBzZ0Y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uES3EBzZ0Y {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uES3EBzZ0Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uES3EBzZ0Y .content-wrap {
    width: 100%;
  }
}
.cid-uES3EBzZ0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES3EBzZ0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uES3EBzZ0Y .mbr-section-title,
.cid-uES3EBzZ0Y .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uES3EBzZ0Y .mbr-text,
.cid-uES3EBzZ0Y .mbr-section-btn {
  text-align: center;
}
.cid-uES3EBzZ0Y .mbr-section-title {
  color: #FF595E;
}
.cid-uES3EBzZ0Y .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uES3ECQwno {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uES3ECQwno .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES3ECQwno .item {
    margin-bottom: 1rem;
  }
}
.cid-uES3ECQwno .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uES3ECQwno .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uES3ECQwno .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uES3ECQwno .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uES3ECQwno .carousel-control,
.cid-uES3ECQwno .close {
  background: #1b1b1b;
}
.cid-uES3ECQwno .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uES3ECQwno .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uES3ECQwno .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uES3ECQwno .carousel-control-next span {
  margin-left: 5px;
}
.cid-uES3ECQwno .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uES3ECQwno .close::before {
  content: '\e91a';
}
.cid-uES3ECQwno .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uES3ECQwno .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uES3ECQwno .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES3ECQwno .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uES3ECQwno .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uES3ECQwno .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uES3ECQwno .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uES3ECQwno .carousel-indicators li.active,
.cid-uES3ECQwno .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uES3ECQwno .carousel-indicators li::after,
.cid-uES3ECQwno .carousel-indicators li::before {
  content: none;
}
.cid-uES3ECQwno .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uES3ECQwno .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uES3ECQwno .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uES3ECQwno .carousel-indicators {
    display: none;
  }
}
.cid-uES3ECQwno .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uES3ECQwno .carousel-inner > .active {
  display: block;
}
.cid-uES3ECQwno .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES3ECQwno .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uES3ECQwno .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uES3ECQwno .carousel-control,
  .cid-uES3ECQwno .carousel-indicators,
  .cid-uES3ECQwno .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uES3ECQwno .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uES3ECQwno .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uES3ECQwno .carousel-indicators .active,
.cid-uES3ECQwno .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uES3ECQwno .carousel-indicators .active {
  background: #fff;
}
.cid-uES3ECQwno .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uES3ECQwno .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uES3ECQwno .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uES3ECQwno .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uES3ECQwno .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uES3ECQwno .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uES3ECQwno .carousel {
  width: 100%;
}
.cid-uES3ECQwno .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uES3ECQwno .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uES3ECQwno .modal.fade .modal-dialog,
.cid-uES3ECQwno .modal.in .modal-dialog {
  transform: none;
}
.cid-uES3ECQwno .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uES3ECQwno .content-head {
  max-width: 800px;
}
.cid-uES3EDpcxB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uES3EDpcxB .video-wrapper iframe {
  width: 100%;
}
.cid-uES3EDpcxB .mbr-section-title,
.cid-uES3EDpcxB .mbr-section-subtitle,
.cid-uES3EDpcxB .mbr-text {
  text-align: center;
}
.cid-uES3EDE6aL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uES3EDE6aL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES3EDE6aL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uES3EDE6aL .title .num {
  width: 100%;
  display: block;
}
.cid-uES3EDE6aL .title .card-title {
  z-index: 1;
}
.cid-uES3EDE6aL .num {
  color: #8ac926;
}
.cid-uES3EDE6aL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES3EDE6aL .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uES3EDE6aL * {
    text-align: center !important;
  }
  .cid-uES3EDE6aL .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uES3EDE6aL .content-head {
  max-width: 800px;
}
.cid-uES3EDTwc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uES3EDTwc9 .mbr-text {
  color: #000000;
}
.cid-uES3EDTwc9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uES3EDTwc9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uES3EDTwc9 .mbr-text,
.cid-uES3EDTwc9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uES3EDTwc9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uES3EDTwc9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES3EDTwc9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uES3EEdZjd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uES3EEdZjd .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uES3EEdZjd .social-row .soc-item {
  margin: 8px;
}
.cid-uES3EEdZjd .social-row .soc-item a:hover .mbr-iconfont,
.cid-uES3EEdZjd .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uES3EEdZjd .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uES3EEdZjd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uES3EEdZjd .mbr-section-title {
  color: #ffffff;
}
.cid-uES3EEdZjd .mbr-section-title,
.cid-uES3EEdZjd .social-list {
  color: #000000;
}
.cid-uES3EEu57n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uES53Ztxe5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uES53Ztxe5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uES53Ztxe5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uES53Ztxe5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uES53Ztxe5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uES53Ztxe5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uES53Ztxe5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uES53Ztxe5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uES53Ztxe5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uES53Ztxe5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uES53Ztxe5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uES53Ztxe5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uES53Ztxe5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uES53Ztxe5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uES53Ztxe5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uES53Ztxe5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES53Ztxe5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uES53Ztxe5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uES53Ztxe5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uES53Ztxe5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES53Ztxe5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uES53Ztxe5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uES53Ztxe5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uES53Ztxe5 .nav-item:focus,
.cid-uES53Ztxe5 .nav-link:focus {
  outline: none;
}
.cid-uES53Ztxe5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uES53Ztxe5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uES53Ztxe5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uES53Ztxe5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uES53Ztxe5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uES53Ztxe5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uES53Ztxe5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uES53Ztxe5 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uES53Ztxe5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uES53Ztxe5 .navbar.collapsed {
  justify-content: center;
}
.cid-uES53Ztxe5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uES53Ztxe5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uES53Ztxe5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uES53Ztxe5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uES53Ztxe5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uES53Ztxe5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uES53Ztxe5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES53Ztxe5 .navbar {
    min-height: 72px;
  }
  .cid-uES53Ztxe5 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uES53Ztxe5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uES53Ztxe5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uES53Ztxe5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uES53Ztxe5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uES53Ztxe5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uES53Ztxe5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uES53Ztxe5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uES53Ztxe5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uES53Ztxe5 .dropdown-item.active,
.cid-uES53Ztxe5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uES53Ztxe5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uES53Ztxe5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uES53Ztxe5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uES53Ztxe5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uES53Ztxe5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uES53Ztxe5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uES53Ztxe5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uES53Ztxe5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uES53Ztxe5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uES53Ztxe5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uES53Ztxe5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uES53Ztxe5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uES53Ztxe5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES53Ztxe5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES53Ztxe5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uES53Ztxe5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES53Ztxe5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uES53Ztxe5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uES53Ztxe5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES53Ztxe5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uES53Ztxe5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uES53Ztxe5 .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-uES53Ztxe5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uES53Ztxe5 .navbar {
    height: 70px;
  }
  .cid-uES53Ztxe5 .navbar.opened {
    height: auto;
  }
  .cid-uES53Ztxe5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uES53Ztxe5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uES53Ztxe5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uES53Ztxe5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uES53Ztxe5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uES53Ztxe5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uES53Ztxe5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uES53Ztxe5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uES53Ztxe5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uES53Ztxe5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uES53Ztxe5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uES53Ztxe5 .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-uES53Ztxe5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uES53Ztxe5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uES5403U2C {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uES5403U2C {
    align-items: flex-end;
  }
  .cid-uES5403U2C .row {
    justify-content: flex-start;
  }
  .cid-uES5403U2C .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uES5403U2C .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uES5403U2C {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uES5403U2C .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uES5403U2C .content-wrap {
    width: 100%;
  }
}
.cid-uES5403U2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES5403U2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uES5403U2C .mbr-section-title,
.cid-uES5403U2C .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uES5403U2C .mbr-text,
.cid-uES5403U2C .mbr-section-btn {
  text-align: center;
}
.cid-uES5403U2C .mbr-section-title {
  color: #FF595E;
}
.cid-uES5403U2C .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uES540ljxI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uES540ljxI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES540ljxI .item {
    margin-bottom: 1rem;
  }
}
.cid-uES540ljxI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uES540ljxI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uES540ljxI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uES540ljxI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uES540ljxI .carousel-control,
.cid-uES540ljxI .close {
  background: #1b1b1b;
}
.cid-uES540ljxI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uES540ljxI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uES540ljxI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uES540ljxI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uES540ljxI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uES540ljxI .close::before {
  content: '\e91a';
}
.cid-uES540ljxI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uES540ljxI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uES540ljxI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES540ljxI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uES540ljxI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uES540ljxI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uES540ljxI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uES540ljxI .carousel-indicators li.active,
.cid-uES540ljxI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uES540ljxI .carousel-indicators li::after,
.cid-uES540ljxI .carousel-indicators li::before {
  content: none;
}
.cid-uES540ljxI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uES540ljxI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uES540ljxI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uES540ljxI .carousel-indicators {
    display: none;
  }
}
.cid-uES540ljxI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uES540ljxI .carousel-inner > .active {
  display: block;
}
.cid-uES540ljxI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES540ljxI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uES540ljxI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uES540ljxI .carousel-control,
  .cid-uES540ljxI .carousel-indicators,
  .cid-uES540ljxI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uES540ljxI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uES540ljxI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uES540ljxI .carousel-indicators .active,
.cid-uES540ljxI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uES540ljxI .carousel-indicators .active {
  background: #fff;
}
.cid-uES540ljxI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uES540ljxI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uES540ljxI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uES540ljxI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uES540ljxI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uES540ljxI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uES540ljxI .carousel {
  width: 100%;
}
.cid-uES540ljxI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uES540ljxI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uES540ljxI .modal.fade .modal-dialog,
.cid-uES540ljxI .modal.in .modal-dialog {
  transform: none;
}
.cid-uES540ljxI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uES540ljxI .content-head {
  max-width: 800px;
}
.cid-uES540Khwu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uES540Khwu .video-wrapper iframe {
  width: 100%;
}
.cid-uES540Khwu .mbr-section-title,
.cid-uES540Khwu .mbr-section-subtitle,
.cid-uES540Khwu .mbr-text {
  text-align: center;
}
.cid-uES5410T9C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uES5410T9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES5410T9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uES5410T9C .title .num {
  width: 100%;
  display: block;
}
.cid-uES5410T9C .title .card-title {
  z-index: 1;
}
.cid-uES5410T9C .num {
  color: #8ac926;
}
.cid-uES5410T9C .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES5410T9C .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uES5410T9C * {
    text-align: center !important;
  }
  .cid-uES5410T9C .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uES5410T9C .content-head {
  max-width: 800px;
}
.cid-uES541iw6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uES541iw6N .mbr-text {
  color: #000000;
}
.cid-uES541iw6N .mbr-section-subtitle {
  color: #000000;
}
.cid-uES541iw6N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uES541iw6N .mbr-text,
.cid-uES541iw6N .item .mbr-section-btn {
  text-align: left;
}
.cid-uES541iw6N .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uES541iw6N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES541iw6N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uES541yNpq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uES541yNpq .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uES541yNpq .social-row .soc-item {
  margin: 8px;
}
.cid-uES541yNpq .social-row .soc-item a:hover .mbr-iconfont,
.cid-uES541yNpq .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uES541yNpq .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uES541yNpq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uES541yNpq .mbr-section-title {
  color: #ffffff;
}
.cid-uES541yNpq .mbr-section-title,
.cid-uES541yNpq .social-list {
  color: #000000;
}
.cid-uES541PJVB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uES7jWu5R3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uES7jWu5R3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uES7jWu5R3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uES7jWu5R3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uES7jWu5R3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uES7jWu5R3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uES7jWu5R3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uES7jWu5R3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uES7jWu5R3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uES7jWu5R3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uES7jWu5R3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uES7jWu5R3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uES7jWu5R3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uES7jWu5R3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uES7jWu5R3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uES7jWu5R3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES7jWu5R3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uES7jWu5R3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uES7jWu5R3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uES7jWu5R3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES7jWu5R3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uES7jWu5R3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uES7jWu5R3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uES7jWu5R3 .nav-item:focus,
.cid-uES7jWu5R3 .nav-link:focus {
  outline: none;
}
.cid-uES7jWu5R3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uES7jWu5R3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uES7jWu5R3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uES7jWu5R3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uES7jWu5R3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uES7jWu5R3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uES7jWu5R3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uES7jWu5R3 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uES7jWu5R3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uES7jWu5R3 .navbar.collapsed {
  justify-content: center;
}
.cid-uES7jWu5R3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uES7jWu5R3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uES7jWu5R3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uES7jWu5R3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uES7jWu5R3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uES7jWu5R3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uES7jWu5R3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES7jWu5R3 .navbar {
    min-height: 72px;
  }
  .cid-uES7jWu5R3 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uES7jWu5R3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uES7jWu5R3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uES7jWu5R3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uES7jWu5R3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uES7jWu5R3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uES7jWu5R3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uES7jWu5R3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uES7jWu5R3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uES7jWu5R3 .dropdown-item.active,
.cid-uES7jWu5R3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uES7jWu5R3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uES7jWu5R3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uES7jWu5R3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uES7jWu5R3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uES7jWu5R3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uES7jWu5R3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uES7jWu5R3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uES7jWu5R3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uES7jWu5R3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uES7jWu5R3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uES7jWu5R3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uES7jWu5R3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uES7jWu5R3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES7jWu5R3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES7jWu5R3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uES7jWu5R3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES7jWu5R3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uES7jWu5R3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uES7jWu5R3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES7jWu5R3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uES7jWu5R3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uES7jWu5R3 .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-uES7jWu5R3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uES7jWu5R3 .navbar {
    height: 70px;
  }
  .cid-uES7jWu5R3 .navbar.opened {
    height: auto;
  }
  .cid-uES7jWu5R3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uES7jWu5R3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uES7jWu5R3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uES7jWu5R3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uES7jWu5R3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uES7jWu5R3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uES7jWu5R3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uES7jWu5R3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uES7jWu5R3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uES7jWu5R3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uES7jWu5R3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uES7jWu5R3 .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-uES7jWu5R3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uES7jWu5R3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8VhJTVIv {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK8VhJTVIv {
    align-items: flex-end;
  }
  .cid-uK8VhJTVIv .row {
    justify-content: flex-start;
  }
  .cid-uK8VhJTVIv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK8VhJTVIv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK8VhJTVIv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK8VhJTVIv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK8VhJTVIv .content-wrap {
    width: 100%;
  }
}
.cid-uK8VhJTVIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8VhJTVIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK8VhJTVIv .mbr-section-title,
.cid-uK8VhJTVIv .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK8VhJTVIv .mbr-text,
.cid-uK8VhJTVIv .mbr-section-btn {
  text-align: center;
}
.cid-uK8VhJTVIv .mbr-section-title {
  color: #FF595E;
}
.cid-uK8VhJTVIv .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uES7jXJT2O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uES7jXJT2O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES7jXJT2O .item {
    margin-bottom: 1rem;
  }
}
.cid-uES7jXJT2O .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uES7jXJT2O .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uES7jXJT2O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uES7jXJT2O .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uES7jXJT2O .carousel-control,
.cid-uES7jXJT2O .close {
  background: #1b1b1b;
}
.cid-uES7jXJT2O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uES7jXJT2O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uES7jXJT2O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uES7jXJT2O .carousel-control-next span {
  margin-left: 5px;
}
.cid-uES7jXJT2O .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uES7jXJT2O .close::before {
  content: '\e91a';
}
.cid-uES7jXJT2O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uES7jXJT2O .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uES7jXJT2O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES7jXJT2O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uES7jXJT2O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uES7jXJT2O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uES7jXJT2O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uES7jXJT2O .carousel-indicators li.active,
.cid-uES7jXJT2O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uES7jXJT2O .carousel-indicators li::after,
.cid-uES7jXJT2O .carousel-indicators li::before {
  content: none;
}
.cid-uES7jXJT2O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uES7jXJT2O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uES7jXJT2O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uES7jXJT2O .carousel-indicators {
    display: none;
  }
}
.cid-uES7jXJT2O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uES7jXJT2O .carousel-inner > .active {
  display: block;
}
.cid-uES7jXJT2O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES7jXJT2O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uES7jXJT2O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uES7jXJT2O .carousel-control,
  .cid-uES7jXJT2O .carousel-indicators,
  .cid-uES7jXJT2O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uES7jXJT2O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uES7jXJT2O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uES7jXJT2O .carousel-indicators .active,
.cid-uES7jXJT2O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uES7jXJT2O .carousel-indicators .active {
  background: #fff;
}
.cid-uES7jXJT2O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uES7jXJT2O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uES7jXJT2O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uES7jXJT2O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uES7jXJT2O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uES7jXJT2O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uES7jXJT2O .carousel {
  width: 100%;
}
.cid-uES7jXJT2O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uES7jXJT2O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uES7jXJT2O .modal.fade .modal-dialog,
.cid-uES7jXJT2O .modal.in .modal-dialog {
  transform: none;
}
.cid-uES7jXJT2O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uES7jXJT2O .content-head {
  max-width: 800px;
}
.cid-uES7jYdZoi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uES7jYdZoi .video-wrapper iframe {
  width: 100%;
}
.cid-uES7jYdZoi .mbr-section-title,
.cid-uES7jYdZoi .mbr-section-subtitle,
.cid-uES7jYdZoi .mbr-text {
  text-align: center;
}
.cid-uES7jYuI88 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uES7jYuI88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES7jYuI88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uES7jYuI88 .title .num {
  width: 100%;
  display: block;
}
.cid-uES7jYuI88 .title .card-title {
  z-index: 1;
}
.cid-uES7jYuI88 .num {
  color: #8ac926;
}
.cid-uES7jYuI88 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES7jYuI88 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uES7jYuI88 * {
    text-align: center !important;
  }
  .cid-uES7jYuI88 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uES7jYuI88 .content-head {
  max-width: 800px;
}
.cid-uES7jYNHz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uES7jYNHz1 .mbr-text {
  color: #000000;
}
.cid-uES7jYNHz1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uES7jYNHz1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uES7jYNHz1 .mbr-text,
.cid-uES7jYNHz1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uES7jYNHz1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uES7jYNHz1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES7jYNHz1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uES7jZ4zF6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uES7jZ4zF6 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uES7jZ4zF6 .social-row .soc-item {
  margin: 8px;
}
.cid-uES7jZ4zF6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uES7jZ4zF6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uES7jZ4zF6 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uES7jZ4zF6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uES7jZ4zF6 .mbr-section-title {
  color: #ffffff;
}
.cid-uES7jZ4zF6 .mbr-section-title,
.cid-uES7jZ4zF6 .social-list {
  color: #000000;
}
.cid-uES7jZmPay {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uES9evxhq2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uES9evxhq2 .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-uES9evxhq2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uES9evxhq2 .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-uES9evxhq2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uES9evxhq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uES9evxhq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uES9evxhq2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uES9evxhq2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uES9evxhq2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uES9evxhq2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uES9evxhq2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uES9evxhq2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uES9evxhq2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uES9evxhq2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uES9evxhq2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uES9evxhq2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uES9evxhq2 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uES9evxhq2 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uES9evxhq2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES9evxhq2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uES9evxhq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uES9evxhq2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uES9evxhq2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES9evxhq2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uES9evxhq2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uES9evxhq2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uES9evxhq2 .nav-item:focus,
.cid-uES9evxhq2 .nav-link:focus {
  outline: none;
}
.cid-uES9evxhq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uES9evxhq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uES9evxhq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uES9evxhq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uES9evxhq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uES9evxhq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uES9evxhq2 .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-uES9evxhq2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uES9evxhq2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uES9evxhq2 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uES9evxhq2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uES9evxhq2 .navbar.collapsed {
  justify-content: center;
}
.cid-uES9evxhq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uES9evxhq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uES9evxhq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uES9evxhq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uES9evxhq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uES9evxhq2 .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-uES9evxhq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uES9evxhq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uES9evxhq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uES9evxhq2 .navbar {
    min-height: 72px;
  }
  .cid-uES9evxhq2 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uES9evxhq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uES9evxhq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uES9evxhq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uES9evxhq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uES9evxhq2 .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-uES9evxhq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uES9evxhq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uES9evxhq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uES9evxhq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uES9evxhq2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uES9evxhq2 .dropdown-item.active,
.cid-uES9evxhq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uES9evxhq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uES9evxhq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uES9evxhq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uES9evxhq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uES9evxhq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uES9evxhq2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uES9evxhq2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uES9evxhq2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uES9evxhq2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uES9evxhq2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uES9evxhq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uES9evxhq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uES9evxhq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES9evxhq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uES9evxhq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uES9evxhq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES9evxhq2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uES9evxhq2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uES9evxhq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uES9evxhq2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uES9evxhq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uES9evxhq2 .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-uES9evxhq2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uES9evxhq2 .navbar {
    height: 70px;
  }
  .cid-uES9evxhq2 .navbar.opened {
    height: auto;
  }
  .cid-uES9evxhq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uES9evxhq2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uES9evxhq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uES9evxhq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uES9evxhq2 .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-uES9evxhq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uES9evxhq2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uES9evxhq2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uES9evxhq2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uES9evxhq2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uES9evxhq2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uES9evxhq2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uES9evxhq2 .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-uES9evxhq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uES9evxhq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uES9evxhq2 .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-uES9evxhq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uES9evxhq2 .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-uES9evxhq2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uES9evxhq2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uES9ewrELQ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uES9ewrELQ {
    align-items: flex-end;
  }
  .cid-uES9ewrELQ .row {
    justify-content: flex-start;
  }
  .cid-uES9ewrELQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uES9ewrELQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uES9ewrELQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uES9ewrELQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uES9ewrELQ .content-wrap {
    width: 100%;
  }
}
.cid-uES9ewrELQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES9ewrELQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uES9ewrELQ .mbr-section-title,
.cid-uES9ewrELQ .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uES9ewrELQ .mbr-text,
.cid-uES9ewrELQ .mbr-section-btn {
  text-align: center;
}
.cid-uES9ewrELQ .mbr-section-title {
  color: #FF595E;
}
.cid-uES9ewrELQ .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uES9ex4sFs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uES9ex4sFs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES9ex4sFs .item {
    margin-bottom: 1rem;
  }
}
.cid-uES9ex4sFs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uES9ex4sFs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uES9ex4sFs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uES9ex4sFs .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uES9ex4sFs .carousel-control,
.cid-uES9ex4sFs .close {
  background: #1b1b1b;
}
.cid-uES9ex4sFs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uES9ex4sFs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uES9ex4sFs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uES9ex4sFs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uES9ex4sFs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uES9ex4sFs .close::before {
  content: '\e91a';
}
.cid-uES9ex4sFs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uES9ex4sFs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uES9ex4sFs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES9ex4sFs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uES9ex4sFs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uES9ex4sFs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uES9ex4sFs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uES9ex4sFs .carousel-indicators li.active,
.cid-uES9ex4sFs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uES9ex4sFs .carousel-indicators li::after,
.cid-uES9ex4sFs .carousel-indicators li::before {
  content: none;
}
.cid-uES9ex4sFs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uES9ex4sFs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uES9ex4sFs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uES9ex4sFs .carousel-indicators {
    display: none;
  }
}
.cid-uES9ex4sFs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uES9ex4sFs .carousel-inner > .active {
  display: block;
}
.cid-uES9ex4sFs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uES9ex4sFs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uES9ex4sFs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uES9ex4sFs .carousel-control,
  .cid-uES9ex4sFs .carousel-indicators,
  .cid-uES9ex4sFs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uES9ex4sFs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uES9ex4sFs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uES9ex4sFs .carousel-indicators .active,
.cid-uES9ex4sFs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uES9ex4sFs .carousel-indicators .active {
  background: #fff;
}
.cid-uES9ex4sFs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uES9ex4sFs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uES9ex4sFs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uES9ex4sFs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uES9ex4sFs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uES9ex4sFs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uES9ex4sFs .carousel {
  width: 100%;
}
.cid-uES9ex4sFs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uES9ex4sFs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uES9ex4sFs .modal.fade .modal-dialog,
.cid-uES9ex4sFs .modal.in .modal-dialog {
  transform: none;
}
.cid-uES9ex4sFs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uES9ex4sFs .content-head {
  max-width: 800px;
}
.cid-uES9eyfkSo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uES9eyfkSo .video-wrapper iframe {
  width: 100%;
}
.cid-uES9eyfkSo .mbr-section-title,
.cid-uES9eyfkSo .mbr-section-subtitle,
.cid-uES9eyfkSo .mbr-text {
  text-align: center;
}
.cid-uES9eyLIFn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uES9eyLIFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uES9eyLIFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uES9eyLIFn .title .num {
  width: 100%;
  display: block;
}
.cid-uES9eyLIFn .title .card-title {
  z-index: 1;
}
.cid-uES9eyLIFn .num {
  color: #8ac926;
}
.cid-uES9eyLIFn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uES9eyLIFn .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uES9eyLIFn * {
    text-align: center !important;
  }
  .cid-uES9eyLIFn .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uES9eyLIFn .content-head {
  max-width: 800px;
}
.cid-uES9ezvuvN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uES9ezvuvN .mbr-text {
  color: #000000;
}
.cid-uES9ezvuvN .mbr-section-subtitle {
  color: #000000;
}
.cid-uES9ezvuvN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uES9ezvuvN .mbr-text,
.cid-uES9ezvuvN .item .mbr-section-btn {
  text-align: left;
}
.cid-uES9ezvuvN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uES9ezvuvN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uES9ezvuvN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uES9eAb2u8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uES9eAb2u8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uES9eAb2u8 .social-row .soc-item {
  margin: 8px;
}
.cid-uES9eAb2u8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uES9eAb2u8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uES9eAb2u8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uES9eAb2u8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uES9eAb2u8 .mbr-section-title {
  color: #ffffff;
}
.cid-uES9eAb2u8 .mbr-section-title,
.cid-uES9eAb2u8 .social-list {
  color: #000000;
}
.cid-uES9eALQde {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uESaxVWHPD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESaxVWHPD .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-uESaxVWHPD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESaxVWHPD .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-uESaxVWHPD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uESaxVWHPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESaxVWHPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESaxVWHPD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uESaxVWHPD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uESaxVWHPD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uESaxVWHPD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESaxVWHPD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESaxVWHPD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESaxVWHPD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uESaxVWHPD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uESaxVWHPD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uESaxVWHPD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESaxVWHPD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESaxVWHPD .navbar-logo {
    padding-left: 0;
  }
}
.cid-uESaxVWHPD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESaxVWHPD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESaxVWHPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uESaxVWHPD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uESaxVWHPD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESaxVWHPD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESaxVWHPD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESaxVWHPD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uESaxVWHPD .nav-item:focus,
.cid-uESaxVWHPD .nav-link:focus {
  outline: none;
}
.cid-uESaxVWHPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESaxVWHPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESaxVWHPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESaxVWHPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESaxVWHPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESaxVWHPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESaxVWHPD .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-uESaxVWHPD .navbar.opened {
  transition: all 0.3s;
}
.cid-uESaxVWHPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESaxVWHPD .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uESaxVWHPD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESaxVWHPD .navbar.collapsed {
  justify-content: center;
}
.cid-uESaxVWHPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESaxVWHPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESaxVWHPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uESaxVWHPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESaxVWHPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESaxVWHPD .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-uESaxVWHPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESaxVWHPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESaxVWHPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESaxVWHPD .navbar {
    min-height: 72px;
  }
  .cid-uESaxVWHPD .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESaxVWHPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESaxVWHPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESaxVWHPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESaxVWHPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESaxVWHPD .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-uESaxVWHPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESaxVWHPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESaxVWHPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESaxVWHPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESaxVWHPD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESaxVWHPD .dropdown-item.active,
.cid-uESaxVWHPD .dropdown-item:active {
  background-color: transparent;
}
.cid-uESaxVWHPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESaxVWHPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESaxVWHPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESaxVWHPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uESaxVWHPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESaxVWHPD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESaxVWHPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESaxVWHPD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESaxVWHPD .navbar-buttons {
    text-align: left;
  }
}
.cid-uESaxVWHPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESaxVWHPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uESaxVWHPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESaxVWHPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESaxVWHPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESaxVWHPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESaxVWHPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESaxVWHPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESaxVWHPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESaxVWHPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESaxVWHPD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESaxVWHPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESaxVWHPD .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-uESaxVWHPD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESaxVWHPD .navbar {
    height: 70px;
  }
  .cid-uESaxVWHPD .navbar.opened {
    height: auto;
  }
  .cid-uESaxVWHPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESaxVWHPD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESaxVWHPD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESaxVWHPD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESaxVWHPD .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-uESaxVWHPD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESaxVWHPD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESaxVWHPD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uESaxVWHPD .navbar-brand {
    margin-right: auto;
  }
  .cid-uESaxVWHPD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uESaxVWHPD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESaxVWHPD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESaxVWHPD .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-uESaxVWHPD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESaxVWHPD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESaxVWHPD .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-uESaxVWHPD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESaxVWHPD .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-uESaxVWHPD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESaxVWHPD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8VUbMa3h {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK8VUbMa3h {
    align-items: flex-end;
  }
  .cid-uK8VUbMa3h .row {
    justify-content: flex-start;
  }
  .cid-uK8VUbMa3h .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK8VUbMa3h .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK8VUbMa3h {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK8VUbMa3h .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK8VUbMa3h .content-wrap {
    width: 100%;
  }
}
.cid-uK8VUbMa3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8VUbMa3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK8VUbMa3h .mbr-section-title,
.cid-uK8VUbMa3h .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK8VUbMa3h .mbr-text,
.cid-uK8VUbMa3h .mbr-section-btn {
  text-align: center;
}
.cid-uK8VUbMa3h .mbr-section-title {
  color: #FF595E;
}
.cid-uK8VUbMa3h .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uESaxXhCxy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uESaxXhCxy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESaxXhCxy .item {
    margin-bottom: 1rem;
  }
}
.cid-uESaxXhCxy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uESaxXhCxy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uESaxXhCxy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uESaxXhCxy .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uESaxXhCxy .carousel-control,
.cid-uESaxXhCxy .close {
  background: #1b1b1b;
}
.cid-uESaxXhCxy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uESaxXhCxy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uESaxXhCxy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uESaxXhCxy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uESaxXhCxy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uESaxXhCxy .close::before {
  content: '\e91a';
}
.cid-uESaxXhCxy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uESaxXhCxy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uESaxXhCxy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESaxXhCxy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uESaxXhCxy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uESaxXhCxy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uESaxXhCxy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uESaxXhCxy .carousel-indicators li.active,
.cid-uESaxXhCxy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uESaxXhCxy .carousel-indicators li::after,
.cid-uESaxXhCxy .carousel-indicators li::before {
  content: none;
}
.cid-uESaxXhCxy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uESaxXhCxy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uESaxXhCxy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uESaxXhCxy .carousel-indicators {
    display: none;
  }
}
.cid-uESaxXhCxy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uESaxXhCxy .carousel-inner > .active {
  display: block;
}
.cid-uESaxXhCxy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESaxXhCxy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uESaxXhCxy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uESaxXhCxy .carousel-control,
  .cid-uESaxXhCxy .carousel-indicators,
  .cid-uESaxXhCxy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uESaxXhCxy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uESaxXhCxy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uESaxXhCxy .carousel-indicators .active,
.cid-uESaxXhCxy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uESaxXhCxy .carousel-indicators .active {
  background: #fff;
}
.cid-uESaxXhCxy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uESaxXhCxy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uESaxXhCxy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uESaxXhCxy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uESaxXhCxy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uESaxXhCxy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uESaxXhCxy .carousel {
  width: 100%;
}
.cid-uESaxXhCxy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uESaxXhCxy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uESaxXhCxy .modal.fade .modal-dialog,
.cid-uESaxXhCxy .modal.in .modal-dialog {
  transform: none;
}
.cid-uESaxXhCxy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uESaxXhCxy .content-head {
  max-width: 800px;
}
.cid-uESaxXHGvC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uESaxXHGvC .video-wrapper iframe {
  width: 100%;
}
.cid-uESaxXHGvC .mbr-section-title,
.cid-uESaxXHGvC .mbr-section-subtitle,
.cid-uESaxXHGvC .mbr-text {
  text-align: center;
}
.cid-uESaxXWf7l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uESaxXWf7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaxXWf7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaxXWf7l .title .num {
  width: 100%;
  display: block;
}
.cid-uESaxXWf7l .title .card-title {
  z-index: 1;
}
.cid-uESaxXWf7l .num {
  color: #8ac926;
}
.cid-uESaxXWf7l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESaxXWf7l .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uESaxXWf7l * {
    text-align: center !important;
  }
  .cid-uESaxXWf7l .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uESaxXWf7l .content-head {
  max-width: 800px;
}
.cid-uESaxYePf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uESaxYePf9 .mbr-text {
  color: #000000;
}
.cid-uESaxYePf9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uESaxYePf9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uESaxYePf9 .mbr-text,
.cid-uESaxYePf9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uESaxYePf9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uESaxYePf9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESaxYePf9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uESaxYv3zP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uESaxYv3zP .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uESaxYv3zP .social-row .soc-item {
  margin: 8px;
}
.cid-uESaxYv3zP .social-row .soc-item a:hover .mbr-iconfont,
.cid-uESaxYv3zP .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uESaxYv3zP .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uESaxYv3zP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESaxYv3zP .mbr-section-title {
  color: #ffffff;
}
.cid-uESaxYv3zP .mbr-section-title,
.cid-uESaxYv3zP .social-list {
  color: #000000;
}
.cid-uESaxYMHY4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uESbSFZCzP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESbSFZCzP .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-uESbSFZCzP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESbSFZCzP .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-uESbSFZCzP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uESbSFZCzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESbSFZCzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESbSFZCzP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uESbSFZCzP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uESbSFZCzP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uESbSFZCzP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESbSFZCzP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESbSFZCzP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESbSFZCzP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uESbSFZCzP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uESbSFZCzP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uESbSFZCzP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESbSFZCzP .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESbSFZCzP .navbar-logo {
    padding-left: 0;
  }
}
.cid-uESbSFZCzP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESbSFZCzP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESbSFZCzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uESbSFZCzP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uESbSFZCzP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESbSFZCzP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESbSFZCzP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESbSFZCzP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uESbSFZCzP .nav-item:focus,
.cid-uESbSFZCzP .nav-link:focus {
  outline: none;
}
.cid-uESbSFZCzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESbSFZCzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESbSFZCzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESbSFZCzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESbSFZCzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESbSFZCzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESbSFZCzP .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-uESbSFZCzP .navbar.opened {
  transition: all 0.3s;
}
.cid-uESbSFZCzP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESbSFZCzP .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uESbSFZCzP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESbSFZCzP .navbar.collapsed {
  justify-content: center;
}
.cid-uESbSFZCzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESbSFZCzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESbSFZCzP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uESbSFZCzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESbSFZCzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESbSFZCzP .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-uESbSFZCzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESbSFZCzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESbSFZCzP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESbSFZCzP .navbar {
    min-height: 72px;
  }
  .cid-uESbSFZCzP .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESbSFZCzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESbSFZCzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESbSFZCzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESbSFZCzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESbSFZCzP .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-uESbSFZCzP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESbSFZCzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESbSFZCzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESbSFZCzP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESbSFZCzP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESbSFZCzP .dropdown-item.active,
.cid-uESbSFZCzP .dropdown-item:active {
  background-color: transparent;
}
.cid-uESbSFZCzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESbSFZCzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESbSFZCzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESbSFZCzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uESbSFZCzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESbSFZCzP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESbSFZCzP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESbSFZCzP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESbSFZCzP .navbar-buttons {
    text-align: left;
  }
}
.cid-uESbSFZCzP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESbSFZCzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uESbSFZCzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESbSFZCzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESbSFZCzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESbSFZCzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESbSFZCzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESbSFZCzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESbSFZCzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESbSFZCzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESbSFZCzP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESbSFZCzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESbSFZCzP .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-uESbSFZCzP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESbSFZCzP .navbar {
    height: 70px;
  }
  .cid-uESbSFZCzP .navbar.opened {
    height: auto;
  }
  .cid-uESbSFZCzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESbSFZCzP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESbSFZCzP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESbSFZCzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESbSFZCzP .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-uESbSFZCzP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESbSFZCzP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESbSFZCzP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uESbSFZCzP .navbar-brand {
    margin-right: auto;
  }
  .cid-uESbSFZCzP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uESbSFZCzP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESbSFZCzP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESbSFZCzP .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-uESbSFZCzP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESbSFZCzP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESbSFZCzP .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-uESbSFZCzP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESbSFZCzP .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-uESbSFZCzP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESbSFZCzP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESbSGTq5a {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uESbSGTq5a {
    align-items: flex-end;
  }
  .cid-uESbSGTq5a .row {
    justify-content: flex-start;
  }
  .cid-uESbSGTq5a .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uESbSGTq5a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uESbSGTq5a {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uESbSGTq5a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uESbSGTq5a .content-wrap {
    width: 100%;
  }
}
.cid-uESbSGTq5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESbSGTq5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uESbSGTq5a .mbr-section-title,
.cid-uESbSGTq5a .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uESbSGTq5a .mbr-text,
.cid-uESbSGTq5a .mbr-section-btn {
  text-align: center;
}
.cid-uESbSGTq5a .mbr-section-title {
  color: #FF595E;
}
.cid-uESbSGTq5a .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uESbSHdy9y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uESbSHdy9y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESbSHdy9y .item {
    margin-bottom: 1rem;
  }
}
.cid-uESbSHdy9y .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uESbSHdy9y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uESbSHdy9y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uESbSHdy9y .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uESbSHdy9y .carousel-control,
.cid-uESbSHdy9y .close {
  background: #1b1b1b;
}
.cid-uESbSHdy9y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uESbSHdy9y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uESbSHdy9y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uESbSHdy9y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uESbSHdy9y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uESbSHdy9y .close::before {
  content: '\e91a';
}
.cid-uESbSHdy9y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uESbSHdy9y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uESbSHdy9y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESbSHdy9y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uESbSHdy9y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uESbSHdy9y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uESbSHdy9y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uESbSHdy9y .carousel-indicators li.active,
.cid-uESbSHdy9y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uESbSHdy9y .carousel-indicators li::after,
.cid-uESbSHdy9y .carousel-indicators li::before {
  content: none;
}
.cid-uESbSHdy9y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uESbSHdy9y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uESbSHdy9y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uESbSHdy9y .carousel-indicators {
    display: none;
  }
}
.cid-uESbSHdy9y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uESbSHdy9y .carousel-inner > .active {
  display: block;
}
.cid-uESbSHdy9y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESbSHdy9y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uESbSHdy9y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uESbSHdy9y .carousel-control,
  .cid-uESbSHdy9y .carousel-indicators,
  .cid-uESbSHdy9y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uESbSHdy9y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uESbSHdy9y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uESbSHdy9y .carousel-indicators .active,
.cid-uESbSHdy9y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uESbSHdy9y .carousel-indicators .active {
  background: #fff;
}
.cid-uESbSHdy9y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uESbSHdy9y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uESbSHdy9y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uESbSHdy9y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uESbSHdy9y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uESbSHdy9y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uESbSHdy9y .carousel {
  width: 100%;
}
.cid-uESbSHdy9y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uESbSHdy9y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uESbSHdy9y .modal.fade .modal-dialog,
.cid-uESbSHdy9y .modal.in .modal-dialog {
  transform: none;
}
.cid-uESbSHdy9y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uESbSHdy9y .content-head {
  max-width: 800px;
}
.cid-uESbSHCHKR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uESbSHCHKR .video-wrapper iframe {
  width: 100%;
}
.cid-uESbSHCHKR .mbr-section-title,
.cid-uESbSHCHKR .mbr-section-subtitle,
.cid-uESbSHCHKR .mbr-text {
  text-align: center;
}
.cid-uEScKhaQAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uEScKhaQAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEScKhaQAm .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-uEScKhaQAm .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uEScKhaQAm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uEScKhaQAm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uEScKhaQAm .media-content,
.cid-uEScKhaQAm .mbr-figure {
  align-self: center;
}
.cid-uEScKhaQAm .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uEScKhaQAm .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uEScKhaQAm .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uEScKhaQAm .mbr-section-maintitle {
  text-align: center;
}
.cid-uEScKhaQAm .mbr-section-title {
  text-align: left;
}
.cid-uEScKhaQAm .mbr-text,
.cid-uEScKhaQAm .mbr-section-btn {
  text-align: left;
}
.cid-uESbSHT2w8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uESbSHT2w8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESbSHT2w8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESbSHT2w8 .title .num {
  width: 100%;
  display: block;
}
.cid-uESbSHT2w8 .title .card-title {
  z-index: 1;
}
.cid-uESbSHT2w8 .num {
  color: #8ac926;
}
.cid-uESbSHT2w8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESbSHT2w8 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uESbSHT2w8 * {
    text-align: center !important;
  }
  .cid-uESbSHT2w8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uESbSHT2w8 .content-head {
  max-width: 800px;
}
.cid-uESbSI99TS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uESbSI99TS .mbr-text {
  color: #000000;
}
.cid-uESbSI99TS .mbr-section-subtitle {
  color: #000000;
}
.cid-uESbSI99TS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uESbSI99TS .mbr-text,
.cid-uESbSI99TS .item .mbr-section-btn {
  text-align: left;
}
.cid-uESbSI99TS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uESbSI99TS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESbSI99TS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uESbSIt6Oi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uESbSIt6Oi .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uESbSIt6Oi .social-row .soc-item {
  margin: 8px;
}
.cid-uESbSIt6Oi .social-row .soc-item a:hover .mbr-iconfont,
.cid-uESbSIt6Oi .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uESbSIt6Oi .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uESbSIt6Oi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESbSIt6Oi .mbr-section-title {
  color: #ffffff;
}
.cid-uESbSIt6Oi .mbr-section-title,
.cid-uESbSIt6Oi .social-list {
  color: #000000;
}
.cid-uESbSIKdkZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uEShiLT5i8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uEShiLT5i8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEShiLT5i8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEShiLT5i8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uEShiLT5i8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uEShiLT5i8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uEShiLT5i8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uEShiLT5i8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uEShiLT5i8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uEShiLT5i8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uEShiLT5i8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uEShiLT5i8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uEShiLT5i8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uEShiLT5i8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEShiLT5i8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uEShiLT5i8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEShiLT5i8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uEShiLT5i8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uEShiLT5i8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uEShiLT5i8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEShiLT5i8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uEShiLT5i8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEShiLT5i8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uEShiLT5i8 .nav-item:focus,
.cid-uEShiLT5i8 .nav-link:focus {
  outline: none;
}
.cid-uEShiLT5i8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEShiLT5i8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEShiLT5i8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEShiLT5i8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEShiLT5i8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEShiLT5i8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEShiLT5i8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEShiLT5i8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uEShiLT5i8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uEShiLT5i8 .navbar.collapsed {
  justify-content: center;
}
.cid-uEShiLT5i8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEShiLT5i8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEShiLT5i8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uEShiLT5i8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEShiLT5i8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEShiLT5i8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEShiLT5i8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEShiLT5i8 .navbar {
    min-height: 72px;
  }
  .cid-uEShiLT5i8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uEShiLT5i8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEShiLT5i8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEShiLT5i8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEShiLT5i8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEShiLT5i8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uEShiLT5i8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEShiLT5i8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEShiLT5i8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uEShiLT5i8 .dropdown-item.active,
.cid-uEShiLT5i8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEShiLT5i8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEShiLT5i8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEShiLT5i8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEShiLT5i8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEShiLT5i8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uEShiLT5i8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uEShiLT5i8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEShiLT5i8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uEShiLT5i8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uEShiLT5i8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEShiLT5i8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEShiLT5i8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEShiLT5i8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEShiLT5i8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEShiLT5i8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEShiLT5i8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEShiLT5i8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEShiLT5i8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEShiLT5i8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEShiLT5i8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEShiLT5i8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEShiLT5i8 .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-uEShiLT5i8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEShiLT5i8 .navbar {
    height: 70px;
  }
  .cid-uEShiLT5i8 .navbar.opened {
    height: auto;
  }
  .cid-uEShiLT5i8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEShiLT5i8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uEShiLT5i8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uEShiLT5i8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uEShiLT5i8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uEShiLT5i8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uEShiLT5i8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uEShiLT5i8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uEShiLT5i8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uEShiLT5i8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uEShiLT5i8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uEShiLT5i8 .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-uEShiLT5i8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uEShiLT5i8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEShiMMUsO {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uEShiMMUsO {
    align-items: flex-end;
  }
  .cid-uEShiMMUsO .row {
    justify-content: flex-start;
  }
  .cid-uEShiMMUsO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEShiMMUsO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEShiMMUsO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uEShiMMUsO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEShiMMUsO .content-wrap {
    width: 100%;
  }
}
.cid-uEShiMMUsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEShiMMUsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEShiMMUsO .mbr-section-title,
.cid-uEShiMMUsO .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uEShiMMUsO .mbr-text,
.cid-uEShiMMUsO .mbr-section-btn {
  text-align: center;
}
.cid-uEShiMMUsO .mbr-section-title {
  color: #FF595E;
}
.cid-uEShiMMUsO .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uEShiN8li7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uEShiN8li7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEShiN8li7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uEShiN8li7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uEShiN8li7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEShiN8li7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uEShiN8li7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uEShiN8li7 .carousel-control,
.cid-uEShiN8li7 .close {
  background: #1b1b1b;
}
.cid-uEShiN8li7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uEShiN8li7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uEShiN8li7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uEShiN8li7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uEShiN8li7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uEShiN8li7 .close::before {
  content: '\e91a';
}
.cid-uEShiN8li7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEShiN8li7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEShiN8li7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEShiN8li7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEShiN8li7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEShiN8li7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uEShiN8li7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uEShiN8li7 .carousel-indicators li.active,
.cid-uEShiN8li7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEShiN8li7 .carousel-indicators li::after,
.cid-uEShiN8li7 .carousel-indicators li::before {
  content: none;
}
.cid-uEShiN8li7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEShiN8li7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uEShiN8li7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uEShiN8li7 .carousel-indicators {
    display: none;
  }
}
.cid-uEShiN8li7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uEShiN8li7 .carousel-inner > .active {
  display: block;
}
.cid-uEShiN8li7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEShiN8li7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEShiN8li7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uEShiN8li7 .carousel-control,
  .cid-uEShiN8li7 .carousel-indicators,
  .cid-uEShiN8li7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uEShiN8li7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uEShiN8li7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uEShiN8li7 .carousel-indicators .active,
.cid-uEShiN8li7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uEShiN8li7 .carousel-indicators .active {
  background: #fff;
}
.cid-uEShiN8li7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uEShiN8li7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uEShiN8li7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uEShiN8li7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uEShiN8li7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uEShiN8li7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uEShiN8li7 .carousel {
  width: 100%;
}
.cid-uEShiN8li7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uEShiN8li7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uEShiN8li7 .modal.fade .modal-dialog,
.cid-uEShiN8li7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uEShiN8li7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uEShiN8li7 .content-head {
  max-width: 800px;
}
.cid-uEShiNBfUZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uEShiNBfUZ .video-wrapper iframe {
  width: 100%;
}
.cid-uEShiNBfUZ .mbr-section-title,
.cid-uEShiNBfUZ .mbr-section-subtitle,
.cid-uEShiNBfUZ .mbr-text {
  text-align: center;
}
.cid-uESoVA0cZu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uESoVA0cZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESoVA0cZu .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-uESoVA0cZu .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uESoVA0cZu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uESoVA0cZu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uESoVA0cZu .media-content,
.cid-uESoVA0cZu .mbr-figure {
  align-self: center;
}
.cid-uESoVA0cZu .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uESoVA0cZu .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uESoVA0cZu .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uESoVA0cZu .mbr-section-maintitle {
  text-align: center;
}
.cid-uESoVA0cZu .mbr-section-title {
  text-align: left;
}
.cid-uESoVA0cZu .mbr-text,
.cid-uESoVA0cZu .mbr-section-btn {
  text-align: left;
}
.cid-uEShiNQgMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uEShiNQgMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEShiNQgMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEShiNQgMS .title .num {
  width: 100%;
  display: block;
}
.cid-uEShiNQgMS .title .card-title {
  z-index: 1;
}
.cid-uEShiNQgMS .num {
  color: #8ac926;
}
.cid-uEShiNQgMS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uEShiNQgMS .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEShiNQgMS * {
    text-align: center !important;
  }
  .cid-uEShiNQgMS .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uEShiNQgMS .content-head {
  max-width: 800px;
}
.cid-uEShiO6LJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uEShiO6LJd .mbr-text {
  color: #000000;
}
.cid-uEShiO6LJd .mbr-section-subtitle {
  color: #000000;
}
.cid-uEShiO6LJd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEShiO6LJd .mbr-text,
.cid-uEShiO6LJd .item .mbr-section-btn {
  text-align: left;
}
.cid-uEShiO6LJd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uEShiO6LJd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEShiO6LJd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uEShiOoKPG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uEShiOoKPG .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uEShiOoKPG .social-row .soc-item {
  margin: 8px;
}
.cid-uEShiOoKPG .social-row .soc-item a:hover .mbr-iconfont,
.cid-uEShiOoKPG .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uEShiOoKPG .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uEShiOoKPG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uEShiOoKPG .mbr-section-title {
  color: #ffffff;
}
.cid-uEShiOoKPG .mbr-section-title,
.cid-uEShiOoKPG .social-list {
  color: #000000;
}
.cid-uEShiOGwz4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uESiGDMhTs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESiGDMhTs .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-uESiGDMhTs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESiGDMhTs .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-uESiGDMhTs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uESiGDMhTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESiGDMhTs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESiGDMhTs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uESiGDMhTs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uESiGDMhTs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uESiGDMhTs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESiGDMhTs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESiGDMhTs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESiGDMhTs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uESiGDMhTs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uESiGDMhTs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uESiGDMhTs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESiGDMhTs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESiGDMhTs .navbar-logo {
    padding-left: 0;
  }
}
.cid-uESiGDMhTs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESiGDMhTs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESiGDMhTs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uESiGDMhTs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uESiGDMhTs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESiGDMhTs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESiGDMhTs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESiGDMhTs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uESiGDMhTs .nav-item:focus,
.cid-uESiGDMhTs .nav-link:focus {
  outline: none;
}
.cid-uESiGDMhTs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESiGDMhTs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESiGDMhTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESiGDMhTs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESiGDMhTs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESiGDMhTs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESiGDMhTs .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-uESiGDMhTs .navbar.opened {
  transition: all 0.3s;
}
.cid-uESiGDMhTs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESiGDMhTs .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uESiGDMhTs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESiGDMhTs .navbar.collapsed {
  justify-content: center;
}
.cid-uESiGDMhTs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESiGDMhTs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESiGDMhTs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uESiGDMhTs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESiGDMhTs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESiGDMhTs .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-uESiGDMhTs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESiGDMhTs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESiGDMhTs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESiGDMhTs .navbar {
    min-height: 72px;
  }
  .cid-uESiGDMhTs .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESiGDMhTs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESiGDMhTs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESiGDMhTs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESiGDMhTs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESiGDMhTs .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-uESiGDMhTs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESiGDMhTs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESiGDMhTs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESiGDMhTs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESiGDMhTs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESiGDMhTs .dropdown-item.active,
.cid-uESiGDMhTs .dropdown-item:active {
  background-color: transparent;
}
.cid-uESiGDMhTs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESiGDMhTs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESiGDMhTs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESiGDMhTs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uESiGDMhTs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESiGDMhTs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESiGDMhTs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESiGDMhTs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESiGDMhTs .navbar-buttons {
    text-align: left;
  }
}
.cid-uESiGDMhTs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESiGDMhTs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uESiGDMhTs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESiGDMhTs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESiGDMhTs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESiGDMhTs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESiGDMhTs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESiGDMhTs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESiGDMhTs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESiGDMhTs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESiGDMhTs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESiGDMhTs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESiGDMhTs .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-uESiGDMhTs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESiGDMhTs .navbar {
    height: 70px;
  }
  .cid-uESiGDMhTs .navbar.opened {
    height: auto;
  }
  .cid-uESiGDMhTs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESiGDMhTs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESiGDMhTs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESiGDMhTs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESiGDMhTs .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-uESiGDMhTs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESiGDMhTs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESiGDMhTs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uESiGDMhTs .navbar-brand {
    margin-right: auto;
  }
  .cid-uESiGDMhTs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uESiGDMhTs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESiGDMhTs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESiGDMhTs .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-uESiGDMhTs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESiGDMhTs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESiGDMhTs .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-uESiGDMhTs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESiGDMhTs .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-uESiGDMhTs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESiGDMhTs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESiGEIlbA {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uESiGEIlbA {
    align-items: flex-end;
  }
  .cid-uESiGEIlbA .row {
    justify-content: flex-start;
  }
  .cid-uESiGEIlbA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uESiGEIlbA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uESiGEIlbA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uESiGEIlbA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uESiGEIlbA .content-wrap {
    width: 100%;
  }
}
.cid-uESiGEIlbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESiGEIlbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uESiGEIlbA .mbr-section-title,
.cid-uESiGEIlbA .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uESiGEIlbA .mbr-text,
.cid-uESiGEIlbA .mbr-section-btn {
  text-align: center;
}
.cid-uESiGEIlbA .mbr-section-title {
  color: #FF595E;
}
.cid-uESiGEIlbA .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uESiGF5ryE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uESiGF5ryE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESiGF5ryE .item {
    margin-bottom: 1rem;
  }
}
.cid-uESiGF5ryE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uESiGF5ryE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uESiGF5ryE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uESiGF5ryE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uESiGF5ryE .carousel-control,
.cid-uESiGF5ryE .close {
  background: #1b1b1b;
}
.cid-uESiGF5ryE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uESiGF5ryE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uESiGF5ryE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uESiGF5ryE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uESiGF5ryE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uESiGF5ryE .close::before {
  content: '\e91a';
}
.cid-uESiGF5ryE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uESiGF5ryE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uESiGF5ryE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESiGF5ryE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uESiGF5ryE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uESiGF5ryE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uESiGF5ryE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uESiGF5ryE .carousel-indicators li.active,
.cid-uESiGF5ryE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uESiGF5ryE .carousel-indicators li::after,
.cid-uESiGF5ryE .carousel-indicators li::before {
  content: none;
}
.cid-uESiGF5ryE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uESiGF5ryE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uESiGF5ryE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uESiGF5ryE .carousel-indicators {
    display: none;
  }
}
.cid-uESiGF5ryE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uESiGF5ryE .carousel-inner > .active {
  display: block;
}
.cid-uESiGF5ryE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESiGF5ryE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uESiGF5ryE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uESiGF5ryE .carousel-control,
  .cid-uESiGF5ryE .carousel-indicators,
  .cid-uESiGF5ryE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uESiGF5ryE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uESiGF5ryE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uESiGF5ryE .carousel-indicators .active,
.cid-uESiGF5ryE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uESiGF5ryE .carousel-indicators .active {
  background: #fff;
}
.cid-uESiGF5ryE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uESiGF5ryE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uESiGF5ryE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uESiGF5ryE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uESiGF5ryE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uESiGF5ryE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uESiGF5ryE .carousel {
  width: 100%;
}
.cid-uESiGF5ryE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uESiGF5ryE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uESiGF5ryE .modal.fade .modal-dialog,
.cid-uESiGF5ryE .modal.in .modal-dialog {
  transform: none;
}
.cid-uESiGF5ryE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uESiGF5ryE .content-head {
  max-width: 800px;
}
.cid-uESiGFxvKB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uESiGFxvKB .video-wrapper iframe {
  width: 100%;
}
.cid-uESiGFxvKB .mbr-section-title,
.cid-uESiGFxvKB .mbr-section-subtitle,
.cid-uESiGFxvKB .mbr-text {
  text-align: center;
}
.cid-uESiGFNAuM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uESiGFNAuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESiGFNAuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESiGFNAuM .title .num {
  width: 100%;
  display: block;
}
.cid-uESiGFNAuM .title .card-title {
  z-index: 1;
}
.cid-uESiGFNAuM .num {
  color: #8ac926;
}
.cid-uESiGFNAuM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESiGFNAuM .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uESiGFNAuM * {
    text-align: center !important;
  }
  .cid-uESiGFNAuM .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uESiGFNAuM .content-head {
  max-width: 800px;
}
.cid-uESiGG4xbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uESiGG4xbW .mbr-text {
  color: #000000;
}
.cid-uESiGG4xbW .mbr-section-subtitle {
  color: #000000;
}
.cid-uESiGG4xbW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uESiGG4xbW .mbr-text,
.cid-uESiGG4xbW .item .mbr-section-btn {
  text-align: left;
}
.cid-uESiGG4xbW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uESiGG4xbW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESiGG4xbW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uESiGGn0y6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uESiGGn0y6 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uESiGGn0y6 .social-row .soc-item {
  margin: 8px;
}
.cid-uESiGGn0y6 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uESiGGn0y6 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uESiGGn0y6 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uESiGGn0y6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESiGGn0y6 .mbr-section-title {
  color: #ffffff;
}
.cid-uESiGGn0y6 .mbr-section-title,
.cid-uESiGGn0y6 .social-list {
  color: #000000;
}
.cid-uESiGGF119 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uESjXMXETT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESjXMXETT .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-uESjXMXETT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESjXMXETT .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-uESjXMXETT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uESjXMXETT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESjXMXETT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESjXMXETT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uESjXMXETT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uESjXMXETT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uESjXMXETT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESjXMXETT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESjXMXETT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESjXMXETT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uESjXMXETT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uESjXMXETT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uESjXMXETT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESjXMXETT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESjXMXETT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uESjXMXETT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESjXMXETT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESjXMXETT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uESjXMXETT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uESjXMXETT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESjXMXETT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESjXMXETT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESjXMXETT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uESjXMXETT .nav-item:focus,
.cid-uESjXMXETT .nav-link:focus {
  outline: none;
}
.cid-uESjXMXETT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESjXMXETT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESjXMXETT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESjXMXETT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESjXMXETT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESjXMXETT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESjXMXETT .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-uESjXMXETT .navbar.opened {
  transition: all 0.3s;
}
.cid-uESjXMXETT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESjXMXETT .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uESjXMXETT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESjXMXETT .navbar.collapsed {
  justify-content: center;
}
.cid-uESjXMXETT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESjXMXETT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESjXMXETT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uESjXMXETT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESjXMXETT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESjXMXETT .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-uESjXMXETT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESjXMXETT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESjXMXETT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESjXMXETT .navbar {
    min-height: 72px;
  }
  .cid-uESjXMXETT .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESjXMXETT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESjXMXETT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESjXMXETT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESjXMXETT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESjXMXETT .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-uESjXMXETT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESjXMXETT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESjXMXETT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESjXMXETT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESjXMXETT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESjXMXETT .dropdown-item.active,
.cid-uESjXMXETT .dropdown-item:active {
  background-color: transparent;
}
.cid-uESjXMXETT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESjXMXETT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESjXMXETT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESjXMXETT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uESjXMXETT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESjXMXETT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESjXMXETT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESjXMXETT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESjXMXETT .navbar-buttons {
    text-align: left;
  }
}
.cid-uESjXMXETT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESjXMXETT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uESjXMXETT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESjXMXETT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESjXMXETT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESjXMXETT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESjXMXETT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESjXMXETT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESjXMXETT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESjXMXETT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESjXMXETT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESjXMXETT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESjXMXETT .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-uESjXMXETT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESjXMXETT .navbar {
    height: 70px;
  }
  .cid-uESjXMXETT .navbar.opened {
    height: auto;
  }
  .cid-uESjXMXETT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESjXMXETT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESjXMXETT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESjXMXETT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESjXMXETT .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-uESjXMXETT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESjXMXETT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESjXMXETT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uESjXMXETT .navbar-brand {
    margin-right: auto;
  }
  .cid-uESjXMXETT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uESjXMXETT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESjXMXETT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESjXMXETT .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-uESjXMXETT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESjXMXETT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESjXMXETT .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-uESjXMXETT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESjXMXETT .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-uESjXMXETT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESjXMXETT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8WNTAPbI {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK8WNTAPbI {
    align-items: flex-end;
  }
  .cid-uK8WNTAPbI .row {
    justify-content: flex-start;
  }
  .cid-uK8WNTAPbI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK8WNTAPbI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK8WNTAPbI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK8WNTAPbI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK8WNTAPbI .content-wrap {
    width: 100%;
  }
}
.cid-uK8WNTAPbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8WNTAPbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK8WNTAPbI .mbr-section-title,
.cid-uK8WNTAPbI .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK8WNTAPbI .mbr-text,
.cid-uK8WNTAPbI .mbr-section-btn {
  text-align: center;
}
.cid-uK8WNTAPbI .mbr-section-title {
  color: #FF595E;
}
.cid-uK8WNTAPbI .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uESjXOevIK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uESjXOevIK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESjXOevIK .item {
    margin-bottom: 1rem;
  }
}
.cid-uESjXOevIK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uESjXOevIK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uESjXOevIK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uESjXOevIK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uESjXOevIK .carousel-control,
.cid-uESjXOevIK .close {
  background: #1b1b1b;
}
.cid-uESjXOevIK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uESjXOevIK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uESjXOevIK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uESjXOevIK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uESjXOevIK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uESjXOevIK .close::before {
  content: '\e91a';
}
.cid-uESjXOevIK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uESjXOevIK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uESjXOevIK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESjXOevIK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uESjXOevIK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uESjXOevIK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uESjXOevIK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uESjXOevIK .carousel-indicators li.active,
.cid-uESjXOevIK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uESjXOevIK .carousel-indicators li::after,
.cid-uESjXOevIK .carousel-indicators li::before {
  content: none;
}
.cid-uESjXOevIK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uESjXOevIK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uESjXOevIK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uESjXOevIK .carousel-indicators {
    display: none;
  }
}
.cid-uESjXOevIK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uESjXOevIK .carousel-inner > .active {
  display: block;
}
.cid-uESjXOevIK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESjXOevIK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uESjXOevIK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uESjXOevIK .carousel-control,
  .cid-uESjXOevIK .carousel-indicators,
  .cid-uESjXOevIK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uESjXOevIK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uESjXOevIK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uESjXOevIK .carousel-indicators .active,
.cid-uESjXOevIK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uESjXOevIK .carousel-indicators .active {
  background: #fff;
}
.cid-uESjXOevIK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uESjXOevIK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uESjXOevIK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uESjXOevIK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uESjXOevIK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uESjXOevIK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uESjXOevIK .carousel {
  width: 100%;
}
.cid-uESjXOevIK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uESjXOevIK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uESjXOevIK .modal.fade .modal-dialog,
.cid-uESjXOevIK .modal.in .modal-dialog {
  transform: none;
}
.cid-uESjXOevIK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uESjXOevIK .content-head {
  max-width: 800px;
}
.cid-uESjXOGWJR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uESjXOGWJR .video-wrapper iframe {
  width: 100%;
}
.cid-uESjXOGWJR .mbr-section-title,
.cid-uESjXOGWJR .mbr-section-subtitle,
.cid-uESjXOGWJR .mbr-text {
  text-align: center;
}
.cid-uESjXOUiGN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uESjXOUiGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESjXOUiGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESjXOUiGN .title .num {
  width: 100%;
  display: block;
}
.cid-uESjXOUiGN .title .card-title {
  z-index: 1;
}
.cid-uESjXOUiGN .num {
  color: #8ac926;
}
.cid-uESjXOUiGN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESjXOUiGN .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uESjXOUiGN * {
    text-align: center !important;
  }
  .cid-uESjXOUiGN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uESjXOUiGN .content-head {
  max-width: 800px;
}
.cid-uESjXPawFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uESjXPawFJ .mbr-text {
  color: #000000;
}
.cid-uESjXPawFJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uESjXPawFJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uESjXPawFJ .mbr-text,
.cid-uESjXPawFJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uESjXPawFJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uESjXPawFJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESjXPawFJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uESjXPrcSC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uESjXPrcSC .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uESjXPrcSC .social-row .soc-item {
  margin: 8px;
}
.cid-uESjXPrcSC .social-row .soc-item a:hover .mbr-iconfont,
.cid-uESjXPrcSC .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uESjXPrcSC .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uESjXPrcSC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESjXPrcSC .mbr-section-title {
  color: #ffffff;
}
.cid-uESjXPrcSC .mbr-section-title,
.cid-uESjXPrcSC .social-list {
  color: #000000;
}
.cid-uESjXPLaic {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uESmbdD4cN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESmbdD4cN .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-uESmbdD4cN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESmbdD4cN .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-uESmbdD4cN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uESmbdD4cN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESmbdD4cN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESmbdD4cN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uESmbdD4cN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uESmbdD4cN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uESmbdD4cN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESmbdD4cN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESmbdD4cN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESmbdD4cN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uESmbdD4cN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uESmbdD4cN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uESmbdD4cN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESmbdD4cN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESmbdD4cN .navbar-logo {
    padding-left: 0;
  }
}
.cid-uESmbdD4cN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESmbdD4cN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESmbdD4cN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uESmbdD4cN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uESmbdD4cN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESmbdD4cN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESmbdD4cN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESmbdD4cN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uESmbdD4cN .nav-item:focus,
.cid-uESmbdD4cN .nav-link:focus {
  outline: none;
}
.cid-uESmbdD4cN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESmbdD4cN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESmbdD4cN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESmbdD4cN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESmbdD4cN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESmbdD4cN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESmbdD4cN .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-uESmbdD4cN .navbar.opened {
  transition: all 0.3s;
}
.cid-uESmbdD4cN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESmbdD4cN .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uESmbdD4cN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESmbdD4cN .navbar.collapsed {
  justify-content: center;
}
.cid-uESmbdD4cN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESmbdD4cN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESmbdD4cN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uESmbdD4cN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESmbdD4cN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESmbdD4cN .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-uESmbdD4cN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESmbdD4cN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESmbdD4cN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESmbdD4cN .navbar {
    min-height: 72px;
  }
  .cid-uESmbdD4cN .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESmbdD4cN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESmbdD4cN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESmbdD4cN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESmbdD4cN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESmbdD4cN .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-uESmbdD4cN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESmbdD4cN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESmbdD4cN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESmbdD4cN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESmbdD4cN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESmbdD4cN .dropdown-item.active,
.cid-uESmbdD4cN .dropdown-item:active {
  background-color: transparent;
}
.cid-uESmbdD4cN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESmbdD4cN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESmbdD4cN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESmbdD4cN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uESmbdD4cN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESmbdD4cN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESmbdD4cN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESmbdD4cN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESmbdD4cN .navbar-buttons {
    text-align: left;
  }
}
.cid-uESmbdD4cN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESmbdD4cN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uESmbdD4cN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESmbdD4cN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESmbdD4cN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESmbdD4cN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESmbdD4cN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESmbdD4cN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESmbdD4cN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESmbdD4cN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESmbdD4cN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESmbdD4cN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESmbdD4cN .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-uESmbdD4cN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESmbdD4cN .navbar {
    height: 70px;
  }
  .cid-uESmbdD4cN .navbar.opened {
    height: auto;
  }
  .cid-uESmbdD4cN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESmbdD4cN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESmbdD4cN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESmbdD4cN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESmbdD4cN .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-uESmbdD4cN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESmbdD4cN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESmbdD4cN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uESmbdD4cN .navbar-brand {
    margin-right: auto;
  }
  .cid-uESmbdD4cN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uESmbdD4cN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESmbdD4cN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESmbdD4cN .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-uESmbdD4cN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESmbdD4cN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESmbdD4cN .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-uESmbdD4cN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESmbdD4cN .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-uESmbdD4cN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESmbdD4cN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9dWaNt22 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK9dWaNt22 {
    align-items: flex-end;
  }
  .cid-uK9dWaNt22 .row {
    justify-content: flex-start;
  }
  .cid-uK9dWaNt22 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK9dWaNt22 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK9dWaNt22 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK9dWaNt22 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK9dWaNt22 .content-wrap {
    width: 100%;
  }
}
.cid-uK9dWaNt22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9dWaNt22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK9dWaNt22 .mbr-section-title,
.cid-uK9dWaNt22 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK9dWaNt22 .mbr-text,
.cid-uK9dWaNt22 .mbr-section-btn {
  text-align: center;
}
.cid-uK9dWaNt22 .mbr-section-title {
  color: #FF595E;
}
.cid-uK9dWaNt22 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uESmbeXwWJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uESmbeXwWJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESmbeXwWJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uESmbeXwWJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uESmbeXwWJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uESmbeXwWJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uESmbeXwWJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uESmbeXwWJ .carousel-control,
.cid-uESmbeXwWJ .close {
  background: #1b1b1b;
}
.cid-uESmbeXwWJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uESmbeXwWJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uESmbeXwWJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uESmbeXwWJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uESmbeXwWJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uESmbeXwWJ .close::before {
  content: '\e91a';
}
.cid-uESmbeXwWJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uESmbeXwWJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uESmbeXwWJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESmbeXwWJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uESmbeXwWJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uESmbeXwWJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uESmbeXwWJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uESmbeXwWJ .carousel-indicators li.active,
.cid-uESmbeXwWJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uESmbeXwWJ .carousel-indicators li::after,
.cid-uESmbeXwWJ .carousel-indicators li::before {
  content: none;
}
.cid-uESmbeXwWJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uESmbeXwWJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uESmbeXwWJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uESmbeXwWJ .carousel-indicators {
    display: none;
  }
}
.cid-uESmbeXwWJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uESmbeXwWJ .carousel-inner > .active {
  display: block;
}
.cid-uESmbeXwWJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uESmbeXwWJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uESmbeXwWJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uESmbeXwWJ .carousel-control,
  .cid-uESmbeXwWJ .carousel-indicators,
  .cid-uESmbeXwWJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uESmbeXwWJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uESmbeXwWJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uESmbeXwWJ .carousel-indicators .active,
.cid-uESmbeXwWJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uESmbeXwWJ .carousel-indicators .active {
  background: #fff;
}
.cid-uESmbeXwWJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uESmbeXwWJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uESmbeXwWJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uESmbeXwWJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uESmbeXwWJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uESmbeXwWJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uESmbeXwWJ .carousel {
  width: 100%;
}
.cid-uESmbeXwWJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uESmbeXwWJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uESmbeXwWJ .modal.fade .modal-dialog,
.cid-uESmbeXwWJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uESmbeXwWJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uESmbeXwWJ .content-head {
  max-width: 800px;
}
.cid-uESmbfpvyg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uESmbfpvyg .video-wrapper iframe {
  width: 100%;
}
.cid-uESmbfpvyg .mbr-section-title,
.cid-uESmbfpvyg .mbr-section-subtitle,
.cid-uESmbfpvyg .mbr-text {
  text-align: center;
}
.cid-uESmbfFolw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uESmbfFolw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESmbfFolw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESmbfFolw .title .num {
  width: 100%;
  display: block;
}
.cid-uESmbfFolw .title .card-title {
  z-index: 1;
}
.cid-uESmbfFolw .num {
  color: #8ac926;
}
.cid-uESmbfFolw .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uESmbfFolw .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uESmbfFolw * {
    text-align: center !important;
  }
  .cid-uESmbfFolw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uESmbfFolw .content-head {
  max-width: 800px;
}
.cid-uESmbfVIl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uESmbfVIl7 .mbr-text {
  color: #000000;
}
.cid-uESmbfVIl7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uESmbfVIl7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uESmbfVIl7 .mbr-text,
.cid-uESmbfVIl7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uESmbfVIl7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uESmbfVIl7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESmbfVIl7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uESmbggeYE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uESmbggeYE .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uESmbggeYE .social-row .soc-item {
  margin: 8px;
}
.cid-uESmbggeYE .social-row .soc-item a:hover .mbr-iconfont,
.cid-uESmbggeYE .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uESmbggeYE .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uESmbggeYE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESmbggeYE .mbr-section-title {
  color: #ffffff;
}
.cid-uESmbggeYE .mbr-section-title,
.cid-uESmbggeYE .social-list {
  color: #000000;
}
.cid-uESmbgzTPs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbGKVyaiV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbGKVyaiV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbGKVyaiV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbGKVyaiV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbGKVyaiV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbGKVyaiV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbGKVyaiV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbGKVyaiV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbGKVyaiV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbGKVyaiV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbGKVyaiV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbGKVyaiV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbGKVyaiV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbGKVyaiV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbGKVyaiV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbGKVyaiV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbGKVyaiV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbGKVyaiV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbGKVyaiV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbGKVyaiV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbGKVyaiV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbGKVyaiV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbGKVyaiV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbGKVyaiV .nav-item:focus,
.cid-uGbGKVyaiV .nav-link:focus {
  outline: none;
}
.cid-uGbGKVyaiV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbGKVyaiV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbGKVyaiV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbGKVyaiV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbGKVyaiV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbGKVyaiV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbGKVyaiV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbGKVyaiV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbGKVyaiV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbGKVyaiV .navbar.collapsed {
  justify-content: center;
}
.cid-uGbGKVyaiV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbGKVyaiV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbGKVyaiV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbGKVyaiV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbGKVyaiV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbGKVyaiV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbGKVyaiV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbGKVyaiV .navbar {
    min-height: 72px;
  }
  .cid-uGbGKVyaiV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbGKVyaiV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbGKVyaiV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbGKVyaiV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbGKVyaiV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbGKVyaiV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbGKVyaiV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbGKVyaiV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbGKVyaiV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbGKVyaiV .dropdown-item.active,
.cid-uGbGKVyaiV .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbGKVyaiV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbGKVyaiV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbGKVyaiV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbGKVyaiV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbGKVyaiV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbGKVyaiV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbGKVyaiV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbGKVyaiV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbGKVyaiV .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbGKVyaiV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbGKVyaiV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbGKVyaiV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbGKVyaiV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbGKVyaiV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbGKVyaiV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbGKVyaiV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbGKVyaiV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbGKVyaiV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbGKVyaiV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbGKVyaiV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbGKVyaiV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbGKVyaiV .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-uGbGKVyaiV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbGKVyaiV .navbar {
    height: 70px;
  }
  .cid-uGbGKVyaiV .navbar.opened {
    height: auto;
  }
  .cid-uGbGKVyaiV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbGKVyaiV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbGKVyaiV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbGKVyaiV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbGKVyaiV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbGKVyaiV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbGKVyaiV .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbGKVyaiV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbGKVyaiV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbGKVyaiV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbGKVyaiV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbGKVyaiV .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-uGbGKVyaiV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbGKVyaiV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGbGKW8FfL {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uGbGKW8FfL {
    align-items: flex-end;
  }
  .cid-uGbGKW8FfL .row {
    justify-content: flex-start;
  }
  .cid-uGbGKW8FfL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGbGKW8FfL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGbGKW8FfL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGbGKW8FfL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGbGKW8FfL .content-wrap {
    width: 100%;
  }
}
.cid-uGbGKW8FfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbGKW8FfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbGKW8FfL .mbr-section-title,
.cid-uGbGKW8FfL .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGbGKW8FfL .mbr-text,
.cid-uGbGKW8FfL .mbr-section-btn {
  text-align: center;
}
.cid-uGbGKW8FfL .mbr-section-title {
  color: #FF595E;
}
.cid-uGbGKW8FfL .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbGKWtDPO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbGKWtDPO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbGKWtDPO .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbGKWtDPO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbGKWtDPO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbGKWtDPO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbGKWtDPO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbGKWtDPO .carousel-control,
.cid-uGbGKWtDPO .close {
  background: #1b1b1b;
}
.cid-uGbGKWtDPO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbGKWtDPO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbGKWtDPO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbGKWtDPO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbGKWtDPO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbGKWtDPO .close::before {
  content: '\e91a';
}
.cid-uGbGKWtDPO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbGKWtDPO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbGKWtDPO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbGKWtDPO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbGKWtDPO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbGKWtDPO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbGKWtDPO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbGKWtDPO .carousel-indicators li.active,
.cid-uGbGKWtDPO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbGKWtDPO .carousel-indicators li::after,
.cid-uGbGKWtDPO .carousel-indicators li::before {
  content: none;
}
.cid-uGbGKWtDPO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbGKWtDPO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbGKWtDPO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbGKWtDPO .carousel-indicators {
    display: none;
  }
}
.cid-uGbGKWtDPO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbGKWtDPO .carousel-inner > .active {
  display: block;
}
.cid-uGbGKWtDPO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbGKWtDPO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbGKWtDPO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbGKWtDPO .carousel-control,
  .cid-uGbGKWtDPO .carousel-indicators,
  .cid-uGbGKWtDPO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbGKWtDPO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbGKWtDPO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbGKWtDPO .carousel-indicators .active,
.cid-uGbGKWtDPO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbGKWtDPO .carousel-indicators .active {
  background: #fff;
}
.cid-uGbGKWtDPO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbGKWtDPO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbGKWtDPO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbGKWtDPO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbGKWtDPO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbGKWtDPO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbGKWtDPO .carousel {
  width: 100%;
}
.cid-uGbGKWtDPO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbGKWtDPO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbGKWtDPO .modal.fade .modal-dialog,
.cid-uGbGKWtDPO .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbGKWtDPO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbGKWtDPO .content-head {
  max-width: 800px;
}
.cid-uGbGKXkus2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbGKXkus2 .video-wrapper iframe {
  width: 100%;
}
.cid-uGbGKXkus2 .mbr-section-title,
.cid-uGbGKXkus2 .mbr-section-subtitle,
.cid-uGbGKXkus2 .mbr-text {
  text-align: center;
}
.cid-uGbGKXuoUg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbGKXuoUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbGKXuoUg .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-uGbGKXuoUg .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uGbGKXuoUg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGbGKXuoUg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbGKXuoUg .media-content,
.cid-uGbGKXuoUg .mbr-figure {
  align-self: center;
}
.cid-uGbGKXuoUg .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uGbGKXuoUg .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uGbGKXuoUg .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uGbGKXuoUg .mbr-section-maintitle {
  text-align: center;
}
.cid-uGbGKXuoUg .mbr-section-title {
  text-align: left;
}
.cid-uGbGKXuoUg .mbr-text,
.cid-uGbGKXuoUg .mbr-section-btn {
  text-align: left;
}
.cid-uGbGKXIkrI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbGKXIkrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbGKXIkrI .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-uGbGKXIkrI .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uGbGKXIkrI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGbGKXIkrI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbGKXIkrI .media-content,
.cid-uGbGKXIkrI .mbr-figure {
  align-self: center;
}
.cid-uGbGKXIkrI .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uGbGKXIkrI .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uGbGKXIkrI .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uGbGKXIkrI .mbr-section-maintitle {
  text-align: center;
}
.cid-uGbGKXIkrI .mbr-section-title {
  text-align: left;
}
.cid-uGbGKXIkrI .mbr-text,
.cid-uGbGKXIkrI .mbr-section-btn {
  text-align: left;
}
.cid-uGbGKXSCXk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbGKXSCXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbGKXSCXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbGKXSCXk .title .num {
  width: 100%;
  display: block;
}
.cid-uGbGKXSCXk .title .card-title {
  z-index: 1;
}
.cid-uGbGKXSCXk .num {
  color: #8ac926;
}
.cid-uGbGKXSCXk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbGKXSCXk .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbGKXSCXk * {
    text-align: center !important;
  }
  .cid-uGbGKXSCXk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbGKXSCXk .content-head {
  max-width: 800px;
}
.cid-uGbGKY8bQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbGKY8bQi .mbr-text {
  color: #000000;
}
.cid-uGbGKY8bQi .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbGKY8bQi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbGKY8bQi .mbr-text,
.cid-uGbGKY8bQi .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbGKY8bQi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbGKY8bQi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbGKY8bQi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbGKYodwT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbGKYodwT .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbGKYodwT .social-row .soc-item {
  margin: 8px;
}
.cid-uGbGKYodwT .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbGKYodwT .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbGKYodwT .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbGKYodwT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbGKYodwT .mbr-section-title {
  color: #ffffff;
}
.cid-uGbGKYodwT .mbr-section-title,
.cid-uGbGKYodwT .social-list {
  color: #000000;
}
.cid-uGbGKYE4I8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbHBiTLdd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbHBiTLdd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbHBiTLdd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbHBiTLdd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbHBiTLdd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbHBiTLdd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbHBiTLdd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbHBiTLdd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbHBiTLdd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbHBiTLdd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbHBiTLdd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbHBiTLdd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbHBiTLdd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbHBiTLdd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbHBiTLdd .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbHBiTLdd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbHBiTLdd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbHBiTLdd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbHBiTLdd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbHBiTLdd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbHBiTLdd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbHBiTLdd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbHBiTLdd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbHBiTLdd .nav-item:focus,
.cid-uGbHBiTLdd .nav-link:focus {
  outline: none;
}
.cid-uGbHBiTLdd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbHBiTLdd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbHBiTLdd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbHBiTLdd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbHBiTLdd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbHBiTLdd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbHBiTLdd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbHBiTLdd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbHBiTLdd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbHBiTLdd .navbar.collapsed {
  justify-content: center;
}
.cid-uGbHBiTLdd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbHBiTLdd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbHBiTLdd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbHBiTLdd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbHBiTLdd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbHBiTLdd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbHBiTLdd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbHBiTLdd .navbar {
    min-height: 72px;
  }
  .cid-uGbHBiTLdd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbHBiTLdd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbHBiTLdd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbHBiTLdd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbHBiTLdd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbHBiTLdd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbHBiTLdd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbHBiTLdd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbHBiTLdd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbHBiTLdd .dropdown-item.active,
.cid-uGbHBiTLdd .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbHBiTLdd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbHBiTLdd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbHBiTLdd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbHBiTLdd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbHBiTLdd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbHBiTLdd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbHBiTLdd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbHBiTLdd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbHBiTLdd .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbHBiTLdd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbHBiTLdd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbHBiTLdd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbHBiTLdd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbHBiTLdd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbHBiTLdd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbHBiTLdd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbHBiTLdd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbHBiTLdd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbHBiTLdd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbHBiTLdd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbHBiTLdd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbHBiTLdd .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-uGbHBiTLdd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbHBiTLdd .navbar {
    height: 70px;
  }
  .cid-uGbHBiTLdd .navbar.opened {
    height: auto;
  }
  .cid-uGbHBiTLdd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbHBiTLdd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbHBiTLdd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbHBiTLdd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbHBiTLdd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbHBiTLdd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbHBiTLdd .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbHBiTLdd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbHBiTLdd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbHBiTLdd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbHBiTLdd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbHBiTLdd .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-uGbHBiTLdd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbHBiTLdd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGbHBjFQ83 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGbHBjFQ83 {
    align-items: flex-end;
  }
  .cid-uGbHBjFQ83 .row {
    justify-content: flex-start;
  }
  .cid-uGbHBjFQ83 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGbHBjFQ83 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGbHBjFQ83 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGbHBjFQ83 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGbHBjFQ83 .content-wrap {
    width: 100%;
  }
}
.cid-uGbHBjFQ83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbHBjFQ83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbHBjFQ83 .mbr-section-title,
.cid-uGbHBjFQ83 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGbHBjFQ83 .mbr-text,
.cid-uGbHBjFQ83 .mbr-section-btn {
  text-align: center;
}
.cid-uGbHBjFQ83 .mbr-section-title {
  color: #FF595E;
}
.cid-uGbHBjFQ83 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbHBjYrUK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbHBjYrUK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbHBjYrUK .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbHBjYrUK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbHBjYrUK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbHBjYrUK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbHBjYrUK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbHBjYrUK .carousel-control,
.cid-uGbHBjYrUK .close {
  background: #1b1b1b;
}
.cid-uGbHBjYrUK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbHBjYrUK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbHBjYrUK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbHBjYrUK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbHBjYrUK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbHBjYrUK .close::before {
  content: '\e91a';
}
.cid-uGbHBjYrUK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbHBjYrUK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbHBjYrUK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbHBjYrUK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbHBjYrUK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbHBjYrUK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbHBjYrUK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbHBjYrUK .carousel-indicators li.active,
.cid-uGbHBjYrUK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbHBjYrUK .carousel-indicators li::after,
.cid-uGbHBjYrUK .carousel-indicators li::before {
  content: none;
}
.cid-uGbHBjYrUK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbHBjYrUK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbHBjYrUK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbHBjYrUK .carousel-indicators {
    display: none;
  }
}
.cid-uGbHBjYrUK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbHBjYrUK .carousel-inner > .active {
  display: block;
}
.cid-uGbHBjYrUK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbHBjYrUK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbHBjYrUK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbHBjYrUK .carousel-control,
  .cid-uGbHBjYrUK .carousel-indicators,
  .cid-uGbHBjYrUK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbHBjYrUK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbHBjYrUK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbHBjYrUK .carousel-indicators .active,
.cid-uGbHBjYrUK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbHBjYrUK .carousel-indicators .active {
  background: #fff;
}
.cid-uGbHBjYrUK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbHBjYrUK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbHBjYrUK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbHBjYrUK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbHBjYrUK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbHBjYrUK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbHBjYrUK .carousel {
  width: 100%;
}
.cid-uGbHBjYrUK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbHBjYrUK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbHBjYrUK .modal.fade .modal-dialog,
.cid-uGbHBjYrUK .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbHBjYrUK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbHBjYrUK .content-head {
  max-width: 800px;
}
.cid-uGbHBlkyqU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbHBlkyqU .video-wrapper iframe {
  width: 100%;
}
.cid-uGbHBlkyqU .mbr-section-title,
.cid-uGbHBlkyqU .mbr-section-subtitle,
.cid-uGbHBlkyqU .mbr-text {
  text-align: center;
}
.cid-uGbHBlZuha {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbHBlZuha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbHBlZuha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbHBlZuha .title .num {
  width: 100%;
  display: block;
}
.cid-uGbHBlZuha .title .card-title {
  z-index: 1;
}
.cid-uGbHBlZuha .num {
  color: #8ac926;
}
.cid-uGbHBlZuha .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbHBlZuha .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbHBlZuha * {
    text-align: center !important;
  }
  .cid-uGbHBlZuha .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbHBlZuha .content-head {
  max-width: 800px;
}
.cid-uGbHBmhSv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbHBmhSv4 .mbr-text {
  color: #000000;
}
.cid-uGbHBmhSv4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbHBmhSv4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbHBmhSv4 .mbr-text,
.cid-uGbHBmhSv4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbHBmhSv4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbHBmhSv4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbHBmhSv4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbHBmtSWR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbHBmtSWR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbHBmtSWR .social-row .soc-item {
  margin: 8px;
}
.cid-uGbHBmtSWR .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbHBmtSWR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbHBmtSWR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbHBmtSWR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbHBmtSWR .mbr-section-title {
  color: #ffffff;
}
.cid-uGbHBmtSWR .mbr-section-title,
.cid-uGbHBmtSWR .social-list {
  color: #000000;
}
.cid-uGbHBmJmBp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbLepXIus {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbLepXIus .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-uGbLepXIus .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbLepXIus .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-uGbLepXIus .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbLepXIus .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbLepXIus .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbLepXIus .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbLepXIus .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbLepXIus .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbLepXIus .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbLepXIus .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbLepXIus .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbLepXIus .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbLepXIus .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbLepXIus .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbLepXIus .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbLepXIus .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbLepXIus .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbLepXIus .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbLepXIus .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbLepXIus .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbLepXIus .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbLepXIus .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbLepXIus .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbLepXIus .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbLepXIus .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbLepXIus .nav-item:focus,
.cid-uGbLepXIus .nav-link:focus {
  outline: none;
}
.cid-uGbLepXIus .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbLepXIus .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbLepXIus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbLepXIus .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbLepXIus .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbLepXIus .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbLepXIus .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-uGbLepXIus .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbLepXIus .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbLepXIus .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbLepXIus .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbLepXIus .navbar.collapsed {
  justify-content: center;
}
.cid-uGbLepXIus .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbLepXIus .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbLepXIus .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbLepXIus .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbLepXIus .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbLepXIus .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-uGbLepXIus .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbLepXIus .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbLepXIus .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbLepXIus .navbar {
    min-height: 72px;
  }
  .cid-uGbLepXIus .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbLepXIus .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbLepXIus .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbLepXIus .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbLepXIus .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbLepXIus .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-uGbLepXIus .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbLepXIus .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbLepXIus .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbLepXIus .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbLepXIus .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbLepXIus .dropdown-item.active,
.cid-uGbLepXIus .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbLepXIus .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbLepXIus .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbLepXIus .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbLepXIus .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbLepXIus .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbLepXIus .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbLepXIus ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbLepXIus .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbLepXIus .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbLepXIus button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbLepXIus button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbLepXIus button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbLepXIus button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbLepXIus button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbLepXIus button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbLepXIus nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbLepXIus nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbLepXIus nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbLepXIus nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbLepXIus .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbLepXIus a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbLepXIus .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-uGbLepXIus .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbLepXIus .navbar {
    height: 70px;
  }
  .cid-uGbLepXIus .navbar.opened {
    height: auto;
  }
  .cid-uGbLepXIus .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbLepXIus .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbLepXIus .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbLepXIus .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbLepXIus .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-uGbLepXIus .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbLepXIus .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbLepXIus .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbLepXIus .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbLepXIus .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbLepXIus .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbLepXIus .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbLepXIus .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-uGbLepXIus .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbLepXIus .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbLepXIus .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-uGbLepXIus .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbLepXIus .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-uGbLepXIus .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbLepXIus .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGbLeqmM3h {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGbLeqmM3h {
    align-items: flex-end;
  }
  .cid-uGbLeqmM3h .row {
    justify-content: flex-start;
  }
  .cid-uGbLeqmM3h .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGbLeqmM3h .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGbLeqmM3h {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGbLeqmM3h .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGbLeqmM3h .content-wrap {
    width: 100%;
  }
}
.cid-uGbLeqmM3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbLeqmM3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbLeqmM3h .mbr-section-title,
.cid-uGbLeqmM3h .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGbLeqmM3h .mbr-text,
.cid-uGbLeqmM3h .mbr-section-btn {
  text-align: center;
}
.cid-uGbLeqmM3h .mbr-section-title {
  color: #FF595E;
}
.cid-uGbLeqmM3h .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbLeqCsqn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbLeqCsqn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbLeqCsqn .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbLeqCsqn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbLeqCsqn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbLeqCsqn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbLeqCsqn .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbLeqCsqn .carousel-control,
.cid-uGbLeqCsqn .close {
  background: #1b1b1b;
}
.cid-uGbLeqCsqn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbLeqCsqn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbLeqCsqn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbLeqCsqn .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbLeqCsqn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbLeqCsqn .close::before {
  content: '\e91a';
}
.cid-uGbLeqCsqn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbLeqCsqn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbLeqCsqn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbLeqCsqn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbLeqCsqn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbLeqCsqn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbLeqCsqn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbLeqCsqn .carousel-indicators li.active,
.cid-uGbLeqCsqn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbLeqCsqn .carousel-indicators li::after,
.cid-uGbLeqCsqn .carousel-indicators li::before {
  content: none;
}
.cid-uGbLeqCsqn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbLeqCsqn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbLeqCsqn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbLeqCsqn .carousel-indicators {
    display: none;
  }
}
.cid-uGbLeqCsqn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbLeqCsqn .carousel-inner > .active {
  display: block;
}
.cid-uGbLeqCsqn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbLeqCsqn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbLeqCsqn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbLeqCsqn .carousel-control,
  .cid-uGbLeqCsqn .carousel-indicators,
  .cid-uGbLeqCsqn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbLeqCsqn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbLeqCsqn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbLeqCsqn .carousel-indicators .active,
.cid-uGbLeqCsqn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbLeqCsqn .carousel-indicators .active {
  background: #fff;
}
.cid-uGbLeqCsqn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbLeqCsqn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbLeqCsqn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbLeqCsqn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbLeqCsqn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbLeqCsqn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbLeqCsqn .carousel {
  width: 100%;
}
.cid-uGbLeqCsqn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbLeqCsqn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbLeqCsqn .modal.fade .modal-dialog,
.cid-uGbLeqCsqn .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbLeqCsqn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbLeqCsqn .content-head {
  max-width: 800px;
}
.cid-uGbLerj5NW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbLerj5NW .video-wrapper iframe {
  width: 100%;
}
.cid-uGbLerj5NW .mbr-section-title,
.cid-uGbLerj5NW .mbr-section-subtitle,
.cid-uGbLerj5NW .mbr-text {
  text-align: center;
}
.cid-uGbLerRW7c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbLerRW7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbLerRW7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbLerRW7c .title .num {
  width: 100%;
  display: block;
}
.cid-uGbLerRW7c .title .card-title {
  z-index: 1;
}
.cid-uGbLerRW7c .num {
  color: #8ac926;
}
.cid-uGbLerRW7c .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbLerRW7c .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbLerRW7c * {
    text-align: center !important;
  }
  .cid-uGbLerRW7c .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbLerRW7c .content-head {
  max-width: 800px;
}
.cid-uGbLes4NiI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbLes4NiI .mbr-text {
  color: #000000;
}
.cid-uGbLes4NiI .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbLes4NiI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbLes4NiI .mbr-text,
.cid-uGbLes4NiI .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbLes4NiI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbLes4NiI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbLes4NiI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbLesiJC0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbLesiJC0 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbLesiJC0 .social-row .soc-item {
  margin: 8px;
}
.cid-uGbLesiJC0 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbLesiJC0 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbLesiJC0 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbLesiJC0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbLesiJC0 .mbr-section-title {
  color: #ffffff;
}
.cid-uGbLesiJC0 .mbr-section-title,
.cid-uGbLesiJC0 .social-list {
  color: #000000;
}
.cid-uGbLeszH6O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbNZSvEds {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbNZSvEds .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-uGbNZSvEds .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbNZSvEds .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-uGbNZSvEds .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbNZSvEds .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbNZSvEds .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbNZSvEds .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbNZSvEds .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbNZSvEds .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbNZSvEds .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbNZSvEds .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbNZSvEds .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbNZSvEds .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbNZSvEds .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbNZSvEds .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbNZSvEds .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbNZSvEds .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbNZSvEds .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbNZSvEds .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbNZSvEds .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbNZSvEds .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbNZSvEds .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbNZSvEds .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbNZSvEds .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbNZSvEds .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbNZSvEds .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbNZSvEds .nav-item:focus,
.cid-uGbNZSvEds .nav-link:focus {
  outline: none;
}
.cid-uGbNZSvEds .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbNZSvEds .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbNZSvEds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbNZSvEds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbNZSvEds .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbNZSvEds .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbNZSvEds .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-uGbNZSvEds .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbNZSvEds .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbNZSvEds .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbNZSvEds .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbNZSvEds .navbar.collapsed {
  justify-content: center;
}
.cid-uGbNZSvEds .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbNZSvEds .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbNZSvEds .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbNZSvEds .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbNZSvEds .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbNZSvEds .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-uGbNZSvEds .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbNZSvEds .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbNZSvEds .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbNZSvEds .navbar {
    min-height: 72px;
  }
  .cid-uGbNZSvEds .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbNZSvEds .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbNZSvEds .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbNZSvEds .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbNZSvEds .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbNZSvEds .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-uGbNZSvEds .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbNZSvEds .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbNZSvEds .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbNZSvEds .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbNZSvEds .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbNZSvEds .dropdown-item.active,
.cid-uGbNZSvEds .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbNZSvEds .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbNZSvEds .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbNZSvEds .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbNZSvEds .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbNZSvEds .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbNZSvEds .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbNZSvEds ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbNZSvEds .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbNZSvEds .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbNZSvEds button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbNZSvEds button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbNZSvEds button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbNZSvEds button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbNZSvEds button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbNZSvEds button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbNZSvEds nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbNZSvEds nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbNZSvEds nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbNZSvEds nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbNZSvEds .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbNZSvEds a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbNZSvEds .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-uGbNZSvEds .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbNZSvEds .navbar {
    height: 70px;
  }
  .cid-uGbNZSvEds .navbar.opened {
    height: auto;
  }
  .cid-uGbNZSvEds .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbNZSvEds .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbNZSvEds .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbNZSvEds .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbNZSvEds .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-uGbNZSvEds .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbNZSvEds .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbNZSvEds .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbNZSvEds .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbNZSvEds .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbNZSvEds .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbNZSvEds .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbNZSvEds .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-uGbNZSvEds .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbNZSvEds .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbNZSvEds .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-uGbNZSvEds .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbNZSvEds .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-uGbNZSvEds .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbNZSvEds .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGbNZTaL9c {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGbNZTaL9c {
    align-items: flex-end;
  }
  .cid-uGbNZTaL9c .row {
    justify-content: flex-start;
  }
  .cid-uGbNZTaL9c .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGbNZTaL9c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGbNZTaL9c {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGbNZTaL9c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGbNZTaL9c .content-wrap {
    width: 100%;
  }
}
.cid-uGbNZTaL9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbNZTaL9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbNZTaL9c .mbr-section-title,
.cid-uGbNZTaL9c .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGbNZTaL9c .mbr-text,
.cid-uGbNZTaL9c .mbr-section-btn {
  text-align: center;
}
.cid-uGbNZTaL9c .mbr-section-title {
  color: #FF595E;
}
.cid-uGbNZTaL9c .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbNZTtkjs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbNZTtkjs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbNZTtkjs .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbNZTtkjs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbNZTtkjs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbNZTtkjs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbNZTtkjs .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbNZTtkjs .carousel-control,
.cid-uGbNZTtkjs .close {
  background: #1b1b1b;
}
.cid-uGbNZTtkjs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbNZTtkjs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbNZTtkjs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbNZTtkjs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbNZTtkjs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbNZTtkjs .close::before {
  content: '\e91a';
}
.cid-uGbNZTtkjs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbNZTtkjs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbNZTtkjs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbNZTtkjs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbNZTtkjs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbNZTtkjs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbNZTtkjs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbNZTtkjs .carousel-indicators li.active,
.cid-uGbNZTtkjs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbNZTtkjs .carousel-indicators li::after,
.cid-uGbNZTtkjs .carousel-indicators li::before {
  content: none;
}
.cid-uGbNZTtkjs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbNZTtkjs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbNZTtkjs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbNZTtkjs .carousel-indicators {
    display: none;
  }
}
.cid-uGbNZTtkjs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbNZTtkjs .carousel-inner > .active {
  display: block;
}
.cid-uGbNZTtkjs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbNZTtkjs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbNZTtkjs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbNZTtkjs .carousel-control,
  .cid-uGbNZTtkjs .carousel-indicators,
  .cid-uGbNZTtkjs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbNZTtkjs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbNZTtkjs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbNZTtkjs .carousel-indicators .active,
.cid-uGbNZTtkjs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbNZTtkjs .carousel-indicators .active {
  background: #fff;
}
.cid-uGbNZTtkjs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbNZTtkjs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbNZTtkjs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbNZTtkjs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbNZTtkjs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbNZTtkjs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbNZTtkjs .carousel {
  width: 100%;
}
.cid-uGbNZTtkjs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbNZTtkjs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbNZTtkjs .modal.fade .modal-dialog,
.cid-uGbNZTtkjs .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbNZTtkjs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbNZTtkjs .content-head {
  max-width: 800px;
}
.cid-uGbNZTKaN4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbNZTKaN4 .video-wrapper iframe {
  width: 100%;
}
.cid-uGbNZTKaN4 .mbr-section-title,
.cid-uGbNZTKaN4 .mbr-section-subtitle,
.cid-uGbNZTKaN4 .mbr-text {
  text-align: center;
}
.cid-uGbNZUb2Y5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbNZUb2Y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbNZUb2Y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbNZUb2Y5 .title .num {
  width: 100%;
  display: block;
}
.cid-uGbNZUb2Y5 .title .card-title {
  z-index: 1;
}
.cid-uGbNZUb2Y5 .num {
  color: #8ac926;
}
.cid-uGbNZUb2Y5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbNZUb2Y5 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbNZUb2Y5 * {
    text-align: center !important;
  }
  .cid-uGbNZUb2Y5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbNZUb2Y5 .content-head {
  max-width: 800px;
}
.cid-uGbNZUoJFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbNZUoJFT .mbr-text {
  color: #000000;
}
.cid-uGbNZUoJFT .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbNZUoJFT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbNZUoJFT .mbr-text,
.cid-uGbNZUoJFT .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbNZUoJFT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbNZUoJFT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbNZUoJFT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbNZUCC4j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbNZUCC4j .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbNZUCC4j .social-row .soc-item {
  margin: 8px;
}
.cid-uGbNZUCC4j .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbNZUCC4j .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbNZUCC4j .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbNZUCC4j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbNZUCC4j .mbr-section-title {
  color: #ffffff;
}
.cid-uGbNZUCC4j .mbr-section-title,
.cid-uGbNZUCC4j .social-list {
  color: #000000;
}
.cid-uGbNZUPsYY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbQ2zmQcP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbQ2zmQcP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbQ2zmQcP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbQ2zmQcP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbQ2zmQcP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbQ2zmQcP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbQ2zmQcP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbQ2zmQcP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbQ2zmQcP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbQ2zmQcP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbQ2zmQcP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbQ2zmQcP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbQ2zmQcP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbQ2zmQcP .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbQ2zmQcP .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbQ2zmQcP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbQ2zmQcP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbQ2zmQcP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbQ2zmQcP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbQ2zmQcP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbQ2zmQcP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbQ2zmQcP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbQ2zmQcP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbQ2zmQcP .nav-item:focus,
.cid-uGbQ2zmQcP .nav-link:focus {
  outline: none;
}
.cid-uGbQ2zmQcP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbQ2zmQcP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbQ2zmQcP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbQ2zmQcP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbQ2zmQcP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbQ2zmQcP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbQ2zmQcP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbQ2zmQcP .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbQ2zmQcP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbQ2zmQcP .navbar.collapsed {
  justify-content: center;
}
.cid-uGbQ2zmQcP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbQ2zmQcP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbQ2zmQcP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbQ2zmQcP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbQ2zmQcP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbQ2zmQcP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbQ2zmQcP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbQ2zmQcP .navbar {
    min-height: 72px;
  }
  .cid-uGbQ2zmQcP .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbQ2zmQcP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbQ2zmQcP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbQ2zmQcP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbQ2zmQcP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbQ2zmQcP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbQ2zmQcP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbQ2zmQcP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbQ2zmQcP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbQ2zmQcP .dropdown-item.active,
.cid-uGbQ2zmQcP .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbQ2zmQcP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbQ2zmQcP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbQ2zmQcP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbQ2zmQcP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbQ2zmQcP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbQ2zmQcP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbQ2zmQcP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbQ2zmQcP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbQ2zmQcP .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbQ2zmQcP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbQ2zmQcP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbQ2zmQcP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbQ2zmQcP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbQ2zmQcP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbQ2zmQcP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbQ2zmQcP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbQ2zmQcP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbQ2zmQcP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbQ2zmQcP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbQ2zmQcP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbQ2zmQcP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbQ2zmQcP .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-uGbQ2zmQcP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbQ2zmQcP .navbar {
    height: 70px;
  }
  .cid-uGbQ2zmQcP .navbar.opened {
    height: auto;
  }
  .cid-uGbQ2zmQcP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbQ2zmQcP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbQ2zmQcP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbQ2zmQcP .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbQ2zmQcP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbQ2zmQcP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbQ2zmQcP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbQ2zmQcP .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-uGbQ2zmQcP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbQ2zmQcP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGbQ2zZZzk {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGbQ2zZZzk {
    align-items: flex-end;
  }
  .cid-uGbQ2zZZzk .row {
    justify-content: flex-start;
  }
  .cid-uGbQ2zZZzk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGbQ2zZZzk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGbQ2zZZzk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGbQ2zZZzk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGbQ2zZZzk .content-wrap {
    width: 100%;
  }
}
.cid-uGbQ2zZZzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbQ2zZZzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbQ2zZZzk .mbr-section-title,
.cid-uGbQ2zZZzk .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGbQ2zZZzk .mbr-text,
.cid-uGbQ2zZZzk .mbr-section-btn {
  text-align: center;
}
.cid-uGbQ2zZZzk .mbr-section-title {
  color: #FF595E;
}
.cid-uGbQ2zZZzk .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbQ2AhCnQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbQ2AhCnQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbQ2AhCnQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbQ2AhCnQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbQ2AhCnQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbQ2AhCnQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbQ2AhCnQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbQ2AhCnQ .carousel-control,
.cid-uGbQ2AhCnQ .close {
  background: #1b1b1b;
}
.cid-uGbQ2AhCnQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbQ2AhCnQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbQ2AhCnQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbQ2AhCnQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbQ2AhCnQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbQ2AhCnQ .close::before {
  content: '\e91a';
}
.cid-uGbQ2AhCnQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbQ2AhCnQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbQ2AhCnQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbQ2AhCnQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbQ2AhCnQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbQ2AhCnQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbQ2AhCnQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbQ2AhCnQ .carousel-indicators li.active,
.cid-uGbQ2AhCnQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbQ2AhCnQ .carousel-indicators li::after,
.cid-uGbQ2AhCnQ .carousel-indicators li::before {
  content: none;
}
.cid-uGbQ2AhCnQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbQ2AhCnQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbQ2AhCnQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbQ2AhCnQ .carousel-indicators {
    display: none;
  }
}
.cid-uGbQ2AhCnQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbQ2AhCnQ .carousel-inner > .active {
  display: block;
}
.cid-uGbQ2AhCnQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbQ2AhCnQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbQ2AhCnQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbQ2AhCnQ .carousel-control,
  .cid-uGbQ2AhCnQ .carousel-indicators,
  .cid-uGbQ2AhCnQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbQ2AhCnQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbQ2AhCnQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbQ2AhCnQ .carousel-indicators .active,
.cid-uGbQ2AhCnQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbQ2AhCnQ .carousel-indicators .active {
  background: #fff;
}
.cid-uGbQ2AhCnQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbQ2AhCnQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbQ2AhCnQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbQ2AhCnQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbQ2AhCnQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbQ2AhCnQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbQ2AhCnQ .carousel {
  width: 100%;
}
.cid-uGbQ2AhCnQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbQ2AhCnQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbQ2AhCnQ .modal.fade .modal-dialog,
.cid-uGbQ2AhCnQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbQ2AhCnQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbQ2AhCnQ .content-head {
  max-width: 800px;
}
.cid-uGbQ2Azhzq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbQ2Azhzq .video-wrapper iframe {
  width: 100%;
}
.cid-uGbQ2Azhzq .mbr-section-title,
.cid-uGbQ2Azhzq .mbr-section-subtitle,
.cid-uGbQ2Azhzq .mbr-text {
  text-align: center;
}
.cid-uGbQ2BdebA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbQ2BdebA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbQ2BdebA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbQ2BdebA .title .num {
  width: 100%;
  display: block;
}
.cid-uGbQ2BdebA .title .card-title {
  z-index: 1;
}
.cid-uGbQ2BdebA .num {
  color: #8ac926;
}
.cid-uGbQ2BdebA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbQ2BdebA .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbQ2BdebA * {
    text-align: center !important;
  }
  .cid-uGbQ2BdebA .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbQ2BdebA .content-head {
  max-width: 800px;
}
.cid-uGbQ2BnKMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbQ2BnKMc .mbr-text {
  color: #000000;
}
.cid-uGbQ2BnKMc .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbQ2BnKMc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbQ2BnKMc .mbr-text,
.cid-uGbQ2BnKMc .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbQ2BnKMc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbQ2BnKMc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbQ2BnKMc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbQ2ByszF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbQ2ByszF .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbQ2ByszF .social-row .soc-item {
  margin: 8px;
}
.cid-uGbQ2ByszF .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbQ2ByszF .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbQ2ByszF .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbQ2ByszF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbQ2ByszF .mbr-section-title {
  color: #ffffff;
}
.cid-uGbQ2ByszF .mbr-section-title,
.cid-uGbQ2ByszF .social-list {
  color: #000000;
}
.cid-uGbQ2BMVD7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbSvn6zKa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbSvn6zKa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbSvn6zKa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbSvn6zKa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbSvn6zKa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbSvn6zKa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbSvn6zKa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbSvn6zKa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbSvn6zKa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbSvn6zKa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbSvn6zKa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbSvn6zKa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbSvn6zKa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbSvn6zKa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbSvn6zKa .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbSvn6zKa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbSvn6zKa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbSvn6zKa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbSvn6zKa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbSvn6zKa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbSvn6zKa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbSvn6zKa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbSvn6zKa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbSvn6zKa .nav-item:focus,
.cid-uGbSvn6zKa .nav-link:focus {
  outline: none;
}
.cid-uGbSvn6zKa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbSvn6zKa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbSvn6zKa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbSvn6zKa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbSvn6zKa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbSvn6zKa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbSvn6zKa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbSvn6zKa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbSvn6zKa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbSvn6zKa .navbar.collapsed {
  justify-content: center;
}
.cid-uGbSvn6zKa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbSvn6zKa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbSvn6zKa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbSvn6zKa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbSvn6zKa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbSvn6zKa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbSvn6zKa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbSvn6zKa .navbar {
    min-height: 72px;
  }
  .cid-uGbSvn6zKa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbSvn6zKa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbSvn6zKa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbSvn6zKa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbSvn6zKa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbSvn6zKa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbSvn6zKa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbSvn6zKa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbSvn6zKa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbSvn6zKa .dropdown-item.active,
.cid-uGbSvn6zKa .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbSvn6zKa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbSvn6zKa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbSvn6zKa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbSvn6zKa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbSvn6zKa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbSvn6zKa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbSvn6zKa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbSvn6zKa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbSvn6zKa .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbSvn6zKa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbSvn6zKa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbSvn6zKa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbSvn6zKa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbSvn6zKa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbSvn6zKa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbSvn6zKa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbSvn6zKa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbSvn6zKa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbSvn6zKa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbSvn6zKa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbSvn6zKa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbSvn6zKa .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-uGbSvn6zKa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbSvn6zKa .navbar {
    height: 70px;
  }
  .cid-uGbSvn6zKa .navbar.opened {
    height: auto;
  }
  .cid-uGbSvn6zKa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbSvn6zKa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbSvn6zKa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbSvn6zKa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbSvn6zKa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbSvn6zKa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbSvn6zKa .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbSvn6zKa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbSvn6zKa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbSvn6zKa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbSvn6zKa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbSvn6zKa .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-uGbSvn6zKa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbSvn6zKa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9hn4OId8 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK9hn4OId8 {
    align-items: flex-end;
  }
  .cid-uK9hn4OId8 .row {
    justify-content: flex-start;
  }
  .cid-uK9hn4OId8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK9hn4OId8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK9hn4OId8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK9hn4OId8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK9hn4OId8 .content-wrap {
    width: 100%;
  }
}
.cid-uK9hn4OId8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9hn4OId8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK9hn4OId8 .mbr-section-title,
.cid-uK9hn4OId8 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK9hn4OId8 .mbr-text,
.cid-uK9hn4OId8 .mbr-section-btn {
  text-align: center;
}
.cid-uK9hn4OId8 .mbr-section-title {
  color: #FF595E;
}
.cid-uK9hn4OId8 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbSvo7alI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbSvo7alI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbSvo7alI .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbSvo7alI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbSvo7alI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbSvo7alI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbSvo7alI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbSvo7alI .carousel-control,
.cid-uGbSvo7alI .close {
  background: #1b1b1b;
}
.cid-uGbSvo7alI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbSvo7alI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbSvo7alI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbSvo7alI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbSvo7alI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbSvo7alI .close::before {
  content: '\e91a';
}
.cid-uGbSvo7alI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbSvo7alI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbSvo7alI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbSvo7alI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbSvo7alI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbSvo7alI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbSvo7alI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbSvo7alI .carousel-indicators li.active,
.cid-uGbSvo7alI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbSvo7alI .carousel-indicators li::after,
.cid-uGbSvo7alI .carousel-indicators li::before {
  content: none;
}
.cid-uGbSvo7alI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbSvo7alI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbSvo7alI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbSvo7alI .carousel-indicators {
    display: none;
  }
}
.cid-uGbSvo7alI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbSvo7alI .carousel-inner > .active {
  display: block;
}
.cid-uGbSvo7alI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbSvo7alI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbSvo7alI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbSvo7alI .carousel-control,
  .cid-uGbSvo7alI .carousel-indicators,
  .cid-uGbSvo7alI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbSvo7alI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbSvo7alI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbSvo7alI .carousel-indicators .active,
.cid-uGbSvo7alI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbSvo7alI .carousel-indicators .active {
  background: #fff;
}
.cid-uGbSvo7alI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbSvo7alI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbSvo7alI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbSvo7alI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbSvo7alI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbSvo7alI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbSvo7alI .carousel {
  width: 100%;
}
.cid-uGbSvo7alI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbSvo7alI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbSvo7alI .modal.fade .modal-dialog,
.cid-uGbSvo7alI .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbSvo7alI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbSvo7alI .content-head {
  max-width: 800px;
}
.cid-uGbSvom4pY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbSvom4pY .video-wrapper iframe {
  width: 100%;
}
.cid-uGbSvom4pY .mbr-section-title,
.cid-uGbSvom4pY .mbr-section-subtitle,
.cid-uGbSvom4pY .mbr-text {
  text-align: center;
}
.cid-uGbSvoPuKO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbSvoPuKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbSvoPuKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbSvoPuKO .title .num {
  width: 100%;
  display: block;
}
.cid-uGbSvoPuKO .title .card-title {
  z-index: 1;
}
.cid-uGbSvoPuKO .num {
  color: #8ac926;
}
.cid-uGbSvoPuKO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbSvoPuKO .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbSvoPuKO * {
    text-align: center !important;
  }
  .cid-uGbSvoPuKO .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbSvoPuKO .content-head {
  max-width: 800px;
}
.cid-uGbSvp1Il7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbSvp1Il7 .mbr-text {
  color: #000000;
}
.cid-uGbSvp1Il7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbSvp1Il7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbSvp1Il7 .mbr-text,
.cid-uGbSvp1Il7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbSvp1Il7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbSvp1Il7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbSvp1Il7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbSvpeZwJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbSvpeZwJ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbSvpeZwJ .social-row .soc-item {
  margin: 8px;
}
.cid-uGbSvpeZwJ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbSvpeZwJ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbSvpeZwJ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbSvpeZwJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbSvpeZwJ .mbr-section-title {
  color: #ffffff;
}
.cid-uGbSvpeZwJ .mbr-section-title,
.cid-uGbSvpeZwJ .social-list {
  color: #000000;
}
.cid-uGbSvpt3oJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbV6gW2Aq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbV6gW2Aq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbV6gW2Aq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbV6gW2Aq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbV6gW2Aq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbV6gW2Aq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbV6gW2Aq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbV6gW2Aq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbV6gW2Aq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbV6gW2Aq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbV6gW2Aq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbV6gW2Aq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbV6gW2Aq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbV6gW2Aq .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbV6gW2Aq .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbV6gW2Aq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbV6gW2Aq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbV6gW2Aq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbV6gW2Aq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbV6gW2Aq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbV6gW2Aq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbV6gW2Aq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbV6gW2Aq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbV6gW2Aq .nav-item:focus,
.cid-uGbV6gW2Aq .nav-link:focus {
  outline: none;
}
.cid-uGbV6gW2Aq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbV6gW2Aq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbV6gW2Aq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbV6gW2Aq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbV6gW2Aq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbV6gW2Aq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbV6gW2Aq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbV6gW2Aq .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbV6gW2Aq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbV6gW2Aq .navbar.collapsed {
  justify-content: center;
}
.cid-uGbV6gW2Aq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbV6gW2Aq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbV6gW2Aq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbV6gW2Aq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbV6gW2Aq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbV6gW2Aq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbV6gW2Aq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbV6gW2Aq .navbar {
    min-height: 72px;
  }
  .cid-uGbV6gW2Aq .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbV6gW2Aq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbV6gW2Aq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbV6gW2Aq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbV6gW2Aq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbV6gW2Aq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbV6gW2Aq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbV6gW2Aq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbV6gW2Aq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbV6gW2Aq .dropdown-item.active,
.cid-uGbV6gW2Aq .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbV6gW2Aq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbV6gW2Aq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbV6gW2Aq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbV6gW2Aq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbV6gW2Aq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbV6gW2Aq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbV6gW2Aq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbV6gW2Aq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbV6gW2Aq .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbV6gW2Aq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbV6gW2Aq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbV6gW2Aq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbV6gW2Aq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbV6gW2Aq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbV6gW2Aq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbV6gW2Aq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbV6gW2Aq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbV6gW2Aq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbV6gW2Aq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbV6gW2Aq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbV6gW2Aq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbV6gW2Aq .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-uGbV6gW2Aq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbV6gW2Aq .navbar {
    height: 70px;
  }
  .cid-uGbV6gW2Aq .navbar.opened {
    height: auto;
  }
  .cid-uGbV6gW2Aq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbV6gW2Aq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbV6gW2Aq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbV6gW2Aq .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbV6gW2Aq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbV6gW2Aq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbV6gW2Aq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbV6gW2Aq .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-uGbV6gW2Aq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbV6gW2Aq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQ4yXDrt6R {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uQ4yXDrt6R {
    align-items: flex-end;
  }
  .cid-uQ4yXDrt6R .row {
    justify-content: flex-start;
  }
  .cid-uQ4yXDrt6R .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ4yXDrt6R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ4yXDrt6R {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uQ4yXDrt6R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ4yXDrt6R .content-wrap {
    width: 100%;
  }
}
.cid-uQ4yXDrt6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4yXDrt6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ4yXDrt6R .mbr-section-title,
.cid-uQ4yXDrt6R .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uQ4yXDrt6R .mbr-text,
.cid-uQ4yXDrt6R .mbr-section-btn {
  text-align: center;
}
.cid-uQ4yXDrt6R .mbr-section-title {
  color: #FF595E;
}
.cid-uQ4yXDrt6R .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbV6hTQvM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbV6hTQvM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbV6hTQvM .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbV6hTQvM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbV6hTQvM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbV6hTQvM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbV6hTQvM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbV6hTQvM .carousel-control,
.cid-uGbV6hTQvM .close {
  background: #1b1b1b;
}
.cid-uGbV6hTQvM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbV6hTQvM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbV6hTQvM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbV6hTQvM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbV6hTQvM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbV6hTQvM .close::before {
  content: '\e91a';
}
.cid-uGbV6hTQvM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbV6hTQvM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbV6hTQvM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbV6hTQvM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbV6hTQvM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbV6hTQvM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbV6hTQvM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbV6hTQvM .carousel-indicators li.active,
.cid-uGbV6hTQvM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbV6hTQvM .carousel-indicators li::after,
.cid-uGbV6hTQvM .carousel-indicators li::before {
  content: none;
}
.cid-uGbV6hTQvM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbV6hTQvM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbV6hTQvM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbV6hTQvM .carousel-indicators {
    display: none;
  }
}
.cid-uGbV6hTQvM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbV6hTQvM .carousel-inner > .active {
  display: block;
}
.cid-uGbV6hTQvM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbV6hTQvM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbV6hTQvM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbV6hTQvM .carousel-control,
  .cid-uGbV6hTQvM .carousel-indicators,
  .cid-uGbV6hTQvM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbV6hTQvM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbV6hTQvM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbV6hTQvM .carousel-indicators .active,
.cid-uGbV6hTQvM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbV6hTQvM .carousel-indicators .active {
  background: #fff;
}
.cid-uGbV6hTQvM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbV6hTQvM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbV6hTQvM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbV6hTQvM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbV6hTQvM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbV6hTQvM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbV6hTQvM .carousel {
  width: 100%;
}
.cid-uGbV6hTQvM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbV6hTQvM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbV6hTQvM .modal.fade .modal-dialog,
.cid-uGbV6hTQvM .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbV6hTQvM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbV6hTQvM .content-head {
  max-width: 800px;
}
.cid-uGbV6i8F93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbV6i8F93 .video-wrapper iframe {
  width: 100%;
}
.cid-uGbV6i8F93 .mbr-section-title,
.cid-uGbV6i8F93 .mbr-section-subtitle,
.cid-uGbV6i8F93 .mbr-text {
  text-align: center;
}
.cid-uGbV6iglMN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbV6iglMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbV6iglMN .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-uGbV6iglMN .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uGbV6iglMN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGbV6iglMN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGbV6iglMN .media-content,
.cid-uGbV6iglMN .mbr-figure {
  align-self: center;
}
.cid-uGbV6iglMN .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uGbV6iglMN .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uGbV6iglMN .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uGbV6iglMN .mbr-section-maintitle {
  text-align: center;
}
.cid-uGbV6iglMN .mbr-section-title {
  text-align: left;
}
.cid-uGbV6iglMN .mbr-text,
.cid-uGbV6iglMN .mbr-section-btn {
  text-align: left;
}
.cid-uGbV6iyopg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbV6iyopg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbV6iyopg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbV6iyopg .title .num {
  width: 100%;
  display: block;
}
.cid-uGbV6iyopg .title .card-title {
  z-index: 1;
}
.cid-uGbV6iyopg .num {
  color: #8ac926;
}
.cid-uGbV6iyopg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbV6iyopg .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbV6iyopg * {
    text-align: center !important;
  }
  .cid-uGbV6iyopg .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbV6iyopg .content-head {
  max-width: 800px;
}
.cid-uGbV6iNbny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbV6iNbny .mbr-text {
  color: #000000;
}
.cid-uGbV6iNbny .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbV6iNbny .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbV6iNbny .mbr-text,
.cid-uGbV6iNbny .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbV6iNbny .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbV6iNbny .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbV6iNbny .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbV6j16GT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbV6j16GT .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbV6j16GT .social-row .soc-item {
  margin: 8px;
}
.cid-uGbV6j16GT .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbV6j16GT .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbV6j16GT .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbV6j16GT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbV6j16GT .mbr-section-title {
  color: #ffffff;
}
.cid-uGbV6j16GT .mbr-section-title,
.cid-uGbV6j16GT .social-list {
  color: #000000;
}
.cid-uGbV6jgATm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbXZeDPTV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbXZeDPTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbXZeDPTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbXZeDPTV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbXZeDPTV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbXZeDPTV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbXZeDPTV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbXZeDPTV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbXZeDPTV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbXZeDPTV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbXZeDPTV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbXZeDPTV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbXZeDPTV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbXZeDPTV .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbXZeDPTV .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbXZeDPTV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbXZeDPTV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbXZeDPTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbXZeDPTV .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbXZeDPTV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbXZeDPTV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbXZeDPTV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbXZeDPTV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbXZeDPTV .nav-item:focus,
.cid-uGbXZeDPTV .nav-link:focus {
  outline: none;
}
.cid-uGbXZeDPTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbXZeDPTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbXZeDPTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbXZeDPTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbXZeDPTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbXZeDPTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbXZeDPTV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbXZeDPTV .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbXZeDPTV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbXZeDPTV .navbar.collapsed {
  justify-content: center;
}
.cid-uGbXZeDPTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbXZeDPTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbXZeDPTV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbXZeDPTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbXZeDPTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbXZeDPTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbXZeDPTV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbXZeDPTV .navbar {
    min-height: 72px;
  }
  .cid-uGbXZeDPTV .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbXZeDPTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbXZeDPTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbXZeDPTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbXZeDPTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbXZeDPTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbXZeDPTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbXZeDPTV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbXZeDPTV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbXZeDPTV .dropdown-item.active,
.cid-uGbXZeDPTV .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbXZeDPTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbXZeDPTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbXZeDPTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbXZeDPTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbXZeDPTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbXZeDPTV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbXZeDPTV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbXZeDPTV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbXZeDPTV .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbXZeDPTV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbXZeDPTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbXZeDPTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbXZeDPTV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbXZeDPTV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbXZeDPTV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbXZeDPTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbXZeDPTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbXZeDPTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbXZeDPTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbXZeDPTV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbXZeDPTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbXZeDPTV .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-uGbXZeDPTV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbXZeDPTV .navbar {
    height: 70px;
  }
  .cid-uGbXZeDPTV .navbar.opened {
    height: auto;
  }
  .cid-uGbXZeDPTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbXZeDPTV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbXZeDPTV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbXZeDPTV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbXZeDPTV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbXZeDPTV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbXZeDPTV .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbXZeDPTV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbXZeDPTV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbXZeDPTV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbXZeDPTV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbXZeDPTV .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-uGbXZeDPTV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbXZeDPTV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK90aLBehq {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK90aLBehq {
    align-items: flex-end;
  }
  .cid-uK90aLBehq .row {
    justify-content: flex-start;
  }
  .cid-uK90aLBehq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK90aLBehq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK90aLBehq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK90aLBehq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK90aLBehq .content-wrap {
    width: 100%;
  }
}
.cid-uK90aLBehq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK90aLBehq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK90aLBehq .mbr-section-title,
.cid-uK90aLBehq .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK90aLBehq .mbr-text,
.cid-uK90aLBehq .mbr-section-btn {
  text-align: center;
}
.cid-uK90aLBehq .mbr-section-title {
  color: #FF595E;
}
.cid-uK90aLBehq .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbXZfxoqm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbXZfxoqm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbXZfxoqm .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbXZfxoqm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbXZfxoqm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbXZfxoqm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbXZfxoqm .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbXZfxoqm .carousel-control,
.cid-uGbXZfxoqm .close {
  background: #1b1b1b;
}
.cid-uGbXZfxoqm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbXZfxoqm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbXZfxoqm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbXZfxoqm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbXZfxoqm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbXZfxoqm .close::before {
  content: '\e91a';
}
.cid-uGbXZfxoqm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbXZfxoqm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbXZfxoqm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbXZfxoqm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbXZfxoqm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbXZfxoqm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbXZfxoqm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbXZfxoqm .carousel-indicators li.active,
.cid-uGbXZfxoqm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbXZfxoqm .carousel-indicators li::after,
.cid-uGbXZfxoqm .carousel-indicators li::before {
  content: none;
}
.cid-uGbXZfxoqm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbXZfxoqm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbXZfxoqm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbXZfxoqm .carousel-indicators {
    display: none;
  }
}
.cid-uGbXZfxoqm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbXZfxoqm .carousel-inner > .active {
  display: block;
}
.cid-uGbXZfxoqm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbXZfxoqm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbXZfxoqm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbXZfxoqm .carousel-control,
  .cid-uGbXZfxoqm .carousel-indicators,
  .cid-uGbXZfxoqm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbXZfxoqm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbXZfxoqm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbXZfxoqm .carousel-indicators .active,
.cid-uGbXZfxoqm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbXZfxoqm .carousel-indicators .active {
  background: #fff;
}
.cid-uGbXZfxoqm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbXZfxoqm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbXZfxoqm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbXZfxoqm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbXZfxoqm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbXZfxoqm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbXZfxoqm .carousel {
  width: 100%;
}
.cid-uGbXZfxoqm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbXZfxoqm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbXZfxoqm .modal.fade .modal-dialog,
.cid-uGbXZfxoqm .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbXZfxoqm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbXZfxoqm .content-head {
  max-width: 800px;
}
.cid-uGbXZfJapW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbXZfJapW .video-wrapper iframe {
  width: 100%;
}
.cid-uGbXZfJapW .mbr-section-title,
.cid-uGbXZfJapW .mbr-section-subtitle,
.cid-uGbXZfJapW .mbr-text {
  text-align: center;
}
.cid-uGbXZgd78g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbXZgd78g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbXZgd78g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbXZgd78g .title .num {
  width: 100%;
  display: block;
}
.cid-uGbXZgd78g .title .card-title {
  z-index: 1;
}
.cid-uGbXZgd78g .num {
  color: #8ac926;
}
.cid-uGbXZgd78g .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbXZgd78g .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbXZgd78g * {
    text-align: center !important;
  }
  .cid-uGbXZgd78g .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbXZgd78g .content-head {
  max-width: 800px;
}
.cid-uGbXZgqRDQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbXZgqRDQ .mbr-text {
  color: #000000;
}
.cid-uGbXZgqRDQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbXZgqRDQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbXZgqRDQ .mbr-text,
.cid-uGbXZgqRDQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbXZgqRDQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbXZgqRDQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbXZgqRDQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbXZgBVOQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbXZgBVOQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbXZgBVOQ .social-row .soc-item {
  margin: 8px;
}
.cid-uGbXZgBVOQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbXZgBVOQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbXZgBVOQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbXZgBVOQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbXZgBVOQ .mbr-section-title {
  color: #ffffff;
}
.cid-uGbXZgBVOQ .mbr-section-title,
.cid-uGbXZgBVOQ .social-list {
  color: #000000;
}
.cid-uGbXZgLc6N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGbZEqITFN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGbZEqITFN .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-uGbZEqITFN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGbZEqITFN .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-uGbZEqITFN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGbZEqITFN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGbZEqITFN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGbZEqITFN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGbZEqITFN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGbZEqITFN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGbZEqITFN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGbZEqITFN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGbZEqITFN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGbZEqITFN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGbZEqITFN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGbZEqITFN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGbZEqITFN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGbZEqITFN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGbZEqITFN .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGbZEqITFN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbZEqITFN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGbZEqITFN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGbZEqITFN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGbZEqITFN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbZEqITFN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGbZEqITFN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGbZEqITFN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGbZEqITFN .nav-item:focus,
.cid-uGbZEqITFN .nav-link:focus {
  outline: none;
}
.cid-uGbZEqITFN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGbZEqITFN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGbZEqITFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGbZEqITFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGbZEqITFN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGbZEqITFN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGbZEqITFN .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-uGbZEqITFN .navbar.opened {
  transition: all 0.3s;
}
.cid-uGbZEqITFN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGbZEqITFN .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGbZEqITFN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGbZEqITFN .navbar.collapsed {
  justify-content: center;
}
.cid-uGbZEqITFN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGbZEqITFN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGbZEqITFN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGbZEqITFN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGbZEqITFN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGbZEqITFN .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-uGbZEqITFN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGbZEqITFN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGbZEqITFN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGbZEqITFN .navbar {
    min-height: 72px;
  }
  .cid-uGbZEqITFN .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbZEqITFN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGbZEqITFN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGbZEqITFN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGbZEqITFN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGbZEqITFN .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-uGbZEqITFN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGbZEqITFN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGbZEqITFN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGbZEqITFN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGbZEqITFN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGbZEqITFN .dropdown-item.active,
.cid-uGbZEqITFN .dropdown-item:active {
  background-color: transparent;
}
.cid-uGbZEqITFN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGbZEqITFN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGbZEqITFN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGbZEqITFN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGbZEqITFN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGbZEqITFN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGbZEqITFN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGbZEqITFN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGbZEqITFN .navbar-buttons {
    text-align: left;
  }
}
.cid-uGbZEqITFN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGbZEqITFN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGbZEqITFN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGbZEqITFN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbZEqITFN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGbZEqITFN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGbZEqITFN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbZEqITFN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGbZEqITFN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGbZEqITFN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGbZEqITFN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGbZEqITFN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGbZEqITFN .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-uGbZEqITFN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGbZEqITFN .navbar {
    height: 70px;
  }
  .cid-uGbZEqITFN .navbar.opened {
    height: auto;
  }
  .cid-uGbZEqITFN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGbZEqITFN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGbZEqITFN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGbZEqITFN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGbZEqITFN .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-uGbZEqITFN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGbZEqITFN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGbZEqITFN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGbZEqITFN .navbar-brand {
    margin-right: auto;
  }
  .cid-uGbZEqITFN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGbZEqITFN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGbZEqITFN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGbZEqITFN .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-uGbZEqITFN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGbZEqITFN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGbZEqITFN .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-uGbZEqITFN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGbZEqITFN .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-uGbZEqITFN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGbZEqITFN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGbZErpgof {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGbZErpgof {
    align-items: flex-end;
  }
  .cid-uGbZErpgof .row {
    justify-content: flex-start;
  }
  .cid-uGbZErpgof .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGbZErpgof .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGbZErpgof {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGbZErpgof .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGbZErpgof .content-wrap {
    width: 100%;
  }
}
.cid-uGbZErpgof .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbZErpgof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGbZErpgof .mbr-section-title,
.cid-uGbZErpgof .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGbZErpgof .mbr-text,
.cid-uGbZErpgof .mbr-section-btn {
  text-align: center;
}
.cid-uGbZErpgof .mbr-section-title {
  color: #FF595E;
}
.cid-uGbZErpgof .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGbZErKE69 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGbZErKE69 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbZErKE69 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGbZErKE69 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGbZErKE69 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGbZErKE69 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGbZErKE69 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGbZErKE69 .carousel-control,
.cid-uGbZErKE69 .close {
  background: #1b1b1b;
}
.cid-uGbZErKE69 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGbZErKE69 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGbZErKE69 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGbZErKE69 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGbZErKE69 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGbZErKE69 .close::before {
  content: '\e91a';
}
.cid-uGbZErKE69 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGbZErKE69 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGbZErKE69 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbZErKE69 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGbZErKE69 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGbZErKE69 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGbZErKE69 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGbZErKE69 .carousel-indicators li.active,
.cid-uGbZErKE69 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGbZErKE69 .carousel-indicators li::after,
.cid-uGbZErKE69 .carousel-indicators li::before {
  content: none;
}
.cid-uGbZErKE69 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGbZErKE69 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGbZErKE69 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbZErKE69 .carousel-indicators {
    display: none;
  }
}
.cid-uGbZErKE69 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGbZErKE69 .carousel-inner > .active {
  display: block;
}
.cid-uGbZErKE69 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGbZErKE69 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGbZErKE69 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGbZErKE69 .carousel-control,
  .cid-uGbZErKE69 .carousel-indicators,
  .cid-uGbZErKE69 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGbZErKE69 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGbZErKE69 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGbZErKE69 .carousel-indicators .active,
.cid-uGbZErKE69 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGbZErKE69 .carousel-indicators .active {
  background: #fff;
}
.cid-uGbZErKE69 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGbZErKE69 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGbZErKE69 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGbZErKE69 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGbZErKE69 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGbZErKE69 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGbZErKE69 .carousel {
  width: 100%;
}
.cid-uGbZErKE69 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGbZErKE69 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGbZErKE69 .modal.fade .modal-dialog,
.cid-uGbZErKE69 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGbZErKE69 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGbZErKE69 .content-head {
  max-width: 800px;
}
.cid-uGbZEs1IgQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGbZEs1IgQ .video-wrapper iframe {
  width: 100%;
}
.cid-uGbZEs1IgQ .mbr-section-title,
.cid-uGbZEs1IgQ .mbr-section-subtitle,
.cid-uGbZEs1IgQ .mbr-text {
  text-align: center;
}
.cid-uGbZEsHsVS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGbZEsHsVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbZEsHsVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbZEsHsVS .title .num {
  width: 100%;
  display: block;
}
.cid-uGbZEsHsVS .title .card-title {
  z-index: 1;
}
.cid-uGbZEsHsVS .num {
  color: #8ac926;
}
.cid-uGbZEsHsVS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGbZEsHsVS .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbZEsHsVS * {
    text-align: center !important;
  }
  .cid-uGbZEsHsVS .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGbZEsHsVS .content-head {
  max-width: 800px;
}
.cid-uGbZEsViVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGbZEsViVH .mbr-text {
  color: #000000;
}
.cid-uGbZEsViVH .mbr-section-subtitle {
  color: #000000;
}
.cid-uGbZEsViVH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGbZEsViVH .mbr-text,
.cid-uGbZEsViVH .item .mbr-section-btn {
  text-align: left;
}
.cid-uGbZEsViVH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGbZEsViVH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbZEsViVH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGbZEteFDr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGbZEteFDr .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGbZEteFDr .social-row .soc-item {
  margin: 8px;
}
.cid-uGbZEteFDr .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGbZEteFDr .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGbZEteFDr .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGbZEteFDr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbZEteFDr .mbr-section-title {
  color: #ffffff;
}
.cid-uGbZEteFDr .mbr-section-title,
.cid-uGbZEteFDr .social-list {
  color: #000000;
}
.cid-uGbZEtxS7o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGc10G1et7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGc10G1et7 .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-uGc10G1et7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGc10G1et7 .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-uGc10G1et7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGc10G1et7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGc10G1et7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGc10G1et7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGc10G1et7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGc10G1et7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGc10G1et7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGc10G1et7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGc10G1et7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGc10G1et7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGc10G1et7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGc10G1et7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGc10G1et7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGc10G1et7 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGc10G1et7 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGc10G1et7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGc10G1et7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGc10G1et7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGc10G1et7 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGc10G1et7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc10G1et7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGc10G1et7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGc10G1et7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGc10G1et7 .nav-item:focus,
.cid-uGc10G1et7 .nav-link:focus {
  outline: none;
}
.cid-uGc10G1et7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGc10G1et7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGc10G1et7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGc10G1et7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGc10G1et7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGc10G1et7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGc10G1et7 .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-uGc10G1et7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGc10G1et7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGc10G1et7 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGc10G1et7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGc10G1et7 .navbar.collapsed {
  justify-content: center;
}
.cid-uGc10G1et7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGc10G1et7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGc10G1et7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGc10G1et7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGc10G1et7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGc10G1et7 .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-uGc10G1et7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGc10G1et7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGc10G1et7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGc10G1et7 .navbar {
    min-height: 72px;
  }
  .cid-uGc10G1et7 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGc10G1et7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGc10G1et7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGc10G1et7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGc10G1et7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGc10G1et7 .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-uGc10G1et7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGc10G1et7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGc10G1et7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGc10G1et7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGc10G1et7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGc10G1et7 .dropdown-item.active,
.cid-uGc10G1et7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGc10G1et7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGc10G1et7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGc10G1et7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGc10G1et7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGc10G1et7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGc10G1et7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGc10G1et7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGc10G1et7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGc10G1et7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uGc10G1et7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGc10G1et7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGc10G1et7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGc10G1et7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGc10G1et7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGc10G1et7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGc10G1et7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGc10G1et7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGc10G1et7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGc10G1et7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGc10G1et7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGc10G1et7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGc10G1et7 .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-uGc10G1et7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGc10G1et7 .navbar {
    height: 70px;
  }
  .cid-uGc10G1et7 .navbar.opened {
    height: auto;
  }
  .cid-uGc10G1et7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGc10G1et7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGc10G1et7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGc10G1et7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGc10G1et7 .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-uGc10G1et7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGc10G1et7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGc10G1et7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGc10G1et7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uGc10G1et7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGc10G1et7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGc10G1et7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGc10G1et7 .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-uGc10G1et7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGc10G1et7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGc10G1et7 .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-uGc10G1et7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGc10G1et7 .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-uGc10G1et7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGc10G1et7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGc10GHXC6 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGc10GHXC6 {
    align-items: flex-end;
  }
  .cid-uGc10GHXC6 .row {
    justify-content: flex-start;
  }
  .cid-uGc10GHXC6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGc10GHXC6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGc10GHXC6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGc10GHXC6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGc10GHXC6 .content-wrap {
    width: 100%;
  }
}
.cid-uGc10GHXC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGc10GHXC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGc10GHXC6 .mbr-section-title,
.cid-uGc10GHXC6 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGc10GHXC6 .mbr-text,
.cid-uGc10GHXC6 .mbr-section-btn {
  text-align: center;
}
.cid-uGc10GHXC6 .mbr-section-title {
  color: #FF595E;
}
.cid-uGc10GHXC6 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGc10H14t5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGc10H14t5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGc10H14t5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGc10H14t5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGc10H14t5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGc10H14t5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGc10H14t5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGc10H14t5 .carousel-control,
.cid-uGc10H14t5 .close {
  background: #1b1b1b;
}
.cid-uGc10H14t5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGc10H14t5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGc10H14t5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGc10H14t5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGc10H14t5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGc10H14t5 .close::before {
  content: '\e91a';
}
.cid-uGc10H14t5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGc10H14t5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGc10H14t5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGc10H14t5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGc10H14t5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGc10H14t5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGc10H14t5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGc10H14t5 .carousel-indicators li.active,
.cid-uGc10H14t5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGc10H14t5 .carousel-indicators li::after,
.cid-uGc10H14t5 .carousel-indicators li::before {
  content: none;
}
.cid-uGc10H14t5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGc10H14t5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGc10H14t5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc10H14t5 .carousel-indicators {
    display: none;
  }
}
.cid-uGc10H14t5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGc10H14t5 .carousel-inner > .active {
  display: block;
}
.cid-uGc10H14t5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGc10H14t5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGc10H14t5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGc10H14t5 .carousel-control,
  .cid-uGc10H14t5 .carousel-indicators,
  .cid-uGc10H14t5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGc10H14t5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGc10H14t5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGc10H14t5 .carousel-indicators .active,
.cid-uGc10H14t5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGc10H14t5 .carousel-indicators .active {
  background: #fff;
}
.cid-uGc10H14t5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGc10H14t5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGc10H14t5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGc10H14t5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGc10H14t5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGc10H14t5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGc10H14t5 .carousel {
  width: 100%;
}
.cid-uGc10H14t5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGc10H14t5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGc10H14t5 .modal.fade .modal-dialog,
.cid-uGc10H14t5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGc10H14t5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGc10H14t5 .content-head {
  max-width: 800px;
}
.cid-uGc10HiaVw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGc10HiaVw .video-wrapper iframe {
  width: 100%;
}
.cid-uGc10HiaVw .mbr-section-title,
.cid-uGc10HiaVw .mbr-section-subtitle,
.cid-uGc10HiaVw .mbr-text {
  text-align: center;
}
.cid-uGc10HqMcK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGc10HqMcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGc10HqMcK .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-uGc10HqMcK .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uGc10HqMcK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uGc10HqMcK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGc10HqMcK .media-content,
.cid-uGc10HqMcK .mbr-figure {
  align-self: center;
}
.cid-uGc10HqMcK .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uGc10HqMcK .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uGc10HqMcK .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uGc10HqMcK .mbr-section-maintitle {
  text-align: center;
}
.cid-uGc10HqMcK .mbr-section-title {
  text-align: left;
}
.cid-uGc10HqMcK .mbr-text,
.cid-uGc10HqMcK .mbr-section-btn {
  text-align: left;
}
.cid-uGc10HIRIk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGc10HIRIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGc10HIRIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGc10HIRIk .title .num {
  width: 100%;
  display: block;
}
.cid-uGc10HIRIk .title .card-title {
  z-index: 1;
}
.cid-uGc10HIRIk .num {
  color: #8ac926;
}
.cid-uGc10HIRIk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGc10HIRIk .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc10HIRIk * {
    text-align: center !important;
  }
  .cid-uGc10HIRIk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGc10HIRIk .content-head {
  max-width: 800px;
}
.cid-uGc10HU9IQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGc10HU9IQ .mbr-text {
  color: #000000;
}
.cid-uGc10HU9IQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uGc10HU9IQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGc10HU9IQ .mbr-text,
.cid-uGc10HU9IQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uGc10HU9IQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGc10HU9IQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc10HU9IQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGc10IaCP2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGc10IaCP2 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGc10IaCP2 .social-row .soc-item {
  margin: 8px;
}
.cid-uGc10IaCP2 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGc10IaCP2 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGc10IaCP2 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGc10IaCP2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGc10IaCP2 .mbr-section-title {
  color: #ffffff;
}
.cid-uGc10IaCP2 .mbr-section-title,
.cid-uGc10IaCP2 .social-list {
  color: #000000;
}
.cid-uGc10Ir2gU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGc3Pqd7Q5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGc3Pqd7Q5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGc3Pqd7Q5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGc3Pqd7Q5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGc3Pqd7Q5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGc3Pqd7Q5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGc3Pqd7Q5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGc3Pqd7Q5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGc3Pqd7Q5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGc3Pqd7Q5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGc3Pqd7Q5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGc3Pqd7Q5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGc3Pqd7Q5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGc3Pqd7Q5 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGc3Pqd7Q5 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGc3Pqd7Q5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGc3Pqd7Q5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGc3Pqd7Q5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGc3Pqd7Q5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGc3Pqd7Q5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc3Pqd7Q5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGc3Pqd7Q5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGc3Pqd7Q5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGc3Pqd7Q5 .nav-item:focus,
.cid-uGc3Pqd7Q5 .nav-link:focus {
  outline: none;
}
.cid-uGc3Pqd7Q5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGc3Pqd7Q5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGc3Pqd7Q5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGc3Pqd7Q5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGc3Pqd7Q5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGc3Pqd7Q5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGc3Pqd7Q5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGc3Pqd7Q5 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGc3Pqd7Q5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGc3Pqd7Q5 .navbar.collapsed {
  justify-content: center;
}
.cid-uGc3Pqd7Q5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGc3Pqd7Q5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGc3Pqd7Q5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGc3Pqd7Q5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGc3Pqd7Q5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGc3Pqd7Q5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGc3Pqd7Q5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGc3Pqd7Q5 .navbar {
    min-height: 72px;
  }
  .cid-uGc3Pqd7Q5 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGc3Pqd7Q5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGc3Pqd7Q5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGc3Pqd7Q5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGc3Pqd7Q5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGc3Pqd7Q5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGc3Pqd7Q5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGc3Pqd7Q5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGc3Pqd7Q5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGc3Pqd7Q5 .dropdown-item.active,
.cid-uGc3Pqd7Q5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGc3Pqd7Q5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGc3Pqd7Q5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGc3Pqd7Q5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGc3Pqd7Q5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGc3Pqd7Q5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGc3Pqd7Q5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGc3Pqd7Q5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGc3Pqd7Q5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGc3Pqd7Q5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uGc3Pqd7Q5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGc3Pqd7Q5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGc3Pqd7Q5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGc3Pqd7Q5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGc3Pqd7Q5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGc3Pqd7Q5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGc3Pqd7Q5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGc3Pqd7Q5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGc3Pqd7Q5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGc3Pqd7Q5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGc3Pqd7Q5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGc3Pqd7Q5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGc3Pqd7Q5 .navbar {
    height: 70px;
  }
  .cid-uGc3Pqd7Q5 .navbar.opened {
    height: auto;
  }
  .cid-uGc3Pqd7Q5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGc3Pqd7Q5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGc3Pqd7Q5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGc3Pqd7Q5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uGc3Pqd7Q5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGc3Pqd7Q5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGc3Pqd7Q5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGc3Pqd7Q5 .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-uGc3Pqd7Q5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGc3Pqd7Q5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8ZFIYAEb {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK8ZFIYAEb {
    align-items: flex-end;
  }
  .cid-uK8ZFIYAEb .row {
    justify-content: flex-start;
  }
  .cid-uK8ZFIYAEb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK8ZFIYAEb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK8ZFIYAEb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK8ZFIYAEb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK8ZFIYAEb .content-wrap {
    width: 100%;
  }
}
.cid-uK8ZFIYAEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8ZFIYAEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK8ZFIYAEb .mbr-section-title,
.cid-uK8ZFIYAEb .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK8ZFIYAEb .mbr-text,
.cid-uK8ZFIYAEb .mbr-section-btn {
  text-align: center;
}
.cid-uK8ZFIYAEb .mbr-section-title {
  color: #FF595E;
}
.cid-uK8ZFIYAEb .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGc3PrDFSY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGc3PrDFSY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGc3PrDFSY .item {
    margin-bottom: 1rem;
  }
}
.cid-uGc3PrDFSY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGc3PrDFSY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGc3PrDFSY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGc3PrDFSY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGc3PrDFSY .carousel-control,
.cid-uGc3PrDFSY .close {
  background: #1b1b1b;
}
.cid-uGc3PrDFSY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGc3PrDFSY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGc3PrDFSY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGc3PrDFSY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGc3PrDFSY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGc3PrDFSY .close::before {
  content: '\e91a';
}
.cid-uGc3PrDFSY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGc3PrDFSY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGc3PrDFSY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGc3PrDFSY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGc3PrDFSY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGc3PrDFSY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGc3PrDFSY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGc3PrDFSY .carousel-indicators li.active,
.cid-uGc3PrDFSY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGc3PrDFSY .carousel-indicators li::after,
.cid-uGc3PrDFSY .carousel-indicators li::before {
  content: none;
}
.cid-uGc3PrDFSY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGc3PrDFSY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGc3PrDFSY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc3PrDFSY .carousel-indicators {
    display: none;
  }
}
.cid-uGc3PrDFSY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGc3PrDFSY .carousel-inner > .active {
  display: block;
}
.cid-uGc3PrDFSY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGc3PrDFSY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGc3PrDFSY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGc3PrDFSY .carousel-control,
  .cid-uGc3PrDFSY .carousel-indicators,
  .cid-uGc3PrDFSY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGc3PrDFSY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGc3PrDFSY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGc3PrDFSY .carousel-indicators .active,
.cid-uGc3PrDFSY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGc3PrDFSY .carousel-indicators .active {
  background: #fff;
}
.cid-uGc3PrDFSY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGc3PrDFSY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGc3PrDFSY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGc3PrDFSY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGc3PrDFSY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGc3PrDFSY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGc3PrDFSY .carousel {
  width: 100%;
}
.cid-uGc3PrDFSY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGc3PrDFSY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGc3PrDFSY .modal.fade .modal-dialog,
.cid-uGc3PrDFSY .modal.in .modal-dialog {
  transform: none;
}
.cid-uGc3PrDFSY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGc3PrDFSY .content-head {
  max-width: 800px;
}
.cid-uGc3PrVJDa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGc3PrVJDa .video-wrapper iframe {
  width: 100%;
}
.cid-uGc3PrVJDa .mbr-section-title,
.cid-uGc3PrVJDa .mbr-section-subtitle,
.cid-uGc3PrVJDa .mbr-text {
  text-align: center;
}
.cid-uGc3PsnkJG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGc3PsnkJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGc3PsnkJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGc3PsnkJG .title .num {
  width: 100%;
  display: block;
}
.cid-uGc3PsnkJG .title .card-title {
  z-index: 1;
}
.cid-uGc3PsnkJG .num {
  color: #8ac926;
}
.cid-uGc3PsnkJG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGc3PsnkJG .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc3PsnkJG * {
    text-align: center !important;
  }
  .cid-uGc3PsnkJG .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGc3PsnkJG .content-head {
  max-width: 800px;
}
.cid-uGc3PsAS2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGc3PsAS2u .mbr-text {
  color: #000000;
}
.cid-uGc3PsAS2u .mbr-section-subtitle {
  color: #000000;
}
.cid-uGc3PsAS2u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGc3PsAS2u .mbr-text,
.cid-uGc3PsAS2u .item .mbr-section-btn {
  text-align: left;
}
.cid-uGc3PsAS2u .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGc3PsAS2u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGc3PsAS2u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGc3PsNzAX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGc3PsNzAX .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGc3PsNzAX .social-row .soc-item {
  margin: 8px;
}
.cid-uGc3PsNzAX .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGc3PsNzAX .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGc3PsNzAX .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGc3PsNzAX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGc3PsNzAX .mbr-section-title {
  color: #ffffff;
}
.cid-uGc3PsNzAX .mbr-section-title,
.cid-uGc3PsNzAX .social-list {
  color: #000000;
}
.cid-uGc3Pt236l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGcanIM41w {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGcanIM41w .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-uGcanIM41w .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGcanIM41w .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-uGcanIM41w .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGcanIM41w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcanIM41w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcanIM41w .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGcanIM41w .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGcanIM41w .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGcanIM41w .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGcanIM41w .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGcanIM41w .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGcanIM41w .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGcanIM41w .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGcanIM41w .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGcanIM41w .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGcanIM41w .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGcanIM41w .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGcanIM41w .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcanIM41w .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGcanIM41w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGcanIM41w .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGcanIM41w .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcanIM41w .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGcanIM41w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcanIM41w .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGcanIM41w .nav-item:focus,
.cid-uGcanIM41w .nav-link:focus {
  outline: none;
}
.cid-uGcanIM41w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcanIM41w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcanIM41w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcanIM41w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcanIM41w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcanIM41w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcanIM41w .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-uGcanIM41w .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcanIM41w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGcanIM41w .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGcanIM41w .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGcanIM41w .navbar.collapsed {
  justify-content: center;
}
.cid-uGcanIM41w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcanIM41w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcanIM41w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGcanIM41w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcanIM41w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcanIM41w .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-uGcanIM41w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcanIM41w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcanIM41w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcanIM41w .navbar {
    min-height: 72px;
  }
  .cid-uGcanIM41w .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcanIM41w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcanIM41w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcanIM41w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcanIM41w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcanIM41w .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-uGcanIM41w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcanIM41w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGcanIM41w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcanIM41w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcanIM41w .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGcanIM41w .dropdown-item.active,
.cid-uGcanIM41w .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcanIM41w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcanIM41w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcanIM41w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcanIM41w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcanIM41w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGcanIM41w .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGcanIM41w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcanIM41w .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGcanIM41w .navbar-buttons {
    text-align: left;
  }
}
.cid-uGcanIM41w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGcanIM41w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGcanIM41w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcanIM41w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcanIM41w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcanIM41w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcanIM41w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcanIM41w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcanIM41w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcanIM41w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcanIM41w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGcanIM41w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcanIM41w .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-uGcanIM41w .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcanIM41w .navbar {
    height: 70px;
  }
  .cid-uGcanIM41w .navbar.opened {
    height: auto;
  }
  .cid-uGcanIM41w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcanIM41w .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGcanIM41w .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGcanIM41w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGcanIM41w .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-uGcanIM41w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGcanIM41w .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGcanIM41w .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGcanIM41w .navbar-brand {
    margin-right: auto;
  }
  .cid-uGcanIM41w .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGcanIM41w .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGcanIM41w .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGcanIM41w .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-uGcanIM41w .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGcanIM41w .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGcanIM41w .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-uGcanIM41w .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGcanIM41w .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-uGcanIM41w .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGcanIM41w .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGcanJnSQ4 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGcanJnSQ4 {
    align-items: flex-end;
  }
  .cid-uGcanJnSQ4 .row {
    justify-content: flex-start;
  }
  .cid-uGcanJnSQ4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGcanJnSQ4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGcanJnSQ4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGcanJnSQ4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGcanJnSQ4 .content-wrap {
    width: 100%;
  }
}
.cid-uGcanJnSQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcanJnSQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGcanJnSQ4 .mbr-section-title,
.cid-uGcanJnSQ4 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGcanJnSQ4 .mbr-text,
.cid-uGcanJnSQ4 .mbr-section-btn {
  text-align: center;
}
.cid-uGcanJnSQ4 .mbr-section-title {
  color: #FF595E;
}
.cid-uGcanJnSQ4 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGcanJHdXg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcanJHdXg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcanJHdXg .item {
    margin-bottom: 1rem;
  }
}
.cid-uGcanJHdXg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGcanJHdXg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGcanJHdXg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGcanJHdXg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGcanJHdXg .carousel-control,
.cid-uGcanJHdXg .close {
  background: #1b1b1b;
}
.cid-uGcanJHdXg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGcanJHdXg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGcanJHdXg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGcanJHdXg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGcanJHdXg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGcanJHdXg .close::before {
  content: '\e91a';
}
.cid-uGcanJHdXg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGcanJHdXg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGcanJHdXg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcanJHdXg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGcanJHdXg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGcanJHdXg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGcanJHdXg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGcanJHdXg .carousel-indicators li.active,
.cid-uGcanJHdXg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGcanJHdXg .carousel-indicators li::after,
.cid-uGcanJHdXg .carousel-indicators li::before {
  content: none;
}
.cid-uGcanJHdXg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGcanJHdXg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcanJHdXg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcanJHdXg .carousel-indicators {
    display: none;
  }
}
.cid-uGcanJHdXg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGcanJHdXg .carousel-inner > .active {
  display: block;
}
.cid-uGcanJHdXg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcanJHdXg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGcanJHdXg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGcanJHdXg .carousel-control,
  .cid-uGcanJHdXg .carousel-indicators,
  .cid-uGcanJHdXg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGcanJHdXg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGcanJHdXg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGcanJHdXg .carousel-indicators .active,
.cid-uGcanJHdXg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGcanJHdXg .carousel-indicators .active {
  background: #fff;
}
.cid-uGcanJHdXg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGcanJHdXg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGcanJHdXg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGcanJHdXg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGcanJHdXg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGcanJHdXg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGcanJHdXg .carousel {
  width: 100%;
}
.cid-uGcanJHdXg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGcanJHdXg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGcanJHdXg .modal.fade .modal-dialog,
.cid-uGcanJHdXg .modal.in .modal-dialog {
  transform: none;
}
.cid-uGcanJHdXg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGcanJHdXg .content-head {
  max-width: 800px;
}
.cid-uGcanJVmOt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGcanJVmOt .video-wrapper iframe {
  width: 100%;
}
.cid-uGcanJVmOt .mbr-section-title,
.cid-uGcanJVmOt .mbr-section-subtitle,
.cid-uGcanJVmOt .mbr-text {
  text-align: center;
}
.cid-uGcanKlwlN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGcanKlwlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcanKlwlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcanKlwlN .title .num {
  width: 100%;
  display: block;
}
.cid-uGcanKlwlN .title .card-title {
  z-index: 1;
}
.cid-uGcanKlwlN .num {
  color: #8ac926;
}
.cid-uGcanKlwlN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcanKlwlN .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcanKlwlN * {
    text-align: center !important;
  }
  .cid-uGcanKlwlN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGcanKlwlN .content-head {
  max-width: 800px;
}
.cid-uGcanKyrVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcanKyrVv .mbr-text {
  color: #000000;
}
.cid-uGcanKyrVv .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcanKyrVv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcanKyrVv .mbr-text,
.cid-uGcanKyrVv .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcanKyrVv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcanKyrVv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcanKyrVv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcanKLAGo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGcanKLAGo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGcanKLAGo .social-row .soc-item {
  margin: 8px;
}
.cid-uGcanKLAGo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGcanKLAGo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGcanKLAGo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGcanKLAGo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGcanKLAGo .mbr-section-title {
  color: #ffffff;
}
.cid-uGcanKLAGo .mbr-section-title,
.cid-uGcanKLAGo .social-list {
  color: #000000;
}
.cid-uGcanL0AbV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGcbyjVanM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGcbyjVanM .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-uGcbyjVanM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGcbyjVanM .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-uGcbyjVanM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGcbyjVanM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcbyjVanM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcbyjVanM .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGcbyjVanM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGcbyjVanM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGcbyjVanM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGcbyjVanM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGcbyjVanM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGcbyjVanM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGcbyjVanM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGcbyjVanM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGcbyjVanM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGcbyjVanM .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGcbyjVanM .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGcbyjVanM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcbyjVanM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGcbyjVanM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGcbyjVanM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGcbyjVanM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcbyjVanM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGcbyjVanM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcbyjVanM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGcbyjVanM .nav-item:focus,
.cid-uGcbyjVanM .nav-link:focus {
  outline: none;
}
.cid-uGcbyjVanM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcbyjVanM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcbyjVanM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcbyjVanM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcbyjVanM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcbyjVanM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcbyjVanM .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-uGcbyjVanM .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcbyjVanM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGcbyjVanM .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGcbyjVanM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGcbyjVanM .navbar.collapsed {
  justify-content: center;
}
.cid-uGcbyjVanM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcbyjVanM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcbyjVanM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGcbyjVanM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcbyjVanM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcbyjVanM .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-uGcbyjVanM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcbyjVanM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcbyjVanM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcbyjVanM .navbar {
    min-height: 72px;
  }
  .cid-uGcbyjVanM .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcbyjVanM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcbyjVanM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcbyjVanM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcbyjVanM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcbyjVanM .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-uGcbyjVanM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcbyjVanM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGcbyjVanM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcbyjVanM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcbyjVanM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGcbyjVanM .dropdown-item.active,
.cid-uGcbyjVanM .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcbyjVanM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcbyjVanM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcbyjVanM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcbyjVanM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcbyjVanM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGcbyjVanM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGcbyjVanM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcbyjVanM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGcbyjVanM .navbar-buttons {
    text-align: left;
  }
}
.cid-uGcbyjVanM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGcbyjVanM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGcbyjVanM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcbyjVanM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcbyjVanM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcbyjVanM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcbyjVanM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcbyjVanM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcbyjVanM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcbyjVanM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcbyjVanM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGcbyjVanM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcbyjVanM .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-uGcbyjVanM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcbyjVanM .navbar {
    height: 70px;
  }
  .cid-uGcbyjVanM .navbar.opened {
    height: auto;
  }
  .cid-uGcbyjVanM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcbyjVanM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGcbyjVanM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGcbyjVanM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGcbyjVanM .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-uGcbyjVanM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGcbyjVanM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGcbyjVanM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGcbyjVanM .navbar-brand {
    margin-right: auto;
  }
  .cid-uGcbyjVanM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGcbyjVanM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGcbyjVanM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGcbyjVanM .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-uGcbyjVanM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGcbyjVanM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGcbyjVanM .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-uGcbyjVanM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGcbyjVanM .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-uGcbyjVanM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGcbyjVanM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGcbykF4xX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGcbykF4xX {
    align-items: flex-end;
  }
  .cid-uGcbykF4xX .row {
    justify-content: flex-start;
  }
  .cid-uGcbykF4xX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGcbykF4xX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGcbykF4xX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGcbykF4xX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGcbykF4xX .content-wrap {
    width: 100%;
  }
}
.cid-uGcbykF4xX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcbykF4xX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGcbykF4xX .mbr-section-title,
.cid-uGcbykF4xX .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGcbykF4xX .mbr-text,
.cid-uGcbykF4xX .mbr-section-btn {
  text-align: center;
}
.cid-uGcbykF4xX .mbr-section-title {
  color: #FF595E;
}
.cid-uGcbykF4xX .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGcbykX3cw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcbykX3cw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcbykX3cw .item {
    margin-bottom: 1rem;
  }
}
.cid-uGcbykX3cw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGcbykX3cw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGcbykX3cw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGcbykX3cw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGcbykX3cw .carousel-control,
.cid-uGcbykX3cw .close {
  background: #1b1b1b;
}
.cid-uGcbykX3cw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGcbykX3cw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGcbykX3cw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGcbykX3cw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGcbykX3cw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGcbykX3cw .close::before {
  content: '\e91a';
}
.cid-uGcbykX3cw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGcbykX3cw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGcbykX3cw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcbykX3cw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGcbykX3cw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGcbykX3cw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGcbykX3cw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGcbykX3cw .carousel-indicators li.active,
.cid-uGcbykX3cw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGcbykX3cw .carousel-indicators li::after,
.cid-uGcbykX3cw .carousel-indicators li::before {
  content: none;
}
.cid-uGcbykX3cw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGcbykX3cw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcbykX3cw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcbykX3cw .carousel-indicators {
    display: none;
  }
}
.cid-uGcbykX3cw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGcbykX3cw .carousel-inner > .active {
  display: block;
}
.cid-uGcbykX3cw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcbykX3cw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGcbykX3cw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGcbykX3cw .carousel-control,
  .cid-uGcbykX3cw .carousel-indicators,
  .cid-uGcbykX3cw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGcbykX3cw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGcbykX3cw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGcbykX3cw .carousel-indicators .active,
.cid-uGcbykX3cw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGcbykX3cw .carousel-indicators .active {
  background: #fff;
}
.cid-uGcbykX3cw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGcbykX3cw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGcbykX3cw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGcbykX3cw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGcbykX3cw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGcbykX3cw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGcbykX3cw .carousel {
  width: 100%;
}
.cid-uGcbykX3cw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGcbykX3cw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGcbykX3cw .modal.fade .modal-dialog,
.cid-uGcbykX3cw .modal.in .modal-dialog {
  transform: none;
}
.cid-uGcbykX3cw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGcbykX3cw .content-head {
  max-width: 800px;
}
.cid-uGcbym1kqZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGcbym1kqZ .video-wrapper iframe {
  width: 100%;
}
.cid-uGcbym1kqZ .mbr-section-title,
.cid-uGcbym1kqZ .mbr-section-subtitle,
.cid-uGcbym1kqZ .mbr-text {
  text-align: center;
}
.cid-uGcbymtlws {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGcbymtlws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcbymtlws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcbymtlws .title .num {
  width: 100%;
  display: block;
}
.cid-uGcbymtlws .title .card-title {
  z-index: 1;
}
.cid-uGcbymtlws .num {
  color: #8ac926;
}
.cid-uGcbymtlws .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcbymtlws .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcbymtlws * {
    text-align: center !important;
  }
  .cid-uGcbymtlws .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGcbymtlws .content-head {
  max-width: 800px;
}
.cid-uGcbymE0Jv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcbymE0Jv .mbr-text {
  color: #000000;
}
.cid-uGcbymE0Jv .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcbymE0Jv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcbymE0Jv .mbr-text,
.cid-uGcbymE0Jv .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcbymE0Jv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcbymE0Jv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcbymE0Jv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcbymPS8N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGcbymPS8N .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGcbymPS8N .social-row .soc-item {
  margin: 8px;
}
.cid-uGcbymPS8N .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGcbymPS8N .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGcbymPS8N .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGcbymPS8N .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGcbymPS8N .mbr-section-title {
  color: #ffffff;
}
.cid-uGcbymPS8N .mbr-section-title,
.cid-uGcbymPS8N .social-list {
  color: #000000;
}
.cid-uGcbyn0yhB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGccCSQHWL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGccCSQHWL .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-uGccCSQHWL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGccCSQHWL .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-uGccCSQHWL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGccCSQHWL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGccCSQHWL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGccCSQHWL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGccCSQHWL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGccCSQHWL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGccCSQHWL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGccCSQHWL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGccCSQHWL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGccCSQHWL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGccCSQHWL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGccCSQHWL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGccCSQHWL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGccCSQHWL .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGccCSQHWL .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGccCSQHWL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGccCSQHWL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGccCSQHWL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGccCSQHWL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGccCSQHWL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGccCSQHWL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGccCSQHWL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGccCSQHWL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGccCSQHWL .nav-item:focus,
.cid-uGccCSQHWL .nav-link:focus {
  outline: none;
}
.cid-uGccCSQHWL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGccCSQHWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGccCSQHWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGccCSQHWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGccCSQHWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGccCSQHWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGccCSQHWL .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-uGccCSQHWL .navbar.opened {
  transition: all 0.3s;
}
.cid-uGccCSQHWL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGccCSQHWL .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGccCSQHWL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGccCSQHWL .navbar.collapsed {
  justify-content: center;
}
.cid-uGccCSQHWL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGccCSQHWL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGccCSQHWL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGccCSQHWL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGccCSQHWL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGccCSQHWL .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-uGccCSQHWL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGccCSQHWL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGccCSQHWL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGccCSQHWL .navbar {
    min-height: 72px;
  }
  .cid-uGccCSQHWL .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGccCSQHWL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGccCSQHWL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGccCSQHWL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGccCSQHWL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGccCSQHWL .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-uGccCSQHWL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGccCSQHWL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGccCSQHWL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGccCSQHWL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGccCSQHWL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGccCSQHWL .dropdown-item.active,
.cid-uGccCSQHWL .dropdown-item:active {
  background-color: transparent;
}
.cid-uGccCSQHWL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGccCSQHWL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGccCSQHWL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGccCSQHWL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGccCSQHWL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGccCSQHWL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGccCSQHWL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGccCSQHWL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGccCSQHWL .navbar-buttons {
    text-align: left;
  }
}
.cid-uGccCSQHWL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGccCSQHWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGccCSQHWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGccCSQHWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGccCSQHWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGccCSQHWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGccCSQHWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGccCSQHWL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGccCSQHWL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGccCSQHWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGccCSQHWL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGccCSQHWL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGccCSQHWL .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-uGccCSQHWL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGccCSQHWL .navbar {
    height: 70px;
  }
  .cid-uGccCSQHWL .navbar.opened {
    height: auto;
  }
  .cid-uGccCSQHWL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGccCSQHWL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGccCSQHWL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGccCSQHWL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGccCSQHWL .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-uGccCSQHWL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGccCSQHWL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGccCSQHWL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGccCSQHWL .navbar-brand {
    margin-right: auto;
  }
  .cid-uGccCSQHWL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGccCSQHWL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGccCSQHWL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGccCSQHWL .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-uGccCSQHWL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGccCSQHWL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGccCSQHWL .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-uGccCSQHWL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGccCSQHWL .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-uGccCSQHWL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGccCSQHWL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGccCTvXDr {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGccCTvXDr {
    align-items: flex-end;
  }
  .cid-uGccCTvXDr .row {
    justify-content: flex-start;
  }
  .cid-uGccCTvXDr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGccCTvXDr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGccCTvXDr {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGccCTvXDr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGccCTvXDr .content-wrap {
    width: 100%;
  }
}
.cid-uGccCTvXDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGccCTvXDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGccCTvXDr .mbr-section-title,
.cid-uGccCTvXDr .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGccCTvXDr .mbr-text,
.cid-uGccCTvXDr .mbr-section-btn {
  text-align: center;
}
.cid-uGccCTvXDr .mbr-section-title {
  color: #FF595E;
}
.cid-uGccCTvXDr .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGccCTPgA3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGccCTPgA3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGccCTPgA3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGccCTPgA3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGccCTPgA3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGccCTPgA3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGccCTPgA3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGccCTPgA3 .carousel-control,
.cid-uGccCTPgA3 .close {
  background: #1b1b1b;
}
.cid-uGccCTPgA3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGccCTPgA3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGccCTPgA3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGccCTPgA3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGccCTPgA3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGccCTPgA3 .close::before {
  content: '\e91a';
}
.cid-uGccCTPgA3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGccCTPgA3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGccCTPgA3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGccCTPgA3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGccCTPgA3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGccCTPgA3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGccCTPgA3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGccCTPgA3 .carousel-indicators li.active,
.cid-uGccCTPgA3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGccCTPgA3 .carousel-indicators li::after,
.cid-uGccCTPgA3 .carousel-indicators li::before {
  content: none;
}
.cid-uGccCTPgA3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGccCTPgA3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGccCTPgA3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGccCTPgA3 .carousel-indicators {
    display: none;
  }
}
.cid-uGccCTPgA3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGccCTPgA3 .carousel-inner > .active {
  display: block;
}
.cid-uGccCTPgA3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGccCTPgA3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGccCTPgA3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGccCTPgA3 .carousel-control,
  .cid-uGccCTPgA3 .carousel-indicators,
  .cid-uGccCTPgA3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGccCTPgA3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGccCTPgA3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGccCTPgA3 .carousel-indicators .active,
.cid-uGccCTPgA3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGccCTPgA3 .carousel-indicators .active {
  background: #fff;
}
.cid-uGccCTPgA3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGccCTPgA3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGccCTPgA3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGccCTPgA3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGccCTPgA3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGccCTPgA3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGccCTPgA3 .carousel {
  width: 100%;
}
.cid-uGccCTPgA3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGccCTPgA3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGccCTPgA3 .modal.fade .modal-dialog,
.cid-uGccCTPgA3 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGccCTPgA3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGccCTPgA3 .content-head {
  max-width: 800px;
}
.cid-uGccCU4Sm3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGccCU4Sm3 .video-wrapper iframe {
  width: 100%;
}
.cid-uGccCU4Sm3 .mbr-section-title,
.cid-uGccCU4Sm3 .mbr-section-subtitle,
.cid-uGccCU4Sm3 .mbr-text {
  text-align: center;
}
.cid-uGccCUCO0v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGccCUCO0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGccCUCO0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGccCUCO0v .title .num {
  width: 100%;
  display: block;
}
.cid-uGccCUCO0v .title .card-title {
  z-index: 1;
}
.cid-uGccCUCO0v .num {
  color: #8ac926;
}
.cid-uGccCUCO0v .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGccCUCO0v .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGccCUCO0v * {
    text-align: center !important;
  }
  .cid-uGccCUCO0v .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGccCUCO0v .content-head {
  max-width: 800px;
}
.cid-uGccCUP207 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGccCUP207 .mbr-text {
  color: #000000;
}
.cid-uGccCUP207 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGccCUP207 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGccCUP207 .mbr-text,
.cid-uGccCUP207 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGccCUP207 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGccCUP207 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGccCUP207 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGccCV0aBR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGccCV0aBR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGccCV0aBR .social-row .soc-item {
  margin: 8px;
}
.cid-uGccCV0aBR .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGccCV0aBR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGccCV0aBR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGccCV0aBR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGccCV0aBR .mbr-section-title {
  color: #ffffff;
}
.cid-uGccCV0aBR .mbr-section-title,
.cid-uGccCV0aBR .social-list {
  color: #000000;
}
.cid-uGccCVeZSv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGce3WfSmz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGce3WfSmz .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-uGce3WfSmz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGce3WfSmz .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-uGce3WfSmz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGce3WfSmz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGce3WfSmz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGce3WfSmz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGce3WfSmz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGce3WfSmz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGce3WfSmz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGce3WfSmz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGce3WfSmz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGce3WfSmz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGce3WfSmz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGce3WfSmz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGce3WfSmz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGce3WfSmz .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGce3WfSmz .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGce3WfSmz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGce3WfSmz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGce3WfSmz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGce3WfSmz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGce3WfSmz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGce3WfSmz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGce3WfSmz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGce3WfSmz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGce3WfSmz .nav-item:focus,
.cid-uGce3WfSmz .nav-link:focus {
  outline: none;
}
.cid-uGce3WfSmz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGce3WfSmz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGce3WfSmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGce3WfSmz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGce3WfSmz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGce3WfSmz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGce3WfSmz .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-uGce3WfSmz .navbar.opened {
  transition: all 0.3s;
}
.cid-uGce3WfSmz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGce3WfSmz .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGce3WfSmz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGce3WfSmz .navbar.collapsed {
  justify-content: center;
}
.cid-uGce3WfSmz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGce3WfSmz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGce3WfSmz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGce3WfSmz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGce3WfSmz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGce3WfSmz .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-uGce3WfSmz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGce3WfSmz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGce3WfSmz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGce3WfSmz .navbar {
    min-height: 72px;
  }
  .cid-uGce3WfSmz .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGce3WfSmz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGce3WfSmz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGce3WfSmz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGce3WfSmz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGce3WfSmz .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-uGce3WfSmz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGce3WfSmz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGce3WfSmz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGce3WfSmz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGce3WfSmz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGce3WfSmz .dropdown-item.active,
.cid-uGce3WfSmz .dropdown-item:active {
  background-color: transparent;
}
.cid-uGce3WfSmz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGce3WfSmz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGce3WfSmz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGce3WfSmz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGce3WfSmz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGce3WfSmz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGce3WfSmz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGce3WfSmz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGce3WfSmz .navbar-buttons {
    text-align: left;
  }
}
.cid-uGce3WfSmz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGce3WfSmz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGce3WfSmz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGce3WfSmz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGce3WfSmz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGce3WfSmz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGce3WfSmz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGce3WfSmz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGce3WfSmz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGce3WfSmz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGce3WfSmz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGce3WfSmz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGce3WfSmz .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-uGce3WfSmz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGce3WfSmz .navbar {
    height: 70px;
  }
  .cid-uGce3WfSmz .navbar.opened {
    height: auto;
  }
  .cid-uGce3WfSmz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGce3WfSmz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGce3WfSmz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGce3WfSmz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGce3WfSmz .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-uGce3WfSmz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGce3WfSmz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGce3WfSmz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGce3WfSmz .navbar-brand {
    margin-right: auto;
  }
  .cid-uGce3WfSmz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGce3WfSmz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGce3WfSmz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGce3WfSmz .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-uGce3WfSmz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGce3WfSmz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGce3WfSmz .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-uGce3WfSmz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGce3WfSmz .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-uGce3WfSmz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGce3WfSmz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGce3WTK42 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGce3WTK42 {
    align-items: flex-end;
  }
  .cid-uGce3WTK42 .row {
    justify-content: flex-start;
  }
  .cid-uGce3WTK42 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGce3WTK42 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGce3WTK42 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGce3WTK42 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGce3WTK42 .content-wrap {
    width: 100%;
  }
}
.cid-uGce3WTK42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGce3WTK42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGce3WTK42 .mbr-section-title,
.cid-uGce3WTK42 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGce3WTK42 .mbr-text,
.cid-uGce3WTK42 .mbr-section-btn {
  text-align: center;
}
.cid-uGce3WTK42 .mbr-section-title {
  color: #FF595E;
}
.cid-uGce3WTK42 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGce3XfHO1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGce3XfHO1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGce3XfHO1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGce3XfHO1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGce3XfHO1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGce3XfHO1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGce3XfHO1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGce3XfHO1 .carousel-control,
.cid-uGce3XfHO1 .close {
  background: #1b1b1b;
}
.cid-uGce3XfHO1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGce3XfHO1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGce3XfHO1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGce3XfHO1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGce3XfHO1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGce3XfHO1 .close::before {
  content: '\e91a';
}
.cid-uGce3XfHO1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGce3XfHO1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGce3XfHO1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGce3XfHO1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGce3XfHO1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGce3XfHO1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGce3XfHO1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGce3XfHO1 .carousel-indicators li.active,
.cid-uGce3XfHO1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGce3XfHO1 .carousel-indicators li::after,
.cid-uGce3XfHO1 .carousel-indicators li::before {
  content: none;
}
.cid-uGce3XfHO1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGce3XfHO1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGce3XfHO1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGce3XfHO1 .carousel-indicators {
    display: none;
  }
}
.cid-uGce3XfHO1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGce3XfHO1 .carousel-inner > .active {
  display: block;
}
.cid-uGce3XfHO1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGce3XfHO1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGce3XfHO1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGce3XfHO1 .carousel-control,
  .cid-uGce3XfHO1 .carousel-indicators,
  .cid-uGce3XfHO1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGce3XfHO1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGce3XfHO1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGce3XfHO1 .carousel-indicators .active,
.cid-uGce3XfHO1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGce3XfHO1 .carousel-indicators .active {
  background: #fff;
}
.cid-uGce3XfHO1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGce3XfHO1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGce3XfHO1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGce3XfHO1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGce3XfHO1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGce3XfHO1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGce3XfHO1 .carousel {
  width: 100%;
}
.cid-uGce3XfHO1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGce3XfHO1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGce3XfHO1 .modal.fade .modal-dialog,
.cid-uGce3XfHO1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGce3XfHO1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGce3XfHO1 .content-head {
  max-width: 800px;
}
.cid-uGce3XtoHt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGce3XtoHt .video-wrapper iframe {
  width: 100%;
}
.cid-uGce3XtoHt .mbr-section-title,
.cid-uGce3XtoHt .mbr-section-subtitle,
.cid-uGce3XtoHt .mbr-text {
  text-align: center;
}
.cid-uGce3XWxjv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGce3XWxjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGce3XWxjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGce3XWxjv .title .num {
  width: 100%;
  display: block;
}
.cid-uGce3XWxjv .title .card-title {
  z-index: 1;
}
.cid-uGce3XWxjv .num {
  color: #8ac926;
}
.cid-uGce3XWxjv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGce3XWxjv .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGce3XWxjv * {
    text-align: center !important;
  }
  .cid-uGce3XWxjv .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGce3XWxjv .content-head {
  max-width: 800px;
}
.cid-uGce3YbqvN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGce3YbqvN .mbr-text {
  color: #000000;
}
.cid-uGce3YbqvN .mbr-section-subtitle {
  color: #000000;
}
.cid-uGce3YbqvN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGce3YbqvN .mbr-text,
.cid-uGce3YbqvN .item .mbr-section-btn {
  text-align: left;
}
.cid-uGce3YbqvN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGce3YbqvN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGce3YbqvN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGce3YoALg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGce3YoALg .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGce3YoALg .social-row .soc-item {
  margin: 8px;
}
.cid-uGce3YoALg .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGce3YoALg .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGce3YoALg .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGce3YoALg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGce3YoALg .mbr-section-title {
  color: #ffffff;
}
.cid-uGce3YoALg .mbr-section-title,
.cid-uGce3YoALg .social-list {
  color: #000000;
}
.cid-uGce3YAwUk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGch0eqn3S {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGch0eqn3S .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-uGch0eqn3S .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGch0eqn3S .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-uGch0eqn3S .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGch0eqn3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGch0eqn3S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGch0eqn3S .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGch0eqn3S .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGch0eqn3S .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGch0eqn3S .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGch0eqn3S .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGch0eqn3S .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGch0eqn3S .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGch0eqn3S .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGch0eqn3S .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGch0eqn3S .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGch0eqn3S .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGch0eqn3S .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGch0eqn3S .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGch0eqn3S .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGch0eqn3S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGch0eqn3S .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGch0eqn3S .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGch0eqn3S .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGch0eqn3S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGch0eqn3S .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGch0eqn3S .nav-item:focus,
.cid-uGch0eqn3S .nav-link:focus {
  outline: none;
}
.cid-uGch0eqn3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGch0eqn3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGch0eqn3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGch0eqn3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGch0eqn3S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGch0eqn3S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGch0eqn3S .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-uGch0eqn3S .navbar.opened {
  transition: all 0.3s;
}
.cid-uGch0eqn3S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGch0eqn3S .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGch0eqn3S .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGch0eqn3S .navbar.collapsed {
  justify-content: center;
}
.cid-uGch0eqn3S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGch0eqn3S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGch0eqn3S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGch0eqn3S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGch0eqn3S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGch0eqn3S .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-uGch0eqn3S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGch0eqn3S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGch0eqn3S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGch0eqn3S .navbar {
    min-height: 72px;
  }
  .cid-uGch0eqn3S .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGch0eqn3S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGch0eqn3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGch0eqn3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGch0eqn3S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGch0eqn3S .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-uGch0eqn3S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGch0eqn3S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGch0eqn3S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGch0eqn3S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGch0eqn3S .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGch0eqn3S .dropdown-item.active,
.cid-uGch0eqn3S .dropdown-item:active {
  background-color: transparent;
}
.cid-uGch0eqn3S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGch0eqn3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGch0eqn3S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGch0eqn3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGch0eqn3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGch0eqn3S .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGch0eqn3S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGch0eqn3S .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGch0eqn3S .navbar-buttons {
    text-align: left;
  }
}
.cid-uGch0eqn3S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGch0eqn3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGch0eqn3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGch0eqn3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGch0eqn3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGch0eqn3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGch0eqn3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGch0eqn3S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGch0eqn3S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGch0eqn3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGch0eqn3S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGch0eqn3S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGch0eqn3S .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-uGch0eqn3S .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGch0eqn3S .navbar {
    height: 70px;
  }
  .cid-uGch0eqn3S .navbar.opened {
    height: auto;
  }
  .cid-uGch0eqn3S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGch0eqn3S .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGch0eqn3S .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGch0eqn3S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGch0eqn3S .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-uGch0eqn3S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGch0eqn3S .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGch0eqn3S .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGch0eqn3S .navbar-brand {
    margin-right: auto;
  }
  .cid-uGch0eqn3S .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGch0eqn3S .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGch0eqn3S .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGch0eqn3S .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-uGch0eqn3S .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGch0eqn3S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGch0eqn3S .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-uGch0eqn3S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGch0eqn3S .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-uGch0eqn3S .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGch0eqn3S .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGch0f3lyF {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGch0f3lyF {
    align-items: flex-end;
  }
  .cid-uGch0f3lyF .row {
    justify-content: flex-start;
  }
  .cid-uGch0f3lyF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGch0f3lyF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGch0f3lyF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGch0f3lyF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGch0f3lyF .content-wrap {
    width: 100%;
  }
}
.cid-uGch0f3lyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGch0f3lyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGch0f3lyF .mbr-section-title,
.cid-uGch0f3lyF .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGch0f3lyF .mbr-text,
.cid-uGch0f3lyF .mbr-section-btn {
  text-align: center;
}
.cid-uGch0f3lyF .mbr-section-title {
  color: #FF595E;
}
.cid-uGch0f3lyF .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGch0fmq35 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGch0fmq35 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGch0fmq35 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGch0fmq35 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGch0fmq35 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGch0fmq35 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGch0fmq35 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGch0fmq35 .carousel-control,
.cid-uGch0fmq35 .close {
  background: #1b1b1b;
}
.cid-uGch0fmq35 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGch0fmq35 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGch0fmq35 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGch0fmq35 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGch0fmq35 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGch0fmq35 .close::before {
  content: '\e91a';
}
.cid-uGch0fmq35 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGch0fmq35 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGch0fmq35 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGch0fmq35 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGch0fmq35 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGch0fmq35 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGch0fmq35 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGch0fmq35 .carousel-indicators li.active,
.cid-uGch0fmq35 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGch0fmq35 .carousel-indicators li::after,
.cid-uGch0fmq35 .carousel-indicators li::before {
  content: none;
}
.cid-uGch0fmq35 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGch0fmq35 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGch0fmq35 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGch0fmq35 .carousel-indicators {
    display: none;
  }
}
.cid-uGch0fmq35 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGch0fmq35 .carousel-inner > .active {
  display: block;
}
.cid-uGch0fmq35 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGch0fmq35 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGch0fmq35 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGch0fmq35 .carousel-control,
  .cid-uGch0fmq35 .carousel-indicators,
  .cid-uGch0fmq35 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGch0fmq35 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGch0fmq35 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGch0fmq35 .carousel-indicators .active,
.cid-uGch0fmq35 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGch0fmq35 .carousel-indicators .active {
  background: #fff;
}
.cid-uGch0fmq35 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGch0fmq35 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGch0fmq35 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGch0fmq35 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGch0fmq35 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGch0fmq35 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGch0fmq35 .carousel {
  width: 100%;
}
.cid-uGch0fmq35 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGch0fmq35 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGch0fmq35 .modal.fade .modal-dialog,
.cid-uGch0fmq35 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGch0fmq35 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGch0fmq35 .content-head {
  max-width: 800px;
}
.cid-uGch0fBjjf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGch0fBjjf .video-wrapper iframe {
  width: 100%;
}
.cid-uGch0fBjjf .mbr-section-title,
.cid-uGch0fBjjf .mbr-section-subtitle,
.cid-uGch0fBjjf .mbr-text {
  text-align: center;
}
.cid-uGch0g61wc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGch0g61wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGch0g61wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGch0g61wc .title .num {
  width: 100%;
  display: block;
}
.cid-uGch0g61wc .title .card-title {
  z-index: 1;
}
.cid-uGch0g61wc .num {
  color: #8ac926;
}
.cid-uGch0g61wc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGch0g61wc .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGch0g61wc * {
    text-align: center !important;
  }
  .cid-uGch0g61wc .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGch0g61wc .content-head {
  max-width: 800px;
}
.cid-uGch0gh2nQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGch0gh2nQ .mbr-text {
  color: #000000;
}
.cid-uGch0gh2nQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uGch0gh2nQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGch0gh2nQ .mbr-text,
.cid-uGch0gh2nQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uGch0gh2nQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGch0gh2nQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGch0gh2nQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGch0gtKem {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGch0gtKem .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGch0gtKem .social-row .soc-item {
  margin: 8px;
}
.cid-uGch0gtKem .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGch0gtKem .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGch0gtKem .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGch0gtKem .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGch0gtKem .mbr-section-title {
  color: #ffffff;
}
.cid-uGch0gtKem .mbr-section-title,
.cid-uGch0gtKem .social-list {
  color: #000000;
}
.cid-uGch0gFamN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGcih7VCQv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGcih7VCQv .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-uGcih7VCQv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGcih7VCQv .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-uGcih7VCQv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGcih7VCQv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcih7VCQv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcih7VCQv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGcih7VCQv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGcih7VCQv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGcih7VCQv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGcih7VCQv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGcih7VCQv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGcih7VCQv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGcih7VCQv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGcih7VCQv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGcih7VCQv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGcih7VCQv .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGcih7VCQv .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGcih7VCQv .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcih7VCQv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGcih7VCQv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGcih7VCQv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGcih7VCQv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcih7VCQv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGcih7VCQv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcih7VCQv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGcih7VCQv .nav-item:focus,
.cid-uGcih7VCQv .nav-link:focus {
  outline: none;
}
.cid-uGcih7VCQv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcih7VCQv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcih7VCQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcih7VCQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcih7VCQv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcih7VCQv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcih7VCQv .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-uGcih7VCQv .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcih7VCQv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGcih7VCQv .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGcih7VCQv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGcih7VCQv .navbar.collapsed {
  justify-content: center;
}
.cid-uGcih7VCQv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcih7VCQv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcih7VCQv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGcih7VCQv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcih7VCQv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcih7VCQv .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-uGcih7VCQv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcih7VCQv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcih7VCQv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcih7VCQv .navbar {
    min-height: 72px;
  }
  .cid-uGcih7VCQv .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcih7VCQv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcih7VCQv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcih7VCQv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcih7VCQv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcih7VCQv .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-uGcih7VCQv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcih7VCQv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGcih7VCQv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcih7VCQv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcih7VCQv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGcih7VCQv .dropdown-item.active,
.cid-uGcih7VCQv .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcih7VCQv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcih7VCQv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcih7VCQv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcih7VCQv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcih7VCQv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGcih7VCQv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGcih7VCQv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcih7VCQv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGcih7VCQv .navbar-buttons {
    text-align: left;
  }
}
.cid-uGcih7VCQv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGcih7VCQv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGcih7VCQv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcih7VCQv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcih7VCQv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcih7VCQv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcih7VCQv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcih7VCQv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcih7VCQv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcih7VCQv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcih7VCQv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGcih7VCQv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcih7VCQv .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-uGcih7VCQv .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcih7VCQv .navbar {
    height: 70px;
  }
  .cid-uGcih7VCQv .navbar.opened {
    height: auto;
  }
  .cid-uGcih7VCQv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcih7VCQv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGcih7VCQv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGcih7VCQv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGcih7VCQv .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-uGcih7VCQv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGcih7VCQv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGcih7VCQv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGcih7VCQv .navbar-brand {
    margin-right: auto;
  }
  .cid-uGcih7VCQv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGcih7VCQv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGcih7VCQv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGcih7VCQv .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-uGcih7VCQv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGcih7VCQv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGcih7VCQv .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-uGcih7VCQv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGcih7VCQv .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-uGcih7VCQv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGcih7VCQv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGcih8CfqC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGcih8CfqC {
    align-items: flex-end;
  }
  .cid-uGcih8CfqC .row {
    justify-content: flex-start;
  }
  .cid-uGcih8CfqC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGcih8CfqC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGcih8CfqC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGcih8CfqC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGcih8CfqC .content-wrap {
    width: 100%;
  }
}
.cid-uGcih8CfqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcih8CfqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGcih8CfqC .mbr-section-title,
.cid-uGcih8CfqC .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGcih8CfqC .mbr-text,
.cid-uGcih8CfqC .mbr-section-btn {
  text-align: center;
}
.cid-uGcih8CfqC .mbr-section-title {
  color: #FF595E;
}
.cid-uGcih8CfqC .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGcih8XSJZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcih8XSJZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcih8XSJZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uGcih8XSJZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGcih8XSJZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGcih8XSJZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGcih8XSJZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGcih8XSJZ .carousel-control,
.cid-uGcih8XSJZ .close {
  background: #1b1b1b;
}
.cid-uGcih8XSJZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGcih8XSJZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGcih8XSJZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGcih8XSJZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGcih8XSJZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGcih8XSJZ .close::before {
  content: '\e91a';
}
.cid-uGcih8XSJZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGcih8XSJZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGcih8XSJZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcih8XSJZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGcih8XSJZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGcih8XSJZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGcih8XSJZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGcih8XSJZ .carousel-indicators li.active,
.cid-uGcih8XSJZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGcih8XSJZ .carousel-indicators li::after,
.cid-uGcih8XSJZ .carousel-indicators li::before {
  content: none;
}
.cid-uGcih8XSJZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGcih8XSJZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcih8XSJZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcih8XSJZ .carousel-indicators {
    display: none;
  }
}
.cid-uGcih8XSJZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGcih8XSJZ .carousel-inner > .active {
  display: block;
}
.cid-uGcih8XSJZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcih8XSJZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGcih8XSJZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGcih8XSJZ .carousel-control,
  .cid-uGcih8XSJZ .carousel-indicators,
  .cid-uGcih8XSJZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGcih8XSJZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGcih8XSJZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGcih8XSJZ .carousel-indicators .active,
.cid-uGcih8XSJZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGcih8XSJZ .carousel-indicators .active {
  background: #fff;
}
.cid-uGcih8XSJZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGcih8XSJZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGcih8XSJZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGcih8XSJZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGcih8XSJZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGcih8XSJZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGcih8XSJZ .carousel {
  width: 100%;
}
.cid-uGcih8XSJZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGcih8XSJZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGcih8XSJZ .modal.fade .modal-dialog,
.cid-uGcih8XSJZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uGcih8XSJZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGcih8XSJZ .content-head {
  max-width: 800px;
}
.cid-uGcih9eJGZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGcih9eJGZ .video-wrapper iframe {
  width: 100%;
}
.cid-uGcih9eJGZ .mbr-section-title,
.cid-uGcih9eJGZ .mbr-section-subtitle,
.cid-uGcih9eJGZ .mbr-text {
  text-align: center;
}
.cid-uGcih9I0c9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGcih9I0c9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcih9I0c9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcih9I0c9 .title .num {
  width: 100%;
  display: block;
}
.cid-uGcih9I0c9 .title .card-title {
  z-index: 1;
}
.cid-uGcih9I0c9 .num {
  color: #8ac926;
}
.cid-uGcih9I0c9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcih9I0c9 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcih9I0c9 * {
    text-align: center !important;
  }
  .cid-uGcih9I0c9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGcih9I0c9 .content-head {
  max-width: 800px;
}
.cid-uGcih9TKE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcih9TKE2 .mbr-text {
  color: #000000;
}
.cid-uGcih9TKE2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcih9TKE2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcih9TKE2 .mbr-text,
.cid-uGcih9TKE2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcih9TKE2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcih9TKE2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcih9TKE2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGciha8nhv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGciha8nhv .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGciha8nhv .social-row .soc-item {
  margin: 8px;
}
.cid-uGciha8nhv .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGciha8nhv .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGciha8nhv .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGciha8nhv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGciha8nhv .mbr-section-title {
  color: #ffffff;
}
.cid-uGciha8nhv .mbr-section-title,
.cid-uGciha8nhv .social-list {
  color: #000000;
}
.cid-uGcihajUfl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGcjxuRVPW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGcjxuRVPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcjxuRVPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcjxuRVPW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGcjxuRVPW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGcjxuRVPW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGcjxuRVPW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGcjxuRVPW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGcjxuRVPW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGcjxuRVPW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGcjxuRVPW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGcjxuRVPW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGcjxuRVPW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGcjxuRVPW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGcjxuRVPW .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGcjxuRVPW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcjxuRVPW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGcjxuRVPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGcjxuRVPW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGcjxuRVPW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcjxuRVPW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGcjxuRVPW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcjxuRVPW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGcjxuRVPW .nav-item:focus,
.cid-uGcjxuRVPW .nav-link:focus {
  outline: none;
}
.cid-uGcjxuRVPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcjxuRVPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcjxuRVPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcjxuRVPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcjxuRVPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcjxuRVPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcjxuRVPW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGcjxuRVPW .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGcjxuRVPW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGcjxuRVPW .navbar.collapsed {
  justify-content: center;
}
.cid-uGcjxuRVPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcjxuRVPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcjxuRVPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGcjxuRVPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcjxuRVPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcjxuRVPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcjxuRVPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcjxuRVPW .navbar {
    min-height: 72px;
  }
  .cid-uGcjxuRVPW .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcjxuRVPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcjxuRVPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcjxuRVPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcjxuRVPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcjxuRVPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGcjxuRVPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcjxuRVPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcjxuRVPW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGcjxuRVPW .dropdown-item.active,
.cid-uGcjxuRVPW .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcjxuRVPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcjxuRVPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcjxuRVPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcjxuRVPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcjxuRVPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGcjxuRVPW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGcjxuRVPW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcjxuRVPW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGcjxuRVPW .navbar-buttons {
    text-align: left;
  }
}
.cid-uGcjxuRVPW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGcjxuRVPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGcjxuRVPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcjxuRVPW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcjxuRVPW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcjxuRVPW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcjxuRVPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcjxuRVPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcjxuRVPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcjxuRVPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcjxuRVPW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGcjxuRVPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcjxuRVPW .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-uGcjxuRVPW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcjxuRVPW .navbar {
    height: 70px;
  }
  .cid-uGcjxuRVPW .navbar.opened {
    height: auto;
  }
  .cid-uGcjxuRVPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcjxuRVPW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGcjxuRVPW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGcjxuRVPW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGcjxuRVPW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGcjxuRVPW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGcjxuRVPW .navbar-brand {
    margin-right: auto;
  }
  .cid-uGcjxuRVPW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGcjxuRVPW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGcjxuRVPW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGcjxuRVPW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGcjxuRVPW .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-uGcjxuRVPW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGcjxuRVPW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGcjxvxsnP {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGcjxvxsnP {
    align-items: flex-end;
  }
  .cid-uGcjxvxsnP .row {
    justify-content: flex-start;
  }
  .cid-uGcjxvxsnP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGcjxvxsnP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGcjxvxsnP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGcjxvxsnP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGcjxvxsnP .content-wrap {
    width: 100%;
  }
}
.cid-uGcjxvxsnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcjxvxsnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGcjxvxsnP .mbr-section-title,
.cid-uGcjxvxsnP .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGcjxvxsnP .mbr-text,
.cid-uGcjxvxsnP .mbr-section-btn {
  text-align: center;
}
.cid-uGcjxvxsnP .mbr-section-title {
  color: #FF595E;
}
.cid-uGcjxvxsnP .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGcjxvSEy0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcjxvSEy0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcjxvSEy0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGcjxvSEy0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGcjxvSEy0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGcjxvSEy0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGcjxvSEy0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGcjxvSEy0 .carousel-control,
.cid-uGcjxvSEy0 .close {
  background: #1b1b1b;
}
.cid-uGcjxvSEy0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGcjxvSEy0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGcjxvSEy0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGcjxvSEy0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGcjxvSEy0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGcjxvSEy0 .close::before {
  content: '\e91a';
}
.cid-uGcjxvSEy0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGcjxvSEy0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGcjxvSEy0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcjxvSEy0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGcjxvSEy0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGcjxvSEy0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGcjxvSEy0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGcjxvSEy0 .carousel-indicators li.active,
.cid-uGcjxvSEy0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGcjxvSEy0 .carousel-indicators li::after,
.cid-uGcjxvSEy0 .carousel-indicators li::before {
  content: none;
}
.cid-uGcjxvSEy0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGcjxvSEy0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcjxvSEy0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcjxvSEy0 .carousel-indicators {
    display: none;
  }
}
.cid-uGcjxvSEy0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGcjxvSEy0 .carousel-inner > .active {
  display: block;
}
.cid-uGcjxvSEy0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcjxvSEy0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGcjxvSEy0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGcjxvSEy0 .carousel-control,
  .cid-uGcjxvSEy0 .carousel-indicators,
  .cid-uGcjxvSEy0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGcjxvSEy0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGcjxvSEy0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGcjxvSEy0 .carousel-indicators .active,
.cid-uGcjxvSEy0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGcjxvSEy0 .carousel-indicators .active {
  background: #fff;
}
.cid-uGcjxvSEy0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGcjxvSEy0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGcjxvSEy0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGcjxvSEy0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGcjxvSEy0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGcjxvSEy0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGcjxvSEy0 .carousel {
  width: 100%;
}
.cid-uGcjxvSEy0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGcjxvSEy0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGcjxvSEy0 .modal.fade .modal-dialog,
.cid-uGcjxvSEy0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uGcjxvSEy0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGcjxvSEy0 .content-head {
  max-width: 800px;
}
.cid-uGcjxw7Epj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGcjxw7Epj .video-wrapper iframe {
  width: 100%;
}
.cid-uGcjxw7Epj .mbr-section-title,
.cid-uGcjxw7Epj .mbr-section-subtitle,
.cid-uGcjxw7Epj .mbr-text {
  text-align: center;
}
.cid-uGcjxwxeGz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGcjxwxeGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcjxwxeGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcjxwxeGz .title .num {
  width: 100%;
  display: block;
}
.cid-uGcjxwxeGz .title .card-title {
  z-index: 1;
}
.cid-uGcjxwxeGz .num {
  color: #8ac926;
}
.cid-uGcjxwxeGz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcjxwxeGz .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcjxwxeGz * {
    text-align: center !important;
  }
  .cid-uGcjxwxeGz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGcjxwxeGz .content-head {
  max-width: 800px;
}
.cid-uGcjxwMbt9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcjxwMbt9 .mbr-text {
  color: #000000;
}
.cid-uGcjxwMbt9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcjxwMbt9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcjxwMbt9 .mbr-text,
.cid-uGcjxwMbt9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcjxwMbt9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcjxwMbt9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcjxwMbt9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcjxwXUW3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGcjxwXUW3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGcjxwXUW3 .social-row .soc-item {
  margin: 8px;
}
.cid-uGcjxwXUW3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGcjxwXUW3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGcjxwXUW3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGcjxwXUW3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGcjxwXUW3 .mbr-section-title {
  color: #ffffff;
}
.cid-uGcjxwXUW3 .mbr-section-title,
.cid-uGcjxwXUW3 .social-list {
  color: #000000;
}
.cid-uGcjxx9YV0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGcl1UJM7i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGcl1UJM7i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcl1UJM7i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcl1UJM7i .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGcl1UJM7i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGcl1UJM7i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGcl1UJM7i .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGcl1UJM7i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGcl1UJM7i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGcl1UJM7i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGcl1UJM7i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGcl1UJM7i .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGcl1UJM7i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGcl1UJM7i .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGcl1UJM7i .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGcl1UJM7i .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcl1UJM7i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGcl1UJM7i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGcl1UJM7i .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGcl1UJM7i .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcl1UJM7i .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGcl1UJM7i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcl1UJM7i .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGcl1UJM7i .nav-item:focus,
.cid-uGcl1UJM7i .nav-link:focus {
  outline: none;
}
.cid-uGcl1UJM7i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcl1UJM7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcl1UJM7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcl1UJM7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcl1UJM7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcl1UJM7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcl1UJM7i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGcl1UJM7i .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGcl1UJM7i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGcl1UJM7i .navbar.collapsed {
  justify-content: center;
}
.cid-uGcl1UJM7i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcl1UJM7i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcl1UJM7i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGcl1UJM7i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcl1UJM7i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcl1UJM7i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcl1UJM7i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcl1UJM7i .navbar {
    min-height: 72px;
  }
  .cid-uGcl1UJM7i .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcl1UJM7i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcl1UJM7i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcl1UJM7i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcl1UJM7i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcl1UJM7i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGcl1UJM7i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcl1UJM7i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcl1UJM7i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGcl1UJM7i .dropdown-item.active,
.cid-uGcl1UJM7i .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcl1UJM7i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcl1UJM7i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcl1UJM7i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcl1UJM7i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcl1UJM7i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGcl1UJM7i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGcl1UJM7i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcl1UJM7i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGcl1UJM7i .navbar-buttons {
    text-align: left;
  }
}
.cid-uGcl1UJM7i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGcl1UJM7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGcl1UJM7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcl1UJM7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcl1UJM7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcl1UJM7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcl1UJM7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcl1UJM7i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcl1UJM7i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcl1UJM7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcl1UJM7i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGcl1UJM7i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcl1UJM7i .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-uGcl1UJM7i .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcl1UJM7i .navbar {
    height: 70px;
  }
  .cid-uGcl1UJM7i .navbar.opened {
    height: auto;
  }
  .cid-uGcl1UJM7i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcl1UJM7i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGcl1UJM7i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGcl1UJM7i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGcl1UJM7i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGcl1UJM7i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGcl1UJM7i .navbar-brand {
    margin-right: auto;
  }
  .cid-uGcl1UJM7i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGcl1UJM7i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGcl1UJM7i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGcl1UJM7i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGcl1UJM7i .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-uGcl1UJM7i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGcl1UJM7i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGcl1VtNh2 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uGcl1VtNh2 {
    align-items: flex-end;
  }
  .cid-uGcl1VtNh2 .row {
    justify-content: flex-start;
  }
  .cid-uGcl1VtNh2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGcl1VtNh2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGcl1VtNh2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGcl1VtNh2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGcl1VtNh2 .content-wrap {
    width: 100%;
  }
}
.cid-uGcl1VtNh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcl1VtNh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGcl1VtNh2 .mbr-section-title,
.cid-uGcl1VtNh2 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uGcl1VtNh2 .mbr-text,
.cid-uGcl1VtNh2 .mbr-section-btn {
  text-align: center;
}
.cid-uGcl1VtNh2 .mbr-section-title {
  color: #FF595E;
}
.cid-uGcl1VtNh2 .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGcl1VPB2p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcl1VPB2p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcl1VPB2p .item {
    margin-bottom: 1rem;
  }
}
.cid-uGcl1VPB2p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGcl1VPB2p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGcl1VPB2p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGcl1VPB2p .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGcl1VPB2p .carousel-control,
.cid-uGcl1VPB2p .close {
  background: #1b1b1b;
}
.cid-uGcl1VPB2p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGcl1VPB2p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGcl1VPB2p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGcl1VPB2p .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGcl1VPB2p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGcl1VPB2p .close::before {
  content: '\e91a';
}
.cid-uGcl1VPB2p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGcl1VPB2p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGcl1VPB2p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcl1VPB2p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGcl1VPB2p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGcl1VPB2p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGcl1VPB2p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGcl1VPB2p .carousel-indicators li.active,
.cid-uGcl1VPB2p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGcl1VPB2p .carousel-indicators li::after,
.cid-uGcl1VPB2p .carousel-indicators li::before {
  content: none;
}
.cid-uGcl1VPB2p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGcl1VPB2p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcl1VPB2p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcl1VPB2p .carousel-indicators {
    display: none;
  }
}
.cid-uGcl1VPB2p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGcl1VPB2p .carousel-inner > .active {
  display: block;
}
.cid-uGcl1VPB2p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcl1VPB2p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGcl1VPB2p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGcl1VPB2p .carousel-control,
  .cid-uGcl1VPB2p .carousel-indicators,
  .cid-uGcl1VPB2p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGcl1VPB2p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGcl1VPB2p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGcl1VPB2p .carousel-indicators .active,
.cid-uGcl1VPB2p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGcl1VPB2p .carousel-indicators .active {
  background: #fff;
}
.cid-uGcl1VPB2p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGcl1VPB2p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGcl1VPB2p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGcl1VPB2p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGcl1VPB2p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGcl1VPB2p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGcl1VPB2p .carousel {
  width: 100%;
}
.cid-uGcl1VPB2p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGcl1VPB2p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGcl1VPB2p .modal.fade .modal-dialog,
.cid-uGcl1VPB2p .modal.in .modal-dialog {
  transform: none;
}
.cid-uGcl1VPB2p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGcl1VPB2p .content-head {
  max-width: 800px;
}
.cid-uGcl1W7Sc3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGcl1W7Sc3 .video-wrapper iframe {
  width: 100%;
}
.cid-uGcl1W7Sc3 .mbr-section-title,
.cid-uGcl1W7Sc3 .mbr-section-subtitle,
.cid-uGcl1W7Sc3 .mbr-text {
  text-align: center;
}
.cid-uGcl1Wz6fE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGcl1Wz6fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcl1Wz6fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcl1Wz6fE .title .num {
  width: 100%;
  display: block;
}
.cid-uGcl1Wz6fE .title .card-title {
  z-index: 1;
}
.cid-uGcl1Wz6fE .num {
  color: #8ac926;
}
.cid-uGcl1Wz6fE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcl1Wz6fE .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcl1Wz6fE * {
    text-align: center !important;
  }
  .cid-uGcl1Wz6fE .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGcl1Wz6fE .content-head {
  max-width: 800px;
}
.cid-uGcl1WMhCc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcl1WMhCc .mbr-text {
  color: #000000;
}
.cid-uGcl1WMhCc .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcl1WMhCc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcl1WMhCc .mbr-text,
.cid-uGcl1WMhCc .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcl1WMhCc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcl1WMhCc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcl1WMhCc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcl1X0iX0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGcl1X0iX0 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGcl1X0iX0 .social-row .soc-item {
  margin: 8px;
}
.cid-uGcl1X0iX0 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGcl1X0iX0 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGcl1X0iX0 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGcl1X0iX0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGcl1X0iX0 .mbr-section-title {
  color: #ffffff;
}
.cid-uGcl1X0iX0 .mbr-section-title,
.cid-uGcl1X0iX0 .social-list {
  color: #000000;
}
.cid-uGcl1XeIfg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGcmqiAfJn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uGcmqiAfJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcmqiAfJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcmqiAfJn .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uGcmqiAfJn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uGcmqiAfJn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uGcmqiAfJn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uGcmqiAfJn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uGcmqiAfJn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uGcmqiAfJn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uGcmqiAfJn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uGcmqiAfJn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uGcmqiAfJn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uGcmqiAfJn .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uGcmqiAfJn .navbar-logo {
    padding-left: 0;
  }
}
.cid-uGcmqiAfJn .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcmqiAfJn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uGcmqiAfJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uGcmqiAfJn .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uGcmqiAfJn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcmqiAfJn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uGcmqiAfJn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcmqiAfJn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uGcmqiAfJn .nav-item:focus,
.cid-uGcmqiAfJn .nav-link:focus {
  outline: none;
}
.cid-uGcmqiAfJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcmqiAfJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcmqiAfJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcmqiAfJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcmqiAfJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcmqiAfJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcmqiAfJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGcmqiAfJn .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uGcmqiAfJn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uGcmqiAfJn .navbar.collapsed {
  justify-content: center;
}
.cid-uGcmqiAfJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcmqiAfJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcmqiAfJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uGcmqiAfJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcmqiAfJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcmqiAfJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcmqiAfJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uGcmqiAfJn .navbar {
    min-height: 72px;
  }
  .cid-uGcmqiAfJn .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcmqiAfJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcmqiAfJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcmqiAfJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcmqiAfJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcmqiAfJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uGcmqiAfJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcmqiAfJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcmqiAfJn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uGcmqiAfJn .dropdown-item.active,
.cid-uGcmqiAfJn .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcmqiAfJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcmqiAfJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcmqiAfJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcmqiAfJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcmqiAfJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uGcmqiAfJn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uGcmqiAfJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcmqiAfJn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGcmqiAfJn .navbar-buttons {
    text-align: left;
  }
}
.cid-uGcmqiAfJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGcmqiAfJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGcmqiAfJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcmqiAfJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcmqiAfJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcmqiAfJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcmqiAfJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcmqiAfJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcmqiAfJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcmqiAfJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcmqiAfJn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGcmqiAfJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcmqiAfJn .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-uGcmqiAfJn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcmqiAfJn .navbar {
    height: 70px;
  }
  .cid-uGcmqiAfJn .navbar.opened {
    height: auto;
  }
  .cid-uGcmqiAfJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcmqiAfJn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uGcmqiAfJn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uGcmqiAfJn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uGcmqiAfJn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uGcmqiAfJn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uGcmqiAfJn .navbar-brand {
    margin-right: auto;
  }
  .cid-uGcmqiAfJn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uGcmqiAfJn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uGcmqiAfJn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uGcmqiAfJn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uGcmqiAfJn .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-uGcmqiAfJn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGcmqiAfJn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9jOshY1l {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uK9jOshY1l {
    align-items: flex-end;
  }
  .cid-uK9jOshY1l .row {
    justify-content: flex-start;
  }
  .cid-uK9jOshY1l .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uK9jOshY1l .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uK9jOshY1l {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uK9jOshY1l .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uK9jOshY1l .content-wrap {
    width: 100%;
  }
}
.cid-uK9jOshY1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9jOshY1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uK9jOshY1l .mbr-section-title,
.cid-uK9jOshY1l .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uK9jOshY1l .mbr-text,
.cid-uK9jOshY1l .mbr-section-btn {
  text-align: center;
}
.cid-uK9jOshY1l .mbr-section-title {
  color: #FF595E;
}
.cid-uK9jOshY1l .mbr-section-subtitle {
  color: #FF595E;
}
.cid-uGcmqjDHGM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcmqjDHGM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcmqjDHGM .item {
    margin-bottom: 1rem;
  }
}
.cid-uGcmqjDHGM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGcmqjDHGM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGcmqjDHGM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGcmqjDHGM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGcmqjDHGM .carousel-control,
.cid-uGcmqjDHGM .close {
  background: #1b1b1b;
}
.cid-uGcmqjDHGM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGcmqjDHGM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGcmqjDHGM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGcmqjDHGM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGcmqjDHGM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGcmqjDHGM .close::before {
  content: '\e91a';
}
.cid-uGcmqjDHGM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGcmqjDHGM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGcmqjDHGM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcmqjDHGM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGcmqjDHGM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGcmqjDHGM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGcmqjDHGM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGcmqjDHGM .carousel-indicators li.active,
.cid-uGcmqjDHGM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGcmqjDHGM .carousel-indicators li::after,
.cid-uGcmqjDHGM .carousel-indicators li::before {
  content: none;
}
.cid-uGcmqjDHGM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGcmqjDHGM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcmqjDHGM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcmqjDHGM .carousel-indicators {
    display: none;
  }
}
.cid-uGcmqjDHGM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGcmqjDHGM .carousel-inner > .active {
  display: block;
}
.cid-uGcmqjDHGM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGcmqjDHGM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGcmqjDHGM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGcmqjDHGM .carousel-control,
  .cid-uGcmqjDHGM .carousel-indicators,
  .cid-uGcmqjDHGM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGcmqjDHGM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGcmqjDHGM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGcmqjDHGM .carousel-indicators .active,
.cid-uGcmqjDHGM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGcmqjDHGM .carousel-indicators .active {
  background: #fff;
}
.cid-uGcmqjDHGM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGcmqjDHGM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGcmqjDHGM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGcmqjDHGM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGcmqjDHGM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGcmqjDHGM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGcmqjDHGM .carousel {
  width: 100%;
}
.cid-uGcmqjDHGM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGcmqjDHGM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGcmqjDHGM .modal.fade .modal-dialog,
.cid-uGcmqjDHGM .modal.in .modal-dialog {
  transform: none;
}
.cid-uGcmqjDHGM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGcmqjDHGM .content-head {
  max-width: 800px;
}
.cid-uGcmqjSWjr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGcmqjSWjr .video-wrapper iframe {
  width: 100%;
}
.cid-uGcmqjSWjr .mbr-section-title,
.cid-uGcmqjSWjr .mbr-section-subtitle,
.cid-uGcmqjSWjr .mbr-text {
  text-align: center;
}
.cid-uGcmqkkWRu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGcmqkkWRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcmqkkWRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcmqkkWRu .title .num {
  width: 100%;
  display: block;
}
.cid-uGcmqkkWRu .title .card-title {
  z-index: 1;
}
.cid-uGcmqkkWRu .num {
  color: #8ac926;
}
.cid-uGcmqkkWRu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcmqkkWRu .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcmqkkWRu * {
    text-align: center !important;
  }
  .cid-uGcmqkkWRu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uGcmqkkWRu .content-head {
  max-width: 800px;
}
.cid-uGcmqkvt0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcmqkvt0N .mbr-text {
  color: #000000;
}
.cid-uGcmqkvt0N .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcmqkvt0N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcmqkvt0N .mbr-text,
.cid-uGcmqkvt0N .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcmqkvt0N .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcmqkvt0N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcmqkvt0N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcmqkHXvh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uGcmqkHXvh .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGcmqkHXvh .social-row .soc-item {
  margin: 8px;
}
.cid-uGcmqkHXvh .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGcmqkHXvh .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGcmqkHXvh .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uGcmqkHXvh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGcmqkHXvh .mbr-section-title {
  color: #ffffff;
}
.cid-uGcmqkHXvh .mbr-section-title,
.cid-uGcmqkHXvh .social-list {
  color: #000000;
}
.cid-uGcmqkSW5Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK8TtlWHyH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uK8TtlWHyH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK8TtlWHyH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK8TtlWHyH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK8TtlWHyH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uK8TtlWHyH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uK8TtlWHyH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uK8TtlWHyH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK8TtlWHyH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK8TtlWHyH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uK8TtlWHyH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK8TtlWHyH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK8TtlWHyH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK8TtlWHyH .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK8TtlWHyH .navbar-logo {
    padding-left: 0;
  }
}
.cid-uK8TtlWHyH .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK8TtlWHyH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK8TtlWHyH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uK8TtlWHyH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uK8TtlWHyH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK8TtlWHyH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uK8TtlWHyH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK8TtlWHyH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uK8TtlWHyH .nav-item:focus,
.cid-uK8TtlWHyH .nav-link:focus {
  outline: none;
}
.cid-uK8TtlWHyH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK8TtlWHyH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK8TtlWHyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK8TtlWHyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK8TtlWHyH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK8TtlWHyH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar.opened {
  transition: all 0.3s;
}
.cid-uK8TtlWHyH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK8TtlWHyH .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uK8TtlWHyH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uK8TtlWHyH .navbar.collapsed {
  justify-content: center;
}
.cid-uK8TtlWHyH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK8TtlWHyH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK8TtlWHyH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uK8TtlWHyH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK8TtlWHyH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK8TtlWHyH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK8TtlWHyH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK8TtlWHyH .navbar {
    min-height: 72px;
  }
  .cid-uK8TtlWHyH .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK8TtlWHyH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK8TtlWHyH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK8TtlWHyH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK8TtlWHyH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK8TtlWHyH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK8TtlWHyH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK8TtlWHyH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK8TtlWHyH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK8TtlWHyH .dropdown-item.active,
.cid-uK8TtlWHyH .dropdown-item:active {
  background-color: transparent;
}
.cid-uK8TtlWHyH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK8TtlWHyH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK8TtlWHyH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK8TtlWHyH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK8TtlWHyH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK8TtlWHyH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK8TtlWHyH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK8TtlWHyH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK8TtlWHyH .navbar-buttons {
    text-align: left;
  }
}
.cid-uK8TtlWHyH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK8TtlWHyH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK8TtlWHyH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK8TtlWHyH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK8TtlWHyH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK8TtlWHyH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK8TtlWHyH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8TtlWHyH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK8TtlWHyH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK8TtlWHyH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8TtlWHyH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK8TtlWHyH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK8TtlWHyH .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-uK8TtlWHyH .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK8TtlWHyH .navbar {
    height: 70px;
  }
  .cid-uK8TtlWHyH .navbar.opened {
    height: auto;
  }
  .cid-uK8TtlWHyH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK8TtlWHyH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK8TtlWHyH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK8TtlWHyH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK8TtlWHyH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK8TtlWHyH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK8TtlWHyH .navbar-brand {
    margin-right: auto;
  }
  .cid-uK8TtlWHyH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uK8TtlWHyH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK8TtlWHyH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK8TtlWHyH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK8TtlWHyH .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-uK8TtlWHyH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK8TtlWHyH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8TtmCph3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uK8TtmCph3 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uK8TtmCph3 img,
.cid-uK8TtmCph3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uK8TtmCph3 .item:focus,
.cid-uK8TtmCph3 span:focus {
  outline: none;
}
.cid-uK8TtmCph3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uK8TtmCph3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uK8TtmCph3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uK8TtmCph3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uK8TtmCph3 .mbr-section-title {
  color: #78e235;
}
.cid-uK8TtmCph3 .mbr-text,
.cid-uK8TtmCph3 .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uK8TtmCph3 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uK8TtmCph3 .content-head {
  max-width: 800px;
}
.cid-uK8TtoWc6z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uK8TtoWc6z .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK8TtoWc6z .social-row .soc-item {
  margin: 8px;
}
.cid-uK8TtoWc6z .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK8TtoWc6z .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uK8TtoWc6z .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uK8TtoWc6z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK8TtoWc6z .mbr-section-title {
  color: #ffffff;
}
.cid-uK8TtoWc6z .mbr-section-title,
.cid-uK8TtoWc6z .social-list {
  color: #000000;
}
.cid-uK8TtprydR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK8U4GUIVt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uK8U4GUIVt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK8U4GUIVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK8U4GUIVt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK8U4GUIVt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uK8U4GUIVt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uK8U4GUIVt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uK8U4GUIVt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK8U4GUIVt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK8U4GUIVt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uK8U4GUIVt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK8U4GUIVt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK8U4GUIVt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK8U4GUIVt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK8U4GUIVt .navbar-logo {
    padding-left: 0;
  }
}
.cid-uK8U4GUIVt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK8U4GUIVt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK8U4GUIVt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uK8U4GUIVt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uK8U4GUIVt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK8U4GUIVt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uK8U4GUIVt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK8U4GUIVt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uK8U4GUIVt .nav-item:focus,
.cid-uK8U4GUIVt .nav-link:focus {
  outline: none;
}
.cid-uK8U4GUIVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK8U4GUIVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK8U4GUIVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK8U4GUIVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK8U4GUIVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK8U4GUIVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar.opened {
  transition: all 0.3s;
}
.cid-uK8U4GUIVt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK8U4GUIVt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uK8U4GUIVt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uK8U4GUIVt .navbar.collapsed {
  justify-content: center;
}
.cid-uK8U4GUIVt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK8U4GUIVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK8U4GUIVt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uK8U4GUIVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK8U4GUIVt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK8U4GUIVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK8U4GUIVt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK8U4GUIVt .navbar {
    min-height: 72px;
  }
  .cid-uK8U4GUIVt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK8U4GUIVt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK8U4GUIVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK8U4GUIVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK8U4GUIVt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK8U4GUIVt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK8U4GUIVt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK8U4GUIVt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK8U4GUIVt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK8U4GUIVt .dropdown-item.active,
.cid-uK8U4GUIVt .dropdown-item:active {
  background-color: transparent;
}
.cid-uK8U4GUIVt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK8U4GUIVt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK8U4GUIVt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK8U4GUIVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK8U4GUIVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK8U4GUIVt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK8U4GUIVt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK8U4GUIVt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK8U4GUIVt .navbar-buttons {
    text-align: left;
  }
}
.cid-uK8U4GUIVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK8U4GUIVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK8U4GUIVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK8U4GUIVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK8U4GUIVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK8U4GUIVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK8U4GUIVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8U4GUIVt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK8U4GUIVt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK8U4GUIVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8U4GUIVt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK8U4GUIVt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK8U4GUIVt .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-uK8U4GUIVt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK8U4GUIVt .navbar {
    height: 70px;
  }
  .cid-uK8U4GUIVt .navbar.opened {
    height: auto;
  }
  .cid-uK8U4GUIVt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK8U4GUIVt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK8U4GUIVt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK8U4GUIVt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK8U4GUIVt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK8U4GUIVt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK8U4GUIVt .navbar-brand {
    margin-right: auto;
  }
  .cid-uK8U4GUIVt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uK8U4GUIVt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK8U4GUIVt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK8U4GUIVt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK8U4GUIVt .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-uK8U4GUIVt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK8U4GUIVt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8U4HN57b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uK8U4HN57b .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uK8U4HN57b img,
.cid-uK8U4HN57b .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uK8U4HN57b .item:focus,
.cid-uK8U4HN57b span:focus {
  outline: none;
}
.cid-uK8U4HN57b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uK8U4HN57b .item {
    margin-bottom: 1rem;
  }
}
.cid-uK8U4HN57b .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uK8U4HN57b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uK8U4HN57b .mbr-section-title {
  color: #78e235;
}
.cid-uK8U4HN57b .mbr-text,
.cid-uK8U4HN57b .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uK8U4HN57b .item-title {
  color: #232323;
  text-align: center;
}
.cid-uK8U4HN57b .content-head {
  max-width: 800px;
}
.cid-uK8U4KYmvo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uK8U4KYmvo .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK8U4KYmvo .social-row .soc-item {
  margin: 8px;
}
.cid-uK8U4KYmvo .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK8U4KYmvo .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uK8U4KYmvo .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uK8U4KYmvo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK8U4KYmvo .mbr-section-title {
  color: #ffffff;
}
.cid-uK8U4KYmvo .mbr-section-title,
.cid-uK8U4KYmvo .social-list {
  color: #000000;
}
.cid-uK8U4Ltqwz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK9kiY1YJe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uK9kiY1YJe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK9kiY1YJe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK9kiY1YJe .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK9kiY1YJe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uK9kiY1YJe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uK9kiY1YJe .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uK9kiY1YJe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK9kiY1YJe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK9kiY1YJe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uK9kiY1YJe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK9kiY1YJe .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK9kiY1YJe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK9kiY1YJe .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK9kiY1YJe .navbar-logo {
    padding-left: 0;
  }
}
.cid-uK9kiY1YJe .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9kiY1YJe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK9kiY1YJe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uK9kiY1YJe .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uK9kiY1YJe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK9kiY1YJe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uK9kiY1YJe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK9kiY1YJe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uK9kiY1YJe .nav-item:focus,
.cid-uK9kiY1YJe .nav-link:focus {
  outline: none;
}
.cid-uK9kiY1YJe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK9kiY1YJe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK9kiY1YJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK9kiY1YJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK9kiY1YJe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK9kiY1YJe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar.opened {
  transition: all 0.3s;
}
.cid-uK9kiY1YJe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK9kiY1YJe .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uK9kiY1YJe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uK9kiY1YJe .navbar.collapsed {
  justify-content: center;
}
.cid-uK9kiY1YJe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK9kiY1YJe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK9kiY1YJe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uK9kiY1YJe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK9kiY1YJe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK9kiY1YJe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK9kiY1YJe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9kiY1YJe .navbar {
    min-height: 72px;
  }
  .cid-uK9kiY1YJe .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK9kiY1YJe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK9kiY1YJe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK9kiY1YJe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK9kiY1YJe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK9kiY1YJe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK9kiY1YJe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK9kiY1YJe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK9kiY1YJe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK9kiY1YJe .dropdown-item.active,
.cid-uK9kiY1YJe .dropdown-item:active {
  background-color: transparent;
}
.cid-uK9kiY1YJe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK9kiY1YJe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK9kiY1YJe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK9kiY1YJe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK9kiY1YJe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK9kiY1YJe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK9kiY1YJe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK9kiY1YJe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK9kiY1YJe .navbar-buttons {
    text-align: left;
  }
}
.cid-uK9kiY1YJe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK9kiY1YJe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK9kiY1YJe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK9kiY1YJe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9kiY1YJe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9kiY1YJe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK9kiY1YJe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9kiY1YJe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK9kiY1YJe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK9kiY1YJe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9kiY1YJe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK9kiY1YJe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK9kiY1YJe .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-uK9kiY1YJe .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK9kiY1YJe .navbar {
    height: 70px;
  }
  .cid-uK9kiY1YJe .navbar.opened {
    height: auto;
  }
  .cid-uK9kiY1YJe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK9kiY1YJe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK9kiY1YJe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK9kiY1YJe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK9kiY1YJe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK9kiY1YJe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK9kiY1YJe .navbar-brand {
    margin-right: auto;
  }
  .cid-uK9kiY1YJe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uK9kiY1YJe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK9kiY1YJe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK9kiY1YJe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK9kiY1YJe .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-uK9kiY1YJe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK9kiY1YJe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9n8V2sb7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uK9n8V2sb7 .row {
  flex-direction: row-reverse;
}
.cid-uK9n8V2sb7 .justify-content-center {
  align-items: center;
}
.cid-uK9n8V2sb7 .mbr-section-title {
  text-align: center;
}
.cid-uK9n8V2sb7 .mbr-text,
.cid-uK9n8V2sb7 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uK9n8V2sb7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uK9n8V2sb7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uK9n8V2sb7 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uK9mpMDdq9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uK9mpMDdq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9mpMDdq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9mpMDdq9 .row {
  justify-content: center;
}
.cid-uK9mpMDdq9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uK9mpMDdq9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uK9mpMDdq9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uK9mpMDdq9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uK9mpMDdq9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uK9mpMDdq9 .content-head {
  max-width: 800px;
}
.cid-uK9mpMDdq9 P {
  color: #72ad12;
}
.cid-uK9kj4B363 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uK9kj4B363 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK9kj4B363 .social-row .soc-item {
  margin: 8px;
}
.cid-uK9kj4B363 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK9kj4B363 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uK9kj4B363 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uK9kj4B363 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK9kj4B363 .mbr-section-title {
  color: #ffffff;
}
.cid-uK9kj4B363 .mbr-section-title,
.cid-uK9kj4B363 .social-list {
  color: #000000;
}
.cid-uK9kj6mpXb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK9oPzSEKd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uK9oPzSEKd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK9oPzSEKd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK9oPzSEKd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK9oPzSEKd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uK9oPzSEKd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uK9oPzSEKd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uK9oPzSEKd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK9oPzSEKd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK9oPzSEKd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uK9oPzSEKd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK9oPzSEKd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK9oPzSEKd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK9oPzSEKd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK9oPzSEKd .navbar-logo {
    padding-left: 0;
  }
}
.cid-uK9oPzSEKd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9oPzSEKd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK9oPzSEKd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uK9oPzSEKd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uK9oPzSEKd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK9oPzSEKd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uK9oPzSEKd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK9oPzSEKd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uK9oPzSEKd .nav-item:focus,
.cid-uK9oPzSEKd .nav-link:focus {
  outline: none;
}
.cid-uK9oPzSEKd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK9oPzSEKd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK9oPzSEKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK9oPzSEKd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK9oPzSEKd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK9oPzSEKd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar.opened {
  transition: all 0.3s;
}
.cid-uK9oPzSEKd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK9oPzSEKd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uK9oPzSEKd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uK9oPzSEKd .navbar.collapsed {
  justify-content: center;
}
.cid-uK9oPzSEKd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK9oPzSEKd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK9oPzSEKd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uK9oPzSEKd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK9oPzSEKd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK9oPzSEKd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK9oPzSEKd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9oPzSEKd .navbar {
    min-height: 72px;
  }
  .cid-uK9oPzSEKd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK9oPzSEKd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK9oPzSEKd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK9oPzSEKd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK9oPzSEKd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK9oPzSEKd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK9oPzSEKd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK9oPzSEKd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK9oPzSEKd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK9oPzSEKd .dropdown-item.active,
.cid-uK9oPzSEKd .dropdown-item:active {
  background-color: transparent;
}
.cid-uK9oPzSEKd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK9oPzSEKd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK9oPzSEKd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK9oPzSEKd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK9oPzSEKd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK9oPzSEKd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK9oPzSEKd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK9oPzSEKd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK9oPzSEKd .navbar-buttons {
    text-align: left;
  }
}
.cid-uK9oPzSEKd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK9oPzSEKd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK9oPzSEKd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK9oPzSEKd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9oPzSEKd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9oPzSEKd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK9oPzSEKd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9oPzSEKd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK9oPzSEKd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK9oPzSEKd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9oPzSEKd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK9oPzSEKd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK9oPzSEKd .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-uK9oPzSEKd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK9oPzSEKd .navbar {
    height: 70px;
  }
  .cid-uK9oPzSEKd .navbar.opened {
    height: auto;
  }
  .cid-uK9oPzSEKd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK9oPzSEKd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK9oPzSEKd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK9oPzSEKd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK9oPzSEKd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK9oPzSEKd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK9oPzSEKd .navbar-brand {
    margin-right: auto;
  }
  .cid-uK9oPzSEKd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uK9oPzSEKd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK9oPzSEKd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK9oPzSEKd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK9oPzSEKd .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-uK9oPzSEKd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK9oPzSEKd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9p505GBG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uK9p505GBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9p505GBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9p505GBG .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uK9p505GBG .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uK9p505GBG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uK9p505GBG .card-wrapper {
    padding: 4rem;
  }
}
.cid-uK9p505GBG .mbr-text,
.cid-uK9p505GBG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uK9p505GBG .card-title,
.cid-uK9p505GBG .card-box {
  text-align: left;
  color: #000000;
}
.cid-uK9oPBfuMG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uK9oPBfuMG .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK9oPBfuMG .social-row .soc-item {
  margin: 8px;
}
.cid-uK9oPBfuMG .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK9oPBfuMG .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uK9oPBfuMG .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uK9oPBfuMG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK9oPBfuMG .mbr-section-title {
  color: #ffffff;
}
.cid-uK9oPBfuMG .mbr-section-title,
.cid-uK9oPBfuMG .social-list {
  color: #000000;
}
.cid-uK9oPBxWII {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK9pP9kknh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK9pP9kknh .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-uK9pP9kknh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK9pP9kknh .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-uK9pP9kknh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uK9pP9kknh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK9pP9kknh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK9pP9kknh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK9pP9kknh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uK9pP9kknh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uK9pP9kknh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uK9pP9kknh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK9pP9kknh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK9pP9kknh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uK9pP9kknh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK9pP9kknh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK9pP9kknh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK9pP9kknh .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK9pP9kknh .navbar-logo {
    padding-left: 0;
  }
}
.cid-uK9pP9kknh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9pP9kknh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK9pP9kknh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uK9pP9kknh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uK9pP9kknh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK9pP9kknh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uK9pP9kknh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK9pP9kknh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uK9pP9kknh .nav-item:focus,
.cid-uK9pP9kknh .nav-link:focus {
  outline: none;
}
.cid-uK9pP9kknh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK9pP9kknh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK9pP9kknh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK9pP9kknh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK9pP9kknh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK9pP9kknh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK9pP9kknh .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-uK9pP9kknh .navbar.opened {
  transition: all 0.3s;
}
.cid-uK9pP9kknh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK9pP9kknh .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uK9pP9kknh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uK9pP9kknh .navbar.collapsed {
  justify-content: center;
}
.cid-uK9pP9kknh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK9pP9kknh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK9pP9kknh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uK9pP9kknh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK9pP9kknh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK9pP9kknh .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-uK9pP9kknh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK9pP9kknh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK9pP9kknh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9pP9kknh .navbar {
    min-height: 72px;
  }
  .cid-uK9pP9kknh .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK9pP9kknh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK9pP9kknh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK9pP9kknh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK9pP9kknh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK9pP9kknh .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-uK9pP9kknh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK9pP9kknh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK9pP9kknh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK9pP9kknh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK9pP9kknh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK9pP9kknh .dropdown-item.active,
.cid-uK9pP9kknh .dropdown-item:active {
  background-color: transparent;
}
.cid-uK9pP9kknh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK9pP9kknh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK9pP9kknh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK9pP9kknh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK9pP9kknh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK9pP9kknh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK9pP9kknh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK9pP9kknh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK9pP9kknh .navbar-buttons {
    text-align: left;
  }
}
.cid-uK9pP9kknh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK9pP9kknh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK9pP9kknh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK9pP9kknh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9pP9kknh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9pP9kknh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK9pP9kknh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9pP9kknh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK9pP9kknh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK9pP9kknh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9pP9kknh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK9pP9kknh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK9pP9kknh .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-uK9pP9kknh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK9pP9kknh .navbar {
    height: 70px;
  }
  .cid-uK9pP9kknh .navbar.opened {
    height: auto;
  }
  .cid-uK9pP9kknh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK9pP9kknh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK9pP9kknh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK9pP9kknh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK9pP9kknh .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-uK9pP9kknh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK9pP9kknh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK9pP9kknh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK9pP9kknh .navbar-brand {
    margin-right: auto;
  }
  .cid-uK9pP9kknh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uK9pP9kknh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK9pP9kknh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK9pP9kknh .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-uK9pP9kknh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK9pP9kknh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK9pP9kknh .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-uK9pP9kknh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK9pP9kknh .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-uK9pP9kknh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK9pP9kknh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9pP8sVlz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uK9pP8sVlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9pP8sVlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9pP8sVlz .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uK9pP8sVlz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uK9pP8sVlz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uK9pP8sVlz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uK9pP8sVlz .mbr-text,
.cid-uK9pP8sVlz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uK9pP8sVlz .card-title,
.cid-uK9pP8sVlz .card-box {
  text-align: left;
  color: #000000;
}
.cid-uK9pP9IzQ8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uK9pP9IzQ8 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK9pP9IzQ8 .social-row .soc-item {
  margin: 8px;
}
.cid-uK9pP9IzQ8 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK9pP9IzQ8 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uK9pP9IzQ8 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uK9pP9IzQ8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK9pP9IzQ8 .mbr-section-title {
  color: #ffffff;
}
.cid-uK9pP9IzQ8 .mbr-section-title,
.cid-uK9pP9IzQ8 .social-list {
  color: #000000;
}
.cid-uK9pPa3Z7Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uK9O2nmvXr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uK9O2nmvXr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK9O2nmvXr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK9O2nmvXr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK9O2nmvXr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uK9O2nmvXr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uK9O2nmvXr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uK9O2nmvXr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK9O2nmvXr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK9O2nmvXr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uK9O2nmvXr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK9O2nmvXr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK9O2nmvXr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK9O2nmvXr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK9O2nmvXr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uK9O2nmvXr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9O2nmvXr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK9O2nmvXr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uK9O2nmvXr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uK9O2nmvXr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uK9O2nmvXr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uK9O2nmvXr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK9O2nmvXr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uK9O2nmvXr .nav-item:focus,
.cid-uK9O2nmvXr .nav-link:focus {
  outline: none;
}
.cid-uK9O2nmvXr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK9O2nmvXr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK9O2nmvXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK9O2nmvXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK9O2nmvXr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK9O2nmvXr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar.opened {
  transition: all 0.3s;
}
.cid-uK9O2nmvXr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK9O2nmvXr .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uK9O2nmvXr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uK9O2nmvXr .navbar.collapsed {
  justify-content: center;
}
.cid-uK9O2nmvXr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK9O2nmvXr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK9O2nmvXr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uK9O2nmvXr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK9O2nmvXr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK9O2nmvXr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK9O2nmvXr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK9O2nmvXr .navbar {
    min-height: 72px;
  }
  .cid-uK9O2nmvXr .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK9O2nmvXr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK9O2nmvXr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK9O2nmvXr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK9O2nmvXr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK9O2nmvXr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK9O2nmvXr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK9O2nmvXr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK9O2nmvXr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK9O2nmvXr .dropdown-item.active,
.cid-uK9O2nmvXr .dropdown-item:active {
  background-color: transparent;
}
.cid-uK9O2nmvXr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK9O2nmvXr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK9O2nmvXr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK9O2nmvXr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK9O2nmvXr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK9O2nmvXr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK9O2nmvXr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK9O2nmvXr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK9O2nmvXr .navbar-buttons {
    text-align: left;
  }
}
.cid-uK9O2nmvXr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK9O2nmvXr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uK9O2nmvXr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK9O2nmvXr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9O2nmvXr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9O2nmvXr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK9O2nmvXr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9O2nmvXr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK9O2nmvXr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK9O2nmvXr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9O2nmvXr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK9O2nmvXr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK9O2nmvXr .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-uK9O2nmvXr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK9O2nmvXr .navbar {
    height: 70px;
  }
  .cid-uK9O2nmvXr .navbar.opened {
    height: auto;
  }
  .cid-uK9O2nmvXr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK9O2nmvXr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK9O2nmvXr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK9O2nmvXr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK9O2nmvXr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK9O2nmvXr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK9O2nmvXr .navbar-brand {
    margin-right: auto;
  }
  .cid-uK9O2nmvXr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uK9O2nmvXr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK9O2nmvXr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK9O2nmvXr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK9O2nmvXr .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-uK9O2nmvXr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK9O2nmvXr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK9O2oQ5ma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uK9O2oQ5ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK9O2oQ5ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK9O2oQ5ma .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uK9O2oQ5ma .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uK9O2oQ5ma .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uK9O2oQ5ma .card-wrapper {
    padding: 4rem;
  }
}
.cid-uK9O2oQ5ma .mbr-text,
.cid-uK9O2oQ5ma .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uK9O2oQ5ma .card-title,
.cid-uK9O2oQ5ma .card-box {
  text-align: left;
  color: #000000;
}
.cid-uK9O2ppMTD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uK9O2ppMTD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uK9O2ppMTD .social-row .soc-item {
  margin: 8px;
}
.cid-uK9O2ppMTD .social-row .soc-item a:hover .mbr-iconfont,
.cid-uK9O2ppMTD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uK9O2ppMTD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uK9O2ppMTD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uK9O2ppMTD .mbr-section-title {
  color: #ffffff;
}
.cid-uK9O2ppMTD .mbr-section-title,
.cid-uK9O2ppMTD .social-list {
  color: #000000;
}
.cid-uK9O2pMIel {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uQ4POHWBjg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uQ4POHWBjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ4POHWBjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4POHWBjg .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uQ4POHWBjg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uQ4POHWBjg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uQ4POHWBjg .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uQ4POHWBjg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uQ4POHWBjg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uQ4POHWBjg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uQ4POHWBjg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uQ4POHWBjg .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uQ4POHWBjg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uQ4POHWBjg .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ4POHWBjg .navbar-logo {
    padding-left: 0;
  }
}
.cid-uQ4POHWBjg .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ4POHWBjg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4POHWBjg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uQ4POHWBjg .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uQ4POHWBjg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4POHWBjg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uQ4POHWBjg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ4POHWBjg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uQ4POHWBjg .nav-item:focus,
.cid-uQ4POHWBjg .nav-link:focus {
  outline: none;
}
.cid-uQ4POHWBjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4POHWBjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4POHWBjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4POHWBjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4POHWBjg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4POHWBjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4POHWBjg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ4POHWBjg .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uQ4POHWBjg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uQ4POHWBjg .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4POHWBjg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4POHWBjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ4POHWBjg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uQ4POHWBjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4POHWBjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4POHWBjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ4POHWBjg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQ4POHWBjg .navbar {
    min-height: 72px;
  }
  .cid-uQ4POHWBjg .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uQ4POHWBjg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4POHWBjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4POHWBjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4POHWBjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ4POHWBjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uQ4POHWBjg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4POHWBjg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4POHWBjg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uQ4POHWBjg .dropdown-item.active,
.cid-uQ4POHWBjg .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4POHWBjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ4POHWBjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4POHWBjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4POHWBjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ4POHWBjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uQ4POHWBjg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uQ4POHWBjg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ4POHWBjg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uQ4POHWBjg .navbar-buttons {
    text-align: left;
  }
}
.cid-uQ4POHWBjg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ4POHWBjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQ4POHWBjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4POHWBjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4POHWBjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4POHWBjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4POHWBjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4POHWBjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4POHWBjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4POHWBjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4POHWBjg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ4POHWBjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ4POHWBjg .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-uQ4POHWBjg .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4POHWBjg .navbar {
    height: 70px;
  }
  .cid-uQ4POHWBjg .navbar.opened {
    height: auto;
  }
  .cid-uQ4POHWBjg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4POHWBjg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uQ4POHWBjg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uQ4POHWBjg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uQ4POHWBjg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uQ4POHWBjg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uQ4POHWBjg .navbar-brand {
    margin-right: auto;
  }
  .cid-uQ4POHWBjg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uQ4POHWBjg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uQ4POHWBjg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uQ4POHWBjg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uQ4POHWBjg .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-uQ4POHWBjg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ4POHWBjg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQ4VfzU1Wl {
  padding-top: 6rem;
  padding-bottom: 18rem;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-uQ4VfzU1Wl {
    padding-bottom: 14.4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQ4VfzU1Wl {
    padding-bottom: 11.7rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4VfzU1Wl {
    padding-bottom: 7.74rem;
  }
}
.cid-uQ4VfzU1Wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4VfzU1Wl .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-uQ4VfzU1Wl .row {
  z-index: 1;
  position: relative;
}
.cid-uQ4VfzU1Wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4VfzU1Wl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQ4VfzU1Wl .mbr-text,
.cid-uQ4VfzU1Wl .mbr-section-btn {
  text-align: center;
}
.cid-uQ4VfzU1Wl .mbr-section-subtitle {
  text-align: center;
}
.cid-uQ4VaRvC5E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uQ4VaRvC5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4VaRvC5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4VaRvC5E .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uQ4VaRvC5E .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ4VaRvC5E .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ4VaRvC5E .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQ4VaRvC5E .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uQ4VaRvC5E .wrap .inner-wrap {
  padding: 40px;
}
.cid-uQ4VaRvC5E .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQ4VaRvC5E .mbr-text,
.cid-uQ4VaRvC5E .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXrotBqtbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e2fa0e;
}
.cid-uXrotBqtbs .item:focus,
.cid-uXrotBqtbs span:focus {
  outline: none;
}
.cid-uXrotBqtbs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uXrotBqtbs .item {
  padding: 10px 0;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uXrotBqtbs .item {
    min-height: 45px;
  }
}
.cid-uQ4RM29VN0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ4RM29VN0 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uQ4RM29VN0 .mbr-shop .row {
  margin: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uQ4RM29VN0 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uQ4RM29VN0 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uQ4RM29VN0 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uQ4RM29VN0 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uQ4RM29VN0 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uQ4RM29VN0 .mbr-shop .hide-modal {
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uQ4RM29VN0 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uQ4RM29VN0 .mbr-shop .filter-by-pu,
.cid-uQ4RM29VN0 .mbr-shop .filter-by-pd,
.cid-uQ4RM29VN0 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uQ4RM29VN0 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uQ4RM29VN0 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem h4,
.cid-uQ4RM29VN0 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem h5,
.cid-uQ4RM29VN0 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem p,
.cid-uQ4RM29VN0 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uQ4RM29VN0 .mbr-shop .item-button {
  text-align: center;
}
.cid-uQ4RM29VN0 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uQ4RM29VN0 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uQ4RM29VN0 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uQ4RM29VN0 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uQ4RM29VN0 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uQ4RM29VN0 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uQ4RM29VN0 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uQ4RM29VN0 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uQ4RM29VN0 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uQ4RM29VN0 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uQ4RM29VN0 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uQ4RM29VN0 .mbr-shop .range-controls {
  position: relative;
}
.cid-uQ4RM29VN0 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uQ4RM29VN0 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uQ4RM29VN0 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uQ4RM29VN0 .mbr-shop .toggle:hover,
.cid-uQ4RM29VN0 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uQ4RM29VN0 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uQ4RM29VN0 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uQ4RM29VN0 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uQ4RM29VN0 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uQ4RM29VN0 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uQ4RM29VN0 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uQ4RM29VN0 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uQ4RM29VN0 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uQ4RM29VN0 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uQ4RM29VN0 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uQ4RM29VN0 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uQ4RM29VN0 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uQ4RM29VN0 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uQ4RM29VN0 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uQ4RM29VN0 .mbr-shop .shop-items .onsale,
.cid-uQ4RM29VN0 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uQ4RM29VN0 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uQ4RM29VN0 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uQ4RM29VN0 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uQ4RM29VN0 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uQ4RM29VN0 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uQ4RM29VN0 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uQ4RM29VN0 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uQ4RM29VN0 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uQ4RM29VN0 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uQ4RM29VN0 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uQ4RM29VN0 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uQ4RM29VN0 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uQ4RM29VN0 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uQ4RM29VN0 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uQ4RM29VN0 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uQ4RM29VN0 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uQ4RM29VN0 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uQ4RM29VN0 .wrapper-shop-items {
    order: 1;
  }
  .cid-uQ4RM29VN0 .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uQ4RM29VN0 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uQ4RM29VN0 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uQ4RM29VN0 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uQ4RM29VN0 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uQ4RM29VN0 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uQ4RM29VN0 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uQ4RM29VN0 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uQ4RM29VN0 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uQ4RM29VN0 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uQ4RM29VN0 .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ4RM29VN0 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uQ4RM29VN0 .card-description {
  text-align: left;
}
.cid-uXrN1qWUTb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-uXrN1qWUTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrN1qWUTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrN1qWUTb .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ff398a -30%, #a78aff 20%, #0047ff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXrN1qWUTb .card-wrapper {
    padding: 16px;
  }
}
.cid-uXrN1qWUTb .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uXrN1qWUTb .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXrN1qWUTb .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uXrN1qWUTb .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXrN1qWUTb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXrN1qWUTb .list {
  color: #ffffff;
  text-align: center;
}
.cid-uQ4POK4rQh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uQ4POK4rQh .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQ4POK4rQh .social-row .soc-item {
  margin: 8px;
}
.cid-uQ4POK4rQh .social-row .soc-item a:hover .mbr-iconfont,
.cid-uQ4POK4rQh .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uQ4POK4rQh .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uQ4POK4rQh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQ4POK4rQh .mbr-section-title {
  color: #ffffff;
}
.cid-uQ4POK4rQh .mbr-section-title,
.cid-uQ4POK4rQh .social-list {
  color: #000000;
}
.cid-uQ4POKD1L5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v1kaHzd0p3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1kaHzd0p3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1kaHzd0p3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1kaHzd0p3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v1kaHzd0p3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1kaHzd0p3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1kaHzd0p3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1kaHzd0p3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1kaHzd0p3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1kaHzd0p3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1kaHzd0p3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1kaHzd0p3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1kaHzd0p3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1kaHzd0p3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1kaHzd0p3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1kaHzd0p3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1kaHzd0p3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1kaHzd0p3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1kaHzd0p3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1kaHzd0p3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1kaHzd0p3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1kaHzd0p3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1kaHzd0p3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-v1kaHzd0p3 .nav-item:focus,
.cid-v1kaHzd0p3 .nav-link:focus {
  outline: none;
}
.cid-v1kaHzd0p3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1kaHzd0p3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1kaHzd0p3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1kaHzd0p3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1kaHzd0p3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1kaHzd0p3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1kaHzd0p3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1kaHzd0p3 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v1kaHzd0p3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1kaHzd0p3 .navbar.collapsed {
  justify-content: center;
}
.cid-v1kaHzd0p3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1kaHzd0p3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1kaHzd0p3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v1kaHzd0p3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1kaHzd0p3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1kaHzd0p3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1kaHzd0p3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1kaHzd0p3 .navbar {
    min-height: 72px;
  }
  .cid-v1kaHzd0p3 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1kaHzd0p3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1kaHzd0p3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1kaHzd0p3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1kaHzd0p3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1kaHzd0p3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1kaHzd0p3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1kaHzd0p3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1kaHzd0p3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1kaHzd0p3 .dropdown-item.active,
.cid-v1kaHzd0p3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1kaHzd0p3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1kaHzd0p3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1kaHzd0p3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1kaHzd0p3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1kaHzd0p3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1kaHzd0p3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1kaHzd0p3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1kaHzd0p3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1kaHzd0p3 .navbar-buttons {
    text-align: left;
  }
}
.cid-v1kaHzd0p3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1kaHzd0p3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1kaHzd0p3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1kaHzd0p3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1kaHzd0p3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1kaHzd0p3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1kaHzd0p3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1kaHzd0p3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1kaHzd0p3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1kaHzd0p3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1kaHzd0p3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1kaHzd0p3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1kaHzd0p3 .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-v1kaHzd0p3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1kaHzd0p3 .navbar {
    height: 70px;
  }
  .cid-v1kaHzd0p3 .navbar.opened {
    height: auto;
  }
  .cid-v1kaHzd0p3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1kaHzd0p3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1kaHzd0p3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1kaHzd0p3 .navbar-brand {
    margin-right: auto;
  }
  .cid-v1kaHzd0p3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1kaHzd0p3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1kaHzd0p3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1kaHzd0p3 .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-v1kaHzd0p3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1kaHzd0p3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1kaHzQmNQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v1kaHzQmNQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1kaHzQmNQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v1kaHzQmNQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1kaHzQmNQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1kaHzQmNQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v1kaHzQmNQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v1kaHzQmNQ .carousel-control,
.cid-v1kaHzQmNQ .close {
  background: #1b1b1b;
}
.cid-v1kaHzQmNQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1kaHzQmNQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1kaHzQmNQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1kaHzQmNQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1kaHzQmNQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v1kaHzQmNQ .close::before {
  content: '\e91a';
}
.cid-v1kaHzQmNQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1kaHzQmNQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v1kaHzQmNQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1kaHzQmNQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1kaHzQmNQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1kaHzQmNQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1kaHzQmNQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v1kaHzQmNQ .carousel-indicators li.active,
.cid-v1kaHzQmNQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1kaHzQmNQ .carousel-indicators li::after,
.cid-v1kaHzQmNQ .carousel-indicators li::before {
  content: none;
}
.cid-v1kaHzQmNQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1kaHzQmNQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1kaHzQmNQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1kaHzQmNQ .carousel-indicators {
    display: none;
  }
}
.cid-v1kaHzQmNQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1kaHzQmNQ .carousel-inner > .active {
  display: block;
}
.cid-v1kaHzQmNQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1kaHzQmNQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1kaHzQmNQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1kaHzQmNQ .carousel-control,
  .cid-v1kaHzQmNQ .carousel-indicators,
  .cid-v1kaHzQmNQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1kaHzQmNQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1kaHzQmNQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1kaHzQmNQ .carousel-indicators .active,
.cid-v1kaHzQmNQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1kaHzQmNQ .carousel-indicators .active {
  background: #fff;
}
.cid-v1kaHzQmNQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1kaHzQmNQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1kaHzQmNQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1kaHzQmNQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1kaHzQmNQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1kaHzQmNQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1kaHzQmNQ .carousel {
  width: 100%;
}
.cid-v1kaHzQmNQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1kaHzQmNQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1kaHzQmNQ .modal.fade .modal-dialog,
.cid-v1kaHzQmNQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v1kaHzQmNQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1kaHzQmNQ .content-head {
  max-width: 800px;
}
.cid-v1kaHAVxDv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v1kaHAVxDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1kaHAVxDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1kaHAVxDv a {
  font-weight: bold;
}
.cid-v1kaHAVxDv .mbr-section-title {
  text-align: center;
  color: #151515;
}
.cid-v1kaHAVxDv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v1kaHAVxDv .mbr-text,
.cid-v1kaHAVxDv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1kaHBc7pB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v1kaHBc7pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1kaHBc7pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1kaHBc7pB .title .num {
  width: 100%;
  display: block;
}
.cid-v1kaHBc7pB .title .card-title {
  z-index: 1;
}
.cid-v1kaHBc7pB .num {
  color: #8ac926;
}
.cid-v1kaHBc7pB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1kaHBc7pB .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1kaHBc7pB * {
    text-align: center !important;
  }
  .cid-v1kaHBc7pB .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v1kaHBc7pB .content-head {
  max-width: 800px;
}
.cid-v1kaHBwO1l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v1kaHBwO1l .mbr-text {
  color: #000000;
}
.cid-v1kaHBwO1l .mbr-section-subtitle {
  color: #000000;
}
.cid-v1kaHBwO1l .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1kaHBwO1l .mbr-text,
.cid-v1kaHBwO1l .item .mbr-section-btn {
  text-align: left;
}
.cid-v1kaHBwO1l .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1kaHBwO1l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1kaHBwO1l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1kaHBNhGS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v1kaHBNhGS .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1kaHBNhGS .social-row .soc-item {
  margin: 8px;
}
.cid-v1kaHBNhGS .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1kaHBNhGS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v1kaHBNhGS .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-v1kaHBNhGS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1kaHBNhGS .mbr-section-title {
  color: #ffffff;
}
.cid-v1kaHBNhGS .mbr-section-title,
.cid-v1kaHBNhGS .social-list {
  color: #000000;
}
.cid-v1kaHCebNd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vayKoMAHCO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vayKoMAHCO .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-vayKoMAHCO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vayKoMAHCO .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-vayKoMAHCO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vayKoMAHCO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vayKoMAHCO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vayKoMAHCO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vayKoMAHCO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vayKoMAHCO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vayKoMAHCO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vayKoMAHCO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vayKoMAHCO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vayKoMAHCO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vayKoMAHCO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vayKoMAHCO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vayKoMAHCO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vayKoMAHCO .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vayKoMAHCO .navbar-logo {
    padding-left: 0;
  }
}
.cid-vayKoMAHCO .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vayKoMAHCO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vayKoMAHCO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vayKoMAHCO .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vayKoMAHCO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vayKoMAHCO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vayKoMAHCO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vayKoMAHCO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vayKoMAHCO .nav-item:focus,
.cid-vayKoMAHCO .nav-link:focus {
  outline: none;
}
.cid-vayKoMAHCO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vayKoMAHCO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vayKoMAHCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vayKoMAHCO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vayKoMAHCO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vayKoMAHCO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vayKoMAHCO .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-vayKoMAHCO .navbar.opened {
  transition: all 0.3s;
}
.cid-vayKoMAHCO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vayKoMAHCO .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vayKoMAHCO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vayKoMAHCO .navbar.collapsed {
  justify-content: center;
}
.cid-vayKoMAHCO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vayKoMAHCO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vayKoMAHCO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vayKoMAHCO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vayKoMAHCO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vayKoMAHCO .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-vayKoMAHCO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vayKoMAHCO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vayKoMAHCO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vayKoMAHCO .navbar {
    min-height: 72px;
  }
  .cid-vayKoMAHCO .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vayKoMAHCO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vayKoMAHCO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vayKoMAHCO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vayKoMAHCO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vayKoMAHCO .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-vayKoMAHCO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vayKoMAHCO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vayKoMAHCO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vayKoMAHCO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vayKoMAHCO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vayKoMAHCO .dropdown-item.active,
.cid-vayKoMAHCO .dropdown-item:active {
  background-color: transparent;
}
.cid-vayKoMAHCO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vayKoMAHCO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vayKoMAHCO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vayKoMAHCO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vayKoMAHCO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vayKoMAHCO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vayKoMAHCO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vayKoMAHCO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vayKoMAHCO .navbar-buttons {
    text-align: left;
  }
}
.cid-vayKoMAHCO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vayKoMAHCO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vayKoMAHCO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vayKoMAHCO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vayKoMAHCO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vayKoMAHCO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vayKoMAHCO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vayKoMAHCO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vayKoMAHCO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vayKoMAHCO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vayKoMAHCO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vayKoMAHCO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vayKoMAHCO .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-vayKoMAHCO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vayKoMAHCO .navbar {
    height: 70px;
  }
  .cid-vayKoMAHCO .navbar.opened {
    height: auto;
  }
  .cid-vayKoMAHCO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vayKoMAHCO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vayKoMAHCO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vayKoMAHCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vayKoMAHCO .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-vayKoMAHCO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vayKoMAHCO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vayKoMAHCO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vayKoMAHCO .navbar-brand {
    margin-right: auto;
  }
  .cid-vayKoMAHCO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vayKoMAHCO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vayKoMAHCO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vayKoMAHCO .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-vayKoMAHCO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vayKoMAHCO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vayKoMAHCO .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-vayKoMAHCO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vayKoMAHCO .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-vayKoMAHCO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vayKoMAHCO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vayKoNvSCb {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-vayKoNvSCb {
    align-items: flex-end;
  }
  .cid-vayKoNvSCb .row {
    justify-content: flex-start;
  }
  .cid-vayKoNvSCb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vayKoNvSCb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vayKoNvSCb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vayKoNvSCb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vayKoNvSCb .content-wrap {
    width: 100%;
  }
}
.cid-vayKoNvSCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vayKoNvSCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vayKoNvSCb .mbr-section-title,
.cid-vayKoNvSCb .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vayKoNvSCb .mbr-text,
.cid-vayKoNvSCb .mbr-section-btn {
  text-align: center;
}
.cid-vayKoNvSCb .mbr-section-title {
  color: #FF595E;
}
.cid-vayKoNvSCb .mbr-section-subtitle {
  color: #FF595E;
}
.cid-vayKoNPbQh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vayKoNPbQh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vayKoNPbQh .item {
    margin-bottom: 1rem;
  }
}
.cid-vayKoNPbQh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vayKoNPbQh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vayKoNPbQh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vayKoNPbQh .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vayKoNPbQh .carousel-control,
.cid-vayKoNPbQh .close {
  background: #1b1b1b;
}
.cid-vayKoNPbQh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vayKoNPbQh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vayKoNPbQh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vayKoNPbQh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vayKoNPbQh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vayKoNPbQh .close::before {
  content: '\e91a';
}
.cid-vayKoNPbQh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vayKoNPbQh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vayKoNPbQh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vayKoNPbQh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vayKoNPbQh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vayKoNPbQh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vayKoNPbQh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vayKoNPbQh .carousel-indicators li.active,
.cid-vayKoNPbQh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vayKoNPbQh .carousel-indicators li::after,
.cid-vayKoNPbQh .carousel-indicators li::before {
  content: none;
}
.cid-vayKoNPbQh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vayKoNPbQh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vayKoNPbQh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vayKoNPbQh .carousel-indicators {
    display: none;
  }
}
.cid-vayKoNPbQh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vayKoNPbQh .carousel-inner > .active {
  display: block;
}
.cid-vayKoNPbQh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vayKoNPbQh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vayKoNPbQh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vayKoNPbQh .carousel-control,
  .cid-vayKoNPbQh .carousel-indicators,
  .cid-vayKoNPbQh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vayKoNPbQh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vayKoNPbQh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vayKoNPbQh .carousel-indicators .active,
.cid-vayKoNPbQh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vayKoNPbQh .carousel-indicators .active {
  background: #fff;
}
.cid-vayKoNPbQh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vayKoNPbQh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vayKoNPbQh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vayKoNPbQh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vayKoNPbQh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vayKoNPbQh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vayKoNPbQh .carousel {
  width: 100%;
}
.cid-vayKoNPbQh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vayKoNPbQh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vayKoNPbQh .modal.fade .modal-dialog,
.cid-vayKoNPbQh .modal.in .modal-dialog {
  transform: none;
}
.cid-vayKoNPbQh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vayKoNPbQh .content-head {
  max-width: 800px;
}
.cid-vayKoOjfOu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vayKoOjfOu .video-wrapper iframe {
  width: 100%;
}
.cid-vayKoOjfOu .mbr-section-title,
.cid-vayKoOjfOu .mbr-section-subtitle,
.cid-vayKoOjfOu .mbr-text {
  text-align: center;
}
.cid-vayKoOAAAg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vayKoOAAAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vayKoOAAAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vayKoOAAAg .title .num {
  width: 100%;
  display: block;
}
.cid-vayKoOAAAg .title .card-title {
  z-index: 1;
}
.cid-vayKoOAAAg .num {
  color: #8ac926;
}
.cid-vayKoOAAAg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vayKoOAAAg .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vayKoOAAAg * {
    text-align: center !important;
  }
  .cid-vayKoOAAAg .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vayKoOAAAg .content-head {
  max-width: 800px;
}
.cid-vayKoOQnnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vayKoOQnnh .mbr-text {
  color: #000000;
}
.cid-vayKoOQnnh .mbr-section-subtitle {
  color: #000000;
}
.cid-vayKoOQnnh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vayKoOQnnh .mbr-text,
.cid-vayKoOQnnh .item .mbr-section-btn {
  text-align: left;
}
.cid-vayKoOQnnh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vayKoOQnnh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vayKoOQnnh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vayKoP6nBw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vayKoP6nBw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vayKoP6nBw .social-row .soc-item {
  margin: 8px;
}
.cid-vayKoP6nBw .social-row .soc-item a:hover .mbr-iconfont,
.cid-vayKoP6nBw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vayKoP6nBw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vayKoP6nBw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vayKoP6nBw .mbr-section-title {
  color: #ffffff;
}
.cid-vayKoP6nBw .mbr-section-title,
.cid-vayKoP6nBw .social-list {
  color: #000000;
}
.cid-vayKoPn0x3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-vdxTo9Nqrd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vdxTo9Nqrd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdxTo9Nqrd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdxTo9Nqrd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-vdxTo9Nqrd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vdxTo9Nqrd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vdxTo9Nqrd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vdxTo9Nqrd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vdxTo9Nqrd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vdxTo9Nqrd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vdxTo9Nqrd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vdxTo9Nqrd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vdxTo9Nqrd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vdxTo9Nqrd .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vdxTo9Nqrd .navbar-logo {
    padding-left: 0;
  }
}
.cid-vdxTo9Nqrd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdxTo9Nqrd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vdxTo9Nqrd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vdxTo9Nqrd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vdxTo9Nqrd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxTo9Nqrd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vdxTo9Nqrd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdxTo9Nqrd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vdxTo9Nqrd .nav-item:focus,
.cid-vdxTo9Nqrd .nav-link:focus {
  outline: none;
}
.cid-vdxTo9Nqrd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdxTo9Nqrd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdxTo9Nqrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdxTo9Nqrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdxTo9Nqrd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdxTo9Nqrd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar.opened {
  transition: all 0.3s;
}
.cid-vdxTo9Nqrd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdxTo9Nqrd .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vdxTo9Nqrd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vdxTo9Nqrd .navbar.collapsed {
  justify-content: center;
}
.cid-vdxTo9Nqrd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdxTo9Nqrd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdxTo9Nqrd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vdxTo9Nqrd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdxTo9Nqrd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdxTo9Nqrd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdxTo9Nqrd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vdxTo9Nqrd .navbar {
    min-height: 72px;
  }
  .cid-vdxTo9Nqrd .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vdxTo9Nqrd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdxTo9Nqrd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdxTo9Nqrd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdxTo9Nqrd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdxTo9Nqrd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vdxTo9Nqrd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdxTo9Nqrd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdxTo9Nqrd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vdxTo9Nqrd .dropdown-item.active,
.cid-vdxTo9Nqrd .dropdown-item:active {
  background-color: transparent;
}
.cid-vdxTo9Nqrd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdxTo9Nqrd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdxTo9Nqrd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdxTo9Nqrd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdxTo9Nqrd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vdxTo9Nqrd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vdxTo9Nqrd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdxTo9Nqrd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vdxTo9Nqrd .navbar-buttons {
    text-align: left;
  }
}
.cid-vdxTo9Nqrd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdxTo9Nqrd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdxTo9Nqrd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdxTo9Nqrd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdxTo9Nqrd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdxTo9Nqrd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdxTo9Nqrd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxTo9Nqrd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdxTo9Nqrd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdxTo9Nqrd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdxTo9Nqrd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vdxTo9Nqrd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdxTo9Nqrd .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-vdxTo9Nqrd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdxTo9Nqrd .navbar {
    height: 70px;
  }
  .cid-vdxTo9Nqrd .navbar.opened {
    height: auto;
  }
  .cid-vdxTo9Nqrd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vdxTo9Nqrd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vdxTo9Nqrd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vdxTo9Nqrd .navbar-brand {
    margin-right: auto;
  }
  .cid-vdxTo9Nqrd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vdxTo9Nqrd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vdxTo9Nqrd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vdxTo9Nqrd .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-vdxTo9Nqrd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vdxTo9Nqrd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vdxToaoLRP {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/martina-1365x2048.jpeg");
}
.cid-vdxToaoLRP .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-vdxToaoLRP {
    align-items: flex-end;
  }
  .cid-vdxToaoLRP .row {
    justify-content: flex-start;
  }
  .cid-vdxToaoLRP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdxToaoLRP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdxToaoLRP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vdxToaoLRP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vdxToaoLRP .content-wrap {
    width: 100%;
  }
}
.cid-vdxToaoLRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxToaoLRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxToaoLRP .mbr-section-title,
.cid-vdxToaoLRP .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-vdxToaoLRP .mbr-text,
.cid-vdxToaoLRP .mbr-section-btn {
  text-align: center;
}
.cid-vdxToaoLRP .mbr-section-title {
  color: #FF595E;
}
.cid-vdxToaoLRP .mbr-section-subtitle {
  color: #FF595E;
}
.cid-vdxToaFEsa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vdxToaFEsa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxToaFEsa .item {
    margin-bottom: 1rem;
  }
}
.cid-vdxToaFEsa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vdxToaFEsa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdxToaFEsa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vdxToaFEsa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vdxToaFEsa .carousel-control,
.cid-vdxToaFEsa .close {
  background: #1b1b1b;
}
.cid-vdxToaFEsa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vdxToaFEsa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vdxToaFEsa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vdxToaFEsa .carousel-control-next span {
  margin-left: 5px;
}
.cid-vdxToaFEsa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vdxToaFEsa .close::before {
  content: '\e91a';
}
.cid-vdxToaFEsa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vdxToaFEsa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdxToaFEsa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxToaFEsa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdxToaFEsa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vdxToaFEsa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vdxToaFEsa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vdxToaFEsa .carousel-indicators li.active,
.cid-vdxToaFEsa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vdxToaFEsa .carousel-indicators li::after,
.cid-vdxToaFEsa .carousel-indicators li::before {
  content: none;
}
.cid-vdxToaFEsa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vdxToaFEsa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vdxToaFEsa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxToaFEsa .carousel-indicators {
    display: none;
  }
}
.cid-vdxToaFEsa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdxToaFEsa .carousel-inner > .active {
  display: block;
}
.cid-vdxToaFEsa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdxToaFEsa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdxToaFEsa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vdxToaFEsa .carousel-control,
  .cid-vdxToaFEsa .carousel-indicators,
  .cid-vdxToaFEsa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vdxToaFEsa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vdxToaFEsa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vdxToaFEsa .carousel-indicators .active,
.cid-vdxToaFEsa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vdxToaFEsa .carousel-indicators .active {
  background: #fff;
}
.cid-vdxToaFEsa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vdxToaFEsa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vdxToaFEsa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdxToaFEsa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vdxToaFEsa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vdxToaFEsa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vdxToaFEsa .carousel {
  width: 100%;
}
.cid-vdxToaFEsa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vdxToaFEsa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vdxToaFEsa .modal.fade .modal-dialog,
.cid-vdxToaFEsa .modal.in .modal-dialog {
  transform: none;
}
.cid-vdxToaFEsa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vdxToaFEsa .content-head {
  max-width: 800px;
}
.cid-vdxVwH5VBC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vdxVwH5VBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxVwH5VBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxVwH5VBC a {
  font-weight: bold;
}
.cid-vdxVwH5VBC .mbr-section-title {
  text-align: center;
  color: #151515;
}
.cid-vdxVwH5VBC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vdxVwH5VBC .mbr-text,
.cid-vdxVwH5VBC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdxTobvvfk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vdxTobvvfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdxTobvvfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdxTobvvfk .title .num {
  width: 100%;
  display: block;
}
.cid-vdxTobvvfk .title .card-title {
  z-index: 1;
}
.cid-vdxTobvvfk .num {
  color: #8ac926;
}
.cid-vdxTobvvfk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdxTobvvfk .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxTobvvfk * {
    text-align: center !important;
  }
  .cid-vdxTobvvfk .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vdxTobvvfk .content-head {
  max-width: 800px;
}
.cid-vdxTobMJQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vdxTobMJQ0 .mbr-text {
  color: #000000;
}
.cid-vdxTobMJQ0 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdxTobMJQ0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdxTobMJQ0 .mbr-text,
.cid-vdxTobMJQ0 .item .mbr-section-btn {
  text-align: left;
}
.cid-vdxTobMJQ0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdxTobMJQ0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdxTobMJQ0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vdxToc5Q3y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vdxToc5Q3y .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vdxToc5Q3y .social-row .soc-item {
  margin: 8px;
}
.cid-vdxToc5Q3y .social-row .soc-item a:hover .mbr-iconfont,
.cid-vdxToc5Q3y .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vdxToc5Q3y .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-vdxToc5Q3y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdxToc5Q3y .mbr-section-title {
  color: #ffffff;
}
.cid-vdxToc5Q3y .mbr-section-title,
.cid-vdxToc5Q3y .social-list {
  color: #000000;
}
.cid-vdxTocsF4L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
