.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', 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: 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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 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: #f92c50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #9fe870 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !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: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !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: #f92c50 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #9fe870 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #66d022 !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: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #9fe870;
}
.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: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', 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: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', 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: #f92c50;
}
/* 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: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23f92c50' %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-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXa9RA9zzS {
  display: flex;
  background-image: url("../../../assets/images/img-20231216-191907-298-720x537.jpg");
}
.cid-uXa9RA9zzS .mbr-overlay {
  background-color: #edefeb;
  opacity: 0.5;
}
.cid-uXa9RA9zzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa9RA9zzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa9RA9zzS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uXa9RA9zzS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uXa9RA9zzS {
    align-items: center;
  }
  .cid-uXa9RA9zzS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXa9RA9zzS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXa9RA9zzS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXa9RA9zzS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXa9RA9zzS .content-wrap {
    width: 100%;
  }
}
.cid-uXa9RA9zzS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uXa9RA9zzS .mbr-text,
.cid-uXa9RA9zzS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZcIw6sdd4 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZcIw6sdd4 h6 {
  line-height: 1.2;
}
.cid-uZcIw6sdd4 img,
.cid-uZcIw6sdd4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZcIw6sdd4 .item:focus,
.cid-uZcIw6sdd4 span:focus {
  outline: none;
}
.cid-uZcIw6sdd4 .item-img a {
  cursor: pointer;
}
.cid-uZcIw6sdd4 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZcIw6sdd4 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uZcIw6sdd4 .mbr-section-title {
  color: #000000;
}
.cid-uZcIw6sdd4 .mbr-text,
.cid-uZcIw6sdd4 .mbr-section-btn {
  color: #000000;
}
.cid-uZcIw6sdd4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZcIw6sdd4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZcIw6sdd4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZcIw6sdd4 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZcIw6sdd4 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uZcIzuXoYp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZcIzuXoYp h6 {
  line-height: 1.2;
}
.cid-uZcIzuXoYp img,
.cid-uZcIzuXoYp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZcIzuXoYp .item:focus,
.cid-uZcIzuXoYp span:focus {
  outline: none;
}
.cid-uZcIzuXoYp .item-img a {
  cursor: pointer;
}
.cid-uZcIzuXoYp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZcIzuXoYp .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uZcIzuXoYp .mbr-section-title {
  color: #000000;
}
.cid-uZcIzuXoYp .mbr-text,
.cid-uZcIzuXoYp .mbr-section-btn {
  color: #000000;
}
.cid-uZcIzuXoYp .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZcIzuXoYp .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZcIzuXoYp .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZcIzuXoYp .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZcIzuXoYp .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uZlCu9n6yy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZlCu9n6yy h6 {
  line-height: 1.2;
}
.cid-uZlCu9n6yy img,
.cid-uZlCu9n6yy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZlCu9n6yy .item:focus,
.cid-uZlCu9n6yy span:focus {
  outline: none;
}
.cid-uZlCu9n6yy .item-img a {
  cursor: pointer;
}
.cid-uZlCu9n6yy .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZlCu9n6yy .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uZlCu9n6yy .mbr-section-title {
  color: #000000;
}
.cid-uZlCu9n6yy .mbr-text,
.cid-uZlCu9n6yy .mbr-section-btn {
  color: #000000;
}
.cid-uZlCu9n6yy .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZlCu9n6yy .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZlCu9n6yy .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZlCu9n6yy .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZlCu9n6yy .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYaM6PZgKh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYaM6PZgKh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYaM6PZgKh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYaM6PZgKh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYaM6PZgKh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYaM6PZgKh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYaM6PZgKh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYaM6PZgKh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYaM6PZgKh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYaM6PZgKh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYaM6PZgKh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYaM6PZgKh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYaM6PZgKh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYaM6PZgKh .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYaM6PZgKh .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYaM6PZgKh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYaM6PZgKh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYaM6PZgKh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYaM6PZgKh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uYaM6PZgKh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYaM6PZgKh .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uYaM6PZgKh .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .nav-item:focus,
.cid-uYaM6PZgKh .nav-link:focus {
  outline: none;
}
.cid-uYaM6PZgKh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYaM6PZgKh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYaM6PZgKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYaM6PZgKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYaM6PZgKh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYaM6PZgKh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYaM6PZgKh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYaM6PZgKh .navbar .navbar-logo img {
  width: auto;
}
.cid-uYaM6PZgKh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYaM6PZgKh .navbar.collapsed {
  justify-content: center;
}
.cid-uYaM6PZgKh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYaM6PZgKh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYaM6PZgKh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uYaM6PZgKh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYaM6PZgKh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYaM6PZgKh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYaM6PZgKh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYaM6PZgKh .navbar {
    min-height: 72px;
  }
  .cid-uYaM6PZgKh .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYaM6PZgKh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYaM6PZgKh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYaM6PZgKh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYaM6PZgKh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYaM6PZgKh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYaM6PZgKh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYaM6PZgKh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYaM6PZgKh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYaM6PZgKh .dropdown-item.active,
.cid-uYaM6PZgKh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYaM6PZgKh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYaM6PZgKh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYaM6PZgKh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYaM6PZgKh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYaM6PZgKh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYaM6PZgKh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYaM6PZgKh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYaM6PZgKh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYaM6PZgKh .navbar-buttons {
    text-align: left;
  }
}
.cid-uYaM6PZgKh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYaM6PZgKh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYaM6PZgKh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYaM6PZgKh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYaM6PZgKh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYaM6PZgKh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYaM6PZgKh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYaM6PZgKh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYaM6PZgKh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYaM6PZgKh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYaM6PZgKh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYaM6PZgKh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYaM6PZgKh .navbar {
    height: 70px;
  }
  .cid-uYaM6PZgKh .navbar.opened {
    height: auto;
  }
  .cid-uYaM6PZgKh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYaM6PZgKh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYaM6PZgKh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYaM6PZgKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYaM6PZgKh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYaM6PZgKh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYaM6PZgKh .navbar-brand {
    margin-right: auto;
  }
  .cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYaM6PZgKh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYaM6PZgKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYaM6PZgKh .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-uYaM6PZgKh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYaM6PZgKh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYaM6Qc6qP {
  background-image: url("../../../assets/images/img-20230208-231447-custom-2000x1889.jpg");
}
.cid-uYaM6Qc6qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaM6Qc6qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYaM6Qc6qP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYaM6Qc6qP .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uYaM6Qc6qP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYaM6Qc6qP .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYaM6Qc6qP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYaM6Qc6qP .header-menu li p {
  margin: 0;
}
.cid-uYaM6Qc6qP .content-head {
  max-width: 800px;
}
.cid-uYaM6Qc6qP .mbr-text,
.cid-uYaM6Qc6qP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYaM6Qc6qP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYaM6QnF2Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYaM6QnF2Q .mbr-text {
  color: #000000;
}
.cid-uYaM6QnF2Q .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaM6QnF2Q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYaM6Qv24V {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYaM6Qv24V .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uYaM6Qv24V .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uYaM6Qv24V .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYaM6Qv24V .mbr-section-title {
  text-align: center;
}
.cid-uYaM6Qv24V .mbr-section-subtitle {
  text-align: center;
}
.cid-uYaM6QCPQm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYaM6QCPQm .mbr-text {
  color: #000000;
}
.cid-uYaM6QCPQm .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaM6QCPQm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYaM6QJRNr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYaM6QJRNr .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYaM6QJRNr .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYaM6QJRNr .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYaM6QRCle {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYaM6QRCle .mbr-text {
  color: #000000;
}
.cid-uYaM6QRCle .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaM6QRCle .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYF3cfGCVn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYF3cfGCVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYF3cfGCVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYF3cfGCVn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYF3cfGCVn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYF3cfGCVn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYF3cfGCVn .mbr-text {
  text-align: left;
}
.cid-uYaX9NgF8W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYaX9NgF8W .mbr-text {
  color: #000000;
}
.cid-uYaX9NgF8W .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaX9NgF8W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYaZ5xhh5q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYaZ5xhh5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaZ5xhh5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYaZ5xhh5q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYaZ5xhh5q .row {
  flex-direction: row-reverse;
}
.cid-uYaZ5xhh5q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYaZ5xhh5q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYaM6R6GUw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYaM6R6GUw .mbr-text {
  color: #000000;
}
.cid-uYaM6R6GUw .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaM6R6GUw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYaM6Rdg1g {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYaM6Rdg1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaM6Rdg1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYaM6Rdg1g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYaM6Rdg1g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYaM6Rdg1g .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYaM6Rdg1g .mbr-text {
  text-align: left;
}
.cid-uYaM6RsnKY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYaM6RsnKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYaM6RsnKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYaM6RsnKY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYaM6RsnKY .row {
  flex-direction: row-reverse;
}
.cid-uYaM6RsnKY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYaM6RsnKY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYaM6RYWyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYaM6RYWyJ .mbr-text {
  color: #000000;
}
.cid-uYaM6RYWyJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaM6RYWyJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o1OMdcck {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o1OMdcck .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o1OMdcck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o1OMdcck .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o1OMdcck img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o1OMdcck .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o1OMdcck .mbr-text {
  text-align: left;
}
.cid-uYaM6SiEkg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYaM6SiEkg .mbr-text {
  color: #000000;
}
.cid-uYaM6SiEkg .mbr-section-subtitle {
  color: #000000;
}
.cid-uYaM6SiEkg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYF4YDVihr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYF4YDVihr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYF4YDVihr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYF4YDVihr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYF4YDVihr .row {
  flex-direction: row-reverse;
}
.cid-uYF4YDVihr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYF4YDVihr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYFeyiIJB5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYFeyiIJB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFeyiIJB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYFeyiIJB5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYFeyiIJB5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYFeyiIJB5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYFeyiIJB5 .mbr-text {
  text-align: left;
}
.cid-uYF4KBlAnv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYF4KBlAnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYF4KBlAnv .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-uYF4KBlAnv .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uYF4KBlAnv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uYF4KBlAnv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYF4KBlAnv .media-content,
.cid-uYF4KBlAnv .mbr-figure {
  align-self: center;
}
.cid-uYF4KBlAnv .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uYF4KBlAnv .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uYF4KBlAnv .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uYF4KBlAnv .mbr-section-maintitle {
  text-align: center;
}
.cid-uYF4KBlAnv .mbr-section-title {
  text-align: left;
}
.cid-uYF4KBlAnv .mbr-text,
.cid-uYF4KBlAnv .mbr-section-btn {
  text-align: left;
}
.cid-uYF4KBlAnv .mbr-description {
  text-align: center;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWRafl2nNo {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWRafl2nNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRafl2nNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWQZkQeqPX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWQZkQeqPX img,
.cid-uWQZkQeqPX .item-img {
  width: 100%;
}
.cid-uWQZkQeqPX .item:focus,
.cid-uWQZkQeqPX span:focus {
  outline: none;
}
.cid-uWQZkQeqPX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWQZkQeqPX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uWQZkQeqPX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWQZkQeqPX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uWQZkQeqPX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWQZkQeqPX .mbr-section-title {
  color: #232323;
}
.cid-uWQZkQeqPX .mbr-text,
.cid-uWQZkQeqPX .mbr-section-btn {
  text-align: center;
}
.cid-uWQZkQeqPX .item-title {
  text-align: left;
}
.cid-uWQZkQeqPX .item-subtitle {
  text-align: center;
}
.cid-uWQZkQeqPX .mbr-section-subtitle {
  text-align: center;
}
.cid-uWR7tcodsd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWR7tcodsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWR7tcodsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBsVWJebi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXBsVWJebi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBsVWJebi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXBsVWJebi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXBsVWJebi .row {
  flex-direction: row-reverse;
}
.cid-uXBsVWJebi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXBsVWJebi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWR5btDpBr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWR5btDpBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWR5btDpBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWR4XBgkIJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWR4XBgkIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWR4XBgkIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWR4XBgkIJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWR4XBgkIJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWR4XBgkIJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWR4XBgkIJ .mbr-text {
  text-align: center;
}
.cid-uWRaYZFfFg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWRaYZFfFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRaYZFfFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRaWp45H5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWRaWp45H5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRaWp45H5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWRaWp45H5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWRaWp45H5 .row {
  flex-direction: row-reverse;
}
.cid-uWRaWp45H5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWRaWp45H5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWRaZhUwZw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWRaZhUwZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRaZhUwZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRaXtsZHf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWRaXtsZHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRaXtsZHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWRaXtsZHf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWRaXtsZHf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWRaXtsZHf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWRaXtsZHf .mbr-text {
  text-align: left;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0K8AW6bcU {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v0K8AW6bcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0K8AW6bcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa6jjW8vY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uXa6jjW8vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXa6jjW8vY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXa6jjW8vY .content-text {
  max-width: 800px;
}
.cid-uXa5FL7Odm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uXa5FL7Odm .mbr-text {
  color: #000000;
}
.cid-uXa5FL7Odm .mbr-section-subtitle {
  color: #000000;
}
.cid-uXa5FL7Odm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0K8RXQJ2J {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-v0K8RXQJ2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0K8RXQJ2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0K8RXQJ2J .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v0K8RXQJ2J .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v0K8RXQJ2J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0K8RXQJ2J .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v0K8RXQJ2J .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v0K8RXQJ2J .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v0K8RXQJ2J .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0K8RXQJ2J .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v0K8RXQJ2J .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0K8RXQJ2J .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v0K8QZd7OM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v0K8QZd7OM .mbr-text {
  color: #000000;
}
.cid-v0K8QZd7OM .mbr-section-subtitle {
  color: #000000;
}
.cid-v0K8QZd7OM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZBnXatLRj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZBnXatLRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBnXatLRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBnXatLRj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZBnXatLRj .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZBnXatLRj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZBnXatLRj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uZBnXatLRj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZBnXatLRj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uZBnXatLRj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZBnXatLRj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZBnXatLRj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZBnXatLRj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZBEHyaBkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uZBEHyaBkk .mbr-text {
  color: #000000;
}
.cid-uZBEHyaBkk .mbr-section-subtitle {
  color: #000000;
}
.cid-uZBEHyaBkk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZBESOfRxq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZBESOfRxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBESOfRxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZBESOfRxq .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZBESOfRxq .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uZBESOfRxq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZBESOfRxq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uZBESOfRxq .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uZBESOfRxq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uZBESOfRxq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZBESOfRxq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZBESOfRxq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZBESOfRxq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZBkLxuX4T {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZBkLxuX4T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZBkLxuX4T form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uZBkLxuX4T form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uZBkLxuX4T form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZBkLxuX4T .content-head {
  max-width: 800px;
}
.cid-uWMqnq8LGo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uWMqnq8LGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWMqnq8LGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWMqnq8LGo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWMqnq8LGo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWMqnq8LGo .mbr-iconfont {
  font-size: 3rem;
  color: #f92c50;
  padding-right: 2rem;
}
.cid-uWMqnq8LGo .content-head {
  max-width: 800px;
}
.cid-uWMqnq8LGo .card-title {
  text-align: left;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXBwZNiq1U {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uXBwZNiq1U img,
.cid-uXBwZNiq1U .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXBwZNiq1U .item:focus,
.cid-uXBwZNiq1U span:focus {
  outline: none;
}
.cid-uXBwZNiq1U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXBwZNiq1U .item {
    margin-bottom: 1rem;
  }
}
.cid-uXBwZNiq1U .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXBwZNiq1U .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXBwZNiq1U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXBwZNiq1U .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uXBwZNiq1U .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXBwZNiq1U .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uXBwZNiq1U .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXBwZNiq1U .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uXBwZNiq1U .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-uXBwZNiq1U .mbr-section-title {
  color: #232323;
}
.cid-uXBwZNiq1U .mbr-text,
.cid-uXBwZNiq1U .mbr-section-btn {
  text-align: center;
}
.cid-uXBwZNiq1U .item-title {
  text-align: center;
}
.cid-uXBwZNiq1U .content-head {
  max-width: 800px;
}
.cid-uXBwZNiq1U .mbr-text,
.cid-uXBwZNiq1U .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYKaKKfN4X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYKaKKfN4X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYKaKKfN4X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKaKKfN4X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYKaKKfN4X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYKaKKfN4X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYKaKKfN4X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYKaKKfN4X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYKaKKfN4X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYKaKKfN4X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYKaKKfN4X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYKaKKfN4X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYKaKKfN4X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYKaKKfN4X .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYKaKKfN4X .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYKaKKfN4X .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYKaKKfN4X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYKaKKfN4X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYKaKKfN4X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uYKaKKfN4X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYKaKKfN4X .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uYKaKKfN4X .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .nav-item:focus,
.cid-uYKaKKfN4X .nav-link:focus {
  outline: none;
}
.cid-uYKaKKfN4X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKaKKfN4X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYKaKKfN4X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKaKKfN4X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKaKKfN4X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKaKKfN4X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKaKKfN4X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYKaKKfN4X .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKaKKfN4X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYKaKKfN4X .navbar.collapsed {
  justify-content: center;
}
.cid-uYKaKKfN4X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKaKKfN4X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKaKKfN4X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uYKaKKfN4X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKaKKfN4X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKaKKfN4X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKaKKfN4X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYKaKKfN4X .navbar {
    min-height: 72px;
  }
  .cid-uYKaKKfN4X .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYKaKKfN4X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKaKKfN4X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKaKKfN4X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKaKKfN4X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYKaKKfN4X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYKaKKfN4X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKaKKfN4X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKaKKfN4X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYKaKKfN4X .dropdown-item.active,
.cid-uYKaKKfN4X .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKaKKfN4X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKaKKfN4X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKaKKfN4X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKaKKfN4X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYKaKKfN4X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYKaKKfN4X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYKaKKfN4X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYKaKKfN4X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYKaKKfN4X .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKaKKfN4X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYKaKKfN4X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYKaKKfN4X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYKaKKfN4X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYKaKKfN4X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYKaKKfN4X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYKaKKfN4X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKaKKfN4X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKaKKfN4X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKaKKfN4X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKaKKfN4X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYKaKKfN4X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYKaKKfN4X .navbar {
    height: 70px;
  }
  .cid-uYKaKKfN4X .navbar.opened {
    height: auto;
  }
  .cid-uYKaKKfN4X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKaKKfN4X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYKaKKfN4X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYKaKKfN4X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYKaKKfN4X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYKaKKfN4X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYKaKKfN4X .navbar-brand {
    margin-right: auto;
  }
  .cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYKaKKfN4X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYKaKKfN4X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYKaKKfN4X .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-uYKaKKfN4X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYKaKKfN4X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYKaKKytpL {
  background-image: url("../../../assets/images/image1-1-444x442.png");
}
.cid-uYKaKKytpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKaKKytpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKaKKytpL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYKaKKytpL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uYKaKKytpL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYKaKKytpL .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYKaKKytpL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYKaKKytpL .header-menu li p {
  margin: 0;
}
.cid-uYKaKKytpL .content-head {
  max-width: 800px;
}
.cid-uYKaKKytpL .mbr-text,
.cid-uYKaKKytpL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYKaKKytpL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYKaKKNMlY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYKaKKNMlY .mbr-text {
  color: #000000;
}
.cid-uYKaKKNMlY .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKaKKNMlY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYKaKKVzs0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYKaKKVzs0 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uYKaKKVzs0 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uYKaKKVzs0 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKaKKVzs0 .mbr-section-title {
  text-align: center;
}
.cid-uYKaKKVzs0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uYKaKL2zbB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYKaKL2zbB .mbr-text {
  color: #000000;
}
.cid-uYKaKL2zbB .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKaKL2zbB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYKaKLdLCd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYKaKLdLCd .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYKaKLdLCd .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYKaKLdLCd .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYKaKLpT8T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYKaKLpT8T .mbr-text {
  color: #000000;
}
.cid-uYKaKLpT8T .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKaKLpT8T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZwChNXNOu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZwChNXNOu .mbr-text {
  color: #000000;
}
.cid-uZwChNXNOu .mbr-section-subtitle {
  color: #000000;
}
.cid-uZwChNXNOu .mbr-section-title {
  color: #000000;
}
.cid-uYKaKLJthq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYKaKLJthq .mbr-text {
  color: #000000;
}
.cid-uYKaKLJthq .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKaKLJthq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYKaKLR8F1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYKaKLR8F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKaKLR8F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYKaKLR8F1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYKaKLR8F1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYKaKLR8F1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYKaKLR8F1 .mbr-text {
  text-align: left;
}
.cid-uYKaKM3shG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYKaKM3shG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKaKM3shG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYKaKM3shG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYKaKM3shG .row {
  flex-direction: row-reverse;
}
.cid-uYKaKM3shG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYKaKM3shG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZxqxI0KT8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZxqxI0KT8 .mbr-text {
  color: #000000;
}
.cid-uZxqxI0KT8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZxqxI0KT8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZxqKLr9dW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZxqKLr9dW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxqKLr9dW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZxqKLr9dW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZxqKLr9dW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZxqKLr9dW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZxqKLr9dW .mbr-text {
  text-align: left;
}
.cid-uZxuhEf7Z4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZxuhEf7Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxuhEf7Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZxuhEf7Z4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZxuhEf7Z4 .row {
  flex-direction: row-reverse;
}
.cid-uZxuhEf7Z4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZxuhEf7Z4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZvRCbvStG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZvRCbvStG .mbr-text {
  color: #000000;
}
.cid-uZvRCbvStG .mbr-section-subtitle {
  color: #000000;
}
.cid-uZvRCbvStG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZvTGi3aGn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZvTGi3aGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvTGi3aGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZvTGi3aGn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZvTGi3aGn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZvTGi3aGn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZvTGi3aGn .mbr-text {
  text-align: left;
}
.cid-uZvT77IiuM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZvT77IiuM .mbr-text {
  color: #000000;
}
.cid-uZvT77IiuM .mbr-section-subtitle {
  color: #000000;
}
.cid-uZvT77IiuM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYKaKMwtNh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYKaKMwtNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKaKMwtNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYKaKMwtNh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYKaKMwtNh .row {
  flex-direction: row-reverse;
}
.cid-uYKaKMwtNh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYKaKMwtNh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYKaKNqetY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYKaKNqetY .mbr-text {
  color: #000000;
}
.cid-uYKaKNqetY .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKaKNqetY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYKaKNCbpS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYKaKNCbpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKaKNCbpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYKaKNCbpS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYKaKNCbpS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYKaKNCbpS .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1l0GjPsvl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1l0GjPsvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1l0GjPsvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1l0GjPsvl .content-text {
  max-width: 800px;
}
.cid-uZAjW7z2io {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZAjW7z2io .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAjW7z2io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZAjW7z2io .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZAjW7z2io .row {
  flex-direction: row-reverse;
}
.cid-uZAjW7z2io img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZAjW7z2io .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYKaKMMa0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYKaKMMa0T .mbr-text {
  color: #000000;
}
.cid-uYKaKMMa0T .mbr-section-subtitle {
  color: #000000;
}
.cid-uYKaKMMa0T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZAku4r1bg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZAku4r1bg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAku4r1bg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZAku4r1bg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZAku4r1bg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZAku4r1bg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZAHzMLUVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZAHzMLUVI .mbr-text {
  color: #000000;
}
.cid-uZAHzMLUVI .mbr-section-subtitle {
  color: #000000;
}
.cid-uZAHzMLUVI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZAHHS3jpU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZAHHS3jpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAHHS3jpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZAHHS3jpU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZAHHS3jpU .row {
  flex-direction: row-reverse;
}
.cid-uZAHHS3jpU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZAHHS3jpU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZB9tjeIad {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZB9tjeIad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZB9tjeIad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZB9tjeIad .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZB9tjeIad img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZB9tjeIad .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZD7mQ3Zcf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZD7mQ3Zcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZD7mQ3Zcf .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-uZD7mQ3Zcf .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uZD7mQ3Zcf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uZD7mQ3Zcf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZD7mQ3Zcf .media-content,
.cid-uZD7mQ3Zcf .mbr-figure {
  align-self: center;
}
.cid-uZD7mQ3Zcf .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uZD7mQ3Zcf .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uZD7mQ3Zcf .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uZD7mQ3Zcf .mbr-section-maintitle {
  text-align: center;
}
.cid-uZD7mQ3Zcf .mbr-section-title {
  text-align: left;
}
.cid-uZD7mQ3Zcf .mbr-text,
.cid-uZD7mQ3Zcf .mbr-section-btn {
  text-align: left;
}
.cid-uZD7mQ3Zcf .mbr-description {
  text-align: center;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZLQXRsPty {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZLQXRsPty .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-uZLQXRsPty .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZLQXRsPty .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-uZLQXRsPty .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZLQXRsPty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZLQXRsPty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZLQXRsPty .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZLQXRsPty .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZLQXRsPty .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZLQXRsPty .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZLQXRsPty .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZLQXRsPty .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZLQXRsPty .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZLQXRsPty .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZLQXRsPty .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZLQXRsPty .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZLQXRsPty .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZLQXRsPty .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZLQXRsPty .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZLQXRsPty .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZLQXRsPty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZLQXRsPty .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uZLQXRsPty .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZLQXRsPty .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uZLQXRsPty .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZLQXRsPty .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-uZLQXRsPty .nav-item:focus,
.cid-uZLQXRsPty .nav-link:focus {
  outline: none;
}
.cid-uZLQXRsPty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZLQXRsPty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZLQXRsPty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZLQXRsPty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZLQXRsPty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZLQXRsPty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZLQXRsPty .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-uZLQXRsPty .navbar.opened {
  transition: all 0.3s;
}
.cid-uZLQXRsPty .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZLQXRsPty .navbar .navbar-logo img {
  width: auto;
}
.cid-uZLQXRsPty .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZLQXRsPty .navbar.collapsed {
  justify-content: center;
}
.cid-uZLQXRsPty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZLQXRsPty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZLQXRsPty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZLQXRsPty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZLQXRsPty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZLQXRsPty .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-uZLQXRsPty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZLQXRsPty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZLQXRsPty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZLQXRsPty .navbar {
    min-height: 72px;
  }
  .cid-uZLQXRsPty .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZLQXRsPty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZLQXRsPty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZLQXRsPty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZLQXRsPty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZLQXRsPty .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-uZLQXRsPty .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZLQXRsPty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZLQXRsPty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZLQXRsPty .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZLQXRsPty .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZLQXRsPty .dropdown-item.active,
.cid-uZLQXRsPty .dropdown-item:active {
  background-color: transparent;
}
.cid-uZLQXRsPty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZLQXRsPty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZLQXRsPty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZLQXRsPty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZLQXRsPty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZLQXRsPty .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZLQXRsPty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZLQXRsPty .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZLQXRsPty .navbar-buttons {
    text-align: left;
  }
}
.cid-uZLQXRsPty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZLQXRsPty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZLQXRsPty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZLQXRsPty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZLQXRsPty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZLQXRsPty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZLQXRsPty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZLQXRsPty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZLQXRsPty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZLQXRsPty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZLQXRsPty .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZLQXRsPty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZLQXRsPty .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-uZLQXRsPty .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZLQXRsPty .navbar {
    height: 70px;
  }
  .cid-uZLQXRsPty .navbar.opened {
    height: auto;
  }
  .cid-uZLQXRsPty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZLQXRsPty .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZLQXRsPty .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZLQXRsPty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZLQXRsPty .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-uZLQXRsPty .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZLQXRsPty .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZLQXRsPty .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZLQXRsPty .navbar-brand {
    margin-right: auto;
  }
  .cid-uZLQXRsPty .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-uZLQXRsPty .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZLQXRsPty .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZLQXRsPty .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-uZLQXRsPty .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZLQXRsPty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZLQXRsPty .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-uZLQXRsPty .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZLQXRsPty .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-uZLQXRsPty .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZLQXRsPty .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZLQXRDn07 {
  background-image: url("../../../assets/images/capture-dcran-2025-10-16-090149-1182x767.png");
}
.cid-uZLQXRDn07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXRDn07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZLQXRDn07 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXRDn07 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uZLQXRDn07 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZLQXRDn07 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZLQXRDn07 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZLQXRDn07 .header-menu li p {
  margin: 0;
}
.cid-uZLQXRDn07 .content-head {
  max-width: 800px;
}
.cid-uZLQXRDn07 .mbr-text,
.cid-uZLQXRDn07 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZLQXRDn07 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXROSmo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLQXROSmo .mbr-text {
  color: #000000;
}
.cid-uZLQXROSmo .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXROSmo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXRWuz2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZLQXRWuz2 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uZLQXRWuz2 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uZLQXRWuz2 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZLQXRWuz2 .mbr-section-title {
  text-align: center;
}
.cid-uZLQXRWuz2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uZLQXS4iVQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLQXS4iVQ .mbr-text {
  color: #000000;
}
.cid-uZLQXS4iVQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXS4iVQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXScvPu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZLQXScvPu .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uZLQXScvPu .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uZLQXScvPu .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uZLQXSjujb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZLQXSjujb .mbr-text {
  color: #000000;
}
.cid-uZLQXSjujb .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXSjujb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXSr7FE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXSr7FE .mbr-text {
  color: #000000;
}
.cid-uZLQXSr7FE .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXSr7FE .mbr-section-title {
  color: #000000;
}
.cid-uZLQXSzFMu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZLQXSzFMu .mbr-text {
  color: #000000;
}
.cid-uZLQXSzFMu .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXSzFMu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXSJ3Kc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXSJ3Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXSJ3Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZLQXSJ3Kc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZLQXSJ3Kc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXSJ3Kc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZLQXSJ3Kc .mbr-text {
  text-align: left;
}
.cid-uZLQXT7AIT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZLQXT7AIT .mbr-text {
  color: #000000;
}
.cid-uZLQXT7AIT .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXT7AIT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXU5hxj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXU5hxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXU5hxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZLQXU5hxj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZLQXU5hxj .row {
  flex-direction: row-reverse;
}
.cid-uZLQXU5hxj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXU5hxj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZLQXTAr2r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZLQXTAr2r .mbr-text {
  color: #000000;
}
.cid-uZLQXTAr2r .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXTAr2r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXTJ4bl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXTJ4bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXTJ4bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZLQXTJ4bl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZLQXTJ4bl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXTJ4bl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZLQXTJ4bl .mbr-text {
  text-align: left;
}
.cid-uZLQXTp8un {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXTp8un .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXTp8un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZLQXTp8un .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZLQXTp8un .row {
  flex-direction: row-reverse;
}
.cid-uZLQXTp8un img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXTp8un .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZLQXTVocY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZLQXTVocY .mbr-text {
  color: #000000;
}
.cid-uZLQXTVocY .mbr-section-subtitle {
  color: #000000;
}
.cid-uZLQXTVocY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXTfvp8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXTfvp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXTfvp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZLQXTfvp8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZLQXTfvp8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXTfvp8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZLQXTfvp8 .mbr-text {
  text-align: left;
}
.cid-uZN67FleOC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZN67FleOC .mbr-text {
  color: #000000;
}
.cid-uZN67FleOC .mbr-section-subtitle {
  color: #000000;
}
.cid-uZN67FleOC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZLQXUDBqk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZLQXUDBqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZLQXUDBqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZLQXUDBqk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZLQXUDBqk .row {
  flex-direction: row-reverse;
}
.cid-uZLQXUDBqk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZLQXUDBqk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZLQXVWA0H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZLQXVWA0H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZLQXVWA0H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZLQXVWA0H .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZLQXVWA0H .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZLQXVWA0H .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZLQXVWA0H .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZLQXVWA0H .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZLQXVWA0H .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZLQXVWA0H .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZLQXVWA0H .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZLQXVWA0H .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZLQXVWA0H .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZLQXVWA0H .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZLQXVWA0H .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZNcQ5EdZi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZNcQ5EdZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNcQ5EdZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNcQ5EdZi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZNcQ5EdZi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZNcQ5EdZi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZNcQ5EdZi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNcQ5EdZi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNcQ5EdZi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNcQ5EdZi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZNcQ5EdZi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNcQ5EdZi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNcQ5EdZi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNcQ5EdZi .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZNcQ5EdZi .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZNcQ5EdZi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNcQ5EdZi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNcQ5EdZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZNcQ5EdZi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uZNcQ5EdZi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNcQ5EdZi .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uZNcQ5EdZi .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .nav-item:focus,
.cid-uZNcQ5EdZi .nav-link:focus {
  outline: none;
}
.cid-uZNcQ5EdZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNcQ5EdZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNcQ5EdZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNcQ5EdZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNcQ5EdZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNcQ5EdZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNcQ5EdZi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNcQ5EdZi .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNcQ5EdZi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZNcQ5EdZi .navbar.collapsed {
  justify-content: center;
}
.cid-uZNcQ5EdZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNcQ5EdZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNcQ5EdZi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZNcQ5EdZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNcQ5EdZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNcQ5EdZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNcQ5EdZi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNcQ5EdZi .navbar {
    min-height: 72px;
  }
  .cid-uZNcQ5EdZi .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNcQ5EdZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNcQ5EdZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNcQ5EdZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNcQ5EdZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNcQ5EdZi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNcQ5EdZi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNcQ5EdZi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNcQ5EdZi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNcQ5EdZi .dropdown-item.active,
.cid-uZNcQ5EdZi .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNcQ5EdZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNcQ5EdZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNcQ5EdZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNcQ5EdZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZNcQ5EdZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNcQ5EdZi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNcQ5EdZi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNcQ5EdZi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNcQ5EdZi .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNcQ5EdZi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNcQ5EdZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZNcQ5EdZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNcQ5EdZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNcQ5EdZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNcQ5EdZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNcQ5EdZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNcQ5EdZi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNcQ5EdZi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNcQ5EdZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNcQ5EdZi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNcQ5EdZi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNcQ5EdZi .navbar {
    height: 70px;
  }
  .cid-uZNcQ5EdZi .navbar.opened {
    height: auto;
  }
  .cid-uZNcQ5EdZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNcQ5EdZi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNcQ5EdZi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNcQ5EdZi .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNcQ5EdZi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNcQ5EdZi .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-uZNcQ5EdZi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNcQ5EdZi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNcQ5RkwN {
  background-image: url("../../../assets/images/1760618483780-custom-2000x1500.jpeg");
}
.cid-uZNcQ5RkwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNcQ5RkwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNcQ5RkwN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZNcQ5RkwN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uZNcQ5RkwN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZNcQ5RkwN .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZNcQ5RkwN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZNcQ5RkwN .header-menu li p {
  margin: 0;
}
.cid-uZNcQ5RkwN .content-head {
  max-width: 800px;
}
.cid-uZNcQ5RkwN .mbr-text,
.cid-uZNcQ5RkwN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZNcQ5RkwN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZNcQ64skb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZNcQ64skb .mbr-text {
  color: #000000;
}
.cid-uZNcQ64skb .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ64skb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZNcQ6dy8d {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZNcQ6dy8d .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uZNcQ6dy8d .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uZNcQ6dy8d .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNcQ6dy8d .mbr-section-title {
  text-align: center;
}
.cid-uZNcQ6dy8d .mbr-section-subtitle {
  text-align: center;
}
.cid-uZNcQ6jEID {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZNcQ6jEID .mbr-text {
  color: #000000;
}
.cid-uZNcQ6jEID .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ6jEID .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZNcQ6rvmJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZNcQ6rvmJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uZNcQ6rvmJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uZNcQ6rvmJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uZNcQ6yVPA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZNcQ6yVPA .mbr-text {
  color: #000000;
}
.cid-uZNcQ6yVPA .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ6yVPA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZNcQ6FnNh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZNcQ6FnNh .mbr-text {
  color: #000000;
}
.cid-uZNcQ6FnNh .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ6FnNh .mbr-section-title {
  color: #000000;
}
.cid-uZNcQ6Nfe5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZNcQ6Nfe5 .mbr-text {
  color: #000000;
}
.cid-uZNcQ6Nfe5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ6Nfe5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZRvb4snQf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRvb4snQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRvb4snQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRvb4snQf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRvb4snQf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRvb4snQf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRvb4snQf .mbr-text {
  text-align: left;
}
.cid-uZNcQ76gj2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZNcQ76gj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNcQ76gj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZNcQ76gj2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNcQ76gj2 .row {
  flex-direction: row-reverse;
}
.cid-uZNcQ76gj2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZNcQ76gj2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZNEi23PKI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZNEi23PKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNEi23PKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZNEi23PKI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNEi23PKI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZNEi23PKI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZNEi23PKI .mbr-text {
  text-align: left;
}
.cid-uZRuTUzd78 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRuTUzd78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRuTUzd78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRuTUzd78 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRuTUzd78 .row {
  flex-direction: row-reverse;
}
.cid-uZRuTUzd78 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRuTUzd78 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZNHgqSZeA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZNHgqSZeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNHgqSZeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZNHgqSZeA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNHgqSZeA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZNHgqSZeA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZNHgqSZeA .mbr-text {
  text-align: left;
}
.cid-uZNcQ7lFAD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZNcQ7lFAD .mbr-text {
  color: #000000;
}
.cid-uZNcQ7lFAD .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ7lFAD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZNcQ7DtOu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZNcQ7DtOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNcQ7DtOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZNcQ7DtOu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNcQ7DtOu .row {
  flex-direction: row-reverse;
}
.cid-uZNcQ7DtOu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZNcQ7DtOu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZNcQ7NnN5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZNcQ7NnN5 .mbr-text {
  color: #000000;
}
.cid-uZNcQ7NnN5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ7NnN5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZRD37zHq1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRD37zHq1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZRD37zHq1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZRD37zHq1 .item-wrapper {
  position: relative;
}
.cid-uZRD37zHq1 .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-uZRD37zHq1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uZRD37zHq1 .carousel-control,
.cid-uZRD37zHq1 .close {
  background: #1b1b1b;
}
.cid-uZRD37zHq1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZRD37zHq1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZRD37zHq1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZRD37zHq1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZRD37zHq1 .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-uZRD37zHq1 .close::before {
  content: '\e91a';
}
.cid-uZRD37zHq1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZRD37zHq1 .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-uZRD37zHq1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZRD37zHq1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZRD37zHq1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZRD37zHq1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZRD37zHq1 .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-uZRD37zHq1 .carousel-indicators li.active,
.cid-uZRD37zHq1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZRD37zHq1 .carousel-indicators li::after,
.cid-uZRD37zHq1 .carousel-indicators li::before {
  content: none;
}
.cid-uZRD37zHq1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZRD37zHq1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZRD37zHq1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZRD37zHq1 .carousel-indicators {
    display: none;
  }
}
.cid-uZRD37zHq1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZRD37zHq1 .carousel-inner > .active {
  display: block;
}
.cid-uZRD37zHq1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZRD37zHq1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZRD37zHq1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZRD37zHq1 .carousel-control,
  .cid-uZRD37zHq1 .carousel-indicators,
  .cid-uZRD37zHq1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZRD37zHq1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZRD37zHq1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZRD37zHq1 .carousel-indicators .active,
.cid-uZRD37zHq1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZRD37zHq1 .carousel-indicators .active {
  background: #fff;
}
.cid-uZRD37zHq1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZRD37zHq1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZRD37zHq1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZRD37zHq1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZRD37zHq1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZRD37zHq1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZRD37zHq1 .carousel {
  width: 100%;
}
.cid-uZRD37zHq1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZRD37zHq1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZRD37zHq1 .modal.fade .modal-dialog,
.cid-uZRD37zHq1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uZRD37zHq1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZRD37zHq1 .content-head {
  max-width: 800px;
}
.cid-uZNcQ86DNI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZNcQ86DNI .mbr-text {
  color: #000000;
}
.cid-uZNcQ86DNI .mbr-section-subtitle {
  color: #000000;
}
.cid-uZNcQ86DNI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZNcQ8BKI9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZNcQ8BKI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNcQ8BKI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZNcQ8BKI9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNcQ8BKI9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZNcQ8BKI9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZNcQa15LF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZNcQa15LF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZNcQa15LF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZNcQa15LF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZNcQa15LF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZNcQa15LF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZNcQa15LF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZNcQa15LF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZNcQa15LF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZNcQa15LF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZNcQa15LF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZNcQa15LF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZNcQa15LF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZNcQa15LF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZNcQa15LF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v0hC22Geza {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0hC22Geza .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-v0hC22Geza .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0hC22Geza .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-v0hC22Geza .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0hC22Geza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0hC22Geza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0hC22Geza .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0hC22Geza .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0hC22Geza .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0hC22Geza .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0hC22Geza .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0hC22Geza .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0hC22Geza .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0hC22Geza .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0hC22Geza .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0hC22Geza .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0hC22Geza .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0hC22Geza .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0hC22Geza .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0hC22Geza .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0hC22Geza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0hC22Geza .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v0hC22Geza .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0hC22Geza .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0hC22Geza .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0hC22Geza .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-v0hC22Geza .nav-item:focus,
.cid-v0hC22Geza .nav-link:focus {
  outline: none;
}
.cid-v0hC22Geza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0hC22Geza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0hC22Geza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0hC22Geza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0hC22Geza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0hC22Geza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0hC22Geza .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-v0hC22Geza .navbar.opened {
  transition: all 0.3s;
}
.cid-v0hC22Geza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0hC22Geza .navbar .navbar-logo img {
  width: auto;
}
.cid-v0hC22Geza .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0hC22Geza .navbar.collapsed {
  justify-content: center;
}
.cid-v0hC22Geza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0hC22Geza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0hC22Geza .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v0hC22Geza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0hC22Geza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0hC22Geza .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-v0hC22Geza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0hC22Geza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0hC22Geza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0hC22Geza .navbar {
    min-height: 72px;
  }
  .cid-v0hC22Geza .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0hC22Geza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0hC22Geza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0hC22Geza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0hC22Geza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0hC22Geza .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-v0hC22Geza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0hC22Geza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0hC22Geza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0hC22Geza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0hC22Geza .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0hC22Geza .dropdown-item.active,
.cid-v0hC22Geza .dropdown-item:active {
  background-color: transparent;
}
.cid-v0hC22Geza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0hC22Geza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0hC22Geza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0hC22Geza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0hC22Geza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0hC22Geza .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0hC22Geza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0hC22Geza .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0hC22Geza .navbar-buttons {
    text-align: left;
  }
}
.cid-v0hC22Geza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0hC22Geza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0hC22Geza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0hC22Geza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0hC22Geza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0hC22Geza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0hC22Geza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0hC22Geza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0hC22Geza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0hC22Geza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0hC22Geza .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0hC22Geza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0hC22Geza .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-v0hC22Geza .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0hC22Geza .navbar {
    height: 70px;
  }
  .cid-v0hC22Geza .navbar.opened {
    height: auto;
  }
  .cid-v0hC22Geza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0hC22Geza .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0hC22Geza .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0hC22Geza .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0hC22Geza .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-v0hC22Geza .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0hC22Geza .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0hC22Geza .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0hC22Geza .navbar-brand {
    margin-right: auto;
  }
  .cid-v0hC22Geza .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-v0hC22Geza .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0hC22Geza .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0hC22Geza .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-v0hC22Geza .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0hC22Geza .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0hC22Geza .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-v0hC22Geza .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0hC22Geza .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-v0hC22Geza .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0hC22Geza .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0hC237vjo {
  background-image: url("../../../assets/images/img-20231014-170930-custom-2000x2667.jpeg");
}
.cid-v0hC237vjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hC237vjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hC237vjo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0hC237vjo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v0hC237vjo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0hC237vjo .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0hC237vjo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0hC237vjo .header-menu li p {
  margin: 0;
}
.cid-v0hC237vjo .content-head {
  max-width: 800px;
}
.cid-v0hC237vjo .mbr-text,
.cid-v0hC237vjo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v0hC237vjo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hC23sGiN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0hC23sGiN .mbr-text {
  color: #000000;
}
.cid-v0hC23sGiN .mbr-section-subtitle {
  color: #000000;
}
.cid-v0hC23sGiN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hC23E4ek {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0hC23E4ek .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v0hC23E4ek .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v0hC23E4ek .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0hC23E4ek .mbr-section-title {
  text-align: center;
}
.cid-v0hC23E4ek .mbr-section-subtitle {
  text-align: center;
}
.cid-v0hC23Pepr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0hC23Pepr .mbr-text {
  color: #000000;
}
.cid-v0hC23Pepr .mbr-section-subtitle {
  color: #000000;
}
.cid-v0hC23Pepr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hC240miP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0hC240miP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0hC240miP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0hC240miP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0hC24cR3A {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0hC24cR3A .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0hC24cR3A .mbr-section-subtitle {
  color: #000000;
}
.cid-v0hC24cR3A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hC25c5bA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0hC25c5bA .mbr-text {
  color: #000000;
}
.cid-v0hC25c5bA .mbr-section-subtitle {
  color: #000000;
}
.cid-v0hC25c5bA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hC25ojfH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0hC25ojfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hC25ojfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0hC25ojfH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0hC25ojfH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0hC25ojfH .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0hC25ojfH .mbr-text {
  text-align: left;
}
.cid-v0hC25FHwJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0hC25FHwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hC25FHwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0hC25FHwJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0hC25FHwJ .row {
  flex-direction: row-reverse;
}
.cid-v0hC25FHwJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0hC25FHwJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0ncAGLhiy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0ncAGLhiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ncAGLhiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0ncAGLhiy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0ncAGLhiy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0ncAGLhiy .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0ncAGLhiy .mbr-text {
  text-align: left;
}
.cid-v0nmCsGxPm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0nmCsGxPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nmCsGxPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0nmCsGxPm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0nmCsGxPm .row {
  flex-direction: row-reverse;
}
.cid-v0nmCsGxPm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0nmCsGxPm .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0hC25X1c3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0hC25X1c3 .mbr-text {
  color: #000000;
}
.cid-v0hC25X1c3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v0hC25X1c3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0nI5S3Q8Q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0nI5S3Q8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nI5S3Q8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0nI5S3Q8Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0nI5S3Q8Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0nI5S3Q8Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0nI5S3Q8Q .mbr-text {
  text-align: left;
}
.cid-v0hC26C4pB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0hC26C4pB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0hC26C4pB .mbr-section-subtitle {
  color: #000000;
}
.cid-v0hC26C4pB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0zOUT5EMx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0zOUT5EMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0zOUT5EMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0zOUT5EMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0zOUT5EMx .row {
  flex-direction: row-reverse;
}
.cid-v0zOUT5EMx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0zOUT5EMx .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1SBZgwx0S {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1SBZgwx0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SBZgwx0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SBZgwx0S .item {
  padding-bottom: 2rem;
}
.cid-v1SBZgwx0S .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1SBZgwx0S .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1SBZgwx0S .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v1SBZgwx0S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1SBZgwx0S .carousel-control,
.cid-v1SBZgwx0S .close {
  background: #1b1b1b;
}
.cid-v1SBZgwx0S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1SBZgwx0S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1SBZgwx0S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1SBZgwx0S .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1SBZgwx0S .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-v1SBZgwx0S .close::before {
  content: '\e91a';
}
.cid-v1SBZgwx0S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1SBZgwx0S .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-v1SBZgwx0S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1SBZgwx0S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1SBZgwx0S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1SBZgwx0S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1SBZgwx0S .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-v1SBZgwx0S .carousel-indicators li.active,
.cid-v1SBZgwx0S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1SBZgwx0S .carousel-indicators li::after,
.cid-v1SBZgwx0S .carousel-indicators li::before {
  content: none;
}
.cid-v1SBZgwx0S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1SBZgwx0S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1SBZgwx0S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1SBZgwx0S .carousel-indicators {
    display: none;
  }
}
.cid-v1SBZgwx0S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1SBZgwx0S .carousel-inner > .active {
  display: block;
}
.cid-v1SBZgwx0S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1SBZgwx0S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1SBZgwx0S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1SBZgwx0S .carousel-control,
  .cid-v1SBZgwx0S .carousel-indicators,
  .cid-v1SBZgwx0S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1SBZgwx0S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1SBZgwx0S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1SBZgwx0S .carousel-indicators .active,
.cid-v1SBZgwx0S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1SBZgwx0S .carousel-indicators .active {
  background: #fff;
}
.cid-v1SBZgwx0S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1SBZgwx0S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1SBZgwx0S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1SBZgwx0S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1SBZgwx0S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1SBZgwx0S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1SBZgwx0S .carousel {
  width: 100%;
}
.cid-v1SBZgwx0S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1SBZgwx0S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1SBZgwx0S .modal.fade .modal-dialog,
.cid-v1SBZgwx0S .modal.in .modal-dialog {
  transform: none;
}
.cid-v1SBZgwx0S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1SBZgwx0S H6 {
  text-align: center;
}
.cid-v0QHGG7G9d {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0QHGG7G9d .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0QHGG7G9d .mbr-section-subtitle {
  color: #000000;
}
.cid-v0QHGG7G9d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hC27PnVL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v0hC27PnVL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0hC27PnVL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0hC27PnVL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0hC27PnVL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0hC27PnVL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0hC27PnVL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0hC27PnVL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0hC27PnVL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0hC27PnVL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0hC27PnVL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0hC27PnVL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0hC27PnVL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0hC27PnVL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0hC27PnVL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v0o2O724et {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0o2O724et .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-v0o2O724et .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0o2O724et .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-v0o2O724et .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0o2O724et .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0o2O724et .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0o2O724et .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0o2O724et .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0o2O724et .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0o2O724et .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0o2O724et .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0o2O724et .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0o2O724et .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0o2O724et .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0o2O724et .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0o2O724et .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0o2O724et .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0o2O724et .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0o2O724et .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0o2O724et .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0o2O724et .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0o2O724et .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v0o2O724et .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0o2O724et .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0o2O724et .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0o2O724et .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-v0o2O724et .nav-item:focus,
.cid-v0o2O724et .nav-link:focus {
  outline: none;
}
.cid-v0o2O724et .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0o2O724et .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0o2O724et .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0o2O724et .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0o2O724et .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0o2O724et .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0o2O724et .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-v0o2O724et .navbar.opened {
  transition: all 0.3s;
}
.cid-v0o2O724et .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0o2O724et .navbar .navbar-logo img {
  width: auto;
}
.cid-v0o2O724et .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0o2O724et .navbar.collapsed {
  justify-content: center;
}
.cid-v0o2O724et .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0o2O724et .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0o2O724et .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v0o2O724et .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0o2O724et .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0o2O724et .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-v0o2O724et .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0o2O724et .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0o2O724et .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0o2O724et .navbar {
    min-height: 72px;
  }
  .cid-v0o2O724et .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0o2O724et .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0o2O724et .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0o2O724et .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0o2O724et .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0o2O724et .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-v0o2O724et .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0o2O724et .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0o2O724et .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0o2O724et .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0o2O724et .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0o2O724et .dropdown-item.active,
.cid-v0o2O724et .dropdown-item:active {
  background-color: transparent;
}
.cid-v0o2O724et .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0o2O724et .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0o2O724et .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0o2O724et .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0o2O724et .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0o2O724et .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0o2O724et ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0o2O724et .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0o2O724et .navbar-buttons {
    text-align: left;
  }
}
.cid-v0o2O724et button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0o2O724et button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0o2O724et button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0o2O724et button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0o2O724et button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0o2O724et button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0o2O724et nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0o2O724et nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0o2O724et nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0o2O724et nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0o2O724et .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0o2O724et a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0o2O724et .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-v0o2O724et .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0o2O724et .navbar {
    height: 70px;
  }
  .cid-v0o2O724et .navbar.opened {
    height: auto;
  }
  .cid-v0o2O724et .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0o2O724et .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0o2O724et .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0o2O724et .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0o2O724et .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-v0o2O724et .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0o2O724et .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0o2O724et .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0o2O724et .navbar-brand {
    margin-right: auto;
  }
  .cid-v0o2O724et .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-v0o2O724et .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0o2O724et .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0o2O724et .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-v0o2O724et .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0o2O724et .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0o2O724et .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-v0o2O724et .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0o2O724et .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-v0o2O724et .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0o2O724et .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0o2O7fNoZ {
  background-image: url("../../../assets/images/img-20251008-155348-custom-2000x2667.jpeg");
}
.cid-v0o2O7fNoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O7fNoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0o2O7fNoZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O7fNoZ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v0o2O7fNoZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0o2O7fNoZ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0o2O7fNoZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0o2O7fNoZ .header-menu li p {
  margin: 0;
}
.cid-v0o2O7fNoZ .content-head {
  max-width: 800px;
}
.cid-v0o2O7fNoZ .mbr-text,
.cid-v0o2O7fNoZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v0o2O7fNoZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O7rcEQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o2O7rcEQ .mbr-text {
  color: #000000;
}
.cid-v0o2O7rcEQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O7rcEQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O7y1RM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0o2O7y1RM .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v0o2O7y1RM .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v0o2O7y1RM .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0o2O7y1RM .mbr-section-title {
  text-align: center;
}
.cid-v0o2O7y1RM .mbr-section-subtitle {
  text-align: center;
}
.cid-v0o2O7GAKw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o2O7GAKw .mbr-text {
  color: #000000;
}
.cid-v0o2O7GAKw .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O7GAKw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O7OyiT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0o2O7OyiT .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0o2O7OyiT .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0o2O7OyiT .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0o2O7WmEX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o2O7WmEX .mbr-text {
  color: #000000;
}
.cid-v0o2O7WmEX .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O7WmEX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O84FqA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O84FqA .mbr-text {
  color: #000000;
}
.cid-v0o2O84FqA .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O84FqA .mbr-section-title {
  color: #000000;
}
.cid-v0o2O8blHH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0o2O8blHH .mbr-text {
  color: #000000;
}
.cid-v0o2O8blHH .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O8blHH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O8j6dJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O8j6dJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O8j6dJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2O8j6dJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2O8j6dJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O8j6dJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2O8j6dJ .mbr-text {
  text-align: left;
}
.cid-v0o2O8HERn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0o2O8HERn .mbr-text {
  color: #000000;
}
.cid-v0o2O8HERn .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O8HERn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O8wWjD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O8wWjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O8wWjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2O8wWjD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2O8wWjD .row {
  flex-direction: row-reverse;
}
.cid-v0o2O8wWjD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O8wWjD .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2O8PWvk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O8PWvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O8PWvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2O8PWvk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2O8PWvk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O8PWvk .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2O8PWvk .mbr-text {
  text-align: left;
}
.cid-v0o2O9bBIe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0o2O9bBIe .mbr-text {
  color: #000000;
}
.cid-v0o2O9bBIe .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O9bBIe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O9lKcN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O9lKcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O9lKcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2O9lKcN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2O9lKcN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O9lKcN .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2O9lKcN .mbr-text {
  text-align: left;
}
.cid-v0o2O9ycUx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0o2O9ycUx .mbr-text {
  color: #000000;
}
.cid-v0o2O9ycUx .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O9ycUx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O9GBWE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O9GBWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O9GBWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2O9GBWE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2O9GBWE .row {
  flex-direction: row-reverse;
}
.cid-v0o2O9GBWE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O9GBWE .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2O9QNBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o2O9QNBh .mbr-text {
  color: #000000;
}
.cid-v0o2O9QNBh .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2O9QNBh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2O9ZuQc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2O9ZuQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2O9ZuQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2O9ZuQc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2O9ZuQc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2O9ZuQc .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2OaaquF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2OaaquF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2OaaquF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2OaaquF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2OaaquF .row {
  flex-direction: row-reverse;
}
.cid-v0o2OaaquF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2OaaquF .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2Oan0vI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o2Oan0vI .mbr-text {
  color: #000000;
}
.cid-v0o2Oan0vI .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2Oan0vI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2Oawpc8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2Oawpc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2Oawpc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2Oawpc8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2Oawpc8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2Oawpc8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2OaHwZo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0o2OaHwZo .mbr-text {
  color: #000000;
}
.cid-v0o2OaHwZo .mbr-section-subtitle {
  color: #000000;
}
.cid-v0o2OaHwZo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0o2OaQWv8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2OaQWv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2OaQWv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2OaQWv8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2OaQWv8 .row {
  flex-direction: row-reverse;
}
.cid-v0o2OaQWv8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2OaQWv8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2Ob1MAM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2Ob1MAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2Ob1MAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0o2Ob1MAM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0o2Ob1MAM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0o2Ob1MAM .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0o2ObdhrE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0o2ObdhrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0o2ObdhrE .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-v0o2ObdhrE .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v0o2ObdhrE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v0o2ObdhrE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0o2ObdhrE .media-content,
.cid-v0o2ObdhrE .mbr-figure {
  align-self: center;
}
.cid-v0o2ObdhrE .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v0o2ObdhrE .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v0o2ObdhrE .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v0o2ObdhrE .mbr-section-maintitle {
  text-align: center;
}
.cid-v0o2ObdhrE .mbr-section-title {
  text-align: left;
}
.cid-v0o2ObdhrE .mbr-text,
.cid-v0o2ObdhrE .mbr-section-btn {
  text-align: left;
}
.cid-v0o2ObdhrE .mbr-description {
  text-align: center;
}
.cid-v0o2ObrwqR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v0o2ObrwqR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0o2ObrwqR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0o2ObrwqR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0o2ObrwqR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0o2ObrwqR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0o2ObrwqR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0o2ObrwqR .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0o2ObrwqR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0o2ObrwqR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0o2ObrwqR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0o2ObrwqR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0o2ObrwqR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0o2ObrwqR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0o2ObrwqR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v0unsK9ISl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0unsK9ISl .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-v0unsK9ISl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0unsK9ISl .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-v0unsK9ISl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0unsK9ISl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0unsK9ISl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0unsK9ISl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0unsK9ISl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0unsK9ISl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0unsK9ISl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0unsK9ISl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0unsK9ISl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0unsK9ISl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0unsK9ISl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0unsK9ISl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0unsK9ISl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0unsK9ISl .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0unsK9ISl .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0unsK9ISl .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0unsK9ISl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0unsK9ISl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0unsK9ISl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v0unsK9ISl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0unsK9ISl .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0unsK9ISl .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0unsK9ISl .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-v0unsK9ISl .nav-item:focus,
.cid-v0unsK9ISl .nav-link:focus {
  outline: none;
}
.cid-v0unsK9ISl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0unsK9ISl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0unsK9ISl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0unsK9ISl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0unsK9ISl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0unsK9ISl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0unsK9ISl .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-v0unsK9ISl .navbar.opened {
  transition: all 0.3s;
}
.cid-v0unsK9ISl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0unsK9ISl .navbar .navbar-logo img {
  width: auto;
}
.cid-v0unsK9ISl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0unsK9ISl .navbar.collapsed {
  justify-content: center;
}
.cid-v0unsK9ISl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0unsK9ISl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0unsK9ISl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v0unsK9ISl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0unsK9ISl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0unsK9ISl .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-v0unsK9ISl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0unsK9ISl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0unsK9ISl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0unsK9ISl .navbar {
    min-height: 72px;
  }
  .cid-v0unsK9ISl .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0unsK9ISl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0unsK9ISl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0unsK9ISl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0unsK9ISl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0unsK9ISl .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-v0unsK9ISl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0unsK9ISl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0unsK9ISl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0unsK9ISl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0unsK9ISl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0unsK9ISl .dropdown-item.active,
.cid-v0unsK9ISl .dropdown-item:active {
  background-color: transparent;
}
.cid-v0unsK9ISl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0unsK9ISl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0unsK9ISl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0unsK9ISl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0unsK9ISl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0unsK9ISl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0unsK9ISl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0unsK9ISl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0unsK9ISl .navbar-buttons {
    text-align: left;
  }
}
.cid-v0unsK9ISl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0unsK9ISl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0unsK9ISl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0unsK9ISl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0unsK9ISl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0unsK9ISl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0unsK9ISl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0unsK9ISl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0unsK9ISl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0unsK9ISl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0unsK9ISl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0unsK9ISl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0unsK9ISl .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-v0unsK9ISl .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0unsK9ISl .navbar {
    height: 70px;
  }
  .cid-v0unsK9ISl .navbar.opened {
    height: auto;
  }
  .cid-v0unsK9ISl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0unsK9ISl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0unsK9ISl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0unsK9ISl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0unsK9ISl .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-v0unsK9ISl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0unsK9ISl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0unsK9ISl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0unsK9ISl .navbar-brand {
    margin-right: auto;
  }
  .cid-v0unsK9ISl .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-v0unsK9ISl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0unsK9ISl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0unsK9ISl .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-v0unsK9ISl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0unsK9ISl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0unsK9ISl .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-v0unsK9ISl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0unsK9ISl .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-v0unsK9ISl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0unsK9ISl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0unsKmTz3 {
  background-image: url("../../../assets/images/img-20240713-134250-custom-2000x2667.jpeg");
}
.cid-v0unsKmTz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsKmTz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0unsKmTz3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsKmTz3 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v0unsKmTz3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0unsKmTz3 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0unsKmTz3 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0unsKmTz3 .header-menu li p {
  margin: 0;
}
.cid-v0unsKmTz3 .content-head {
  max-width: 800px;
}
.cid-v0unsKmTz3 .mbr-text,
.cid-v0unsKmTz3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v0unsKmTz3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsKxP3q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0unsKxP3q .mbr-text {
  color: #000000;
}
.cid-v0unsKxP3q .mbr-section-subtitle {
  color: #000000;
}
.cid-v0unsKxP3q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsKE0Ap {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0unsKE0Ap .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v0unsKE0Ap .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v0unsKE0Ap .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0unsKE0Ap .mbr-section-title {
  text-align: center;
}
.cid-v0unsKE0Ap .mbr-section-subtitle {
  text-align: center;
}
.cid-v0unsKLQkR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0unsKLQkR .mbr-text {
  color: #000000;
}
.cid-v0unsKLQkR .mbr-section-subtitle {
  color: #000000;
}
.cid-v0unsKLQkR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsKRD67 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0unsKRD67 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0unsKRD67 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0unsKRD67 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0unsKYX0A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0unsKYX0A .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v0unsKYX0A .mbr-section-subtitle {
  color: #000000;
}
.cid-v0unsKYX0A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsL5SYE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0unsL5SYE .mbr-text {
  color: #000000;
}
.cid-v0unsL5SYE .mbr-section-subtitle {
  color: #000000;
}
.cid-v0unsL5SYE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsLcKYy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0unsLcKYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsLcKYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0unsLcKYy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0unsLcKYy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsLcKYy .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0unsLcKYy .mbr-text {
  text-align: left;
}
.cid-v0unsLmMIb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0unsLmMIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsLmMIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0unsLmMIb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0unsLmMIb .row {
  flex-direction: row-reverse;
}
.cid-v0unsLmMIb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsLmMIb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0unsLwX2y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0unsLwX2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsLwX2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0unsLwX2y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0unsLwX2y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsLwX2y .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0unsLwX2y .mbr-text {
  text-align: left;
}
.cid-v0unsLIxHt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0unsLIxHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsLIxHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0unsLIxHt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0unsLIxHt .row {
  flex-direction: row-reverse;
}
.cid-v0unsLIxHt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsLIxHt .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0yJ8Ul64r {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0yJ8Ul64r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yJ8Ul64r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0yJ8Ul64r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0yJ8Ul64r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0yJ8Ul64r .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0yJ8Ul64r .mbr-text {
  text-align: left;
}
.cid-v0yOcSXo5A {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0yOcSXo5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yOcSXo5A .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-v0yOcSXo5A .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v0yOcSXo5A .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v0yOcSXo5A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0yOcSXo5A .media-content,
.cid-v0yOcSXo5A .mbr-figure {
  align-self: center;
}
.cid-v0yOcSXo5A .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v0yOcSXo5A .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v0yOcSXo5A .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v0yOcSXo5A .mbr-section-maintitle {
  text-align: center;
}
.cid-v0yOcSXo5A .mbr-section-title {
  text-align: left;
}
.cid-v0yOcSXo5A .mbr-text,
.cid-v0yOcSXo5A .mbr-section-btn {
  text-align: left;
}
.cid-v0yOcSXo5A .mbr-description {
  text-align: center;
}
.cid-v0unsLSu1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0unsLSu1r .mbr-text {
  color: #000000;
}
.cid-v0unsLSu1r .mbr-section-subtitle {
  color: #000000;
}
.cid-v0unsLSu1r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsLZ1R1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0unsLZ1R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsLZ1R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0unsLZ1R1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0unsLZ1R1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsLZ1R1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0unsLZ1R1 .mbr-text {
  text-align: left;
}
.cid-v0unsM9cXV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0unsM9cXV .mbr-text {
  color: #000000;
}
.cid-v0unsM9cXV .mbr-section-subtitle {
  color: #000000;
}
.cid-v0unsM9cXV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0unsMgtjT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0unsMgtjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0unsMgtjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0unsMgtjT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0unsMgtjT .row {
  flex-direction: row-reverse;
}
.cid-v0unsMgtjT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0unsMgtjT .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1SCxcPEIl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1SCxcPEIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SCxcPEIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SCxcPEIl .item {
  padding-bottom: 2rem;
}
.cid-v1SCxcPEIl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1SCxcPEIl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1SCxcPEIl .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v1SCxcPEIl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1SCxcPEIl .carousel-control,
.cid-v1SCxcPEIl .close {
  background: #1b1b1b;
}
.cid-v1SCxcPEIl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1SCxcPEIl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1SCxcPEIl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1SCxcPEIl .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1SCxcPEIl .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-v1SCxcPEIl .close::before {
  content: '\e91a';
}
.cid-v1SCxcPEIl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1SCxcPEIl .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-v1SCxcPEIl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1SCxcPEIl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1SCxcPEIl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1SCxcPEIl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1SCxcPEIl .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-v1SCxcPEIl .carousel-indicators li.active,
.cid-v1SCxcPEIl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1SCxcPEIl .carousel-indicators li::after,
.cid-v1SCxcPEIl .carousel-indicators li::before {
  content: none;
}
.cid-v1SCxcPEIl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1SCxcPEIl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1SCxcPEIl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1SCxcPEIl .carousel-indicators {
    display: none;
  }
}
.cid-v1SCxcPEIl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1SCxcPEIl .carousel-inner > .active {
  display: block;
}
.cid-v1SCxcPEIl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1SCxcPEIl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1SCxcPEIl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1SCxcPEIl .carousel-control,
  .cid-v1SCxcPEIl .carousel-indicators,
  .cid-v1SCxcPEIl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1SCxcPEIl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1SCxcPEIl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1SCxcPEIl .carousel-indicators .active,
.cid-v1SCxcPEIl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1SCxcPEIl .carousel-indicators .active {
  background: #fff;
}
.cid-v1SCxcPEIl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1SCxcPEIl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1SCxcPEIl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1SCxcPEIl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1SCxcPEIl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1SCxcPEIl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1SCxcPEIl .carousel {
  width: 100%;
}
.cid-v1SCxcPEIl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1SCxcPEIl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1SCxcPEIl .modal.fade .modal-dialog,
.cid-v1SCxcPEIl .modal.in .modal-dialog {
  transform: none;
}
.cid-v1SCxcPEIl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1SCxcPEIl H6 {
  text-align: center;
}
.cid-v0z1QdxR1C {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0z1QdxR1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z1QdxR1C .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-v0z1QdxR1C .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v0z1QdxR1C .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v0z1QdxR1C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0z1QdxR1C .media-content,
.cid-v0z1QdxR1C .mbr-figure {
  align-self: center;
}
.cid-v0z1QdxR1C .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v0z1QdxR1C .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v0z1QdxR1C .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v0z1QdxR1C .mbr-section-maintitle {
  text-align: center;
}
.cid-v0z1QdxR1C .mbr-section-title {
  text-align: left;
}
.cid-v0z1QdxR1C .mbr-text,
.cid-v0z1QdxR1C .mbr-section-btn {
  text-align: left;
}
.cid-v0unsMQ2cG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v0unsMQ2cG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0unsMQ2cG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0unsMQ2cG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0unsMQ2cG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0unsMQ2cG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0unsMQ2cG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0unsMQ2cG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0unsMQ2cG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0unsMQ2cG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0unsMQ2cG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0unsMQ2cG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0unsMQ2cG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0unsMQ2cG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0unsMQ2cG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v0ztVipa2F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v0ztVipa2F .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-v0ztVipa2F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0ztVipa2F .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-v0ztVipa2F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v0ztVipa2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0ztVipa2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0ztVipa2F .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v0ztVipa2F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v0ztVipa2F .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v0ztVipa2F .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0ztVipa2F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0ztVipa2F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0ztVipa2F .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v0ztVipa2F .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0ztVipa2F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0ztVipa2F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0ztVipa2F .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v0ztVipa2F .navbar-logo {
    padding-left: 0;
  }
}
.cid-v0ztVipa2F .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0ztVipa2F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0ztVipa2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v0ztVipa2F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v0ztVipa2F .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0ztVipa2F .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v0ztVipa2F .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0ztVipa2F .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-v0ztVipa2F .nav-item:focus,
.cid-v0ztVipa2F .nav-link:focus {
  outline: none;
}
.cid-v0ztVipa2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0ztVipa2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0ztVipa2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0ztVipa2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0ztVipa2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0ztVipa2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0ztVipa2F .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-v0ztVipa2F .navbar.opened {
  transition: all 0.3s;
}
.cid-v0ztVipa2F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0ztVipa2F .navbar .navbar-logo img {
  width: auto;
}
.cid-v0ztVipa2F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v0ztVipa2F .navbar.collapsed {
  justify-content: center;
}
.cid-v0ztVipa2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0ztVipa2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0ztVipa2F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v0ztVipa2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0ztVipa2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0ztVipa2F .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-v0ztVipa2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0ztVipa2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0ztVipa2F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0ztVipa2F .navbar {
    min-height: 72px;
  }
  .cid-v0ztVipa2F .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0ztVipa2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0ztVipa2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0ztVipa2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0ztVipa2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0ztVipa2F .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-v0ztVipa2F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0ztVipa2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0ztVipa2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0ztVipa2F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0ztVipa2F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0ztVipa2F .dropdown-item.active,
.cid-v0ztVipa2F .dropdown-item:active {
  background-color: transparent;
}
.cid-v0ztVipa2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0ztVipa2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0ztVipa2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0ztVipa2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0ztVipa2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0ztVipa2F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0ztVipa2F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0ztVipa2F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0ztVipa2F .navbar-buttons {
    text-align: left;
  }
}
.cid-v0ztVipa2F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0ztVipa2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0ztVipa2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0ztVipa2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ztVipa2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ztVipa2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0ztVipa2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ztVipa2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0ztVipa2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0ztVipa2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ztVipa2F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0ztVipa2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0ztVipa2F .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-v0ztVipa2F .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0ztVipa2F .navbar {
    height: 70px;
  }
  .cid-v0ztVipa2F .navbar.opened {
    height: auto;
  }
  .cid-v0ztVipa2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0ztVipa2F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0ztVipa2F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0ztVipa2F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0ztVipa2F .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-v0ztVipa2F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0ztVipa2F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0ztVipa2F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0ztVipa2F .navbar-brand {
    margin-right: auto;
  }
  .cid-v0ztVipa2F .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-v0ztVipa2F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0ztVipa2F .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0ztVipa2F .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-v0ztVipa2F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0ztVipa2F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0ztVipa2F .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-v0ztVipa2F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0ztVipa2F .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-v0ztVipa2F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0ztVipa2F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0ztViB2gp {
  background-image: url("../../../assets/images/img-20240809-151221-custom.jpg");
}
.cid-v0ztViB2gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ztViB2gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ztViB2gp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0ztViB2gp .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v0ztViB2gp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0ztViB2gp .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0ztViB2gp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0ztViB2gp .header-menu li p {
  margin: 0;
}
.cid-v0ztViB2gp .content-head {
  max-width: 800px;
}
.cid-v0ztViB2gp .mbr-text,
.cid-v0ztViB2gp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v0ztViB2gp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztViLwQq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0ztViLwQq .mbr-text {
  color: #000000;
}
.cid-v0ztViLwQq .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ztViLwQq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztViSBxO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0ztViSBxO .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v0ztViSBxO .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v0ztViSBxO .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0ztViSBxO .mbr-section-title {
  text-align: center;
}
.cid-v0ztViSBxO .mbr-section-subtitle {
  text-align: center;
}
.cid-v0ztViZYag {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0ztViZYag .mbr-text {
  color: #000000;
}
.cid-v0ztViZYag .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ztViZYag .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztVj67zU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0ztVj67zU .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v0ztVj67zU .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v0ztVj67zU .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0ztVjek7J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0ztVjek7J .mbr-text {
  color: #000000;
}
.cid-v0ztVjek7J .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ztVjek7J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztVjlNf5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0ztVjlNf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ztVjlNf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0ztVjlNf5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0ztVjlNf5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0ztVjlNf5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0ztVjlNf5 .mbr-text {
  text-align: left;
}
.cid-v0ztVjQatB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0ztVjQatB .mbr-text {
  color: #000000;
}
.cid-v0ztVjQatB .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ztVjQatB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztVk8cO5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0ztVk8cO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ztVk8cO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0ztVk8cO5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0ztVk8cO5 .row {
  flex-direction: row-reverse;
}
.cid-v0ztVk8cO5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0ztVk8cO5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0ztVkiN9j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0ztVkiN9j .mbr-text {
  color: #000000;
}
.cid-v0ztVkiN9j .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ztVkiN9j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztVkqsQo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0ztVkqsQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ztVkqsQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0ztVkqsQo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0ztVkqsQo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0ztVkqsQo .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0ztVkqsQo .mbr-text {
  text-align: left;
}
.cid-v0ztVkAtBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0ztVkAtBK .mbr-text {
  color: #000000;
}
.cid-v0ztVkAtBK .mbr-section-subtitle {
  color: #000000;
}
.cid-v0ztVkAtBK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztVkI6x1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0ztVkI6x1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ztVkI6x1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0ztVkI6x1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0ztVkI6x1 .row {
  flex-direction: row-reverse;
}
.cid-v0ztVkI6x1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0ztVkI6x1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0zVIS49KC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0zVIS49KC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0zVIS49KC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0zVIS49KC .item {
  padding-bottom: 2rem;
}
.cid-v0zVIS49KC .item-wrapper {
  position: relative;
}
.cid-v0zVIS49KC .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v0zVIS49KC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v0zVIS49KC .carousel-control,
.cid-v0zVIS49KC .close {
  background: #1b1b1b;
}
.cid-v0zVIS49KC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0zVIS49KC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0zVIS49KC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0zVIS49KC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0zVIS49KC .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-v0zVIS49KC .close::before {
  content: '\e91a';
}
.cid-v0zVIS49KC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0zVIS49KC .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-v0zVIS49KC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0zVIS49KC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0zVIS49KC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0zVIS49KC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0zVIS49KC .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-v0zVIS49KC .carousel-indicators li.active,
.cid-v0zVIS49KC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0zVIS49KC .carousel-indicators li::after,
.cid-v0zVIS49KC .carousel-indicators li::before {
  content: none;
}
.cid-v0zVIS49KC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0zVIS49KC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0zVIS49KC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0zVIS49KC .carousel-indicators {
    display: none;
  }
}
.cid-v0zVIS49KC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0zVIS49KC .carousel-inner > .active {
  display: block;
}
.cid-v0zVIS49KC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0zVIS49KC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0zVIS49KC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0zVIS49KC .carousel-control,
  .cid-v0zVIS49KC .carousel-indicators,
  .cid-v0zVIS49KC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0zVIS49KC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0zVIS49KC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0zVIS49KC .carousel-indicators .active,
.cid-v0zVIS49KC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0zVIS49KC .carousel-indicators .active {
  background: #fff;
}
.cid-v0zVIS49KC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0zVIS49KC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0zVIS49KC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0zVIS49KC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0zVIS49KC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0zVIS49KC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0zVIS49KC .carousel {
  width: 100%;
}
.cid-v0zVIS49KC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0zVIS49KC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0zVIS49KC .modal.fade .modal-dialog,
.cid-v0zVIS49KC .modal.in .modal-dialog {
  transform: none;
}
.cid-v0zVIS49KC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0zVIS49KC H6 {
  text-align: center;
}
.cid-v0QOEqInfi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0QOEqInfi .mbr-text {
  color: #000000;
}
.cid-v0QOEqInfi .mbr-section-subtitle {
  color: #000000;
}
.cid-v0QOEqInfi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0ztVliGRs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v0ztVliGRs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0ztVliGRs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v0ztVliGRs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v0ztVliGRs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0ztVliGRs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0ztVliGRs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0ztVliGRs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v0ztVliGRs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v0ztVliGRs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0ztVliGRs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v0ztVliGRs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0ztVliGRs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0ztVliGRs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v0ztVliGRs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYKbqlFVsL {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uYKbqlFVsL img,
.cid-uYKbqlFVsL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uYKbqlFVsL .item:focus,
.cid-uYKbqlFVsL span:focus {
  outline: none;
}
.cid-uYKbqlFVsL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uYKbqlFVsL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYKbqlFVsL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uYKbqlFVsL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYKbqlFVsL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uYKbqlFVsL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uYKbqlFVsL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYKbqlFVsL .mbr-section-title {
  color: #000000;
}
.cid-uYKbqlFVsL .mbr-text,
.cid-uYKbqlFVsL .mbr-section-btn {
  text-align: center;
}
.cid-uYKbqlFVsL .item-title {
  text-align: center;
}
.cid-uYKbqlFVsL .item-subtitle {
  text-align: left;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v1qCDEpArP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1qCDEpArP .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-v1qCDEpArP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1qCDEpArP .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-v1qCDEpArP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1qCDEpArP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1qCDEpArP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1qCDEpArP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1qCDEpArP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1qCDEpArP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1qCDEpArP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1qCDEpArP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1qCDEpArP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1qCDEpArP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1qCDEpArP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1qCDEpArP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1qCDEpArP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1qCDEpArP .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1qCDEpArP .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1qCDEpArP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1qCDEpArP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1qCDEpArP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1qCDEpArP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v1qCDEpArP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1qCDEpArP .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v1qCDEpArP .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1qCDEpArP .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-v1qCDEpArP .nav-item:focus,
.cid-v1qCDEpArP .nav-link:focus {
  outline: none;
}
.cid-v1qCDEpArP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1qCDEpArP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1qCDEpArP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1qCDEpArP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1qCDEpArP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1qCDEpArP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1qCDEpArP .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-v1qCDEpArP .navbar.opened {
  transition: all 0.3s;
}
.cid-v1qCDEpArP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1qCDEpArP .navbar .navbar-logo img {
  width: auto;
}
.cid-v1qCDEpArP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1qCDEpArP .navbar.collapsed {
  justify-content: center;
}
.cid-v1qCDEpArP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1qCDEpArP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1qCDEpArP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1qCDEpArP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1qCDEpArP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1qCDEpArP .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-v1qCDEpArP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1qCDEpArP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1qCDEpArP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1qCDEpArP .navbar {
    min-height: 72px;
  }
  .cid-v1qCDEpArP .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1qCDEpArP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1qCDEpArP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1qCDEpArP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1qCDEpArP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1qCDEpArP .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-v1qCDEpArP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1qCDEpArP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1qCDEpArP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1qCDEpArP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1qCDEpArP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1qCDEpArP .dropdown-item.active,
.cid-v1qCDEpArP .dropdown-item:active {
  background-color: transparent;
}
.cid-v1qCDEpArP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1qCDEpArP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1qCDEpArP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1qCDEpArP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1qCDEpArP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1qCDEpArP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1qCDEpArP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1qCDEpArP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1qCDEpArP .navbar-buttons {
    text-align: left;
  }
}
.cid-v1qCDEpArP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1qCDEpArP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1qCDEpArP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1qCDEpArP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1qCDEpArP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1qCDEpArP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1qCDEpArP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1qCDEpArP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1qCDEpArP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1qCDEpArP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1qCDEpArP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1qCDEpArP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1qCDEpArP .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-v1qCDEpArP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1qCDEpArP .navbar {
    height: 70px;
  }
  .cid-v1qCDEpArP .navbar.opened {
    height: auto;
  }
  .cid-v1qCDEpArP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1qCDEpArP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1qCDEpArP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1qCDEpArP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1qCDEpArP .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-v1qCDEpArP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1qCDEpArP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1qCDEpArP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1qCDEpArP .navbar-brand {
    margin-right: auto;
  }
  .cid-v1qCDEpArP .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-v1qCDEpArP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1qCDEpArP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1qCDEpArP .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-v1qCDEpArP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1qCDEpArP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1qCDEpArP .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-v1qCDEpArP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1qCDEpArP .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-v1qCDEpArP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1qCDEpArP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1qCDEAYYD {
  background-image: url("../../../assets/images/img-20240921-195004-custom-1.jpeg");
}
.cid-v1qCDEAYYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDEAYYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1qCDEAYYD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDEAYYD .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v1qCDEAYYD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1qCDEAYYD .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1qCDEAYYD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1qCDEAYYD .header-menu li p {
  margin: 0;
}
.cid-v1qCDEAYYD .content-head {
  max-width: 800px;
}
.cid-v1qCDEAYYD .mbr-text,
.cid-v1qCDEAYYD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v1qCDEAYYD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDEJOaC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1qCDEJOaC .mbr-text {
  color: #000000;
}
.cid-v1qCDEJOaC .mbr-section-subtitle {
  color: #000000;
}
.cid-v1qCDEJOaC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDEQhJC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1qCDEQhJC .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1qCDEQhJC .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1qCDEQhJC .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1qCDEQhJC .mbr-section-title {
  text-align: center;
}
.cid-v1qCDEQhJC .mbr-section-subtitle {
  text-align: center;
}
.cid-v1qCDEXOO4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1qCDEXOO4 .mbr-text {
  color: #000000;
}
.cid-v1qCDEXOO4 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1qCDEXOO4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDF4DCz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1qCDF4DCz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1qCDF4DCz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1qCDF4DCz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1qCDFciPQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDFciPQ .mbr-text {
  color: #000000;
}
.cid-v1qCDFciPQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v1qCDFciPQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qHKlUd7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1qHKlUd7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qHKlUd7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1qHKlUd7E .item {
  padding-bottom: 2rem;
}
.cid-v1qHKlUd7E .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-v1qHKlUd7E .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1qHKlUd7E .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v1qHKlUd7E .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1qHKlUd7E .carousel-control,
.cid-v1qHKlUd7E .close {
  background: #1b1b1b;
}
.cid-v1qHKlUd7E .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1qHKlUd7E .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1qHKlUd7E .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1qHKlUd7E .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1qHKlUd7E .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-v1qHKlUd7E .close::before {
  content: '\e91a';
}
.cid-v1qHKlUd7E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1qHKlUd7E .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-v1qHKlUd7E .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1qHKlUd7E .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1qHKlUd7E .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1qHKlUd7E .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1qHKlUd7E .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-v1qHKlUd7E .carousel-indicators li.active,
.cid-v1qHKlUd7E .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1qHKlUd7E .carousel-indicators li::after,
.cid-v1qHKlUd7E .carousel-indicators li::before {
  content: none;
}
.cid-v1qHKlUd7E .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1qHKlUd7E .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1qHKlUd7E .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1qHKlUd7E .carousel-indicators {
    display: none;
  }
}
.cid-v1qHKlUd7E .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1qHKlUd7E .carousel-inner > .active {
  display: block;
}
.cid-v1qHKlUd7E .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1qHKlUd7E .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1qHKlUd7E .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1qHKlUd7E .carousel-control,
  .cid-v1qHKlUd7E .carousel-indicators,
  .cid-v1qHKlUd7E .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1qHKlUd7E .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1qHKlUd7E .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1qHKlUd7E .carousel-indicators .active,
.cid-v1qHKlUd7E .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1qHKlUd7E .carousel-indicators .active {
  background: #fff;
}
.cid-v1qHKlUd7E .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1qHKlUd7E .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1qHKlUd7E .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1qHKlUd7E .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1qHKlUd7E .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1qHKlUd7E .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1qHKlUd7E .carousel {
  width: 100%;
}
.cid-v1qHKlUd7E .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1qHKlUd7E .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1qHKlUd7E .modal.fade .modal-dialog,
.cid-v1qHKlUd7E .modal.in .modal-dialog {
  transform: none;
}
.cid-v1qHKlUd7E .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1qHKlUd7E H6 {
  text-align: center;
}
.cid-v1tN5pkRW9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1tN5pkRW9 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1tN5pkRW9 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1tN5pkRW9 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1tN5pkRW9 .mbr-section-title {
  text-align: center;
}
.cid-v1tN5pkRW9 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1ziyb1mh8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1ziyb1mh8 .mbr-text {
  color: #000000;
}
.cid-v1ziyb1mh8 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1ziyb1mh8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDFjTFq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1qCDFjTFq .mbr-text {
  color: #000000;
}
.cid-v1qCDFjTFq .mbr-section-subtitle {
  color: #000000;
}
.cid-v1qCDFjTFq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDFqGmH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDFqGmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDFqGmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDFqGmH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDFqGmH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDFqGmH .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDFqGmH .mbr-text {
  text-align: left;
}
.cid-v1qCDFAcRu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDFAcRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDFAcRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDFAcRu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDFAcRu .row {
  flex-direction: row-reverse;
}
.cid-v1qCDFAcRu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDFAcRu .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDFMCFF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDFMCFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDFMCFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDFMCFF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDFMCFF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDFMCFF .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDFMCFF .mbr-text {
  text-align: left;
}
.cid-v1qCDFXNnl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDFXNnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDFXNnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDFXNnl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDFXNnl .row {
  flex-direction: row-reverse;
}
.cid-v1qCDFXNnl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDFXNnl .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDG84UH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDG84UH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDG84UH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDG84UH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDG84UH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDG84UH .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDG84UH .mbr-text {
  text-align: left;
}
.cid-v1urhWMvfF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1urhWMvfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1urhWMvfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1urhWMvfF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1urhWMvfF .row {
  flex-direction: row-reverse;
}
.cid-v1urhWMvfF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1urhWMvfF .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1z9aWwmLK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1z9aWwmLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1z9aWwmLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1z9aWwmLK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1z9aWwmLK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1z9aWwmLK .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1z9aWwmLK .mbr-text {
  text-align: left;
}
.cid-v1zw22Rhx9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1zw22Rhx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zw22Rhx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1zw22Rhx9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1zw22Rhx9 .row {
  flex-direction: row-reverse;
}
.cid-v1zw22Rhx9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1zw22Rhx9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDGu2J0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1qCDGu2J0 .mbr-text {
  color: #000000;
}
.cid-v1qCDGu2J0 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1qCDGu2J0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDGDb4Z {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDGDb4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDGDb4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDGDb4Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDGDb4Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDGDb4Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1qCDGDb4Z .mbr-text {
  text-align: left;
}
.cid-v1qCDGPonM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1qCDGPonM .mbr-text {
  color: #000000;
}
.cid-v1qCDGPonM .mbr-section-subtitle {
  color: #000000;
}
.cid-v1qCDGPonM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDGWesq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1qCDGWesq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qCDGWesq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1qCDGWesq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1qCDGWesq .row {
  flex-direction: row-reverse;
}
.cid-v1qCDGWesq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1qCDGWesq .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1wnArI1Nw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1wnArI1Nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wnArI1Nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1wnArI1Nw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1wnArI1Nw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1wnArI1Nw .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1wnArI1Nw .mbr-text {
  text-align: left;
}
.cid-v1zLxUyQzP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1zLxUyQzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zLxUyQzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1zLxUyQzP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1zLxUyQzP .row {
  flex-direction: row-reverse;
}
.cid-v1zLxUyQzP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1zLxUyQzP .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1wmWe8oEY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1wmWe8oEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wmWe8oEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wmWe8oEY .item {
  padding-bottom: 2rem;
}
.cid-v1wmWe8oEY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1wmWe8oEY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1wmWe8oEY .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v1wmWe8oEY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1wmWe8oEY .carousel-control,
.cid-v1wmWe8oEY .close {
  background: #1b1b1b;
}
.cid-v1wmWe8oEY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1wmWe8oEY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1wmWe8oEY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1wmWe8oEY .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1wmWe8oEY .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-v1wmWe8oEY .close::before {
  content: '\e91a';
}
.cid-v1wmWe8oEY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1wmWe8oEY .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-v1wmWe8oEY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wmWe8oEY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1wmWe8oEY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1wmWe8oEY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1wmWe8oEY .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-v1wmWe8oEY .carousel-indicators li.active,
.cid-v1wmWe8oEY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1wmWe8oEY .carousel-indicators li::after,
.cid-v1wmWe8oEY .carousel-indicators li::before {
  content: none;
}
.cid-v1wmWe8oEY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1wmWe8oEY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1wmWe8oEY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1wmWe8oEY .carousel-indicators {
    display: none;
  }
}
.cid-v1wmWe8oEY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1wmWe8oEY .carousel-inner > .active {
  display: block;
}
.cid-v1wmWe8oEY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wmWe8oEY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1wmWe8oEY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1wmWe8oEY .carousel-control,
  .cid-v1wmWe8oEY .carousel-indicators,
  .cid-v1wmWe8oEY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1wmWe8oEY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1wmWe8oEY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1wmWe8oEY .carousel-indicators .active,
.cid-v1wmWe8oEY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1wmWe8oEY .carousel-indicators .active {
  background: #fff;
}
.cid-v1wmWe8oEY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1wmWe8oEY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1wmWe8oEY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1wmWe8oEY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1wmWe8oEY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1wmWe8oEY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1wmWe8oEY .carousel {
  width: 100%;
}
.cid-v1wmWe8oEY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1wmWe8oEY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1wmWe8oEY .modal.fade .modal-dialog,
.cid-v1wmWe8oEY .modal.in .modal-dialog {
  transform: none;
}
.cid-v1wmWe8oEY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1wmWe8oEY H6 {
  text-align: center;
}
.cid-v1zMh8L9T3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1zMh8L9T3 .mbr-text {
  color: #000000;
}
.cid-v1zMh8L9T3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v1zMh8L9T3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1qCDHvzEb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v1qCDHvzEb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1qCDHvzEb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1qCDHvzEb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1qCDHvzEb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1qCDHvzEb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1qCDHvzEb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1qCDHvzEb .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v1qCDHvzEb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1qCDHvzEb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1qCDHvzEb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1qCDHvzEb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1qCDHvzEb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1qCDHvzEb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1qCDHvzEb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v1AP7mWwCP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v1AP7mWwCP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1AP7mWwCP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1AP7mWwCP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v1AP7mWwCP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v1AP7mWwCP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v1AP7mWwCP .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1AP7mWwCP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1AP7mWwCP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1AP7mWwCP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v1AP7mWwCP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1AP7mWwCP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1AP7mWwCP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1AP7mWwCP .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v1AP7mWwCP .navbar-logo {
    padding-left: 0;
  }
}
.cid-v1AP7mWwCP .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AP7mWwCP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1AP7mWwCP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v1AP7mWwCP .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v1AP7mWwCP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AP7mWwCP .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v1AP7mWwCP .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .nav-item:focus,
.cid-v1AP7mWwCP .nav-link:focus {
  outline: none;
}
.cid-v1AP7mWwCP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1AP7mWwCP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1AP7mWwCP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1AP7mWwCP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1AP7mWwCP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1AP7mWwCP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar.opened {
  transition: all 0.3s;
}
.cid-v1AP7mWwCP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1AP7mWwCP .navbar .navbar-logo img {
  width: auto;
}
.cid-v1AP7mWwCP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v1AP7mWwCP .navbar.collapsed {
  justify-content: center;
}
.cid-v1AP7mWwCP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1AP7mWwCP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1AP7mWwCP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1AP7mWwCP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1AP7mWwCP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1AP7mWwCP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1AP7mWwCP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1AP7mWwCP .navbar {
    min-height: 72px;
  }
  .cid-v1AP7mWwCP .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AP7mWwCP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1AP7mWwCP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1AP7mWwCP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1AP7mWwCP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1AP7mWwCP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1AP7mWwCP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1AP7mWwCP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1AP7mWwCP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1AP7mWwCP .dropdown-item.active,
.cid-v1AP7mWwCP .dropdown-item:active {
  background-color: transparent;
}
.cid-v1AP7mWwCP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1AP7mWwCP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1AP7mWwCP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1AP7mWwCP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1AP7mWwCP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1AP7mWwCP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1AP7mWwCP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1AP7mWwCP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1AP7mWwCP .navbar-buttons {
    text-align: left;
  }
}
.cid-v1AP7mWwCP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1AP7mWwCP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1AP7mWwCP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1AP7mWwCP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AP7mWwCP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1AP7mWwCP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1AP7mWwCP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AP7mWwCP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1AP7mWwCP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1AP7mWwCP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1AP7mWwCP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1AP7mWwCP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1AP7mWwCP .navbar {
    height: 70px;
  }
  .cid-v1AP7mWwCP .navbar.opened {
    height: auto;
  }
  .cid-v1AP7mWwCP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1AP7mWwCP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1AP7mWwCP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1AP7mWwCP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1AP7mWwCP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1AP7mWwCP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1AP7mWwCP .navbar-brand {
    margin-right: auto;
  }
  .cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1AP7mWwCP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1AP7mWwCP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1AP7mWwCP .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-v1AP7mWwCP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1AP7mWwCP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v1AP7n6xbG {
  background-image: url("../../../assets/images/capture-dcran-2025-03-28.png");
}
.cid-v1AP7n6xbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7n6xbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AP7n6xbG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7n6xbG .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v1AP7n6xbG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1AP7n6xbG .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1AP7n6xbG .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1AP7n6xbG .header-menu li p {
  margin: 0;
}
.cid-v1AP7n6xbG .content-head {
  max-width: 800px;
}
.cid-v1AP7n6xbG .mbr-text,
.cid-v1AP7n6xbG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v1AP7n6xbG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7ni3wQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1AP7ni3wQ .mbr-text {
  color: #000000;
}
.cid-v1AP7ni3wQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v1AP7ni3wQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7npWOV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1AP7npWOV .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1AP7npWOV .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1AP7npWOV .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1AP7npWOV .mbr-section-title {
  text-align: center;
}
.cid-v1AP7npWOV .mbr-section-subtitle {
  text-align: center;
}
.cid-v1AP7nxzxH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1AP7nxzxH .mbr-text {
  color: #000000;
}
.cid-v1AP7nxzxH .mbr-section-subtitle {
  color: #000000;
}
.cid-v1AP7nxzxH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7nEnVt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1AP7nEnVt .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v1AP7nEnVt .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v1AP7nEnVt .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v1AP7nLPOH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7nLPOH .mbr-text {
  color: #000000;
}
.cid-v1AP7nLPOH .mbr-section-subtitle {
  color: #000000;
}
.cid-v1AP7nLPOH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7or3OS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1AP7or3OS .mbr-text {
  color: #000000;
}
.cid-v1AP7or3OS .mbr-section-subtitle {
  color: #000000;
}
.cid-v1AP7or3OS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7oKay4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7oKay4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7oKay4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7oKay4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7oKay4 .row {
  flex-direction: row-reverse;
}
.cid-v1AP7oKay4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7oKay4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7ozOdv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7ozOdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7ozOdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7ozOdv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7ozOdv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7ozOdv .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7ozOdv .mbr-text {
  text-align: left;
}
.cid-v1GdGomNn0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1GdGomNn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GdGomNn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1GdGomNn0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1GdGomNn0 .row {
  flex-direction: row-reverse;
}
.cid-v1GdGomNn0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1GdGomNn0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7oW6xb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7oW6xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7oW6xb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7oW6xb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7oW6xb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7oW6xb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7oW6xb .mbr-text {
  text-align: left;
}
.cid-v1AP7peDkb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7peDkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7peDkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7peDkb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7peDkb .row {
  flex-direction: row-reverse;
}
.cid-v1AP7peDkb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7peDkb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7psfvZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7psfvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7psfvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7psfvZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7psfvZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7psfvZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7psfvZ .mbr-text {
  text-align: left;
}
.cid-v1AP7pEUee {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7pEUee .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7pEUee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7pEUee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7pEUee .row {
  flex-direction: row-reverse;
}
.cid-v1AP7pEUee img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7pEUee .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7nSYIG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7nSYIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7nSYIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AP7nSYIG .item {
  padding-bottom: 2rem;
}
.cid-v1AP7nSYIG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1AP7nSYIG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1AP7nSYIG .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v1AP7nSYIG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1AP7nSYIG .carousel-control,
.cid-v1AP7nSYIG .close {
  background: #1b1b1b;
}
.cid-v1AP7nSYIG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1AP7nSYIG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1AP7nSYIG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1AP7nSYIG .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1AP7nSYIG .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-v1AP7nSYIG .close::before {
  content: '\e91a';
}
.cid-v1AP7nSYIG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1AP7nSYIG .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-v1AP7nSYIG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1AP7nSYIG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1AP7nSYIG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1AP7nSYIG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1AP7nSYIG .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-v1AP7nSYIG .carousel-indicators li.active,
.cid-v1AP7nSYIG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1AP7nSYIG .carousel-indicators li::after,
.cid-v1AP7nSYIG .carousel-indicators li::before {
  content: none;
}
.cid-v1AP7nSYIG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1AP7nSYIG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AP7nSYIG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AP7nSYIG .carousel-indicators {
    display: none;
  }
}
.cid-v1AP7nSYIG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1AP7nSYIG .carousel-inner > .active {
  display: block;
}
.cid-v1AP7nSYIG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1AP7nSYIG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1AP7nSYIG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1AP7nSYIG .carousel-control,
  .cid-v1AP7nSYIG .carousel-indicators,
  .cid-v1AP7nSYIG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1AP7nSYIG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1AP7nSYIG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1AP7nSYIG .carousel-indicators .active,
.cid-v1AP7nSYIG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1AP7nSYIG .carousel-indicators .active {
  background: #fff;
}
.cid-v1AP7nSYIG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1AP7nSYIG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1AP7nSYIG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1AP7nSYIG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1AP7nSYIG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1AP7nSYIG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1AP7nSYIG .carousel {
  width: 100%;
}
.cid-v1AP7nSYIG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1AP7nSYIG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1AP7nSYIG .modal.fade .modal-dialog,
.cid-v1AP7nSYIG .modal.in .modal-dialog {
  transform: none;
}
.cid-v1AP7nSYIG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1AP7nSYIG H6 {
  text-align: center;
}
.cid-v1AP7qeLvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1AP7qeLvn .mbr-text {
  color: #000000;
}
.cid-v1AP7qeLvn .mbr-section-subtitle {
  color: #000000;
}
.cid-v1AP7qeLvn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7qokPM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7qokPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7qokPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1AP7qokPM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1AP7qokPM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1AP7qokPM .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1AP7qokPM .mbr-text {
  text-align: left;
}
.cid-v1AP7rrUAR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7rrUAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1AP7rrUAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1AP7rrUAR .item {
  padding-bottom: 2rem;
}
.cid-v1AP7rrUAR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1AP7rrUAR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1AP7rrUAR .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v1AP7rrUAR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1AP7rrUAR .carousel-control,
.cid-v1AP7rrUAR .close {
  background: #1b1b1b;
}
.cid-v1AP7rrUAR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1AP7rrUAR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1AP7rrUAR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1AP7rrUAR .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1AP7rrUAR .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-v1AP7rrUAR .close::before {
  content: '\e91a';
}
.cid-v1AP7rrUAR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1AP7rrUAR .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-v1AP7rrUAR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1AP7rrUAR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1AP7rrUAR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1AP7rrUAR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1AP7rrUAR .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-v1AP7rrUAR .carousel-indicators li.active,
.cid-v1AP7rrUAR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1AP7rrUAR .carousel-indicators li::after,
.cid-v1AP7rrUAR .carousel-indicators li::before {
  content: none;
}
.cid-v1AP7rrUAR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1AP7rrUAR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1AP7rrUAR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1AP7rrUAR .carousel-indicators {
    display: none;
  }
}
.cid-v1AP7rrUAR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1AP7rrUAR .carousel-inner > .active {
  display: block;
}
.cid-v1AP7rrUAR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1AP7rrUAR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1AP7rrUAR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1AP7rrUAR .carousel-control,
  .cid-v1AP7rrUAR .carousel-indicators,
  .cid-v1AP7rrUAR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1AP7rrUAR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1AP7rrUAR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1AP7rrUAR .carousel-indicators .active,
.cid-v1AP7rrUAR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1AP7rrUAR .carousel-indicators .active {
  background: #fff;
}
.cid-v1AP7rrUAR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1AP7rrUAR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1AP7rrUAR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1AP7rrUAR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1AP7rrUAR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1AP7rrUAR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1AP7rrUAR .carousel {
  width: 100%;
}
.cid-v1AP7rrUAR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1AP7rrUAR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1AP7rrUAR .modal.fade .modal-dialog,
.cid-v1AP7rrUAR .modal.in .modal-dialog {
  transform: none;
}
.cid-v1AP7rrUAR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1AP7rrUAR H6 {
  text-align: center;
}
.cid-v1AP7rR7ei {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1AP7rR7ei .mbr-text {
  color: #000000;
}
.cid-v1AP7rR7ei .mbr-section-subtitle {
  color: #000000;
}
.cid-v1AP7rR7ei .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1AP7s2Gei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v1AP7s2Gei .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1AP7s2Gei .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v1AP7s2Gei .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v1AP7s2Gei .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1AP7s2Gei .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1AP7s2Gei .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v1AP7s2Gei .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v1AP7s2Gei .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v1AP7s2Gei .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v1AP7s2Gei .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v1AP7s2Gei .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1AP7s2Gei .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1AP7s2Gei .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1AP7s2Gei .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v28AwsKHAZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v28AwsKHAZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v28AwsKHAZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v28AwsKHAZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v28AwsKHAZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v28AwsKHAZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v28AwsKHAZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v28AwsKHAZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v28AwsKHAZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v28AwsKHAZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v28AwsKHAZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v28AwsKHAZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v28AwsKHAZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v28AwsKHAZ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v28AwsKHAZ .navbar-logo {
    padding-left: 0;
  }
}
.cid-v28AwsKHAZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v28AwsKHAZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v28AwsKHAZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v28AwsKHAZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v28AwsKHAZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v28AwsKHAZ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v28AwsKHAZ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .nav-item:focus,
.cid-v28AwsKHAZ .nav-link:focus {
  outline: none;
}
.cid-v28AwsKHAZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v28AwsKHAZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v28AwsKHAZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v28AwsKHAZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v28AwsKHAZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v28AwsKHAZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v28AwsKHAZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v28AwsKHAZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v28AwsKHAZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v28AwsKHAZ .navbar.collapsed {
  justify-content: center;
}
.cid-v28AwsKHAZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v28AwsKHAZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v28AwsKHAZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v28AwsKHAZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v28AwsKHAZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v28AwsKHAZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v28AwsKHAZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v28AwsKHAZ .navbar {
    min-height: 72px;
  }
  .cid-v28AwsKHAZ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v28AwsKHAZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v28AwsKHAZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v28AwsKHAZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v28AwsKHAZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v28AwsKHAZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v28AwsKHAZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v28AwsKHAZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v28AwsKHAZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v28AwsKHAZ .dropdown-item.active,
.cid-v28AwsKHAZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v28AwsKHAZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v28AwsKHAZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v28AwsKHAZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v28AwsKHAZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v28AwsKHAZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v28AwsKHAZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v28AwsKHAZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v28AwsKHAZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v28AwsKHAZ .navbar-buttons {
    text-align: left;
  }
}
.cid-v28AwsKHAZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v28AwsKHAZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v28AwsKHAZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v28AwsKHAZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v28AwsKHAZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v28AwsKHAZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v28AwsKHAZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v28AwsKHAZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v28AwsKHAZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v28AwsKHAZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v28AwsKHAZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v28AwsKHAZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v28AwsKHAZ .navbar {
    height: 70px;
  }
  .cid-v28AwsKHAZ .navbar.opened {
    height: auto;
  }
  .cid-v28AwsKHAZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v28AwsKHAZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v28AwsKHAZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v28AwsKHAZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v28AwsKHAZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v28AwsKHAZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v28AwsKHAZ .navbar-brand {
    margin-right: auto;
  }
  .cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v28AwsKHAZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v28AwsKHAZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v28AwsKHAZ .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-v28AwsKHAZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v28AwsKHAZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v28AwsZc5k {
  background-image: url("../../../assets/images/img-20251005-121554-custom.jpeg");
}
.cid-v28AwsZc5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwsZc5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v28AwsZc5k .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwsZc5k .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v28AwsZc5k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v28AwsZc5k .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v28AwsZc5k .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v28AwsZc5k .header-menu li p {
  margin: 0;
}
.cid-v28AwsZc5k .content-head {
  max-width: 800px;
}
.cid-v28AwsZc5k .mbr-text,
.cid-v28AwsZc5k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v28AwsZc5k .mbr-section-title {
  color: #000000;
}
.cid-v28AwtgMBs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28AwtgMBs .mbr-text {
  color: #000000;
}
.cid-v28AwtgMBs .mbr-section-subtitle {
  color: #000000;
}
.cid-v28AwtgMBs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28Awtpdrl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v28Awtpdrl .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v28Awtpdrl .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v28Awtpdrl .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v28Awtpdrl .mbr-section-title {
  text-align: center;
}
.cid-v28Awtpdrl .mbr-section-subtitle {
  text-align: center;
}
.cid-v28AwtyPxe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28AwtyPxe .mbr-text {
  color: #000000;
}
.cid-v28AwtyPxe .mbr-section-subtitle {
  color: #000000;
}
.cid-v28AwtyPxe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28AwtPyHH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v28AwtPyHH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v28AwtPyHH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v28AwtPyHH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v28AwtX9me {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28AwtX9me .mbr-text {
  color: #000000;
}
.cid-v28AwtX9me .mbr-section-subtitle {
  color: #000000;
}
.cid-v28AwtX9me .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28Awu5Akw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28Awu5Akw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v28Awu5Akw .mbr-section-subtitle {
  color: #000000;
}
.cid-v28Awu5Akw .mbr-section-title {
  color: #000000;
}
.cid-v28Awuu29S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v28Awuu29S .mbr-text {
  color: #000000;
}
.cid-v28Awuu29S .mbr-section-subtitle {
  color: #000000;
}
.cid-v28Awuu29S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28AwuCPwD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwuCPwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwuCPwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwuCPwD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwuCPwD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwuCPwD .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwuCPwD .mbr-text {
  text-align: left;
}
.cid-v28AwuNwfc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwuNwfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwuNwfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwuNwfc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwuNwfc .row {
  flex-direction: row-reverse;
}
.cid-v28AwuNwfc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwuNwfc .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwuYMRx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwuYMRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwuYMRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwuYMRx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwuYMRx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwuYMRx .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwvbXpF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwvbXpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwvbXpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwvbXpF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwvbXpF .row {
  flex-direction: row-reverse;
}
.cid-v28AwvbXpF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwvbXpF .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwvmJr1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwvmJr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwvmJr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwvmJr1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwvmJr1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwvmJr1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2DGyGalDb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2DGyGalDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DGyGalDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v2DGyGalDb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2DGyGalDb .row {
  flex-direction: row-reverse;
}
.cid-v2DGyGalDb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2DGyGalDb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28WwufvkQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28WwufvkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28WwufvkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28WwufvkQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28WwufvkQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28WwufvkQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwvxnAN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28AwvxnAN .mbr-text {
  color: #000000;
}
.cid-v28AwvxnAN .mbr-section-subtitle {
  color: #000000;
}
.cid-v28AwvxnAN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28AwvFnrv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwvFnrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwvFnrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwvFnrv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwvFnrv .row {
  flex-direction: row-reverse;
}
.cid-v28AwvFnrv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwvFnrv .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwvQWvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28AwvQWvi .mbr-text {
  color: #000000;
}
.cid-v28AwvQWvi .mbr-section-subtitle {
  color: #000000;
}
.cid-v28AwvQWvi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28AwvZkhp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwvZkhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwvZkhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwvZkhp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwvZkhp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwvZkhp .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28AwwbHt2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28AwwbHt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28AwwbHt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28AwwbHt2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28AwwbHt2 .row {
  flex-direction: row-reverse;
}
.cid-v28AwwbHt2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28AwwbHt2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28YAD4emZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v28YAD4emZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28YAD4emZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v28YAD4emZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28YAD4emZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v28YAD4emZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-v2DGdN0fO5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2DGdN0fO5 .mbr-text {
  color: #000000;
}
.cid-v2DGdN0fO5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v2DGdN0fO5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2DFJh8xmP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v2DFJh8xmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DFJh8xmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DFJh8xmP .item {
  padding-bottom: 2rem;
}
.cid-v2DFJh8xmP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v2DFJh8xmP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v2DFJh8xmP .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v2DFJh8xmP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v2DFJh8xmP .carousel-control,
.cid-v2DFJh8xmP .close {
  background: #1b1b1b;
}
.cid-v2DFJh8xmP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2DFJh8xmP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2DFJh8xmP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2DFJh8xmP .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2DFJh8xmP .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-v2DFJh8xmP .close::before {
  content: '\e91a';
}
.cid-v2DFJh8xmP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2DFJh8xmP .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-v2DFJh8xmP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2DFJh8xmP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2DFJh8xmP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2DFJh8xmP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2DFJh8xmP .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-v2DFJh8xmP .carousel-indicators li.active,
.cid-v2DFJh8xmP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2DFJh8xmP .carousel-indicators li::after,
.cid-v2DFJh8xmP .carousel-indicators li::before {
  content: none;
}
.cid-v2DFJh8xmP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2DFJh8xmP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2DFJh8xmP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2DFJh8xmP .carousel-indicators {
    display: none;
  }
}
.cid-v2DFJh8xmP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2DFJh8xmP .carousel-inner > .active {
  display: block;
}
.cid-v2DFJh8xmP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2DFJh8xmP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2DFJh8xmP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2DFJh8xmP .carousel-control,
  .cid-v2DFJh8xmP .carousel-indicators,
  .cid-v2DFJh8xmP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2DFJh8xmP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2DFJh8xmP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2DFJh8xmP .carousel-indicators .active,
.cid-v2DFJh8xmP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2DFJh8xmP .carousel-indicators .active {
  background: #fff;
}
.cid-v2DFJh8xmP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2DFJh8xmP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2DFJh8xmP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2DFJh8xmP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2DFJh8xmP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2DFJh8xmP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2DFJh8xmP .carousel {
  width: 100%;
}
.cid-v2DFJh8xmP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2DFJh8xmP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2DFJh8xmP .modal.fade .modal-dialog,
.cid-v2DFJh8xmP .modal.in .modal-dialog {
  transform: none;
}
.cid-v2DFJh8xmP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2DFJh8xmP H6 {
  text-align: center;
}
.cid-v28YQ5Y0Ge {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28YQ5Y0Ge .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v28YQ5Y0Ge .mbr-section-subtitle {
  color: #000000;
}
.cid-v28YQ5Y0Ge .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v28AwxW9KE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v28AwxW9KE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v28AwxW9KE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v28AwxW9KE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v28AwxW9KE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v28AwxW9KE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v28AwxW9KE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v28AwxW9KE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v28AwxW9KE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v28AwxW9KE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v28AwxW9KE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v28AwxW9KE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v28AwxW9KE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v28AwxW9KE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v28AwxW9KE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v35QsGNpdN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v35QsGNpdN .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-v35QsGNpdN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v35QsGNpdN .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-v35QsGNpdN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v35QsGNpdN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v35QsGNpdN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35QsGNpdN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v35QsGNpdN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v35QsGNpdN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v35QsGNpdN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v35QsGNpdN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v35QsGNpdN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v35QsGNpdN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v35QsGNpdN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v35QsGNpdN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v35QsGNpdN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v35QsGNpdN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v35QsGNpdN .navbar-logo {
    padding-left: 0;
  }
}
.cid-v35QsGNpdN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v35QsGNpdN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v35QsGNpdN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v35QsGNpdN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v35QsGNpdN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v35QsGNpdN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v35QsGNpdN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v35QsGNpdN .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-v35QsGNpdN .nav-item:focus,
.cid-v35QsGNpdN .nav-link:focus {
  outline: none;
}
.cid-v35QsGNpdN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v35QsGNpdN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35QsGNpdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v35QsGNpdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v35QsGNpdN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35QsGNpdN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35QsGNpdN .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-v35QsGNpdN .navbar.opened {
  transition: all 0.3s;
}
.cid-v35QsGNpdN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v35QsGNpdN .navbar .navbar-logo img {
  width: auto;
}
.cid-v35QsGNpdN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v35QsGNpdN .navbar.collapsed {
  justify-content: center;
}
.cid-v35QsGNpdN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35QsGNpdN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v35QsGNpdN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v35QsGNpdN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35QsGNpdN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35QsGNpdN .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-v35QsGNpdN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35QsGNpdN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v35QsGNpdN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v35QsGNpdN .navbar {
    min-height: 72px;
  }
  .cid-v35QsGNpdN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v35QsGNpdN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35QsGNpdN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35QsGNpdN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35QsGNpdN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v35QsGNpdN .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-v35QsGNpdN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v35QsGNpdN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v35QsGNpdN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v35QsGNpdN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v35QsGNpdN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v35QsGNpdN .dropdown-item.active,
.cid-v35QsGNpdN .dropdown-item:active {
  background-color: transparent;
}
.cid-v35QsGNpdN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35QsGNpdN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35QsGNpdN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35QsGNpdN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v35QsGNpdN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v35QsGNpdN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v35QsGNpdN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v35QsGNpdN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v35QsGNpdN .navbar-buttons {
    text-align: left;
  }
}
.cid-v35QsGNpdN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v35QsGNpdN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v35QsGNpdN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v35QsGNpdN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35QsGNpdN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35QsGNpdN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v35QsGNpdN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35QsGNpdN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v35QsGNpdN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v35QsGNpdN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35QsGNpdN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v35QsGNpdN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v35QsGNpdN .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-v35QsGNpdN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v35QsGNpdN .navbar {
    height: 70px;
  }
  .cid-v35QsGNpdN .navbar.opened {
    height: auto;
  }
  .cid-v35QsGNpdN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35QsGNpdN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v35QsGNpdN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v35QsGNpdN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v35QsGNpdN .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-v35QsGNpdN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v35QsGNpdN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v35QsGNpdN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v35QsGNpdN .navbar-brand {
    margin-right: auto;
  }
  .cid-v35QsGNpdN .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-v35QsGNpdN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v35QsGNpdN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v35QsGNpdN .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-v35QsGNpdN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v35QsGNpdN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v35QsGNpdN .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-v35QsGNpdN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v35QsGNpdN .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-v35QsGNpdN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v35QsGNpdN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v35QsH9mO8 {
  background-image: url("../../../assets/images/1760618483780-custom-2000x1500.jpeg");
}
.cid-v35QsH9mO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsH9mO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35QsH9mO8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsH9mO8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v35QsH9mO8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v35QsH9mO8 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v35QsH9mO8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v35QsH9mO8 .header-menu li p {
  margin: 0;
}
.cid-v35QsH9mO8 .content-head {
  max-width: 800px;
}
.cid-v35QsH9mO8 .mbr-text,
.cid-v35QsH9mO8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v35QsH9mO8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsHtpcM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v35QsHtpcM .mbr-text {
  color: #000000;
}
.cid-v35QsHtpcM .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsHtpcM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsHJcrP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35QsHJcrP .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v35QsHJcrP .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v35QsHJcrP .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v35QsHJcrP .mbr-section-title {
  text-align: center;
}
.cid-v35QsHJcrP .mbr-section-subtitle {
  text-align: center;
}
.cid-v35QsI1zI9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v35QsI1zI9 .mbr-text {
  color: #000000;
}
.cid-v35QsI1zI9 .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsI1zI9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsIgm2Y {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35QsIgm2Y .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v35QsIgm2Y .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v35QsIgm2Y .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v35QsIA9wu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v35QsIA9wu .mbr-text {
  color: #000000;
}
.cid-v35QsIA9wu .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsIA9wu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsIPjLk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsIPjLk .mbr-text {
  color: #000000;
}
.cid-v35QsIPjLk .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsIPjLk .mbr-section-title {
  color: #000000;
}
.cid-v35QsJ7JHo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35QsJ7JHo .mbr-text {
  color: #000000;
}
.cid-v35QsJ7JHo .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsJ7JHo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsJlxan {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsJlxan .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsJlxan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsJlxan .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsJlxan img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsJlxan .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsJlxan .mbr-text {
  text-align: left;
}
.cid-v35QsJGo6p {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsJGo6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsJGo6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsJGo6p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsJGo6p .row {
  flex-direction: row-reverse;
}
.cid-v35QsJGo6p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsJGo6p .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsK3khU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsK3khU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsK3khU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsK3khU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsK3khU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsK3khU .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsK3khU .mbr-text {
  text-align: left;
}
.cid-v35QsKnhL3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsKnhL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsKnhL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsKnhL3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsKnhL3 .row {
  flex-direction: row-reverse;
}
.cid-v35QsKnhL3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsKnhL3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsKKKyB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsKKKyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsKKKyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsKKKyB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsKKKyB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsKKKyB .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsKKKyB .mbr-text {
  text-align: left;
}
.cid-v35QsL4kaP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35QsL4kaP .mbr-text {
  color: #000000;
}
.cid-v35QsL4kaP .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsL4kaP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsLl3WR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsLl3WR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsLl3WR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsLl3WR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsLl3WR .row {
  flex-direction: row-reverse;
}
.cid-v35QsLl3WR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsLl3WR .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsLK4H6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35QsLK4H6 .mbr-text {
  color: #000000;
}
.cid-v35QsLK4H6 .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsLK4H6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsM07Z6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsM07Z6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v35QsM07Z6 .item {
    margin-bottom: 1rem;
  }
}
.cid-v35QsM07Z6 .item-wrapper {
  position: relative;
}
.cid-v35QsM07Z6 .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-v35QsM07Z6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v35QsM07Z6 .carousel-control,
.cid-v35QsM07Z6 .close {
  background: #1b1b1b;
}
.cid-v35QsM07Z6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v35QsM07Z6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v35QsM07Z6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v35QsM07Z6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v35QsM07Z6 .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-v35QsM07Z6 .close::before {
  content: '\e91a';
}
.cid-v35QsM07Z6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v35QsM07Z6 .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-v35QsM07Z6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v35QsM07Z6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v35QsM07Z6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v35QsM07Z6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v35QsM07Z6 .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-v35QsM07Z6 .carousel-indicators li.active,
.cid-v35QsM07Z6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v35QsM07Z6 .carousel-indicators li::after,
.cid-v35QsM07Z6 .carousel-indicators li::before {
  content: none;
}
.cid-v35QsM07Z6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v35QsM07Z6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v35QsM07Z6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v35QsM07Z6 .carousel-indicators {
    display: none;
  }
}
.cid-v35QsM07Z6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v35QsM07Z6 .carousel-inner > .active {
  display: block;
}
.cid-v35QsM07Z6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v35QsM07Z6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v35QsM07Z6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v35QsM07Z6 .carousel-control,
  .cid-v35QsM07Z6 .carousel-indicators,
  .cid-v35QsM07Z6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v35QsM07Z6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v35QsM07Z6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v35QsM07Z6 .carousel-indicators .active,
.cid-v35QsM07Z6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v35QsM07Z6 .carousel-indicators .active {
  background: #fff;
}
.cid-v35QsM07Z6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v35QsM07Z6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v35QsM07Z6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v35QsM07Z6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v35QsM07Z6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v35QsM07Z6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v35QsM07Z6 .carousel {
  width: 100%;
}
.cid-v35QsM07Z6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v35QsM07Z6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v35QsM07Z6 .modal.fade .modal-dialog,
.cid-v35QsM07Z6 .modal.in .modal-dialog {
  transform: none;
}
.cid-v35QsM07Z6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v35QsM07Z6 .content-head {
  max-width: 800px;
}
.cid-v35QsNmA8c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35QsNmA8c .mbr-text {
  color: #000000;
}
.cid-v35QsNmA8c .mbr-section-subtitle {
  color: #000000;
}
.cid-v35QsNmA8c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v35QsNDT4Y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v35QsNDT4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35QsNDT4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v35QsNDT4Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v35QsNDT4Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v35QsNDT4Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-v35QsO0EdB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v35QsO0EdB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v35QsO0EdB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v35QsO0EdB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v35QsO0EdB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v35QsO0EdB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v35QsO0EdB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v35QsO0EdB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v35QsO0EdB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v35QsO0EdB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v35QsO0EdB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v35QsO0EdB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v35QsO0EdB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v35QsO0EdB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v35QsO0EdB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uYb7TAyBoS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uYb7TAyBoS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYb7TAyBoS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYb7TAyBoS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uYb7TAyBoS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uYb7TAyBoS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uYb7TAyBoS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uYb7TAyBoS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYb7TAyBoS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYb7TAyBoS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uYb7TAyBoS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uYb7TAyBoS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uYb7TAyBoS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYb7TAyBoS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uYb7TAyBoS .navbar-logo {
    padding-left: 0;
  }
}
.cid-uYb7TAyBoS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYb7TAyBoS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYb7TAyBoS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uYb7TAyBoS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uYb7TAyBoS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYb7TAyBoS .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uYb7TAyBoS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .nav-item:focus,
.cid-uYb7TAyBoS .nav-link:focus {
  outline: none;
}
.cid-uYb7TAyBoS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYb7TAyBoS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYb7TAyBoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYb7TAyBoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYb7TAyBoS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYb7TAyBoS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYb7TAyBoS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYb7TAyBoS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYb7TAyBoS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uYb7TAyBoS .navbar.collapsed {
  justify-content: center;
}
.cid-uYb7TAyBoS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYb7TAyBoS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYb7TAyBoS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uYb7TAyBoS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYb7TAyBoS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYb7TAyBoS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYb7TAyBoS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYb7TAyBoS .navbar {
    min-height: 72px;
  }
  .cid-uYb7TAyBoS .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYb7TAyBoS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYb7TAyBoS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYb7TAyBoS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYb7TAyBoS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYb7TAyBoS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYb7TAyBoS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYb7TAyBoS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYb7TAyBoS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYb7TAyBoS .dropdown-item.active,
.cid-uYb7TAyBoS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYb7TAyBoS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYb7TAyBoS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYb7TAyBoS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYb7TAyBoS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYb7TAyBoS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uYb7TAyBoS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYb7TAyBoS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYb7TAyBoS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYb7TAyBoS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYb7TAyBoS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYb7TAyBoS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYb7TAyBoS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYb7TAyBoS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYb7TAyBoS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYb7TAyBoS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYb7TAyBoS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYb7TAyBoS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYb7TAyBoS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYb7TAyBoS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYb7TAyBoS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYb7TAyBoS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYb7TAyBoS .navbar {
    height: 70px;
  }
  .cid-uYb7TAyBoS .navbar.opened {
    height: auto;
  }
  .cid-uYb7TAyBoS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYb7TAyBoS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYb7TAyBoS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uYb7TAyBoS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYb7TAyBoS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYb7TAyBoS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYb7TAyBoS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYb7TAyBoS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYb7TAyBoS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYb7TAyBoS .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-uYb7TAyBoS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYb7TAyBoS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYb7TAKv6q {
  background-image: url("../../../assets/images/img-20240106-183427-custom-2000x1500.jpg");
}
.cid-uYb7TAKv6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb7TAKv6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYb7TAKv6q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYb7TAKv6q .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uYb7TAKv6q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYb7TAKv6q .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uYb7TAKv6q .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uYb7TAKv6q .header-menu li p {
  margin: 0;
}
.cid-uYb7TAKv6q .content-head {
  max-width: 800px;
}
.cid-uYb7TAKv6q .mbr-text,
.cid-uYb7TAKv6q .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYb7TAKv6q .mbr-section-title {
  color: #000000;
}
.cid-uYb7TAV8ov {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYb7TAV8ov .mbr-text {
  color: #000000;
}
.cid-uYb7TAV8ov .mbr-section-subtitle {
  color: #000000;
}
.cid-uYb7TAV8ov .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYb7TB3AYy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYb7TB3AYy .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uYb7TB3AYy .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uYb7TB3AYy .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYb7TB3AYy .mbr-section-title {
  text-align: center;
}
.cid-uYb7TB3AYy .mbr-section-subtitle {
  text-align: center;
}
.cid-uYb7TBbKyV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYb7TBbKyV .mbr-text {
  color: #000000;
}
.cid-uYb7TBbKyV .mbr-section-subtitle {
  color: #000000;
}
.cid-uYb7TBbKyV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYb7TBjgY8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYb7TBjgY8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uYb7TBjgY8 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uYb7TBjgY8 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uYnEhvCTV4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYnEhvCTV4 .mbr-text {
  color: #000000;
}
.cid-uYnEhvCTV4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYnEhvCTV4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYtNAcTInE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYtNAcTInE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uYtNAcTInE .mbr-section-subtitle {
  color: #000000;
}
.cid-uYtNAcTInE .mbr-section-title {
  color: #000000;
}
.cid-uYb7TBrT5q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYb7TBrT5q .mbr-text {
  color: #000000;
}
.cid-uYb7TBrT5q .mbr-section-subtitle {
  color: #000000;
}
.cid-uYb7TBrT5q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYnEevHyDN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYnEevHyDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnEevHyDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYnEevHyDN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYnEevHyDN .row {
  flex-direction: row-reverse;
}
.cid-uYnEevHyDN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYnEevHyDN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TBIKZA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYb7TBIKZA .mbr-text {
  color: #000000;
}
.cid-uYb7TBIKZA .mbr-section-subtitle {
  color: #000000;
}
.cid-uYb7TBIKZA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYb7TBRSD6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYb7TBRSD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb7TBRSD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYb7TBRSD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYb7TBRSD6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYb7TBRSD6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TBRSD6 .mbr-text {
  text-align: left;
}
.cid-uYb7TC6MNv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYb7TC6MNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb7TC6MNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYb7TC6MNv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYb7TC6MNv .row {
  flex-direction: row-reverse;
}
.cid-uYb7TC6MNv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYb7TC6MNv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYtL9fQtoK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYtL9fQtoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtL9fQtoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYtL9fQtoK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYtL9fQtoK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYtL9fQtoK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TCtD9r {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYb7TCtD9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb7TCtD9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYb7TCtD9r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYb7TCtD9r .row {
  flex-direction: row-reverse;
}
.cid-uYb7TCtD9r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYb7TCtD9r .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0gViDwtMe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gViDwtMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gViDwtMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gViDwtMe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gViDwtMe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gViDwtMe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TCFZj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYb7TCFZj2 .mbr-text {
  color: #000000;
}
.cid-uYb7TCFZj2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYb7TCFZj2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0zKQk6iGZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0zKQk6iGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0zKQk6iGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0zKQk6iGZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0zKQk6iGZ .row {
  flex-direction: row-reverse;
}
.cid-v0zKQk6iGZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0zKQk6iGZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TD24OC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYb7TD24OC .mbr-text {
  color: #000000;
}
.cid-uYb7TD24OC .mbr-section-subtitle {
  color: #000000;
}
.cid-uYb7TD24OC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFC1Xhi7T {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYFC1Xhi7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFC1Xhi7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYFC1Xhi7T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYFC1Xhi7T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYFC1Xhi7T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYFH2s4Wlz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYFH2s4Wlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFH2s4Wlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYFH2s4Wlz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYFH2s4Wlz .row {
  flex-direction: row-reverse;
}
.cid-uYFH2s4Wlz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYFH2s4Wlz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TDPllV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYb7TDPllV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYb7TDPllV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYb7TDPllV .row {
  flex-direction: row-reverse;
}
.cid-uYb7TDPllV .video-wrapper iframe {
  width: 100%;
}
.cid-uYb7TDPllV .mbr-section-title,
.cid-uYb7TDPllV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYb7TDPllV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYb7TDPllV .mbr-section-subtitle {
  text-align: left;
}
.cid-uYb7TDPllV .mbr-text {
  text-align: left;
}
.cid-v0gyoPyuFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0gyoPyuFP .mbr-text {
  color: #000000;
}
.cid-v0gyoPyuFP .mbr-section-subtitle {
  color: #000000;
}
.cid-v0gyoPyuFP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0gyZ3VNs7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gyZ3VNs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gyZ3VNs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gyZ3VNs7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gyZ3VNs7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gyZ3VNs7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0gz0r3M1n {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gz0r3M1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gz0r3M1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gz0r3M1n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gz0r3M1n .row {
  flex-direction: row-reverse;
}
.cid-v0gz0r3M1n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gz0r3M1n .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0gEKFk495 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gEKFk495 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gEKFk495 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gEKFk495 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gEKFk495 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gEKFk495 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0gSTtnt5j {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gSTtnt5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gSTtnt5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gSTtnt5j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gSTtnt5j .row {
  flex-direction: row-reverse;
}
.cid-v0gSTtnt5j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gSTtnt5j .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0gU2o8cNc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gU2o8cNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gU2o8cNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gU2o8cNc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gU2o8cNc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gU2o8cNc .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0h5Q0rheW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0h5Q0rheW .video-wrapper iframe {
  width: 100%;
}
.cid-v0h5Q0rheW .mbr-section-title,
.cid-v0h5Q0rheW .mbr-section-subtitle,
.cid-v0h5Q0rheW .mbr-text {
  text-align: center;
}
.cid-v0gVPXYWcw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0gVPXYWcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gVPXYWcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0gVPXYWcw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gVPXYWcw .row {
  flex-direction: row-reverse;
}
.cid-v0gVPXYWcw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0gVPXYWcw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZRMLLl8Zc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZRMLLl8Zc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZRMLLl8Zc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZRMLLl8Zc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZRMLLl8Zc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZRMLLl8Zc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZRMLLl8Zc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZRMLLl8Zc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZRMLLl8Zc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZRMLLl8Zc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZRMLLl8Zc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZRMLLl8Zc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZRMLLl8Zc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZRMLLl8Zc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZRMLLl8Zc .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZRMLLl8Zc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZRMLLl8Zc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZRMLLl8Zc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZRMLLl8Zc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uZRMLLl8Zc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZRMLLl8Zc .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uZRMLLl8Zc .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .nav-item:focus,
.cid-uZRMLLl8Zc .nav-link:focus {
  outline: none;
}
.cid-uZRMLLl8Zc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZRMLLl8Zc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZRMLLl8Zc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZRMLLl8Zc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZRMLLl8Zc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZRMLLl8Zc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZRMLLl8Zc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZRMLLl8Zc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZRMLLl8Zc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZRMLLl8Zc .navbar.collapsed {
  justify-content: center;
}
.cid-uZRMLLl8Zc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZRMLLl8Zc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZRMLLl8Zc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uZRMLLl8Zc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZRMLLl8Zc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZRMLLl8Zc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZRMLLl8Zc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZRMLLl8Zc .navbar {
    min-height: 72px;
  }
  .cid-uZRMLLl8Zc .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZRMLLl8Zc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZRMLLl8Zc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZRMLLl8Zc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZRMLLl8Zc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZRMLLl8Zc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZRMLLl8Zc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZRMLLl8Zc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZRMLLl8Zc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZRMLLl8Zc .dropdown-item.active,
.cid-uZRMLLl8Zc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZRMLLl8Zc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZRMLLl8Zc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZRMLLl8Zc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZRMLLl8Zc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZRMLLl8Zc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZRMLLl8Zc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZRMLLl8Zc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZRMLLl8Zc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZRMLLl8Zc .navbar-buttons {
    text-align: left;
  }
}
.cid-uZRMLLl8Zc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZRMLLl8Zc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZRMLLl8Zc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZRMLLl8Zc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZRMLLl8Zc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZRMLLl8Zc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZRMLLl8Zc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZRMLLl8Zc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZRMLLl8Zc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZRMLLl8Zc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZRMLLl8Zc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZRMLLl8Zc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZRMLLl8Zc .navbar {
    height: 70px;
  }
  .cid-uZRMLLl8Zc .navbar.opened {
    height: auto;
  }
  .cid-uZRMLLl8Zc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZRMLLl8Zc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZRMLLl8Zc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZRMLLl8Zc .navbar-brand {
    margin-right: auto;
  }
  .cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZRMLLl8Zc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZRMLLl8Zc .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-uZRMLLl8Zc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZRMLLl8Zc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZRMLLzI8F {
  background-image: url("../../../assets/images/img-20240102-172413-custom-2000x1500.jpeg");
}
.cid-uZRMLLzI8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLLzI8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZRMLLzI8F .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRMLLzI8F .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uZRMLLzI8F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZRMLLzI8F .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZRMLLzI8F .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZRMLLzI8F .header-menu li p {
  margin: 0;
}
.cid-uZRMLLzI8F .content-head {
  max-width: 800px;
}
.cid-uZRMLLzI8F .mbr-text,
.cid-uZRMLLzI8F .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZRMLLzI8F .mbr-section-title {
  color: #000000;
}
.cid-uZRMLLKeTv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRMLLKeTv .mbr-text {
  color: #000000;
}
.cid-uZRMLLKeTv .mbr-section-subtitle {
  color: #000000;
}
.cid-uZRMLLKeTv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZRMLLRZFr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZRMLLRZFr .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uZRMLLRZFr .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uZRMLLRZFr .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZRMLLRZFr .mbr-section-title {
  text-align: center;
}
.cid-uZRMLLRZFr .mbr-section-subtitle {
  text-align: center;
}
.cid-uZRMLLZk4c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRMLLZk4c .mbr-text {
  color: #000000;
}
.cid-uZRMLLZk4c .mbr-section-subtitle {
  color: #000000;
}
.cid-uZRMLLZk4c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZRMLM6Vdo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZRMLM6Vdo .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uZRMLM6Vdo .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uZRMLM6Vdo .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uZRMLMgOMi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRMLMgOMi .mbr-text {
  color: #000000;
}
.cid-uZRMLMgOMi .mbr-section-subtitle {
  color: #000000;
}
.cid-uZRMLMgOMi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZRMLMr8vm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRMLMr8vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLMr8vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRMLMr8vm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRMLMr8vm .row {
  flex-direction: row-reverse;
}
.cid-uZRMLMr8vm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRMLMr8vm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLME2RW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRMLME2RW .mbr-text {
  color: #000000;
}
.cid-uZRMLME2RW .mbr-section-subtitle {
  color: #000000;
}
.cid-uZRMLME2RW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZS0mDNIIl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZS0mDNIIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZS0mDNIIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZS0mDNIIl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZS0mDNIIl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZS0mDNIIl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZS0mDNIIl .mbr-text {
  text-align: left;
}
.cid-uZS0oPTcVL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZS0oPTcVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZS0oPTcVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZS0oPTcVL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZS0oPTcVL .row {
  flex-direction: row-reverse;
}
.cid-uZS0oPTcVL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZS0oPTcVL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLMUfKX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZRMLMUfKX .mbr-text {
  color: #000000;
}
.cid-uZRMLMUfKX .mbr-section-subtitle {
  color: #000000;
}
.cid-uZRMLMUfKX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZRMLN2uRO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRMLN2uRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLN2uRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRMLN2uRO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRMLN2uRO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRMLN2uRO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLN2uRO .mbr-text {
  text-align: left;
}
.cid-uZRMLNdkaF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRMLNdkaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLNdkaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRMLNdkaF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRMLNdkaF .row {
  flex-direction: row-reverse;
}
.cid-uZRMLNdkaF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRMLNdkaF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLNpd2l {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRMLNpd2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLNpd2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRMLNpd2l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRMLNpd2l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRMLNpd2l .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLNCnWa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRMLNCnWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLNCnWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRMLNCnWa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRMLNCnWa .row {
  flex-direction: row-reverse;
}
.cid-uZRMLNCnWa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZRMLNCnWa .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0MdVZc8U5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0MdVZc8U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0MdVZc8U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0MdVZc8U5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0MdVZc8U5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0MdVZc8U5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLNYni4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZRMLNYni4 .mbr-text {
  color: #000000;
}
.cid-uZRMLNYni4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZRMLNYni4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZS9pE8EGa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZS9pE8EGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZS9pE8EGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZS9pE8EGa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZS9pE8EGa .row {
  flex-direction: row-reverse;
}
.cid-uZS9pE8EGa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZS9pE8EGa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZSktqgR0y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZSktqgR0y .mbr-text {
  color: #000000;
}
.cid-uZSktqgR0y .mbr-section-subtitle {
  color: #000000;
}
.cid-uZSktqgR0y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZSkFK1ZAu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZSkFK1ZAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSkFK1ZAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSkFK1ZAu .row {
  flex-direction: row-reverse;
}
.cid-uZRMLOVwI5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZRMLOVwI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRMLOVwI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZRMLOVwI5 .row {
  flex-direction: row-reverse;
}
.cid-uZRMLOVwI5 .video-wrapper iframe {
  width: 100%;
}
.cid-uZRMLOVwI5 .mbr-section-title,
.cid-uZRMLOVwI5 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZRMLOVwI5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZRMLOVwI5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uZRMLOVwI5 .mbr-text {
  text-align: left;
}
.cid-uZRMLP8f9X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZRMLP8f9X .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZRMLP8f9X .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZRMLP8f9X .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZRMLP8f9X .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZRMLP8f9X .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZRMLP8f9X .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZRMLP8f9X .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZRMLP8f9X .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZRMLP8f9X .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZRMLP8f9X .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZRMLP8f9X .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZRMLP8f9X .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZRMLP8f9X .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZRMLP8f9X .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v06lFLHvTf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v06lFLHvTf .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-v06lFLHvTf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v06lFLHvTf .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-v06lFLHvTf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v06lFLHvTf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v06lFLHvTf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v06lFLHvTf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v06lFLHvTf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v06lFLHvTf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v06lFLHvTf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v06lFLHvTf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v06lFLHvTf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v06lFLHvTf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v06lFLHvTf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v06lFLHvTf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v06lFLHvTf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v06lFLHvTf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v06lFLHvTf .navbar-logo {
    padding-left: 0;
  }
}
.cid-v06lFLHvTf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v06lFLHvTf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v06lFLHvTf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v06lFLHvTf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-v06lFLHvTf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v06lFLHvTf .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v06lFLHvTf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v06lFLHvTf .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-v06lFLHvTf .nav-item:focus,
.cid-v06lFLHvTf .nav-link:focus {
  outline: none;
}
.cid-v06lFLHvTf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v06lFLHvTf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v06lFLHvTf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v06lFLHvTf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v06lFLHvTf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v06lFLHvTf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v06lFLHvTf .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-v06lFLHvTf .navbar.opened {
  transition: all 0.3s;
}
.cid-v06lFLHvTf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v06lFLHvTf .navbar .navbar-logo img {
  width: auto;
}
.cid-v06lFLHvTf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v06lFLHvTf .navbar.collapsed {
  justify-content: center;
}
.cid-v06lFLHvTf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v06lFLHvTf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v06lFLHvTf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v06lFLHvTf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v06lFLHvTf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v06lFLHvTf .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-v06lFLHvTf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v06lFLHvTf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v06lFLHvTf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v06lFLHvTf .navbar {
    min-height: 72px;
  }
  .cid-v06lFLHvTf .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v06lFLHvTf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v06lFLHvTf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v06lFLHvTf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v06lFLHvTf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v06lFLHvTf .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-v06lFLHvTf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v06lFLHvTf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v06lFLHvTf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v06lFLHvTf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v06lFLHvTf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v06lFLHvTf .dropdown-item.active,
.cid-v06lFLHvTf .dropdown-item:active {
  background-color: transparent;
}
.cid-v06lFLHvTf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v06lFLHvTf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v06lFLHvTf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v06lFLHvTf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v06lFLHvTf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v06lFLHvTf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v06lFLHvTf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v06lFLHvTf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v06lFLHvTf .navbar-buttons {
    text-align: left;
  }
}
.cid-v06lFLHvTf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v06lFLHvTf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v06lFLHvTf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v06lFLHvTf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v06lFLHvTf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v06lFLHvTf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v06lFLHvTf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v06lFLHvTf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v06lFLHvTf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v06lFLHvTf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v06lFLHvTf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v06lFLHvTf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v06lFLHvTf .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-v06lFLHvTf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v06lFLHvTf .navbar {
    height: 70px;
  }
  .cid-v06lFLHvTf .navbar.opened {
    height: auto;
  }
  .cid-v06lFLHvTf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v06lFLHvTf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v06lFLHvTf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v06lFLHvTf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v06lFLHvTf .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-v06lFLHvTf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v06lFLHvTf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v06lFLHvTf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v06lFLHvTf .navbar-brand {
    margin-right: auto;
  }
  .cid-v06lFLHvTf .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-v06lFLHvTf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v06lFLHvTf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v06lFLHvTf .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-v06lFLHvTf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v06lFLHvTf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v06lFLHvTf .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-v06lFLHvTf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v06lFLHvTf .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-v06lFLHvTf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v06lFLHvTf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v06lFLUoDq {
  background-image: url("../../../assets/images/resized-20251022-165824-756x1008.jpeg");
}
.cid-v06lFLUoDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v06lFLUoDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v06lFLUoDq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v06lFLUoDq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v06lFLUoDq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v06lFLUoDq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v06lFLUoDq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v06lFLUoDq .header-menu li p {
  margin: 0;
}
.cid-v06lFLUoDq .content-head {
  max-width: 800px;
}
.cid-v06lFLUoDq .mbr-text,
.cid-v06lFLUoDq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v06lFLUoDq .mbr-section-title {
  color: #000000;
}
.cid-v06lFM9MM3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v06lFM9MM3 .mbr-text {
  color: #000000;
}
.cid-v06lFM9MM3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v06lFM9MM3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v06lFMgtci {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v06lFMgtci .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v06lFMgtci .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v06lFMgtci .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v06lFMgtci .mbr-section-title {
  text-align: center;
}
.cid-v06lFMgtci .mbr-section-subtitle {
  text-align: center;
}
.cid-v06lFMoB2V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v06lFMoB2V .mbr-text {
  color: #000000;
}
.cid-v06lFMoB2V .mbr-section-subtitle {
  color: #000000;
}
.cid-v06lFMoB2V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v06lFMwtdU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v06lFMwtdU .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v06lFMwtdU .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v06lFMwtdU .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v06lFMF6KQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v06lFMF6KQ .mbr-text {
  color: #000000;
}
.cid-v06lFMF6KQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v06lFMF6KQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v06lFNPkaI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v06lFNPkaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v06lFNPkaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v06lFNPkaI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v06lFNPkaI .row {
  flex-direction: row-reverse;
}
.cid-v06lFNPkaI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v06lFNPkaI .text-wrapper {
    padding: 2rem;
  }
}
.cid-v06lFNvytO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v06lFNvytO .mbr-text {
  color: #000000;
}
.cid-v06lFNvytO .mbr-section-subtitle {
  color: #000000;
}
.cid-v06lFNvytO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v06lFNDTvR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v06lFNDTvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v06lFNDTvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v06lFNDTvR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v06lFNDTvR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v06lFNDTvR .text-wrapper {
    padding: 2rem;
  }
}
.cid-v06lFNDTvR .mbr-text {
  text-align: left;
}
.cid-v06lFOziuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v06lFOziuI .mbr-text {
  color: #000000;
}
.cid-v06lFOziuI .mbr-section-subtitle {
  color: #000000;
}
.cid-v06lFOziuI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v06lFOIXFK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v06lFOIXFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v06lFOIXFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v06lFOIXFK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v06lFOIXFK .row {
  flex-direction: row-reverse;
}
.cid-v06lFOIXFK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v06lFOIXFK .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0hsuMp5P7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0hsuMp5P7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hsuMp5P7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0hsuMp5P7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0hsuMp5P7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0hsuMp5P7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0hsuMp5P7 .mbr-text {
  text-align: left;
}
.cid-v06lFOUYQG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v06lFOUYQG .mbr-text {
  color: #000000;
}
.cid-v06lFOUYQG .mbr-section-subtitle {
  color: #000000;
}
.cid-v06lFOUYQG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0hujcpM4v {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0hujcpM4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hujcpM4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0hujcpM4v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0hujcpM4v .row {
  flex-direction: row-reverse;
}
.cid-v0hujcpM4v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0hujcpM4v .text-wrapper {
    padding: 2rem;
  }
}
.cid-v06lFPstAq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v06lFPstAq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v06lFPstAq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v06lFPstAq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v06lFPstAq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v06lFPstAq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v06lFPstAq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v06lFPstAq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v06lFPstAq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v06lFPstAq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v06lFPstAq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v06lFPstAq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v06lFPstAq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v06lFPstAq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v06lFPstAq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWRjcF93jr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uWRjcF93jr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRjcF93jr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRjcF93jr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uWRjcF93jr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uWRjcF93jr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uWRjcF93jr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWRjcF93jr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar-logo {
    padding-left: 0;
  }
}
.cid-uWRjcF93jr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uWRjcF93jr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uWRjcF93jr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uWRjcF93jr .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .nav-item:focus,
.cid-uWRjcF93jr .nav-link:focus {
  outline: none;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRjcF93jr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRjcF93jr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRjcF93jr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRjcF93jr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRjcF93jr .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRjcF93jr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWRjcF93jr .navbar.collapsed {
  justify-content: center;
}
.cid-uWRjcF93jr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRjcF93jr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRjcF93jr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWRjcF93jr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRjcF93jr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWRjcF93jr .navbar {
    min-height: 72px;
  }
  .cid-uWRjcF93jr .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRjcF93jr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRjcF93jr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWRjcF93jr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRjcF93jr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWRjcF93jr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWRjcF93jr .dropdown-item.active,
.cid-uWRjcF93jr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRjcF93jr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRjcF93jr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWRjcF93jr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWRjcF93jr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRjcF93jr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWRjcF93jr .navbar-buttons {
    text-align: left;
  }
}
.cid-uWRjcF93jr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRjcF93jr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRjcF93jr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRjcF93jr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWRjcF93jr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRjcF93jr .navbar {
    height: 70px;
  }
  .cid-uWRjcF93jr .navbar.opened {
    height: auto;
  }
  .cid-uWRjcF93jr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWRjcF93jr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWRjcF93jr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWRjcF93jr .navbar-brand {
    margin-right: auto;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWRjcF93jr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWRjcF93jr .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-uWRjcF93jr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWRjcF93jr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXObgKkjCu {
  background-image: url("../../../assets/images/img-20250329-145737-custom-2000x1125.jpeg");
}
.cid-uXObgKkjCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXObgKkjCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXObgKkjCu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXObgKkjCu .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uXObgKkjCu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXObgKkjCu .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXObgKkjCu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXObgKkjCu .header-menu li p {
  margin: 0;
}
.cid-uXObgKkjCu .content-head {
  max-width: 800px;
}
.cid-uXObgKkjCu .mbr-text,
.cid-uXObgKkjCu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uXObgKkjCu .mbr-section-title {
  color: #000000;
}
.cid-uXOcdQnDoy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXOcdQnDoy .mbr-text {
  color: #000000;
}
.cid-uXOcdQnDoy .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOcdQnDoy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXOjzMbX2S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXOjzMbX2S .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uXOjzMbX2S .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uXOjzMbX2S .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffeb69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXOjzMbX2S .mbr-section-title {
  text-align: center;
}
.cid-uXOjzMbX2S .mbr-section-subtitle {
  text-align: center;
}
.cid-uXOmn3j04A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXOmn3j04A .mbr-text {
  color: #000000;
}
.cid-uXOmn3j04A .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOmn3j04A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXOmD5XdLS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXOmD5XdLS .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXOmD5XdLS .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXOmD5XdLS .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffeb69;
  background-color: #ffeb69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v0PZKER9vj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0PZKER9vj .mbr-text {
  color: #000000;
}
.cid-v0PZKER9vj .mbr-section-subtitle {
  color: #000000;
}
.cid-v0PZKER9vj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0Q0yFRO97 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0Q0yFRO97 .mbr-text {
  text-align: center;
}
.cid-uXOqgjTlnq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXOqgjTlnq .mbr-text {
  color: #000000;
}
.cid-uXOqgjTlnq .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOqgjTlnq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXOt640qc2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXOt640qc2 .mbr-text {
  text-align: center;
}
.cid-uXOqgTr0YK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXOqgTr0YK .mbr-text {
  color: #000000;
}
.cid-uXOqgTr0YK .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOqgTr0YK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXOrraT6pg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXOrraT6pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrraT6pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXOrraT6pg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXOrraT6pg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXOrraT6pg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXOrraT6pg .mbr-text {
  text-align: left;
}
.cid-uXOBeL5bCu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXOBeL5bCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOBeL5bCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXOBeL5bCu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXOBeL5bCu .row {
  flex-direction: row-reverse;
}
.cid-uXOBeL5bCu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXOBeL5bCu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZD5HJqQrb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZD5HJqQrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZD5HJqQrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZD5HJqQrb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZD5HJqQrb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZD5HJqQrb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZD5HJqQrb .mbr-text {
  text-align: left;
}
.cid-uY6ewX92nr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uY6ewX92nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY6ewX92nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uY6ewX92nr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY6ewX92nr .row {
  flex-direction: row-reverse;
}
.cid-uY6ewX92nr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uY6ewX92nr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXOqmP3jsV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXOqmP3jsV .mbr-text {
  color: #000000;
}
.cid-uXOqmP3jsV .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOqmP3jsV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXOrs0ujUa {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXOrs0ujUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrs0ujUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXOrs0ujUa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXOrs0ujUa .row {
  flex-direction: row-reverse;
}
.cid-uXOrs0ujUa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXOrs0ujUa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXOqqsk85G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXOqqsk85G .mbr-text {
  color: #000000;
}
.cid-uXOqqsk85G .mbr-section-subtitle {
  color: #000000;
}
.cid-uXOqqsk85G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXOrsRGWvx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXOrsRGWvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrsRGWvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXOrsRGWvx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXOrsRGWvx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXOrsRGWvx .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0PT5PS5gR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v0PT5PS5gR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PT5PS5gR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0PT5PS5gR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0PT5PS5gR .row {
  flex-direction: row-reverse;
}
.cid-v0PT5PS5gR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0PT5PS5gR .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1SBn9y4Pn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1SBn9y4Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SBn9y4Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1SBn9y4Pn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1SBn9y4Pn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v1SBn9y4Pn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXOs3u0WUR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXOs3u0WUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOs3u0WUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOs3u0WUR .item {
  padding-bottom: 2rem;
}
.cid-uXOs3u0WUR .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uXOs3u0WUR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXOs3u0WUR .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uXOs3u0WUR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uXOs3u0WUR .carousel-control,
.cid-uXOs3u0WUR .close {
  background: #1b1b1b;
}
.cid-uXOs3u0WUR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXOs3u0WUR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXOs3u0WUR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXOs3u0WUR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXOs3u0WUR .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-uXOs3u0WUR .close::before {
  content: '\e91a';
}
.cid-uXOs3u0WUR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXOs3u0WUR .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-uXOs3u0WUR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXOs3u0WUR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXOs3u0WUR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXOs3u0WUR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXOs3u0WUR .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-uXOs3u0WUR .carousel-indicators li.active,
.cid-uXOs3u0WUR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXOs3u0WUR .carousel-indicators li::after,
.cid-uXOs3u0WUR .carousel-indicators li::before {
  content: none;
}
.cid-uXOs3u0WUR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXOs3u0WUR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXOs3u0WUR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXOs3u0WUR .carousel-indicators {
    display: none;
  }
}
.cid-uXOs3u0WUR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXOs3u0WUR .carousel-inner > .active {
  display: block;
}
.cid-uXOs3u0WUR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXOs3u0WUR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXOs3u0WUR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXOs3u0WUR .carousel-control,
  .cid-uXOs3u0WUR .carousel-indicators,
  .cid-uXOs3u0WUR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXOs3u0WUR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXOs3u0WUR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXOs3u0WUR .carousel-indicators .active,
.cid-uXOs3u0WUR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXOs3u0WUR .carousel-indicators .active {
  background: #fff;
}
.cid-uXOs3u0WUR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXOs3u0WUR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXOs3u0WUR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXOs3u0WUR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXOs3u0WUR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXOs3u0WUR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXOs3u0WUR .carousel {
  width: 100%;
}
.cid-uXOs3u0WUR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXOs3u0WUR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXOs3u0WUR .modal.fade .modal-dialog,
.cid-uXOs3u0WUR .modal.in .modal-dialog {
  transform: none;
}
.cid-uXOs3u0WUR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXOs3u0WUR H6 {
  text-align: center;
}
.cid-uXOgcawvCV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXOgcawvCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOgcawvCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOgcawvCV .row {
  flex-direction: row-reverse;
}
.cid-uXOgcawvCV .video-wrapper iframe {
  width: 100%;
}
.cid-uXOgcawvCV .mbr-section-title,
.cid-uXOgcawvCV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uXOgcawvCV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXOgcawvCV .mbr-section-subtitle {
  text-align: left;
}
.cid-uXOgcawvCV .mbr-text {
  text-align: left;
}
.cid-uZBmNrGJT4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZBmNrGJT4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZBmNrGJT4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZBmNrGJT4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZBmNrGJT4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZBmNrGJT4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZBmNrGJT4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZBmNrGJT4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZBmNrGJT4 .media-container-row .row-copirayt p {
  width: 100%;
}
