.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Dela Gothic One', display;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Dela Gothic One', display;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Dela Gothic One', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #1a3c22 !important;
}
.bg-warning {
  background-color: #ffaac7 !important;
}
.bg-danger {
  background-color: #008063 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1a3c22 !important;
  border-color: #1a3c22 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #296036 !important;
  border-color: #296036 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #296036 !important;
  border-color: #296036 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffaac7 !important;
  border-color: #ffaac7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdde9 !important;
  border-color: #ffdde9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffdde9 !important;
  border-color: #ffdde9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #008063 !important;
  border-color: #008063 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00b38a !important;
  border-color: #00b38a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00b38a !important;
  border-color: #00b38a !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1a3c22;
  color: #1a3c22;
}
.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: #1a3c22 !important;
  border-color: #1a3c22 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffaac7;
  color: #ffaac7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff538e !important;
  background-color: transparent !important;
  border-color: #ff538e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaac7 !important;
  border-color: #ffaac7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #008063;
  color: #008063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #002920 !important;
  background-color: transparent !important;
  border-color: #002920 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #008063 !important;
  border-color: #008063 !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: #ffffff !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #1a3c22 !important;
}
.text-warning {
  color: #ffaac7 !important;
}
.text-danger {
  color: #008063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !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: #ff4484 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #001a14 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1a3c22;
}
.alert-warning {
  background-color: #ffaac7;
}
.alert-danger {
  background-color: #008063;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #77c489;
}
.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: #00ffc5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ffa600 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tHeG7yune1 {
  z-index: 1000;
  width: 100%;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tHeG7yune1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tHeG7yune1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tHeG7yune1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tHeG7yune1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeG7yune1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tHeG7yune1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tHeG7yune1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tHeG7yune1 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-tHeG7yune1 .nav-item:focus,
.cid-tHeG7yune1 .nav-link:focus {
  outline: none;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHeG7yune1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHeG7yune1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHeG7yune1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHeG7yune1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tHeG7yune1 .navbar.collapsed {
  justify-content: center;
}
.cid-tHeG7yune1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHeG7yune1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHeG7yune1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar {
    min-height: 72px;
  }
  .cid-tHeG7yune1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHeG7yune1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHeG7yune1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tHeG7yune1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHeG7yune1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tHeG7yune1 .dropdown-item.active,
.cid-tHeG7yune1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeG7yune1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tHeG7yune1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHeG7yune1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tHeG7yune1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tHeG7yune1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHeG7yune1 .navbar {
    height: 70px;
  }
  .cid-tHeG7yune1 .navbar.opened {
    height: auto;
  }
  .cid-tHeG7yune1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tHeG7yune1 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tHeG7yune1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tHeG7yune1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tHeG7yune1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tHeG7yune1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tHeG7yune1 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tHeG7yune1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZuG18fCJg {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZuG18fCJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuG18fCJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuG18fCJg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZuG18fCJg .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uZuG18fCJg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZuG18fCJg .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZuG18fCJg .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZuG18fCJg .header-menu li p {
  margin: 0;
}
.cid-uZuG18fCJg .mbr-section-title {
  color: #ffffff;
}
.cid-uZuG18fCJg .header-menu-item {
  color: #ffffff;
}
.cid-uZuG18fCJg .mbr-text,
.cid-uZuG18fCJg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZuG18fCJg .content-head {
  max-width: 800px;
}
.cid-uZJ9dR0fRk {
  display: flex;
  background-image: url("../../../assets/images/img-0004bn-1-738x492.jpg");
}
.cid-uZJ9dR0fRk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZJ9dR0fRk {
    align-items: flex-start;
  }
  .cid-uZJ9dR0fRk .row {
    justify-content: center;
  }
  .cid-uZJ9dR0fRk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZJ9dR0fRk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZJ9dR0fRk {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-uZJ9dR0fRk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZJ9dR0fRk .content-wrap {
    width: 100%;
  }
}
.cid-uZJ9dR0fRk .mbr-section-title,
.cid-uZJ9dR0fRk .mbr-section-subtitle {
  text-align: center;
}
.cid-uZJ9dR0fRk .mbr-text,
.cid-uZJ9dR0fRk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uZJ9dR0fRk .mbr-section-title {
  color: #f7f7f7;
}
.cid-v0gIfFz4rS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0gIfFz4rS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gIfFz4rS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gIfFz4rS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0gIfFz4rS .mbr-section-title {
  color: #ffffff;
}
.cid-uZuJCmTmtQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZuJCmTmtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuJCmTmtQ .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-uZuJCmTmtQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZuJCmTmtQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZuJCmTmtQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZuJCmTmtQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZuJCmTmtQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZuJCmTmtQ .mbr-text,
.cid-uZuJCmTmtQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZuICjcus8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZuICjcus8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuICjcus8 .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-uZuICjcus8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZuICjcus8 .row {
  flex-direction: row-reverse;
}
.cid-uZuICjcus8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZuICjcus8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZuICjcus8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZuICjcus8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZuICjcus8 .mbr-text,
.cid-uZuICjcus8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZuIBAkRt0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZuIBAkRt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuIBAkRt0 .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-uZuIBAkRt0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZuIBAkRt0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZuIBAkRt0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZuIBAkRt0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZuIBAkRt0 .mbr-section-title {
  color: #ffffff;
}
.cid-uZuIBAkRt0 .mbr-text,
.cid-uZuIBAkRt0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZuJDwbZwC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZuJDwbZwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuJDwbZwC .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-uZuJDwbZwC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZuJDwbZwC .row {
  flex-direction: row-reverse;
}
.cid-uZuJDwbZwC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZuJDwbZwC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZuJDwbZwC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZuJDwbZwC .mbr-section-title {
  color: #ffffff;
}
.cid-uZuJDwbZwC .mbr-text,
.cid-uZuJDwbZwC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uZLVrvHmSY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uZLVrvHmSY img,
.cid-uZLVrvHmSY .item-img {
  width: 100%;
}
.cid-uZLVrvHmSY .item:focus,
.cid-uZLVrvHmSY span:focus {
  outline: none;
}
.cid-uZLVrvHmSY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZLVrvHmSY .item {
    margin-bottom: 1rem;
  }
}
.cid-uZLVrvHmSY .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZLVrvHmSY .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZLVrvHmSY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZLVrvHmSY .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZLVrvHmSY .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZLVrvHmSY .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uZLVrvHmSY .mbr-section-title {
  color: #232323;
}
.cid-uZLVrvHmSY .mbr-text,
.cid-uZLVrvHmSY .mbr-section-btn {
  text-align: center;
}
.cid-uZLVrvHmSY .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZLVrvHmSY .content-head {
  max-width: 800px;
}
.cid-uZLVrvHmSY .mbr-text,
.cid-uZLVrvHmSY .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uZLVrvHmSY .mbr-section-title,
.cid-uZLVrvHmSY .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uZLVrvHmSY .mbr-section-subtitle,
.cid-uZLVrvHmSY .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-v0gdXnOhvA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v0gdXnOhvA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0gdXnOhvA .mbr-section-subtitle {
  color: #000000;
}
.cid-v0gdXnOhvA .mbr-section-title {
  color: #ffffff;
}
.cid-tIsl0U2P9c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tIsl0U2P9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsl0U2P9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsl0U2P9c .row {
  justify-content: center;
}
.cid-tIsl0U2P9c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tIsl0U2P9c .item {
    margin-bottom: 1rem;
  }
}
.cid-tIsl0U2P9c .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tIsl0U2P9c .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tIsl0U2P9c .item .item-wrapper {
    padding: 2.25rem;
  }
}
.cid-tIsl0U2P9c .mbr-section-title {
  text-align: left;
  color: #0225ac;
}
.cid-tHeG7yune1 {
  z-index: 1000;
  width: 100%;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tHeG7yune1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tHeG7yune1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tHeG7yune1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tHeG7yune1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeG7yune1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tHeG7yune1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tHeG7yune1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tHeG7yune1 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-tHeG7yune1 .nav-item:focus,
.cid-tHeG7yune1 .nav-link:focus {
  outline: none;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHeG7yune1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHeG7yune1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHeG7yune1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHeG7yune1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tHeG7yune1 .navbar.collapsed {
  justify-content: center;
}
.cid-tHeG7yune1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHeG7yune1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHeG7yune1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar {
    min-height: 72px;
  }
  .cid-tHeG7yune1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHeG7yune1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHeG7yune1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tHeG7yune1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHeG7yune1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tHeG7yune1 .dropdown-item.active,
.cid-tHeG7yune1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeG7yune1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tHeG7yune1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHeG7yune1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tHeG7yune1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tHeG7yune1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHeG7yune1 .navbar {
    height: 70px;
  }
  .cid-tHeG7yune1 .navbar.opened {
    height: auto;
  }
  .cid-tHeG7yune1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tHeG7yune1 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tHeG7yune1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tHeG7yune1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tHeG7yune1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tHeG7yune1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tHeG7yune1 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tHeG7yune1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNEcvnJqD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNEcvnJqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNEcvnJqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNEcvnJqD .row {
  flex-direction: row-reverse;
}
.cid-uZNEcvnJqD .mbr-description {
  color: #ffffff;
}
.cid-uZNExklSrV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNExklSrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNExklSrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNExklSrV .row {
  flex-direction: row-reverse;
}
.cid-uZNExklSrV .mbr-description {
  color: #ffffff;
}
.cid-uZNEHcORbp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNEHcORbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNEHcORbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNEHcORbp .row {
  flex-direction: row-reverse;
}
.cid-uZNEHcORbp .mbr-description {
  color: #ffffff;
}
.cid-uZNEIyIicE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNEIyIicE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNEIyIicE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNEIyIicE .row {
  flex-direction: row-reverse;
}
.cid-uZNEIyIicE .mbr-description {
  color: #ffffff;
}
.cid-v0gy9VRyBo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0gy9VRyBo .justify-content-center {
  align-items: center;
}
.cid-v0gy9VRyBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gy9VRyBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gy9VRyBo .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0gy9VRyBo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gy9VRyBo .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v0gy9VRyBo .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v0gy9VRyBo .row {
  align-items: center;
}
.cid-v0gy9VRyBo .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v0gy9VRyBo .card-text {
    text-align: center;
  }
}
.cid-uZNGtgepju {
  z-index: 1000;
  width: 100%;
}
.cid-uZNGtgepju .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-uZNGtgepju .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNGtgepju .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNGtgepju .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNGtgepju .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNGtgepju .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNGtgepju .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNGtgepju .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNGtgepju .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNGtgepju .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNGtgepju .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNGtgepju .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNGtgepju .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNGtgepju .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNGtgepju .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNGtgepju .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-uZNGtgepju .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNGtgepju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNGtgepju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNGtgepju .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNGtgepju .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNGtgepju .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNGtgepju .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNGtgepju .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNGtgepju .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNGtgepju .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNGtgepju .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNGtgepju .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNGtgepju .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNGtgepju .nav-item:focus,
.cid-uZNGtgepju .nav-link:focus {
  outline: none;
}
.cid-uZNGtgepju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNGtgepju .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNGtgepju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNGtgepju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNGtgepju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNGtgepju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNGtgepju .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-uZNGtgepju .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNGtgepju .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNGtgepju .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNGtgepju .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNGtgepju .navbar.collapsed {
  justify-content: center;
}
.cid-uZNGtgepju .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNGtgepju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNGtgepju .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNGtgepju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNGtgepju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNGtgepju .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-uZNGtgepju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNGtgepju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNGtgepju .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNGtgepju .navbar {
    min-height: 72px;
  }
  .cid-uZNGtgepju .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNGtgepju .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNGtgepju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNGtgepju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNGtgepju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNGtgepju .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-uZNGtgepju .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNGtgepju .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNGtgepju .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNGtgepju .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNGtgepju .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNGtgepju .dropdown-item.active,
.cid-uZNGtgepju .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNGtgepju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNGtgepju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNGtgepju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNGtgepju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNGtgepju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNGtgepju .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNGtgepju ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNGtgepju .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNGtgepju .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNGtgepju button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNGtgepju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNGtgepju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNGtgepju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNGtgepju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNGtgepju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNGtgepju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNGtgepju nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNGtgepju nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNGtgepju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNGtgepju .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNGtgepju a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNGtgepju .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-uZNGtgepju .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNGtgepju .navbar {
    height: 70px;
  }
  .cid-uZNGtgepju .navbar.opened {
    height: auto;
  }
  .cid-uZNGtgepju .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNGtgepju .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNGtgepju .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNGtgepju .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNGtgepju .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNGtgepju .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNGtgepju .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNGtgepju .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNGtgepju .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNGtgepju .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNGtgepju .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNGtgepju .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNGtgepju .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-uZNGtgepju .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNGtgepju .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNGtgepju .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNGtgepju .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNGtgepju .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-uZNGtgepju .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNGtgepju .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNGtgs7eh {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGtgs7eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGtgs7eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGtgs7eh .row {
  flex-direction: row-reverse;
}
.cid-uZNGtgs7eh .mbr-description {
  color: #ffffff;
}
.cid-uZNGtgFaEZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGtgFaEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGtgFaEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGtgFaEZ .row {
  flex-direction: row-reverse;
}
.cid-uZNGtgFaEZ .mbr-description {
  color: #ffffff;
}
.cid-uZNGtgMPme {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGtgMPme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGtgMPme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGtgMPme .row {
  flex-direction: row-reverse;
}
.cid-uZNGtgMPme .mbr-description {
  color: #ffffff;
}
.cid-uZNGtgUZHt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGtgUZHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGtgUZHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGtgUZHt .row {
  flex-direction: row-reverse;
}
.cid-uZNGtgUZHt .mbr-description {
  color: #ffffff;
}
.cid-v0gymkcOLM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0gymkcOLM .justify-content-center {
  align-items: center;
}
.cid-v0gymkcOLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gymkcOLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gymkcOLM .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0gymkcOLM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gymkcOLM .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v0gymkcOLM .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v0gymkcOLM .row {
  align-items: center;
}
.cid-v0gymkcOLM .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v0gymkcOLM .card-text {
    text-align: center;
  }
}
.cid-uZNGz70NDv {
  z-index: 1000;
  width: 100%;
}
.cid-uZNGz70NDv .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-uZNGz70NDv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNGz70NDv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNGz70NDv .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNGz70NDv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNGz70NDv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNGz70NDv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNGz70NDv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNGz70NDv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNGz70NDv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNGz70NDv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNGz70NDv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNGz70NDv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNGz70NDv .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNGz70NDv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNGz70NDv .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-uZNGz70NDv .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNGz70NDv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNGz70NDv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNGz70NDv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNGz70NDv .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNGz70NDv .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNGz70NDv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNGz70NDv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNGz70NDv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNGz70NDv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNGz70NDv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNGz70NDv .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNGz70NDv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNGz70NDv .nav-item:focus,
.cid-uZNGz70NDv .nav-link:focus {
  outline: none;
}
.cid-uZNGz70NDv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNGz70NDv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNGz70NDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNGz70NDv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNGz70NDv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNGz70NDv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNGz70NDv .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-uZNGz70NDv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNGz70NDv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNGz70NDv .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNGz70NDv .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNGz70NDv .navbar.collapsed {
  justify-content: center;
}
.cid-uZNGz70NDv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNGz70NDv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNGz70NDv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNGz70NDv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNGz70NDv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNGz70NDv .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-uZNGz70NDv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNGz70NDv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNGz70NDv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNGz70NDv .navbar {
    min-height: 72px;
  }
  .cid-uZNGz70NDv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNGz70NDv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNGz70NDv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNGz70NDv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNGz70NDv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNGz70NDv .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-uZNGz70NDv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNGz70NDv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNGz70NDv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNGz70NDv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNGz70NDv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNGz70NDv .dropdown-item.active,
.cid-uZNGz70NDv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNGz70NDv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNGz70NDv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNGz70NDv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNGz70NDv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNGz70NDv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNGz70NDv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNGz70NDv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNGz70NDv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNGz70NDv .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNGz70NDv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNGz70NDv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNGz70NDv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNGz70NDv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNGz70NDv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNGz70NDv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNGz70NDv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNGz70NDv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNGz70NDv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNGz70NDv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNGz70NDv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNGz70NDv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNGz70NDv .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-uZNGz70NDv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNGz70NDv .navbar {
    height: 70px;
  }
  .cid-uZNGz70NDv .navbar.opened {
    height: auto;
  }
  .cid-uZNGz70NDv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNGz70NDv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNGz70NDv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNGz70NDv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNGz70NDv .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNGz70NDv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNGz70NDv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNGz70NDv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNGz70NDv .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNGz70NDv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNGz70NDv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNGz70NDv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNGz70NDv .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-uZNGz70NDv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNGz70NDv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNGz70NDv .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNGz70NDv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNGz70NDv .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-uZNGz70NDv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNGz70NDv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNGz7iLFA {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGz7iLFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGz7iLFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGz7iLFA .row {
  flex-direction: row-reverse;
}
.cid-uZNGz7iLFA .mbr-description {
  color: #ffffff;
}
.cid-uZNGz7varz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGz7varz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGz7varz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGz7varz .row {
  flex-direction: row-reverse;
}
.cid-uZNGz7varz .mbr-description {
  color: #ffffff;
}
.cid-uZNGz7I8cD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGz7I8cD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGz7I8cD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGz7I8cD .row {
  flex-direction: row-reverse;
}
.cid-uZNGz7I8cD .mbr-description {
  color: #ffffff;
}
.cid-v0gyvLGDOy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0gyvLGDOy .justify-content-center {
  align-items: center;
}
.cid-v0gyvLGDOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gyvLGDOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gyvLGDOy .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0gyvLGDOy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gyvLGDOy .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v0gyvLGDOy .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v0gyvLGDOy .row {
  align-items: center;
}
.cid-v0gyvLGDOy .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v0gyvLGDOy .card-text {
    text-align: center;
  }
}
.cid-uZNGDvpBm0 {
  z-index: 1000;
  width: 100%;
}
.cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNGDvpBm0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNGDvpBm0 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNGDvpBm0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNGDvpBm0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNGDvpBm0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNGDvpBm0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNGDvpBm0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNGDvpBm0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNGDvpBm0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNGDvpBm0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNGDvpBm0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNGDvpBm0 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNGDvpBm0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNGDvpBm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNGDvpBm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNGDvpBm0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNGDvpBm0 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNGDvpBm0 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNGDvpBm0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNGDvpBm0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNGDvpBm0 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNGDvpBm0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNGDvpBm0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNGDvpBm0 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNGDvpBm0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNGDvpBm0 .nav-item:focus,
.cid-uZNGDvpBm0 .nav-link:focus {
  outline: none;
}
.cid-uZNGDvpBm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNGDvpBm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNGDvpBm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNGDvpBm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNGDvpBm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNGDvpBm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNGDvpBm0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNGDvpBm0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNGDvpBm0 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNGDvpBm0 .navbar.collapsed {
  justify-content: center;
}
.cid-uZNGDvpBm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNGDvpBm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNGDvpBm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNGDvpBm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNGDvpBm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNGDvpBm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNGDvpBm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNGDvpBm0 .navbar {
    min-height: 72px;
  }
  .cid-uZNGDvpBm0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNGDvpBm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNGDvpBm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNGDvpBm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNGDvpBm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNGDvpBm0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNGDvpBm0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNGDvpBm0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNGDvpBm0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNGDvpBm0 .dropdown-item.active,
.cid-uZNGDvpBm0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNGDvpBm0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNGDvpBm0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNGDvpBm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNGDvpBm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNGDvpBm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNGDvpBm0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNGDvpBm0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNGDvpBm0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNGDvpBm0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNGDvpBm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNGDvpBm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNGDvpBm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNGDvpBm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNGDvpBm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNGDvpBm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNGDvpBm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNGDvpBm0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNGDvpBm0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNGDvpBm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNGDvpBm0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNGDvpBm0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNGDvpBm0 .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-uZNGDvpBm0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNGDvpBm0 .navbar {
    height: 70px;
  }
  .cid-uZNGDvpBm0 .navbar.opened {
    height: auto;
  }
  .cid-uZNGDvpBm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNGDvpBm0 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNGDvpBm0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNGDvpBm0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNGDvpBm0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNGDvpBm0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNGDvpBm0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNGDvpBm0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNGDvpBm0 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNGDvpBm0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNGDvpBm0 .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-uZNGDvpBm0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNGDvpBm0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNGDvBJCM {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGDvBJCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGDvBJCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGDvBJCM .row {
  flex-direction: row-reverse;
}
.cid-uZNGDvBJCM .mbr-description {
  color: #ffffff;
}
.cid-uZNGDvJ8SE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGDvJ8SE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGDvJ8SE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGDvJ8SE .row {
  flex-direction: row-reverse;
}
.cid-uZNGDvJ8SE .mbr-description {
  color: #ffffff;
}
.cid-uZNGDvS5rK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGDvS5rK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGDvS5rK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGDvS5rK .row {
  flex-direction: row-reverse;
}
.cid-uZNGDvS5rK .mbr-description {
  color: #ffffff;
}
.cid-uZNGDw2DrF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNGDw2DrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGDw2DrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGDw2DrF .row {
  flex-direction: row-reverse;
}
.cid-uZNGDw2DrF .mbr-description {
  color: #ffffff;
}
.cid-v0gyJlchW7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0gyJlchW7 .justify-content-center {
  align-items: center;
}
.cid-v0gyJlchW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gyJlchW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gyJlchW7 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0gyJlchW7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0gyJlchW7 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v0gyJlchW7 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v0gyJlchW7 .row {
  align-items: center;
}
.cid-v0gyJlchW7 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v0gyJlchW7 .card-text {
    text-align: center;
  }
}
.cid-tHeG7yune1 {
  z-index: 1000;
  width: 100%;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tHeG7yune1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-tHeG7yune1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tHeG7yune1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tHeG7yune1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeG7yune1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeG7yune1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tHeG7yune1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tHeG7yune1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tHeG7yune1 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-tHeG7yune1 .nav-item:focus,
.cid-tHeG7yune1 .nav-link:focus {
  outline: none;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHeG7yune1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeG7yune1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHeG7yune1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHeG7yune1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHeG7yune1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHeG7yune1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-tHeG7yune1 .navbar.collapsed {
  justify-content: center;
}
.cid-tHeG7yune1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHeG7yune1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeG7yune1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHeG7yune1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHeG7yune1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tHeG7yune1 .navbar {
    min-height: 72px;
  }
  .cid-tHeG7yune1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHeG7yune1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHeG7yune1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tHeG7yune1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHeG7yune1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHeG7yune1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tHeG7yune1 .dropdown-item.active,
.cid-tHeG7yune1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeG7yune1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeG7yune1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tHeG7yune1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tHeG7yune1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHeG7yune1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tHeG7yune1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tHeG7yune1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeG7yune1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHeG7yune1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeG7yune1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tHeG7yune1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHeG7yune1 .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-tHeG7yune1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHeG7yune1 .navbar {
    height: 70px;
  }
  .cid-tHeG7yune1 .navbar.opened {
    height: auto;
  }
  .cid-tHeG7yune1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tHeG7yune1 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tHeG7yune1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tHeG7yune1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tHeG7yune1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tHeG7yune1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tHeG7yune1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tHeG7yune1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tHeG7yune1 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tHeG7yune1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tHeG7yune1 .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-tHeG7yune1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tHeG7yune1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNlQ7ziKm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNlQ7ziKm h6 {
  line-height: 1.2;
}
.cid-uZNlQ7ziKm img,
.cid-uZNlQ7ziKm .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNlQ7ziKm .item:focus,
.cid-uZNlQ7ziKm span:focus {
  outline: none;
}
.cid-uZNlQ7ziKm .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNlQ7ziKm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNlQ7ziKm .mbr-section-title {
  color: #ffffff;
}
.cid-uZNlQ7ziKm .mbr-text,
.cid-uZNlQ7ziKm .mbr-section-btn {
  color: #000000;
}
.cid-uZNlQ7ziKm .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNlQ7ziKm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNlQ7ziKm .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNlQ7ziKm .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNlQ7ziKm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNlQ7ziKm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZNmA3e6W6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNmA3e6W6 h6 {
  line-height: 1.2;
}
.cid-uZNmA3e6W6 img,
.cid-uZNmA3e6W6 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNmA3e6W6 .item:focus,
.cid-uZNmA3e6W6 span:focus {
  outline: none;
}
.cid-uZNmA3e6W6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNmA3e6W6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNmA3e6W6 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNmA3e6W6 .mbr-text,
.cid-uZNmA3e6W6 .mbr-section-btn {
  color: #000000;
}
.cid-uZNmA3e6W6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNmA3e6W6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNmA3e6W6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNmA3e6W6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNmA3e6W6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNmAqTfcn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNmAqTfcn h6 {
  line-height: 1.2;
}
.cid-uZNmAqTfcn img,
.cid-uZNmAqTfcn .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNmAqTfcn .item:focus,
.cid-uZNmAqTfcn span:focus {
  outline: none;
}
.cid-uZNmAqTfcn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNmAqTfcn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNmAqTfcn .mbr-section-title {
  color: #ffffff;
}
.cid-uZNmAqTfcn .mbr-text,
.cid-uZNmAqTfcn .mbr-section-btn {
  color: #000000;
}
.cid-uZNmAqTfcn .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNmAqTfcn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNmAqTfcn .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNmAqTfcn .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNmAqTfcn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNmAKJTHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNmAKJTHX h6 {
  line-height: 1.2;
}
.cid-uZNmAKJTHX img,
.cid-uZNmAKJTHX .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNmAKJTHX .item:focus,
.cid-uZNmAKJTHX span:focus {
  outline: none;
}
.cid-uZNmAKJTHX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNmAKJTHX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNmAKJTHX .mbr-section-title {
  color: #ffffff;
}
.cid-uZNmAKJTHX .mbr-text,
.cid-uZNmAKJTHX .mbr-section-btn {
  color: #000000;
}
.cid-uZNmAKJTHX .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNmAKJTHX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNmAKJTHX .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNmAKJTHX .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNmAKJTHX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNmB3XsLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNmB3XsLl h6 {
  line-height: 1.2;
}
.cid-uZNmB3XsLl img,
.cid-uZNmB3XsLl .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNmB3XsLl .item:focus,
.cid-uZNmB3XsLl span:focus {
  outline: none;
}
.cid-uZNmB3XsLl .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNmB3XsLl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNmB3XsLl .mbr-section-title {
  color: #ffffff;
}
.cid-uZNmB3XsLl .mbr-text,
.cid-uZNmB3XsLl .mbr-section-btn {
  color: #000000;
}
.cid-uZNmB3XsLl .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNmB3XsLl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNmB3XsLl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNmB3XsLl .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNmB3XsLl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNmzprbYy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNmzprbYy h6 {
  line-height: 1.2;
}
.cid-uZNmzprbYy img,
.cid-uZNmzprbYy .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNmzprbYy .item:focus,
.cid-uZNmzprbYy span:focus {
  outline: none;
}
.cid-uZNmzprbYy .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNmzprbYy .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNmzprbYy .mbr-section-title {
  color: #ffffff;
}
.cid-uZNmzprbYy .mbr-text,
.cid-uZNmzprbYy .mbr-section-btn {
  color: #000000;
}
.cid-uZNmzprbYy .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNmzprbYy .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNmzprbYy .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNmzprbYy .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNmzprbYy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNojWyVTN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNojWyVTN h6 {
  line-height: 1.2;
}
.cid-uZNojWyVTN img,
.cid-uZNojWyVTN .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNojWyVTN .item:focus,
.cid-uZNojWyVTN span:focus {
  outline: none;
}
.cid-uZNojWyVTN .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNojWyVTN .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNojWyVTN .mbr-section-title {
  color: #ffffff;
}
.cid-uZNojWyVTN .mbr-text,
.cid-uZNojWyVTN .mbr-section-btn {
  color: #000000;
}
.cid-uZNojWyVTN .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNojWyVTN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNojWyVTN .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNojWyVTN .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNojWyVTN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNokSRpAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNokSRpAX h6 {
  line-height: 1.2;
}
.cid-uZNokSRpAX img,
.cid-uZNokSRpAX .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNokSRpAX .item:focus,
.cid-uZNokSRpAX span:focus {
  outline: none;
}
.cid-uZNokSRpAX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNokSRpAX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNokSRpAX .mbr-section-title {
  color: #ffffff;
}
.cid-uZNokSRpAX .mbr-text,
.cid-uZNokSRpAX .mbr-section-btn {
  color: #000000;
}
.cid-uZNokSRpAX .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNokSRpAX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNokSRpAX .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNokSRpAX .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNokSRpAX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNojreg2G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNojreg2G h6 {
  line-height: 1.2;
}
.cid-uZNojreg2G img,
.cid-uZNojreg2G .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNojreg2G .item:focus,
.cid-uZNojreg2G span:focus {
  outline: none;
}
.cid-uZNojreg2G .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNojreg2G .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNojreg2G .mbr-section-title {
  color: #ffffff;
}
.cid-uZNojreg2G .mbr-text,
.cid-uZNojreg2G .mbr-section-btn {
  color: #000000;
}
.cid-uZNojreg2G .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNojreg2G .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNojreg2G .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNojreg2G .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNojreg2G .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNoPGC6HU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNoPGC6HU h6 {
  line-height: 1.2;
}
.cid-uZNoPGC6HU img,
.cid-uZNoPGC6HU .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNoPGC6HU .item:focus,
.cid-uZNoPGC6HU span:focus {
  outline: none;
}
.cid-uZNoPGC6HU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNoPGC6HU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNoPGC6HU .mbr-section-title {
  color: #ffffff;
}
.cid-uZNoPGC6HU .mbr-text,
.cid-uZNoPGC6HU .mbr-section-btn {
  color: #000000;
}
.cid-uZNoPGC6HU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNoPGC6HU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNoPGC6HU .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNoPGC6HU .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNoPGC6HU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNoQ90GFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNoQ90GFO h6 {
  line-height: 1.2;
}
.cid-uZNoQ90GFO img,
.cid-uZNoQ90GFO .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNoQ90GFO .item:focus,
.cid-uZNoQ90GFO span:focus {
  outline: none;
}
.cid-uZNoQ90GFO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNoQ90GFO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNoQ90GFO .mbr-section-title {
  color: #ffffff;
}
.cid-uZNoQ90GFO .mbr-text,
.cid-uZNoQ90GFO .mbr-section-btn {
  color: #000000;
}
.cid-uZNoQ90GFO .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNoQ90GFO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNoQ90GFO .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNoQ90GFO .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNoQ90GFO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNT1eKEVJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNT1eKEVJ .justify-content-center {
  align-items: center;
}
.cid-uZNT1eKEVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNT1eKEVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNT1eKEVJ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNT1eKEVJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNT1eKEVJ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNT1eKEVJ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNT1eKEVJ .row {
  align-items: center;
}
.cid-uZNT1eKEVJ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNT1eKEVJ .card-text {
    text-align: center;
  }
}
.cid-uZNLNGFkV9 {
  z-index: 1000;
  width: 100%;
}
.cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNLNGFkV9 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNLNGFkV9 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNLNGFkV9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNLNGFkV9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNLNGFkV9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNLNGFkV9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNLNGFkV9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNLNGFkV9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNLNGFkV9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNLNGFkV9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNLNGFkV9 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNLNGFkV9 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNLNGFkV9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNLNGFkV9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNLNGFkV9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNLNGFkV9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNLNGFkV9 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNLNGFkV9 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNLNGFkV9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNLNGFkV9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNLNGFkV9 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNLNGFkV9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNLNGFkV9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNLNGFkV9 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNLNGFkV9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNLNGFkV9 .nav-item:focus,
.cid-uZNLNGFkV9 .nav-link:focus {
  outline: none;
}
.cid-uZNLNGFkV9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNLNGFkV9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNLNGFkV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNLNGFkV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNLNGFkV9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNLNGFkV9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNLNGFkV9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNLNGFkV9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNLNGFkV9 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNLNGFkV9 .navbar.collapsed {
  justify-content: center;
}
.cid-uZNLNGFkV9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNLNGFkV9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNLNGFkV9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNLNGFkV9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNLNGFkV9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNLNGFkV9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNLNGFkV9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNLNGFkV9 .navbar {
    min-height: 72px;
  }
  .cid-uZNLNGFkV9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNLNGFkV9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNLNGFkV9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNLNGFkV9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNLNGFkV9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNLNGFkV9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNLNGFkV9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNLNGFkV9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNLNGFkV9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNLNGFkV9 .dropdown-item.active,
.cid-uZNLNGFkV9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNLNGFkV9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNLNGFkV9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNLNGFkV9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNLNGFkV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNLNGFkV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNLNGFkV9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNLNGFkV9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNLNGFkV9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNLNGFkV9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNLNGFkV9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNLNGFkV9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNLNGFkV9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNLNGFkV9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNLNGFkV9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNLNGFkV9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNLNGFkV9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNLNGFkV9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNLNGFkV9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNLNGFkV9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNLNGFkV9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNLNGFkV9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNLNGFkV9 .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-uZNLNGFkV9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNLNGFkV9 .navbar {
    height: 70px;
  }
  .cid-uZNLNGFkV9 .navbar.opened {
    height: auto;
  }
  .cid-uZNLNGFkV9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNLNGFkV9 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNLNGFkV9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNLNGFkV9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNLNGFkV9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNLNGFkV9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNLNGFkV9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNLNGFkV9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNLNGFkV9 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNLNGFkV9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNLNGFkV9 .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-uZNLNGFkV9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNLNGFkV9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNLNGQJ46 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLNGQJ46 h6 {
  line-height: 1.2;
}
.cid-uZNLNGQJ46 img,
.cid-uZNLNGQJ46 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLNGQJ46 .item:focus,
.cid-uZNLNGQJ46 span:focus {
  outline: none;
}
.cid-uZNLNGQJ46 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLNGQJ46 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLNGQJ46 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLNGQJ46 .mbr-text,
.cid-uZNLNGQJ46 .mbr-section-btn {
  color: #000000;
}
.cid-uZNLNGQJ46 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLNGQJ46 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLNGQJ46 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLNGQJ46 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLNGQJ46 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLNH1yPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLNH1yPq h6 {
  line-height: 1.2;
}
.cid-uZNLNH1yPq img,
.cid-uZNLNH1yPq .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLNH1yPq .item:focus,
.cid-uZNLNH1yPq span:focus {
  outline: none;
}
.cid-uZNLNH1yPq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLNH1yPq .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLNH1yPq .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLNH1yPq .mbr-text,
.cid-uZNLNH1yPq .mbr-section-btn {
  color: #000000;
}
.cid-uZNLNH1yPq .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLNH1yPq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLNH1yPq .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLNH1yPq .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLNH1yPq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLNHda2w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLNHda2w h6 {
  line-height: 1.2;
}
.cid-uZNLNHda2w img,
.cid-uZNLNHda2w .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLNHda2w .item:focus,
.cid-uZNLNHda2w span:focus {
  outline: none;
}
.cid-uZNLNHda2w .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLNHda2w .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLNHda2w .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLNHda2w .mbr-text,
.cid-uZNLNHda2w .mbr-section-btn {
  color: #000000;
}
.cid-uZNLNHda2w .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHda2w .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHda2w .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHda2w .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLNHda2w .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLNHoGwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLNHoGwS h6 {
  line-height: 1.2;
}
.cid-uZNLNHoGwS img,
.cid-uZNLNHoGwS .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLNHoGwS .item:focus,
.cid-uZNLNHoGwS span:focus {
  outline: none;
}
.cid-uZNLNHoGwS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLNHoGwS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLNHoGwS .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLNHoGwS .mbr-text,
.cid-uZNLNHoGwS .mbr-section-btn {
  color: #000000;
}
.cid-uZNLNHoGwS .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHoGwS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHoGwS .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHoGwS .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLNHoGwS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLNHzVPX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLNHzVPX h6 {
  line-height: 1.2;
}
.cid-uZNLNHzVPX img,
.cid-uZNLNHzVPX .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLNHzVPX .item:focus,
.cid-uZNLNHzVPX span:focus {
  outline: none;
}
.cid-uZNLNHzVPX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLNHzVPX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLNHzVPX .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLNHzVPX .mbr-text,
.cid-uZNLNHzVPX .mbr-section-btn {
  color: #000000;
}
.cid-uZNLNHzVPX .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHzVPX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHzVPX .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHzVPX .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLNHzVPX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLNHJDx6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLNHJDx6 h6 {
  line-height: 1.2;
}
.cid-uZNLNHJDx6 img,
.cid-uZNLNHJDx6 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLNHJDx6 .item:focus,
.cid-uZNLNHJDx6 span:focus {
  outline: none;
}
.cid-uZNLNHJDx6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLNHJDx6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLNHJDx6 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLNHJDx6 .mbr-text,
.cid-uZNLNHJDx6 .mbr-section-btn {
  color: #000000;
}
.cid-uZNLNHJDx6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHJDx6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHJDx6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLNHJDx6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLNHJDx6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVe0qvhM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNVe0qvhM .justify-content-center {
  align-items: center;
}
.cid-uZNVe0qvhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNVe0qvhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNVe0qvhM .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNVe0qvhM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVe0qvhM .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNVe0qvhM .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNVe0qvhM .row {
  align-items: center;
}
.cid-uZNVe0qvhM .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNVe0qvhM .card-text {
    text-align: center;
  }
}
.cid-uZTLbJ4Kxc {
  z-index: 1000;
  width: 100%;
}
.cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTLbJ4Kxc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTLbJ4Kxc .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTLbJ4Kxc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTLbJ4Kxc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTLbJ4Kxc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTLbJ4Kxc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTLbJ4Kxc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTLbJ4Kxc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTLbJ4Kxc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTLbJ4Kxc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTLbJ4Kxc .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTLbJ4Kxc .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTLbJ4Kxc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTLbJ4Kxc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTLbJ4Kxc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTLbJ4Kxc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTLbJ4Kxc .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTLbJ4Kxc .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTLbJ4Kxc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTLbJ4Kxc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTLbJ4Kxc .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTLbJ4Kxc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTLbJ4Kxc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTLbJ4Kxc .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTLbJ4Kxc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTLbJ4Kxc .nav-item:focus,
.cid-uZTLbJ4Kxc .nav-link:focus {
  outline: none;
}
.cid-uZTLbJ4Kxc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTLbJ4Kxc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTLbJ4Kxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTLbJ4Kxc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTLbJ4Kxc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTLbJ4Kxc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTLbJ4Kxc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTLbJ4Kxc .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTLbJ4Kxc .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTLbJ4Kxc .navbar.collapsed {
  justify-content: center;
}
.cid-uZTLbJ4Kxc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTLbJ4Kxc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTLbJ4Kxc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTLbJ4Kxc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTLbJ4Kxc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTLbJ4Kxc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTLbJ4Kxc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTLbJ4Kxc .navbar {
    min-height: 72px;
  }
  .cid-uZTLbJ4Kxc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTLbJ4Kxc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTLbJ4Kxc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTLbJ4Kxc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTLbJ4Kxc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTLbJ4Kxc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTLbJ4Kxc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTLbJ4Kxc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTLbJ4Kxc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTLbJ4Kxc .dropdown-item.active,
.cid-uZTLbJ4Kxc .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTLbJ4Kxc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTLbJ4Kxc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTLbJ4Kxc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTLbJ4Kxc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTLbJ4Kxc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTLbJ4Kxc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTLbJ4Kxc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTLbJ4Kxc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTLbJ4Kxc .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTLbJ4Kxc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTLbJ4Kxc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTLbJ4Kxc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTLbJ4Kxc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTLbJ4Kxc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTLbJ4Kxc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTLbJ4Kxc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTLbJ4Kxc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTLbJ4Kxc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTLbJ4Kxc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTLbJ4Kxc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTLbJ4Kxc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTLbJ4Kxc .navbar {
    height: 70px;
  }
  .cid-uZTLbJ4Kxc .navbar.opened {
    height: auto;
  }
  .cid-uZTLbJ4Kxc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTLbJ4Kxc .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTLbJ4Kxc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTLbJ4Kxc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTLbJ4Kxc .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTLbJ4Kxc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTLbJ4Kxc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTLbJ4Kxc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTLbJ4Kxc .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTLbJ4Kxc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTLbJ4Kxc .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-uZTLbJ4Kxc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTLbJ4Kxc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTLbJg4RR {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTLbJg4RR h6 {
  line-height: 1.2;
}
.cid-uZTLbJg4RR img,
.cid-uZTLbJg4RR .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTLbJg4RR .item:focus,
.cid-uZTLbJg4RR span:focus {
  outline: none;
}
.cid-uZTLbJg4RR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTLbJg4RR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTLbJg4RR .mbr-section-title {
  color: #ffffff;
}
.cid-uZTLbJg4RR .mbr-text,
.cid-uZTLbJg4RR .mbr-section-btn {
  color: #000000;
}
.cid-uZTLbJg4RR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTLbJg4RR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTLbJg4RR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTLbJg4RR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTLbJg4RR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTLbJg4RR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTMqTNOfF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTMqTNOfF h6 {
  line-height: 1.2;
}
.cid-uZTMqTNOfF img,
.cid-uZTMqTNOfF .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTMqTNOfF .item:focus,
.cid-uZTMqTNOfF span:focus {
  outline: none;
}
.cid-uZTMqTNOfF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTMqTNOfF .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTMqTNOfF .mbr-section-title {
  color: #ffffff;
}
.cid-uZTMqTNOfF .mbr-text,
.cid-uZTMqTNOfF .mbr-section-btn {
  color: #000000;
}
.cid-uZTMqTNOfF .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTMqTNOfF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTMqTNOfF .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTMqTNOfF .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTMqTNOfF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTMGwGoNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTMGwGoNJ h6 {
  line-height: 1.2;
}
.cid-uZTMGwGoNJ img,
.cid-uZTMGwGoNJ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTMGwGoNJ .item:focus,
.cid-uZTMGwGoNJ span:focus {
  outline: none;
}
.cid-uZTMGwGoNJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTMGwGoNJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTMGwGoNJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZTMGwGoNJ .mbr-text,
.cid-uZTMGwGoNJ .mbr-section-btn {
  color: #000000;
}
.cid-uZTMGwGoNJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTMGwGoNJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTMGwGoNJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTMGwGoNJ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTMGwGoNJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTNgFdvR1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTNgFdvR1 h6 {
  line-height: 1.2;
}
.cid-uZTNgFdvR1 img,
.cid-uZTNgFdvR1 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTNgFdvR1 .item:focus,
.cid-uZTNgFdvR1 span:focus {
  outline: none;
}
.cid-uZTNgFdvR1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTNgFdvR1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTNgFdvR1 .mbr-section-title {
  color: #ffffff;
}
.cid-uZTNgFdvR1 .mbr-text,
.cid-uZTNgFdvR1 .mbr-section-btn {
  color: #000000;
}
.cid-uZTNgFdvR1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTNgFdvR1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTNgFdvR1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTNgFdvR1 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTNgFdvR1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTNgFdvR1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTOh6vr0B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTOh6vr0B h6 {
  line-height: 1.2;
}
.cid-uZTOh6vr0B img,
.cid-uZTOh6vr0B .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTOh6vr0B .item:focus,
.cid-uZTOh6vr0B span:focus {
  outline: none;
}
.cid-uZTOh6vr0B .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTOh6vr0B .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTOh6vr0B .mbr-section-title {
  color: #ffffff;
}
.cid-uZTOh6vr0B .mbr-text,
.cid-uZTOh6vr0B .mbr-section-btn {
  color: #000000;
}
.cid-uZTOh6vr0B .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTOh6vr0B .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTOh6vr0B .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTOh6vr0B .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTOh6vr0B .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTOh6vr0B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTOuWd7NW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTOuWd7NW h6 {
  line-height: 1.2;
}
.cid-uZTOuWd7NW img,
.cid-uZTOuWd7NW .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTOuWd7NW .item:focus,
.cid-uZTOuWd7NW span:focus {
  outline: none;
}
.cid-uZTOuWd7NW .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTOuWd7NW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTOuWd7NW .mbr-section-title {
  color: #ffffff;
}
.cid-uZTOuWd7NW .mbr-text,
.cid-uZTOuWd7NW .mbr-section-btn {
  color: #000000;
}
.cid-uZTOuWd7NW .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTOuWd7NW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTOuWd7NW .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTOuWd7NW .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTOuWd7NW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTOuWd7NW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTORvEZ02 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTORvEZ02 h6 {
  line-height: 1.2;
}
.cid-uZTORvEZ02 img,
.cid-uZTORvEZ02 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTORvEZ02 .item:focus,
.cid-uZTORvEZ02 span:focus {
  outline: none;
}
.cid-uZTORvEZ02 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTORvEZ02 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTORvEZ02 .mbr-section-title {
  color: #ffffff;
}
.cid-uZTORvEZ02 .mbr-text,
.cid-uZTORvEZ02 .mbr-section-btn {
  color: #000000;
}
.cid-uZTORvEZ02 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTORvEZ02 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTORvEZ02 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTORvEZ02 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTORvEZ02 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTORvEZ02 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTOPE7yGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTOPE7yGZ h6 {
  line-height: 1.2;
}
.cid-uZTOPE7yGZ img,
.cid-uZTOPE7yGZ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTOPE7yGZ .item:focus,
.cid-uZTOPE7yGZ span:focus {
  outline: none;
}
.cid-uZTOPE7yGZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTOPE7yGZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTOPE7yGZ .mbr-section-title {
  color: #ffffff;
}
.cid-uZTOPE7yGZ .mbr-text,
.cid-uZTOPE7yGZ .mbr-section-btn {
  color: #000000;
}
.cid-uZTOPE7yGZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTOPE7yGZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTOPE7yGZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTOPE7yGZ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTOPE7yGZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTOPE7yGZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTLbKDnhU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTLbKDnhU .justify-content-center {
  align-items: center;
}
.cid-uZTLbKDnhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTLbKDnhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTLbKDnhU .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTLbKDnhU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTLbKDnhU .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTLbKDnhU .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTLbKDnhU .row {
  align-items: center;
}
.cid-uZTLbKDnhU .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTLbKDnhU .card-text {
    text-align: center;
  }
}
.cid-v0g6Ln6dsQ {
  z-index: 1000;
  width: 100%;
}
.cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0g6Ln6dsQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v0g6Ln6dsQ .navbar-nav {
    max-width: 45%;
  }
}
.cid-v0g6Ln6dsQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0g6Ln6dsQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0g6Ln6dsQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0g6Ln6dsQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0g6Ln6dsQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0g6Ln6dsQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0g6Ln6dsQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0g6Ln6dsQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0g6Ln6dsQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v0g6Ln6dsQ .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v0g6Ln6dsQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar-brand img {
  border-radius: 0px !important;
}
.cid-v0g6Ln6dsQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0g6Ln6dsQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0g6Ln6dsQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0g6Ln6dsQ .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0g6Ln6dsQ .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0g6Ln6dsQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0g6Ln6dsQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0g6Ln6dsQ .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0g6Ln6dsQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0g6Ln6dsQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0g6Ln6dsQ .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0g6Ln6dsQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-v0g6Ln6dsQ .nav-item:focus,
.cid-v0g6Ln6dsQ .nav-link:focus {
  outline: none;
}
.cid-v0g6Ln6dsQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0g6Ln6dsQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0g6Ln6dsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0g6Ln6dsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0g6Ln6dsQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0g6Ln6dsQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v0g6Ln6dsQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0g6Ln6dsQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v0g6Ln6dsQ .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v0g6Ln6dsQ .navbar.collapsed {
  justify-content: center;
}
.cid-v0g6Ln6dsQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0g6Ln6dsQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0g6Ln6dsQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0g6Ln6dsQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0g6Ln6dsQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0g6Ln6dsQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0g6Ln6dsQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0g6Ln6dsQ .navbar {
    min-height: 72px;
  }
  .cid-v0g6Ln6dsQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0g6Ln6dsQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0g6Ln6dsQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0g6Ln6dsQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0g6Ln6dsQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0g6Ln6dsQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0g6Ln6dsQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0g6Ln6dsQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0g6Ln6dsQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0g6Ln6dsQ .dropdown-item.active,
.cid-v0g6Ln6dsQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v0g6Ln6dsQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0g6Ln6dsQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0g6Ln6dsQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0g6Ln6dsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v0g6Ln6dsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0g6Ln6dsQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0g6Ln6dsQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0g6Ln6dsQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0g6Ln6dsQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v0g6Ln6dsQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0g6Ln6dsQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0g6Ln6dsQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0g6Ln6dsQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0g6Ln6dsQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0g6Ln6dsQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0g6Ln6dsQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0g6Ln6dsQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0g6Ln6dsQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0g6Ln6dsQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0g6Ln6dsQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0g6Ln6dsQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0g6Ln6dsQ .navbar {
    height: 70px;
  }
  .cid-v0g6Ln6dsQ .navbar.opened {
    height: auto;
  }
  .cid-v0g6Ln6dsQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0g6Ln6dsQ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0g6Ln6dsQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0g6Ln6dsQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0g6Ln6dsQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v0g6Ln6dsQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0g6Ln6dsQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0g6Ln6dsQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0g6Ln6dsQ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0g6Ln6dsQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0g6Ln6dsQ .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-v0g6Ln6dsQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0g6Ln6dsQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0hEXa31PM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0hEXa31PM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0hEXa31PM .item {
    margin-bottom: 1rem;
  }
}
.cid-v0hEXa31PM .item-wrapper {
  position: relative;
}
.cid-v0hEXa31PM .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-v0hEXa31PM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0hEXa31PM .carousel-control,
.cid-v0hEXa31PM .close {
  background: #1b1b1b;
}
.cid-v0hEXa31PM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0hEXa31PM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0hEXa31PM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0hEXa31PM .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0hEXa31PM .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-v0hEXa31PM .close::before {
  content: '\e91a';
}
.cid-v0hEXa31PM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0hEXa31PM .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-v0hEXa31PM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0hEXa31PM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0hEXa31PM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0hEXa31PM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0hEXa31PM .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-v0hEXa31PM .carousel-indicators li.active,
.cid-v0hEXa31PM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0hEXa31PM .carousel-indicators li::after,
.cid-v0hEXa31PM .carousel-indicators li::before {
  content: none;
}
.cid-v0hEXa31PM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0hEXa31PM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0hEXa31PM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0hEXa31PM .carousel-indicators {
    display: none;
  }
}
.cid-v0hEXa31PM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0hEXa31PM .carousel-inner > .active {
  display: block;
}
.cid-v0hEXa31PM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0hEXa31PM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0hEXa31PM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0hEXa31PM .carousel-control,
  .cid-v0hEXa31PM .carousel-indicators,
  .cid-v0hEXa31PM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0hEXa31PM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0hEXa31PM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0hEXa31PM .carousel-indicators .active,
.cid-v0hEXa31PM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0hEXa31PM .carousel-indicators .active {
  background: #fff;
}
.cid-v0hEXa31PM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0hEXa31PM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0hEXa31PM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0hEXa31PM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0hEXa31PM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0hEXa31PM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0hEXa31PM .carousel {
  width: 100%;
}
.cid-v0hEXa31PM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0hEXa31PM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0hEXa31PM .modal.fade .modal-dialog,
.cid-v0hEXa31PM .modal.in .modal-dialog {
  transform: none;
}
.cid-v0hEXa31PM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0hEXa31PM .content-head {
  max-width: 800px;
}
.cid-v0hEXa31PM H3 {
  color: #ffffff;
}
.cid-v0hFdpvaMg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0hFdpvaMg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0hFdpvaMg .item {
    margin-bottom: 1rem;
  }
}
.cid-v0hFdpvaMg .item-wrapper {
  position: relative;
}
.cid-v0hFdpvaMg .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-v0hFdpvaMg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0hFdpvaMg .carousel-control,
.cid-v0hFdpvaMg .close {
  background: #1b1b1b;
}
.cid-v0hFdpvaMg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0hFdpvaMg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0hFdpvaMg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0hFdpvaMg .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0hFdpvaMg .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-v0hFdpvaMg .close::before {
  content: '\e91a';
}
.cid-v0hFdpvaMg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0hFdpvaMg .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-v0hFdpvaMg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0hFdpvaMg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0hFdpvaMg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0hFdpvaMg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0hFdpvaMg .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-v0hFdpvaMg .carousel-indicators li.active,
.cid-v0hFdpvaMg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0hFdpvaMg .carousel-indicators li::after,
.cid-v0hFdpvaMg .carousel-indicators li::before {
  content: none;
}
.cid-v0hFdpvaMg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0hFdpvaMg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0hFdpvaMg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0hFdpvaMg .carousel-indicators {
    display: none;
  }
}
.cid-v0hFdpvaMg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0hFdpvaMg .carousel-inner > .active {
  display: block;
}
.cid-v0hFdpvaMg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0hFdpvaMg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0hFdpvaMg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0hFdpvaMg .carousel-control,
  .cid-v0hFdpvaMg .carousel-indicators,
  .cid-v0hFdpvaMg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0hFdpvaMg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0hFdpvaMg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0hFdpvaMg .carousel-indicators .active,
.cid-v0hFdpvaMg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0hFdpvaMg .carousel-indicators .active {
  background: #fff;
}
.cid-v0hFdpvaMg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0hFdpvaMg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0hFdpvaMg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0hFdpvaMg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0hFdpvaMg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0hFdpvaMg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0hFdpvaMg .carousel {
  width: 100%;
}
.cid-v0hFdpvaMg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0hFdpvaMg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0hFdpvaMg .modal.fade .modal-dialog,
.cid-v0hFdpvaMg .modal.in .modal-dialog {
  transform: none;
}
.cid-v0hFdpvaMg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0hFdpvaMg .content-head {
  max-width: 800px;
}
.cid-v0hFdpvaMg H3 {
  color: #ffffff;
}
.cid-v0lT8G2U7y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0lT8G2U7y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0lT8G2U7y .item {
    margin-bottom: 1rem;
  }
}
.cid-v0lT8G2U7y .item-wrapper {
  position: relative;
}
.cid-v0lT8G2U7y .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-v0lT8G2U7y .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0lT8G2U7y .carousel-control,
.cid-v0lT8G2U7y .close {
  background: #1b1b1b;
}
.cid-v0lT8G2U7y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0lT8G2U7y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0lT8G2U7y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0lT8G2U7y .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0lT8G2U7y .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-v0lT8G2U7y .close::before {
  content: '\e91a';
}
.cid-v0lT8G2U7y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0lT8G2U7y .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-v0lT8G2U7y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lT8G2U7y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0lT8G2U7y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0lT8G2U7y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0lT8G2U7y .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-v0lT8G2U7y .carousel-indicators li.active,
.cid-v0lT8G2U7y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0lT8G2U7y .carousel-indicators li::after,
.cid-v0lT8G2U7y .carousel-indicators li::before {
  content: none;
}
.cid-v0lT8G2U7y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0lT8G2U7y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0lT8G2U7y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lT8G2U7y .carousel-indicators {
    display: none;
  }
}
.cid-v0lT8G2U7y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0lT8G2U7y .carousel-inner > .active {
  display: block;
}
.cid-v0lT8G2U7y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lT8G2U7y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0lT8G2U7y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0lT8G2U7y .carousel-control,
  .cid-v0lT8G2U7y .carousel-indicators,
  .cid-v0lT8G2U7y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0lT8G2U7y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0lT8G2U7y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0lT8G2U7y .carousel-indicators .active,
.cid-v0lT8G2U7y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0lT8G2U7y .carousel-indicators .active {
  background: #fff;
}
.cid-v0lT8G2U7y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0lT8G2U7y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0lT8G2U7y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0lT8G2U7y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0lT8G2U7y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0lT8G2U7y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0lT8G2U7y .carousel {
  width: 100%;
}
.cid-v0lT8G2U7y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0lT8G2U7y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0lT8G2U7y .modal.fade .modal-dialog,
.cid-v0lT8G2U7y .modal.in .modal-dialog {
  transform: none;
}
.cid-v0lT8G2U7y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0lT8G2U7y .content-head {
  max-width: 800px;
}
.cid-v0lT8G2U7y H3 {
  color: #ffffff;
}
.cid-v0lTKG24TS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0lTKG24TS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0lTKG24TS .item {
    margin-bottom: 1rem;
  }
}
.cid-v0lTKG24TS .item-wrapper {
  position: relative;
}
.cid-v0lTKG24TS .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-v0lTKG24TS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0lTKG24TS .carousel-control,
.cid-v0lTKG24TS .close {
  background: #1b1b1b;
}
.cid-v0lTKG24TS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0lTKG24TS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0lTKG24TS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0lTKG24TS .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0lTKG24TS .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-v0lTKG24TS .close::before {
  content: '\e91a';
}
.cid-v0lTKG24TS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0lTKG24TS .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-v0lTKG24TS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lTKG24TS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0lTKG24TS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0lTKG24TS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0lTKG24TS .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-v0lTKG24TS .carousel-indicators li.active,
.cid-v0lTKG24TS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0lTKG24TS .carousel-indicators li::after,
.cid-v0lTKG24TS .carousel-indicators li::before {
  content: none;
}
.cid-v0lTKG24TS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0lTKG24TS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0lTKG24TS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lTKG24TS .carousel-indicators {
    display: none;
  }
}
.cid-v0lTKG24TS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0lTKG24TS .carousel-inner > .active {
  display: block;
}
.cid-v0lTKG24TS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lTKG24TS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0lTKG24TS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0lTKG24TS .carousel-control,
  .cid-v0lTKG24TS .carousel-indicators,
  .cid-v0lTKG24TS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0lTKG24TS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0lTKG24TS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0lTKG24TS .carousel-indicators .active,
.cid-v0lTKG24TS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0lTKG24TS .carousel-indicators .active {
  background: #fff;
}
.cid-v0lTKG24TS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0lTKG24TS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0lTKG24TS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0lTKG24TS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0lTKG24TS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0lTKG24TS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0lTKG24TS .carousel {
  width: 100%;
}
.cid-v0lTKG24TS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0lTKG24TS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0lTKG24TS .modal.fade .modal-dialog,
.cid-v0lTKG24TS .modal.in .modal-dialog {
  transform: none;
}
.cid-v0lTKG24TS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0lTKG24TS .content-head {
  max-width: 800px;
}
.cid-v0lTKG24TS H3 {
  color: #ffffff;
}
.cid-v0g6LoLLTE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0g6LoLLTE .justify-content-center {
  align-items: center;
}
.cid-v0g6LoLLTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0g6LoLLTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0g6LoLLTE .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0g6LoLLTE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0g6LoLLTE .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v0g6LoLLTE .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v0g6LoLLTE .row {
  align-items: center;
}
.cid-v0g6LoLLTE .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v0g6LoLLTE .card-text {
    text-align: center;
  }
}
.cid-uZNLPSHsq1 {
  z-index: 1000;
  width: 100%;
}
.cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNLPSHsq1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNLPSHsq1 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNLPSHsq1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNLPSHsq1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNLPSHsq1 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNLPSHsq1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNLPSHsq1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNLPSHsq1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNLPSHsq1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNLPSHsq1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNLPSHsq1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNLPSHsq1 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNLPSHsq1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNLPSHsq1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNLPSHsq1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNLPSHsq1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNLPSHsq1 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNLPSHsq1 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNLPSHsq1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNLPSHsq1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNLPSHsq1 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNLPSHsq1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNLPSHsq1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNLPSHsq1 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNLPSHsq1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNLPSHsq1 .nav-item:focus,
.cid-uZNLPSHsq1 .nav-link:focus {
  outline: none;
}
.cid-uZNLPSHsq1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNLPSHsq1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNLPSHsq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNLPSHsq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNLPSHsq1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNLPSHsq1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNLPSHsq1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNLPSHsq1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNLPSHsq1 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNLPSHsq1 .navbar.collapsed {
  justify-content: center;
}
.cid-uZNLPSHsq1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNLPSHsq1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNLPSHsq1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNLPSHsq1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNLPSHsq1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNLPSHsq1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNLPSHsq1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNLPSHsq1 .navbar {
    min-height: 72px;
  }
  .cid-uZNLPSHsq1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNLPSHsq1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNLPSHsq1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNLPSHsq1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNLPSHsq1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNLPSHsq1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNLPSHsq1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNLPSHsq1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNLPSHsq1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNLPSHsq1 .dropdown-item.active,
.cid-uZNLPSHsq1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNLPSHsq1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNLPSHsq1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNLPSHsq1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNLPSHsq1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNLPSHsq1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNLPSHsq1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNLPSHsq1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNLPSHsq1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNLPSHsq1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNLPSHsq1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNLPSHsq1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNLPSHsq1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNLPSHsq1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNLPSHsq1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNLPSHsq1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNLPSHsq1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNLPSHsq1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNLPSHsq1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNLPSHsq1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNLPSHsq1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNLPSHsq1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNLPSHsq1 .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-uZNLPSHsq1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNLPSHsq1 .navbar {
    height: 70px;
  }
  .cid-uZNLPSHsq1 .navbar.opened {
    height: auto;
  }
  .cid-uZNLPSHsq1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNLPSHsq1 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNLPSHsq1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNLPSHsq1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNLPSHsq1 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNLPSHsq1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNLPSHsq1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNLPSHsq1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNLPSHsq1 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNLPSHsq1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNLPSHsq1 .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-uZNLPSHsq1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNLPSHsq1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNLPSVwYe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLPSVwYe h6 {
  line-height: 1.2;
}
.cid-uZNLPSVwYe img,
.cid-uZNLPSVwYe .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLPSVwYe .item:focus,
.cid-uZNLPSVwYe span:focus {
  outline: none;
}
.cid-uZNLPSVwYe .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLPSVwYe .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLPSVwYe .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLPSVwYe .mbr-text,
.cid-uZNLPSVwYe .mbr-section-btn {
  color: #000000;
}
.cid-uZNLPSVwYe .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLPSVwYe .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLPSVwYe .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLPSVwYe .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLPSVwYe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLPT9QNL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLPT9QNL h6 {
  line-height: 1.2;
}
.cid-uZNLPT9QNL img,
.cid-uZNLPT9QNL .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLPT9QNL .item:focus,
.cid-uZNLPT9QNL span:focus {
  outline: none;
}
.cid-uZNLPT9QNL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLPT9QNL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLPT9QNL .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLPT9QNL .mbr-text,
.cid-uZNLPT9QNL .mbr-section-btn {
  color: #000000;
}
.cid-uZNLPT9QNL .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLPT9QNL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLPT9QNL .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLPT9QNL .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLPT9QNL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLPTm18c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLPTm18c h6 {
  line-height: 1.2;
}
.cid-uZNLPTm18c img,
.cid-uZNLPTm18c .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLPTm18c .item:focus,
.cid-uZNLPTm18c span:focus {
  outline: none;
}
.cid-uZNLPTm18c .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLPTm18c .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLPTm18c .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLPTm18c .mbr-text,
.cid-uZNLPTm18c .mbr-section-btn {
  color: #000000;
}
.cid-uZNLPTm18c .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTm18c .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTm18c .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTm18c .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLPTm18c .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLPTAnFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLPTAnFP h6 {
  line-height: 1.2;
}
.cid-uZNLPTAnFP img,
.cid-uZNLPTAnFP .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLPTAnFP .item:focus,
.cid-uZNLPTAnFP span:focus {
  outline: none;
}
.cid-uZNLPTAnFP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLPTAnFP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLPTAnFP .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLPTAnFP .mbr-text,
.cid-uZNLPTAnFP .mbr-section-btn {
  color: #000000;
}
.cid-uZNLPTAnFP .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTAnFP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTAnFP .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTAnFP .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLPTAnFP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLPTP9Jr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLPTP9Jr h6 {
  line-height: 1.2;
}
.cid-uZNLPTP9Jr img,
.cid-uZNLPTP9Jr .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLPTP9Jr .item:focus,
.cid-uZNLPTP9Jr span:focus {
  outline: none;
}
.cid-uZNLPTP9Jr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLPTP9Jr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLPTP9Jr .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLPTP9Jr .mbr-text,
.cid-uZNLPTP9Jr .mbr-section-btn {
  color: #000000;
}
.cid-uZNLPTP9Jr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTP9Jr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTP9Jr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLPTP9Jr .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLPTP9Jr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLPU1PZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLPU1PZC h6 {
  line-height: 1.2;
}
.cid-uZNLPU1PZC img,
.cid-uZNLPU1PZC .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLPU1PZC .item:focus,
.cid-uZNLPU1PZC span:focus {
  outline: none;
}
.cid-uZNLPU1PZC .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLPU1PZC .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLPU1PZC .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLPU1PZC .mbr-text,
.cid-uZNLPU1PZC .mbr-section-btn {
  color: #000000;
}
.cid-uZNLPU1PZC .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLPU1PZC .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLPU1PZC .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLPU1PZC .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLPU1PZC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVFTjnqj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNVFTjnqj .justify-content-center {
  align-items: center;
}
.cid-uZNVFTjnqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNVFTjnqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNVFTjnqj .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNVFTjnqj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVFTjnqj .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNVFTjnqj .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNVFTjnqj .row {
  align-items: center;
}
.cid-uZNVFTjnqj .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNVFTjnqj .card-text {
    text-align: center;
  }
}
.cid-uZNLTuB6m0 {
  z-index: 1000;
  width: 100%;
}
.cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNLTuB6m0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNLTuB6m0 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNLTuB6m0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNLTuB6m0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNLTuB6m0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNLTuB6m0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNLTuB6m0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNLTuB6m0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNLTuB6m0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNLTuB6m0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNLTuB6m0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNLTuB6m0 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNLTuB6m0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNLTuB6m0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNLTuB6m0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNLTuB6m0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNLTuB6m0 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNLTuB6m0 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNLTuB6m0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNLTuB6m0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNLTuB6m0 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNLTuB6m0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNLTuB6m0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNLTuB6m0 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNLTuB6m0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNLTuB6m0 .nav-item:focus,
.cid-uZNLTuB6m0 .nav-link:focus {
  outline: none;
}
.cid-uZNLTuB6m0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNLTuB6m0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNLTuB6m0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNLTuB6m0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNLTuB6m0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNLTuB6m0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNLTuB6m0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNLTuB6m0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNLTuB6m0 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNLTuB6m0 .navbar.collapsed {
  justify-content: center;
}
.cid-uZNLTuB6m0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNLTuB6m0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNLTuB6m0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNLTuB6m0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNLTuB6m0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNLTuB6m0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNLTuB6m0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNLTuB6m0 .navbar {
    min-height: 72px;
  }
  .cid-uZNLTuB6m0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNLTuB6m0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNLTuB6m0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNLTuB6m0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNLTuB6m0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNLTuB6m0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNLTuB6m0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNLTuB6m0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNLTuB6m0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNLTuB6m0 .dropdown-item.active,
.cid-uZNLTuB6m0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNLTuB6m0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNLTuB6m0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNLTuB6m0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNLTuB6m0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNLTuB6m0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNLTuB6m0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNLTuB6m0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNLTuB6m0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNLTuB6m0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNLTuB6m0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNLTuB6m0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNLTuB6m0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNLTuB6m0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNLTuB6m0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNLTuB6m0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNLTuB6m0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNLTuB6m0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNLTuB6m0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNLTuB6m0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNLTuB6m0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNLTuB6m0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNLTuB6m0 .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-uZNLTuB6m0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNLTuB6m0 .navbar {
    height: 70px;
  }
  .cid-uZNLTuB6m0 .navbar.opened {
    height: auto;
  }
  .cid-uZNLTuB6m0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNLTuB6m0 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNLTuB6m0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNLTuB6m0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNLTuB6m0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNLTuB6m0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNLTuB6m0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNLTuB6m0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNLTuB6m0 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNLTuB6m0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNLTuB6m0 .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-uZNLTuB6m0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNLTuB6m0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNLTuQ0Hj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLTuQ0Hj h6 {
  line-height: 1.2;
}
.cid-uZNLTuQ0Hj img,
.cid-uZNLTuQ0Hj .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLTuQ0Hj .item:focus,
.cid-uZNLTuQ0Hj span:focus {
  outline: none;
}
.cid-uZNLTuQ0Hj .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLTuQ0Hj .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLTuQ0Hj .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLTuQ0Hj .mbr-text,
.cid-uZNLTuQ0Hj .mbr-section-btn {
  color: #000000;
}
.cid-uZNLTuQ0Hj .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLTuQ0Hj .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLTuQ0Hj .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLTuQ0Hj .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLTuQ0Hj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLTv3PVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLTv3PVS h6 {
  line-height: 1.2;
}
.cid-uZNLTv3PVS img,
.cid-uZNLTv3PVS .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLTv3PVS .item:focus,
.cid-uZNLTv3PVS span:focus {
  outline: none;
}
.cid-uZNLTv3PVS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLTv3PVS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLTv3PVS .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLTv3PVS .mbr-text,
.cid-uZNLTv3PVS .mbr-section-btn {
  color: #000000;
}
.cid-uZNLTv3PVS .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLTv3PVS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLTv3PVS .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLTv3PVS .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLTv3PVS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLTvhlk0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLTvhlk0 h6 {
  line-height: 1.2;
}
.cid-uZNLTvhlk0 img,
.cid-uZNLTvhlk0 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLTvhlk0 .item:focus,
.cid-uZNLTvhlk0 span:focus {
  outline: none;
}
.cid-uZNLTvhlk0 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLTvhlk0 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLTvhlk0 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLTvhlk0 .mbr-text,
.cid-uZNLTvhlk0 .mbr-section-btn {
  color: #000000;
}
.cid-uZNLTvhlk0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLTvhlk0 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLTvhlk0 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLTvhlk0 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLTvhlk0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNLTvsH0c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNLTvsH0c h6 {
  line-height: 1.2;
}
.cid-uZNLTvsH0c img,
.cid-uZNLTvsH0c .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNLTvsH0c .item:focus,
.cid-uZNLTvsH0c span:focus {
  outline: none;
}
.cid-uZNLTvsH0c .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNLTvsH0c .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNLTvsH0c .mbr-section-title {
  color: #ffffff;
}
.cid-uZNLTvsH0c .mbr-text,
.cid-uZNLTvsH0c .mbr-section-btn {
  color: #000000;
}
.cid-uZNLTvsH0c .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNLTvsH0c .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNLTvsH0c .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNLTvsH0c .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNLTvsH0c .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVIG0Y7z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNVIG0Y7z .justify-content-center {
  align-items: center;
}
.cid-uZNVIG0Y7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNVIG0Y7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNVIG0Y7z .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNVIG0Y7z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVIG0Y7z .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNVIG0Y7z .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNVIG0Y7z .row {
  align-items: center;
}
.cid-uZNVIG0Y7z .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNVIG0Y7z .card-text {
    text-align: center;
  }
}
.cid-uZNM4cXR2c {
  z-index: 1000;
  width: 100%;
}
.cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNM4cXR2c .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNM4cXR2c .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNM4cXR2c .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNM4cXR2c .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNM4cXR2c .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNM4cXR2c .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNM4cXR2c .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNM4cXR2c .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNM4cXR2c .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNM4cXR2c .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNM4cXR2c .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNM4cXR2c .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNM4cXR2c .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNM4cXR2c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNM4cXR2c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNM4cXR2c .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNM4cXR2c .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNM4cXR2c .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNM4cXR2c .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNM4cXR2c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNM4cXR2c .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNM4cXR2c .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNM4cXR2c .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNM4cXR2c .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNM4cXR2c .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNM4cXR2c .nav-item:focus,
.cid-uZNM4cXR2c .nav-link:focus {
  outline: none;
}
.cid-uZNM4cXR2c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNM4cXR2c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNM4cXR2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNM4cXR2c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNM4cXR2c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNM4cXR2c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNM4cXR2c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNM4cXR2c .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNM4cXR2c .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNM4cXR2c .navbar.collapsed {
  justify-content: center;
}
.cid-uZNM4cXR2c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNM4cXR2c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNM4cXR2c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNM4cXR2c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNM4cXR2c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNM4cXR2c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNM4cXR2c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNM4cXR2c .navbar {
    min-height: 72px;
  }
  .cid-uZNM4cXR2c .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNM4cXR2c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNM4cXR2c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNM4cXR2c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNM4cXR2c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNM4cXR2c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNM4cXR2c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNM4cXR2c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNM4cXR2c .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNM4cXR2c .dropdown-item.active,
.cid-uZNM4cXR2c .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNM4cXR2c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNM4cXR2c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNM4cXR2c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNM4cXR2c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNM4cXR2c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNM4cXR2c .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNM4cXR2c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNM4cXR2c .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNM4cXR2c .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNM4cXR2c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNM4cXR2c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNM4cXR2c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNM4cXR2c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNM4cXR2c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNM4cXR2c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNM4cXR2c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNM4cXR2c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNM4cXR2c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNM4cXR2c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNM4cXR2c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNM4cXR2c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNM4cXR2c .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-uZNM4cXR2c .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNM4cXR2c .navbar {
    height: 70px;
  }
  .cid-uZNM4cXR2c .navbar.opened {
    height: auto;
  }
  .cid-uZNM4cXR2c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNM4cXR2c .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNM4cXR2c .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNM4cXR2c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNM4cXR2c .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNM4cXR2c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNM4cXR2c .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNM4cXR2c .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNM4cXR2c .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNM4cXR2c .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNM4cXR2c .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNM4cXR2c .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNM4cXR2c .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNM4cXR2c .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNM4cXR2c .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNM4cXR2c .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-uZNM4cXR2c .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNM4cXR2c .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNM4dbrUY {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4dbrUY h6 {
  line-height: 1.2;
}
.cid-uZNM4dbrUY img,
.cid-uZNM4dbrUY .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4dbrUY .item:focus,
.cid-uZNM4dbrUY span:focus {
  outline: none;
}
.cid-uZNM4dbrUY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4dbrUY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4dbrUY .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4dbrUY .mbr-text,
.cid-uZNM4dbrUY .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4dbrUY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dbrUY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dbrUY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dbrUY .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4dbrUY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNM4doqLm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4doqLm h6 {
  line-height: 1.2;
}
.cid-uZNM4doqLm img,
.cid-uZNM4doqLm .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4doqLm .item:focus,
.cid-uZNM4doqLm span:focus {
  outline: none;
}
.cid-uZNM4doqLm .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4doqLm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4doqLm .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4doqLm .mbr-text,
.cid-uZNM4doqLm .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4doqLm .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4doqLm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4doqLm .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4doqLm .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4doqLm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNM4dA8s7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4dA8s7 h6 {
  line-height: 1.2;
}
.cid-uZNM4dA8s7 img,
.cid-uZNM4dA8s7 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4dA8s7 .item:focus,
.cid-uZNM4dA8s7 span:focus {
  outline: none;
}
.cid-uZNM4dA8s7 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4dA8s7 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4dA8s7 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4dA8s7 .mbr-text,
.cid-uZNM4dA8s7 .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4dA8s7 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dA8s7 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dA8s7 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dA8s7 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4dA8s7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNM4dLen4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4dLen4 h6 {
  line-height: 1.2;
}
.cid-uZNM4dLen4 img,
.cid-uZNM4dLen4 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4dLen4 .item:focus,
.cid-uZNM4dLen4 span:focus {
  outline: none;
}
.cid-uZNM4dLen4 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4dLen4 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4dLen4 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4dLen4 .mbr-text,
.cid-uZNM4dLen4 .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4dLen4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dLen4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dLen4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dLen4 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4dLen4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNM4dW4fR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4dW4fR h6 {
  line-height: 1.2;
}
.cid-uZNM4dW4fR img,
.cid-uZNM4dW4fR .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4dW4fR .item:focus,
.cid-uZNM4dW4fR span:focus {
  outline: none;
}
.cid-uZNM4dW4fR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4dW4fR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4dW4fR .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4dW4fR .mbr-text,
.cid-uZNM4dW4fR .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4dW4fR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dW4fR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dW4fR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4dW4fR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4dW4fR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNM4edy0w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4edy0w h6 {
  line-height: 1.2;
}
.cid-uZNM4edy0w img,
.cid-uZNM4edy0w .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4edy0w .item:focus,
.cid-uZNM4edy0w span:focus {
  outline: none;
}
.cid-uZNM4edy0w .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4edy0w .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4edy0w .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4edy0w .mbr-text,
.cid-uZNM4edy0w .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4edy0w .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4edy0w .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4edy0w .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4edy0w .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4edy0w .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNM4eoK3t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNM4eoK3t h6 {
  line-height: 1.2;
}
.cid-uZNM4eoK3t img,
.cid-uZNM4eoK3t .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNM4eoK3t .item:focus,
.cid-uZNM4eoK3t span:focus {
  outline: none;
}
.cid-uZNM4eoK3t .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNM4eoK3t .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNM4eoK3t .mbr-section-title {
  color: #ffffff;
}
.cid-uZNM4eoK3t .mbr-text,
.cid-uZNM4eoK3t .mbr-section-btn {
  color: #000000;
}
.cid-uZNM4eoK3t .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNM4eoK3t .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNM4eoK3t .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNM4eoK3t .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNM4eoK3t .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVM7o2dn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNVM7o2dn .justify-content-center {
  align-items: center;
}
.cid-uZNVM7o2dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNVM7o2dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNVM7o2dn .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNVM7o2dn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNVM7o2dn .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNVM7o2dn .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNVM7o2dn .row {
  align-items: center;
}
.cid-uZNVM7o2dn .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNVM7o2dn .card-text {
    text-align: center;
  }
}
.cid-uZNIglMMWj {
  z-index: 1000;
  width: 100%;
}
.cid-uZNIglMMWj .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-uZNIglMMWj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNIglMMWj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNIglMMWj .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNIglMMWj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNIglMMWj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNIglMMWj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNIglMMWj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNIglMMWj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNIglMMWj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNIglMMWj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNIglMMWj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNIglMMWj .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNIglMMWj .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNIglMMWj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNIglMMWj .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-uZNIglMMWj .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNIglMMWj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNIglMMWj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNIglMMWj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNIglMMWj .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNIglMMWj .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNIglMMWj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNIglMMWj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNIglMMWj .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNIglMMWj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNIglMMWj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNIglMMWj .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNIglMMWj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNIglMMWj .nav-item:focus,
.cid-uZNIglMMWj .nav-link:focus {
  outline: none;
}
.cid-uZNIglMMWj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNIglMMWj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNIglMMWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNIglMMWj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNIglMMWj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNIglMMWj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNIglMMWj .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-uZNIglMMWj .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNIglMMWj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNIglMMWj .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNIglMMWj .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNIglMMWj .navbar.collapsed {
  justify-content: center;
}
.cid-uZNIglMMWj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNIglMMWj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNIglMMWj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNIglMMWj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNIglMMWj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNIglMMWj .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-uZNIglMMWj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNIglMMWj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNIglMMWj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNIglMMWj .navbar {
    min-height: 72px;
  }
  .cid-uZNIglMMWj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNIglMMWj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNIglMMWj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNIglMMWj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNIglMMWj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNIglMMWj .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-uZNIglMMWj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNIglMMWj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNIglMMWj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNIglMMWj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNIglMMWj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNIglMMWj .dropdown-item.active,
.cid-uZNIglMMWj .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNIglMMWj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNIglMMWj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNIglMMWj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNIglMMWj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNIglMMWj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNIglMMWj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNIglMMWj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNIglMMWj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNIglMMWj .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNIglMMWj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNIglMMWj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNIglMMWj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNIglMMWj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNIglMMWj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNIglMMWj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNIglMMWj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIglMMWj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNIglMMWj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNIglMMWj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIglMMWj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNIglMMWj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNIglMMWj .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-uZNIglMMWj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNIglMMWj .navbar {
    height: 70px;
  }
  .cid-uZNIglMMWj .navbar.opened {
    height: auto;
  }
  .cid-uZNIglMMWj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNIglMMWj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNIglMMWj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNIglMMWj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNIglMMWj .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNIglMMWj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNIglMMWj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNIglMMWj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNIglMMWj .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNIglMMWj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNIglMMWj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNIglMMWj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNIglMMWj .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-uZNIglMMWj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNIglMMWj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNIglMMWj .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNIglMMWj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNIglMMWj .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-uZNIglMMWj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNIglMMWj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNIglZDVu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIglZDVu h6 {
  line-height: 1.2;
}
.cid-uZNIglZDVu img,
.cid-uZNIglZDVu .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIglZDVu .item:focus,
.cid-uZNIglZDVu span:focus {
  outline: none;
}
.cid-uZNIglZDVu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIglZDVu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIglZDVu .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIglZDVu .mbr-text,
.cid-uZNIglZDVu .mbr-section-btn {
  color: #000000;
}
.cid-uZNIglZDVu .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIglZDVu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIglZDVu .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIglZDVu .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIglZDVu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgmdCXY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgmdCXY h6 {
  line-height: 1.2;
}
.cid-uZNIgmdCXY img,
.cid-uZNIgmdCXY .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgmdCXY .item:focus,
.cid-uZNIgmdCXY span:focus {
  outline: none;
}
.cid-uZNIgmdCXY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgmdCXY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgmdCXY .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgmdCXY .mbr-text,
.cid-uZNIgmdCXY .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgmdCXY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmdCXY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmdCXY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmdCXY .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgmdCXY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgmrjBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgmrjBU h6 {
  line-height: 1.2;
}
.cid-uZNIgmrjBU img,
.cid-uZNIgmrjBU .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgmrjBU .item:focus,
.cid-uZNIgmrjBU span:focus {
  outline: none;
}
.cid-uZNIgmrjBU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgmrjBU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgmrjBU .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgmrjBU .mbr-text,
.cid-uZNIgmrjBU .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgmrjBU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmrjBU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmrjBU .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmrjBU .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgmrjBU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgmEEeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgmEEeJ h6 {
  line-height: 1.2;
}
.cid-uZNIgmEEeJ img,
.cid-uZNIgmEEeJ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgmEEeJ .item:focus,
.cid-uZNIgmEEeJ span:focus {
  outline: none;
}
.cid-uZNIgmEEeJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgmEEeJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgmEEeJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgmEEeJ .mbr-text,
.cid-uZNIgmEEeJ .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgmEEeJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmEEeJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmEEeJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmEEeJ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgmEEeJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgmSfRh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgmSfRh h6 {
  line-height: 1.2;
}
.cid-uZNIgmSfRh img,
.cid-uZNIgmSfRh .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgmSfRh .item:focus,
.cid-uZNIgmSfRh span:focus {
  outline: none;
}
.cid-uZNIgmSfRh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgmSfRh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgmSfRh .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgmSfRh .mbr-text,
.cid-uZNIgmSfRh .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgmSfRh .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmSfRh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmSfRh .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgmSfRh .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgmSfRh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgn4IJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgn4IJE h6 {
  line-height: 1.2;
}
.cid-uZNIgn4IJE img,
.cid-uZNIgn4IJE .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgn4IJE .item:focus,
.cid-uZNIgn4IJE span:focus {
  outline: none;
}
.cid-uZNIgn4IJE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgn4IJE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgn4IJE .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgn4IJE .mbr-text,
.cid-uZNIgn4IJE .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgn4IJE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgn4IJE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgn4IJE .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgn4IJE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgn4IJE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgnhore {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgnhore h6 {
  line-height: 1.2;
}
.cid-uZNIgnhore img,
.cid-uZNIgnhore .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgnhore .item:focus,
.cid-uZNIgnhore span:focus {
  outline: none;
}
.cid-uZNIgnhore .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgnhore .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgnhore .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgnhore .mbr-text,
.cid-uZNIgnhore .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgnhore .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnhore .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnhore .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnhore .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgnhore .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgnvY8P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgnvY8P h6 {
  line-height: 1.2;
}
.cid-uZNIgnvY8P img,
.cid-uZNIgnvY8P .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgnvY8P .item:focus,
.cid-uZNIgnvY8P span:focus {
  outline: none;
}
.cid-uZNIgnvY8P .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgnvY8P .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgnvY8P .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgnvY8P .mbr-text,
.cid-uZNIgnvY8P .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgnvY8P .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnvY8P .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnvY8P .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnvY8P .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgnvY8P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgnIneS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgnIneS h6 {
  line-height: 1.2;
}
.cid-uZNIgnIneS img,
.cid-uZNIgnIneS .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgnIneS .item:focus,
.cid-uZNIgnIneS span:focus {
  outline: none;
}
.cid-uZNIgnIneS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgnIneS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgnIneS .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgnIneS .mbr-text,
.cid-uZNIgnIneS .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgnIneS .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnIneS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnIneS .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnIneS .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgnIneS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNIgnWqJ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNIgnWqJ4 h6 {
  line-height: 1.2;
}
.cid-uZNIgnWqJ4 img,
.cid-uZNIgnWqJ4 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNIgnWqJ4 .item:focus,
.cid-uZNIgnWqJ4 span:focus {
  outline: none;
}
.cid-uZNIgnWqJ4 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNIgnWqJ4 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNIgnWqJ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNIgnWqJ4 .mbr-text,
.cid-uZNIgnWqJ4 .mbr-section-btn {
  color: #000000;
}
.cid-uZNIgnWqJ4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnWqJ4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnWqJ4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNIgnWqJ4 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNIgnWqJ4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNTtaIpc4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNTtaIpc4 .justify-content-center {
  align-items: center;
}
.cid-uZNTtaIpc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNTtaIpc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNTtaIpc4 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNTtaIpc4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNTtaIpc4 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNTtaIpc4 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNTtaIpc4 .row {
  align-items: center;
}
.cid-uZNTtaIpc4 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNTtaIpc4 .card-text {
    text-align: center;
  }
}
.cid-uZNpua1pnh {
  z-index: 1000;
  width: 100%;
}
.cid-uZNpua1pnh .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-uZNpua1pnh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNpua1pnh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNpua1pnh .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNpua1pnh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNpua1pnh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNpua1pnh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNpua1pnh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNpua1pnh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNpua1pnh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNpua1pnh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNpua1pnh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNpua1pnh .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNpua1pnh .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNpua1pnh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNpua1pnh .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-uZNpua1pnh .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNpua1pnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNpua1pnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNpua1pnh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNpua1pnh .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNpua1pnh .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNpua1pnh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNpua1pnh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNpua1pnh .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNpua1pnh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNpua1pnh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNpua1pnh .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNpua1pnh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNpua1pnh .nav-item:focus,
.cid-uZNpua1pnh .nav-link:focus {
  outline: none;
}
.cid-uZNpua1pnh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNpua1pnh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNpua1pnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNpua1pnh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNpua1pnh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNpua1pnh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNpua1pnh .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-uZNpua1pnh .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNpua1pnh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNpua1pnh .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNpua1pnh .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNpua1pnh .navbar.collapsed {
  justify-content: center;
}
.cid-uZNpua1pnh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNpua1pnh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNpua1pnh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNpua1pnh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNpua1pnh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNpua1pnh .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-uZNpua1pnh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNpua1pnh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNpua1pnh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNpua1pnh .navbar {
    min-height: 72px;
  }
  .cid-uZNpua1pnh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNpua1pnh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNpua1pnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNpua1pnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNpua1pnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNpua1pnh .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-uZNpua1pnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNpua1pnh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNpua1pnh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNpua1pnh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNpua1pnh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNpua1pnh .dropdown-item.active,
.cid-uZNpua1pnh .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNpua1pnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNpua1pnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNpua1pnh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNpua1pnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNpua1pnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNpua1pnh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNpua1pnh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNpua1pnh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNpua1pnh .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNpua1pnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNpua1pnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNpua1pnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNpua1pnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNpua1pnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNpua1pnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNpua1pnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNpua1pnh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNpua1pnh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNpua1pnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNpua1pnh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNpua1pnh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNpua1pnh .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-uZNpua1pnh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNpua1pnh .navbar {
    height: 70px;
  }
  .cid-uZNpua1pnh .navbar.opened {
    height: auto;
  }
  .cid-uZNpua1pnh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNpua1pnh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNpua1pnh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNpua1pnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNpua1pnh .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNpua1pnh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNpua1pnh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNpua1pnh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNpua1pnh .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNpua1pnh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNpua1pnh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNpua1pnh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNpua1pnh .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-uZNpua1pnh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNpua1pnh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNpua1pnh .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNpua1pnh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNpua1pnh .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-uZNpua1pnh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNpua1pnh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNpuam5MD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpuam5MD h6 {
  line-height: 1.2;
}
.cid-uZNpuam5MD img,
.cid-uZNpuam5MD .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpuam5MD .item:focus,
.cid-uZNpuam5MD span:focus {
  outline: none;
}
.cid-uZNpuam5MD .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpuam5MD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpuam5MD .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpuam5MD .mbr-text,
.cid-uZNpuam5MD .mbr-section-btn {
  color: #000000;
}
.cid-uZNpuam5MD .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpuam5MD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpuam5MD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpuam5MD .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpuam5MD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpuaFwwJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpuaFwwJ h6 {
  line-height: 1.2;
}
.cid-uZNpuaFwwJ img,
.cid-uZNpuaFwwJ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpuaFwwJ .item:focus,
.cid-uZNpuaFwwJ span:focus {
  outline: none;
}
.cid-uZNpuaFwwJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpuaFwwJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpuaFwwJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpuaFwwJ .mbr-text,
.cid-uZNpuaFwwJ .mbr-section-btn {
  color: #000000;
}
.cid-uZNpuaFwwJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpuaFwwJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpuaFwwJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpuaFwwJ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpuaFwwJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpuaXcyn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpuaXcyn h6 {
  line-height: 1.2;
}
.cid-uZNpuaXcyn img,
.cid-uZNpuaXcyn .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpuaXcyn .item:focus,
.cid-uZNpuaXcyn span:focus {
  outline: none;
}
.cid-uZNpuaXcyn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpuaXcyn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpuaXcyn .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpuaXcyn .mbr-text,
.cid-uZNpuaXcyn .mbr-section-btn {
  color: #000000;
}
.cid-uZNpuaXcyn .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpuaXcyn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpuaXcyn .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpuaXcyn .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpuaXcyn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpubbtyT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpubbtyT h6 {
  line-height: 1.2;
}
.cid-uZNpubbtyT img,
.cid-uZNpubbtyT .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpubbtyT .item:focus,
.cid-uZNpubbtyT span:focus {
  outline: none;
}
.cid-uZNpubbtyT .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpubbtyT .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpubbtyT .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpubbtyT .mbr-text,
.cid-uZNpubbtyT .mbr-section-btn {
  color: #000000;
}
.cid-uZNpubbtyT .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpubbtyT .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpubbtyT .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpubbtyT .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpubbtyT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpubp64Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpubp64Q h6 {
  line-height: 1.2;
}
.cid-uZNpubp64Q img,
.cid-uZNpubp64Q .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpubp64Q .item:focus,
.cid-uZNpubp64Q span:focus {
  outline: none;
}
.cid-uZNpubp64Q .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpubp64Q .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpubp64Q .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpubp64Q .mbr-text,
.cid-uZNpubp64Q .mbr-section-btn {
  color: #000000;
}
.cid-uZNpubp64Q .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpubp64Q .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpubp64Q .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpubp64Q .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpubp64Q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpubESUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpubESUK h6 {
  line-height: 1.2;
}
.cid-uZNpubESUK img,
.cid-uZNpubESUK .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpubESUK .item:focus,
.cid-uZNpubESUK span:focus {
  outline: none;
}
.cid-uZNpubESUK .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpubESUK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpubESUK .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpubESUK .mbr-text,
.cid-uZNpubESUK .mbr-section-btn {
  color: #000000;
}
.cid-uZNpubESUK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpubESUK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpubESUK .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpubESUK .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpubESUK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpuc0QwY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpuc0QwY h6 {
  line-height: 1.2;
}
.cid-uZNpuc0QwY img,
.cid-uZNpuc0QwY .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpuc0QwY .item:focus,
.cid-uZNpuc0QwY span:focus {
  outline: none;
}
.cid-uZNpuc0QwY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpuc0QwY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpuc0QwY .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpuc0QwY .mbr-text,
.cid-uZNpuc0QwY .mbr-section-btn {
  color: #000000;
}
.cid-uZNpuc0QwY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpuc0QwY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpuc0QwY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpuc0QwY .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpuc0QwY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpucnb8B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpucnb8B h6 {
  line-height: 1.2;
}
.cid-uZNpucnb8B img,
.cid-uZNpucnb8B .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpucnb8B .item:focus,
.cid-uZNpucnb8B span:focus {
  outline: none;
}
.cid-uZNpucnb8B .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpucnb8B .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpucnb8B .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpucnb8B .mbr-text,
.cid-uZNpucnb8B .mbr-section-btn {
  color: #000000;
}
.cid-uZNpucnb8B .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpucnb8B .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpucnb8B .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpucnb8B .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpucnb8B .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNTzEwlPG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNTzEwlPG .justify-content-center {
  align-items: center;
}
.cid-uZNTzEwlPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNTzEwlPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNTzEwlPG .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNTzEwlPG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNTzEwlPG .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNTzEwlPG .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNTzEwlPG .row {
  align-items: center;
}
.cid-uZNTzEwlPG .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNTzEwlPG .card-text {
    text-align: center;
  }
}
.cid-uZTukyD1B2 {
  z-index: 1000;
  width: 100%;
}
.cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTukyD1B2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTukyD1B2 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTukyD1B2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTukyD1B2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTukyD1B2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTukyD1B2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTukyD1B2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTukyD1B2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTukyD1B2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTukyD1B2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTukyD1B2 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTukyD1B2 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTukyD1B2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTukyD1B2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTukyD1B2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTukyD1B2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTukyD1B2 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTukyD1B2 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTukyD1B2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTukyD1B2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTukyD1B2 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTukyD1B2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTukyD1B2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTukyD1B2 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTukyD1B2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTukyD1B2 .nav-item:focus,
.cid-uZTukyD1B2 .nav-link:focus {
  outline: none;
}
.cid-uZTukyD1B2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTukyD1B2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTukyD1B2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTukyD1B2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTukyD1B2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTukyD1B2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTukyD1B2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTukyD1B2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTukyD1B2 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTukyD1B2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZTukyD1B2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTukyD1B2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTukyD1B2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTukyD1B2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTukyD1B2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTukyD1B2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTukyD1B2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTukyD1B2 .navbar {
    min-height: 72px;
  }
  .cid-uZTukyD1B2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTukyD1B2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTukyD1B2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTukyD1B2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTukyD1B2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTukyD1B2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTukyD1B2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTukyD1B2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTukyD1B2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTukyD1B2 .dropdown-item.active,
.cid-uZTukyD1B2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTukyD1B2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTukyD1B2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTukyD1B2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTukyD1B2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTukyD1B2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTukyD1B2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTukyD1B2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTukyD1B2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTukyD1B2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTukyD1B2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTukyD1B2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTukyD1B2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTukyD1B2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTukyD1B2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTukyD1B2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTukyD1B2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTukyD1B2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTukyD1B2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTukyD1B2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTukyD1B2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTukyD1B2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTukyD1B2 .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-uZTukyD1B2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTukyD1B2 .navbar {
    height: 70px;
  }
  .cid-uZTukyD1B2 .navbar.opened {
    height: auto;
  }
  .cid-uZTukyD1B2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTukyD1B2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTukyD1B2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTukyD1B2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTukyD1B2 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTukyD1B2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTukyD1B2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTukyD1B2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTukyD1B2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTukyD1B2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTukyD1B2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTukyD1B2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTukyD1B2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTukyD1B2 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTukyD1B2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTukyD1B2 .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-uZTukyD1B2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTukyD1B2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTukyPYCC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTukyPYCC h6 {
  line-height: 1.2;
}
.cid-uZTukyPYCC img,
.cid-uZTukyPYCC .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTukyPYCC .item:focus,
.cid-uZTukyPYCC span:focus {
  outline: none;
}
.cid-uZTukyPYCC .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTukyPYCC .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTukyPYCC .mbr-section-title {
  color: #ffffff;
}
.cid-uZTukyPYCC .mbr-text,
.cid-uZTukyPYCC .mbr-section-btn {
  color: #000000;
}
.cid-uZTukyPYCC .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTukyPYCC .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTukyPYCC .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTukyPYCC .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTukyPYCC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTukz5VcS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTukz5VcS h6 {
  line-height: 1.2;
}
.cid-uZTukz5VcS img,
.cid-uZTukz5VcS .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTukz5VcS .item:focus,
.cid-uZTukz5VcS span:focus {
  outline: none;
}
.cid-uZTukz5VcS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTukz5VcS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTukz5VcS .mbr-section-title {
  color: #ffffff;
}
.cid-uZTukz5VcS .mbr-text,
.cid-uZTukz5VcS .mbr-section-btn {
  color: #000000;
}
.cid-uZTukz5VcS .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTukz5VcS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTukz5VcS .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTukz5VcS .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTukz5VcS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTukzjiq7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTukzjiq7 h6 {
  line-height: 1.2;
}
.cid-uZTukzjiq7 img,
.cid-uZTukzjiq7 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTukzjiq7 .item:focus,
.cid-uZTukzjiq7 span:focus {
  outline: none;
}
.cid-uZTukzjiq7 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTukzjiq7 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTukzjiq7 .mbr-section-title {
  color: #ffffff;
}
.cid-uZTukzjiq7 .mbr-text,
.cid-uZTukzjiq7 .mbr-section-btn {
  color: #000000;
}
.cid-uZTukzjiq7 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTukzjiq7 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTukzjiq7 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTukzjiq7 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTukzjiq7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTyPmWJQ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTyPmWJQ1 h6 {
  line-height: 1.2;
}
.cid-uZTyPmWJQ1 img,
.cid-uZTyPmWJQ1 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTyPmWJQ1 .item:focus,
.cid-uZTyPmWJQ1 span:focus {
  outline: none;
}
.cid-uZTyPmWJQ1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTyPmWJQ1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTyPmWJQ1 .mbr-section-title {
  color: #ffffff;
}
.cid-uZTyPmWJQ1 .mbr-text,
.cid-uZTyPmWJQ1 .mbr-section-btn {
  color: #000000;
}
.cid-uZTyPmWJQ1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTyPmWJQ1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTyPmWJQ1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTyPmWJQ1 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTyPmWJQ1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTyY1ghsa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTyY1ghsa h6 {
  line-height: 1.2;
}
.cid-uZTyY1ghsa img,
.cid-uZTyY1ghsa .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTyY1ghsa .item:focus,
.cid-uZTyY1ghsa span:focus {
  outline: none;
}
.cid-uZTyY1ghsa .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTyY1ghsa .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTyY1ghsa .mbr-section-title {
  color: #ffffff;
}
.cid-uZTyY1ghsa .mbr-text,
.cid-uZTyY1ghsa .mbr-section-btn {
  color: #000000;
}
.cid-uZTyY1ghsa .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTyY1ghsa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTyY1ghsa .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTyY1ghsa .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTyY1ghsa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTz9TjdPr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTz9TjdPr h6 {
  line-height: 1.2;
}
.cid-uZTz9TjdPr img,
.cid-uZTz9TjdPr .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTz9TjdPr .item:focus,
.cid-uZTz9TjdPr span:focus {
  outline: none;
}
.cid-uZTz9TjdPr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTz9TjdPr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTz9TjdPr .mbr-section-title {
  color: #ffffff;
}
.cid-uZTz9TjdPr .mbr-text,
.cid-uZTz9TjdPr .mbr-section-btn {
  color: #000000;
}
.cid-uZTz9TjdPr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTz9TjdPr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTz9TjdPr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTz9TjdPr .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTz9TjdPr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTukAxdJH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTukAxdJH .justify-content-center {
  align-items: center;
}
.cid-uZTukAxdJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTukAxdJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTukAxdJH .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTukAxdJH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTukAxdJH .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTukAxdJH .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTukAxdJH .row {
  align-items: center;
}
.cid-uZTukAxdJH .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTukAxdJH .card-text {
    text-align: center;
  }
}
.cid-uZTzrkBTli {
  z-index: 1000;
  width: 100%;
}
.cid-uZTzrkBTli .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-uZTzrkBTli .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTzrkBTli .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTzrkBTli .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTzrkBTli .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTzrkBTli .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTzrkBTli .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTzrkBTli .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTzrkBTli .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTzrkBTli .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTzrkBTli .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTzrkBTli .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTzrkBTli .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTzrkBTli .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTzrkBTli .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTzrkBTli .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-uZTzrkBTli .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTzrkBTli .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTzrkBTli .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTzrkBTli .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTzrkBTli .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTzrkBTli .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTzrkBTli .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTzrkBTli .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTzrkBTli .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTzrkBTli .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTzrkBTli .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTzrkBTli .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTzrkBTli .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTzrkBTli .nav-item:focus,
.cid-uZTzrkBTli .nav-link:focus {
  outline: none;
}
.cid-uZTzrkBTli .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTzrkBTli .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTzrkBTli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTzrkBTli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTzrkBTli .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTzrkBTli .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTzrkBTli .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-uZTzrkBTli .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTzrkBTli .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTzrkBTli .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTzrkBTli .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTzrkBTli .navbar.collapsed {
  justify-content: center;
}
.cid-uZTzrkBTli .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTzrkBTli .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTzrkBTli .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTzrkBTli .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTzrkBTli .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTzrkBTli .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-uZTzrkBTli .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTzrkBTli .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTzrkBTli .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTzrkBTli .navbar {
    min-height: 72px;
  }
  .cid-uZTzrkBTli .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTzrkBTli .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTzrkBTli .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTzrkBTli .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTzrkBTli .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTzrkBTli .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-uZTzrkBTli .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTzrkBTli .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTzrkBTli .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTzrkBTli .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTzrkBTli .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTzrkBTli .dropdown-item.active,
.cid-uZTzrkBTli .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTzrkBTli .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTzrkBTli .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTzrkBTli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTzrkBTli .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTzrkBTli .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTzrkBTli .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTzrkBTli ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTzrkBTli .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTzrkBTli .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTzrkBTli button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTzrkBTli button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTzrkBTli button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTzrkBTli button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTzrkBTli button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTzrkBTli button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTzrkBTli nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTzrkBTli nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTzrkBTli nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTzrkBTli nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTzrkBTli .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTzrkBTli a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTzrkBTli .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-uZTzrkBTli .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTzrkBTli .navbar {
    height: 70px;
  }
  .cid-uZTzrkBTli .navbar.opened {
    height: auto;
  }
  .cid-uZTzrkBTli .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTzrkBTli .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTzrkBTli .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTzrkBTli .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTzrkBTli .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTzrkBTli .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTzrkBTli .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTzrkBTli .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTzrkBTli .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTzrkBTli .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTzrkBTli .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTzrkBTli .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTzrkBTli .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-uZTzrkBTli .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTzrkBTli .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTzrkBTli .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTzrkBTli .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTzrkBTli .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-uZTzrkBTli .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTzrkBTli .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTzrkONjW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTzrkONjW h6 {
  line-height: 1.2;
}
.cid-uZTzrkONjW img,
.cid-uZTzrkONjW .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTzrkONjW .item:focus,
.cid-uZTzrkONjW span:focus {
  outline: none;
}
.cid-uZTzrkONjW .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTzrkONjW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTzrkONjW .mbr-section-title {
  color: #ffffff;
}
.cid-uZTzrkONjW .mbr-text,
.cid-uZTzrkONjW .mbr-section-btn {
  color: #000000;
}
.cid-uZTzrkONjW .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTzrkONjW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTzrkONjW .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTzrkONjW .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTzrkONjW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTzrl41Gb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTzrl41Gb h6 {
  line-height: 1.2;
}
.cid-uZTzrl41Gb img,
.cid-uZTzrl41Gb .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTzrl41Gb .item:focus,
.cid-uZTzrl41Gb span:focus {
  outline: none;
}
.cid-uZTzrl41Gb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTzrl41Gb .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTzrl41Gb .mbr-section-title {
  color: #ffffff;
}
.cid-uZTzrl41Gb .mbr-text,
.cid-uZTzrl41Gb .mbr-section-btn {
  color: #000000;
}
.cid-uZTzrl41Gb .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTzrl41Gb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTzrl41Gb .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTzrl41Gb .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTzrl41Gb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTzrljbMS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTzrljbMS h6 {
  line-height: 1.2;
}
.cid-uZTzrljbMS img,
.cid-uZTzrljbMS .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTzrljbMS .item:focus,
.cid-uZTzrljbMS span:focus {
  outline: none;
}
.cid-uZTzrljbMS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTzrljbMS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTzrljbMS .mbr-section-title {
  color: #ffffff;
}
.cid-uZTzrljbMS .mbr-text,
.cid-uZTzrljbMS .mbr-section-btn {
  color: #000000;
}
.cid-uZTzrljbMS .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTzrljbMS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTzrljbMS .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTzrljbMS .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTzrljbMS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTzrlw5PK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTzrlw5PK h6 {
  line-height: 1.2;
}
.cid-uZTzrlw5PK img,
.cid-uZTzrlw5PK .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTzrlw5PK .item:focus,
.cid-uZTzrlw5PK span:focus {
  outline: none;
}
.cid-uZTzrlw5PK .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTzrlw5PK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTzrlw5PK .mbr-section-title {
  color: #ffffff;
}
.cid-uZTzrlw5PK .mbr-text,
.cid-uZTzrlw5PK .mbr-section-btn {
  color: #000000;
}
.cid-uZTzrlw5PK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTzrlw5PK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTzrlw5PK .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTzrlw5PK .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTzrlw5PK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTzrm8dja {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTzrm8dja .justify-content-center {
  align-items: center;
}
.cid-uZTzrm8dja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTzrm8dja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTzrm8dja .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTzrm8dja .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTzrm8dja .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTzrm8dja .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTzrm8dja .row {
  align-items: center;
}
.cid-uZTzrm8dja .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTzrm8dja .card-text {
    text-align: center;
  }
}
.cid-uZTFBDTOMO {
  z-index: 1000;
  width: 100%;
}
.cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTFBDTOMO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTFBDTOMO .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTFBDTOMO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTFBDTOMO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTFBDTOMO .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTFBDTOMO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTFBDTOMO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTFBDTOMO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTFBDTOMO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTFBDTOMO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTFBDTOMO .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTFBDTOMO .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTFBDTOMO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTFBDTOMO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTFBDTOMO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTFBDTOMO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTFBDTOMO .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTFBDTOMO .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTFBDTOMO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTFBDTOMO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTFBDTOMO .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTFBDTOMO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTFBDTOMO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTFBDTOMO .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTFBDTOMO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTFBDTOMO .nav-item:focus,
.cid-uZTFBDTOMO .nav-link:focus {
  outline: none;
}
.cid-uZTFBDTOMO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTFBDTOMO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTFBDTOMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTFBDTOMO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTFBDTOMO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTFBDTOMO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTFBDTOMO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTFBDTOMO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTFBDTOMO .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTFBDTOMO .navbar.collapsed {
  justify-content: center;
}
.cid-uZTFBDTOMO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTFBDTOMO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTFBDTOMO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTFBDTOMO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTFBDTOMO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTFBDTOMO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTFBDTOMO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTFBDTOMO .navbar {
    min-height: 72px;
  }
  .cid-uZTFBDTOMO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTFBDTOMO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTFBDTOMO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTFBDTOMO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTFBDTOMO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTFBDTOMO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTFBDTOMO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTFBDTOMO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTFBDTOMO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTFBDTOMO .dropdown-item.active,
.cid-uZTFBDTOMO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTFBDTOMO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTFBDTOMO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTFBDTOMO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTFBDTOMO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTFBDTOMO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTFBDTOMO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTFBDTOMO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTFBDTOMO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTFBDTOMO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTFBDTOMO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTFBDTOMO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTFBDTOMO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTFBDTOMO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTFBDTOMO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTFBDTOMO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTFBDTOMO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTFBDTOMO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTFBDTOMO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTFBDTOMO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTFBDTOMO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTFBDTOMO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTFBDTOMO .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-uZTFBDTOMO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTFBDTOMO .navbar {
    height: 70px;
  }
  .cid-uZTFBDTOMO .navbar.opened {
    height: auto;
  }
  .cid-uZTFBDTOMO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTFBDTOMO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTFBDTOMO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTFBDTOMO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTFBDTOMO .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTFBDTOMO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTFBDTOMO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTFBDTOMO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTFBDTOMO .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTFBDTOMO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTFBDTOMO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTFBDTOMO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTFBDTOMO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTFBDTOMO .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTFBDTOMO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTFBDTOMO .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-uZTFBDTOMO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTFBDTOMO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTFBE6eOt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTFBE6eOt h6 {
  line-height: 1.2;
}
.cid-uZTFBE6eOt img,
.cid-uZTFBE6eOt .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTFBE6eOt .item:focus,
.cid-uZTFBE6eOt span:focus {
  outline: none;
}
.cid-uZTFBE6eOt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTFBE6eOt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTFBE6eOt .mbr-section-title {
  color: #ffffff;
}
.cid-uZTFBE6eOt .mbr-text,
.cid-uZTFBE6eOt .mbr-section-btn {
  color: #000000;
}
.cid-uZTFBE6eOt .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTFBE6eOt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTFBE6eOt .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTFBE6eOt .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTFBE6eOt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTFBEkWtc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTFBEkWtc h6 {
  line-height: 1.2;
}
.cid-uZTFBEkWtc img,
.cid-uZTFBEkWtc .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTFBEkWtc .item:focus,
.cid-uZTFBEkWtc span:focus {
  outline: none;
}
.cid-uZTFBEkWtc .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTFBEkWtc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTFBEkWtc .mbr-section-title {
  color: #ffffff;
}
.cid-uZTFBEkWtc .mbr-text,
.cid-uZTFBEkWtc .mbr-section-btn {
  color: #000000;
}
.cid-uZTFBEkWtc .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTFBEkWtc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTFBEkWtc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTFBEkWtc .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTFBEkWtc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTFBExRHl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTFBExRHl h6 {
  line-height: 1.2;
}
.cid-uZTFBExRHl img,
.cid-uZTFBExRHl .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTFBExRHl .item:focus,
.cid-uZTFBExRHl span:focus {
  outline: none;
}
.cid-uZTFBExRHl .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTFBExRHl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTFBExRHl .mbr-section-title {
  color: #ffffff;
}
.cid-uZTFBExRHl .mbr-text,
.cid-uZTFBExRHl .mbr-section-btn {
  color: #000000;
}
.cid-uZTFBExRHl .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTFBExRHl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTFBExRHl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTFBExRHl .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTFBExRHl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTFBEJBa9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTFBEJBa9 h6 {
  line-height: 1.2;
}
.cid-uZTFBEJBa9 img,
.cid-uZTFBEJBa9 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTFBEJBa9 .item:focus,
.cid-uZTFBEJBa9 span:focus {
  outline: none;
}
.cid-uZTFBEJBa9 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTFBEJBa9 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTFBEJBa9 .mbr-section-title {
  color: #ffffff;
}
.cid-uZTFBEJBa9 .mbr-text,
.cid-uZTFBEJBa9 .mbr-section-btn {
  color: #000000;
}
.cid-uZTFBEJBa9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTFBEJBa9 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTFBEJBa9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTFBEJBa9 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTFBEJBa9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTGt88lRg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTGt88lRg h6 {
  line-height: 1.2;
}
.cid-uZTGt88lRg img,
.cid-uZTGt88lRg .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTGt88lRg .item:focus,
.cid-uZTGt88lRg span:focus {
  outline: none;
}
.cid-uZTGt88lRg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTGt88lRg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTGt88lRg .mbr-section-title {
  color: #ffffff;
}
.cid-uZTGt88lRg .mbr-text,
.cid-uZTGt88lRg .mbr-section-btn {
  color: #000000;
}
.cid-uZTGt88lRg .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTGt88lRg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTGt88lRg .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTGt88lRg .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTGt88lRg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTGF012KU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTGF012KU h6 {
  line-height: 1.2;
}
.cid-uZTGF012KU img,
.cid-uZTGF012KU .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTGF012KU .item:focus,
.cid-uZTGF012KU span:focus {
  outline: none;
}
.cid-uZTGF012KU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTGF012KU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTGF012KU .mbr-section-title {
  color: #ffffff;
}
.cid-uZTGF012KU .mbr-text,
.cid-uZTGF012KU .mbr-section-btn {
  color: #000000;
}
.cid-uZTGF012KU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTGF012KU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTGF012KU .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTGF012KU .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTGF012KU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTFBF2CFQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTFBF2CFQ .justify-content-center {
  align-items: center;
}
.cid-uZTFBF2CFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTFBF2CFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTFBF2CFQ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTFBF2CFQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTFBF2CFQ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTFBF2CFQ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTFBF2CFQ .row {
  align-items: center;
}
.cid-uZTFBF2CFQ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTFBF2CFQ .card-text {
    text-align: center;
  }
}
.cid-uZTGXzuTMV {
  z-index: 1000;
  width: 100%;
}
.cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTGXzuTMV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTGXzuTMV .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTGXzuTMV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTGXzuTMV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTGXzuTMV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTGXzuTMV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTGXzuTMV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTGXzuTMV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTGXzuTMV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTGXzuTMV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTGXzuTMV .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTGXzuTMV .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTGXzuTMV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTGXzuTMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTGXzuTMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTGXzuTMV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTGXzuTMV .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTGXzuTMV .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTGXzuTMV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTGXzuTMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTGXzuTMV .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTGXzuTMV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTGXzuTMV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTGXzuTMV .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTGXzuTMV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTGXzuTMV .nav-item:focus,
.cid-uZTGXzuTMV .nav-link:focus {
  outline: none;
}
.cid-uZTGXzuTMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTGXzuTMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTGXzuTMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTGXzuTMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTGXzuTMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTGXzuTMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTGXzuTMV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTGXzuTMV .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTGXzuTMV .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTGXzuTMV .navbar.collapsed {
  justify-content: center;
}
.cid-uZTGXzuTMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTGXzuTMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTGXzuTMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTGXzuTMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTGXzuTMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTGXzuTMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTGXzuTMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTGXzuTMV .navbar {
    min-height: 72px;
  }
  .cid-uZTGXzuTMV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTGXzuTMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTGXzuTMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTGXzuTMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTGXzuTMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTGXzuTMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTGXzuTMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTGXzuTMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTGXzuTMV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTGXzuTMV .dropdown-item.active,
.cid-uZTGXzuTMV .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTGXzuTMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTGXzuTMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTGXzuTMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTGXzuTMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTGXzuTMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTGXzuTMV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTGXzuTMV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTGXzuTMV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTGXzuTMV .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTGXzuTMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTGXzuTMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTGXzuTMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTGXzuTMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTGXzuTMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTGXzuTMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTGXzuTMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTGXzuTMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTGXzuTMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTGXzuTMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTGXzuTMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTGXzuTMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTGXzuTMV .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-uZTGXzuTMV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTGXzuTMV .navbar {
    height: 70px;
  }
  .cid-uZTGXzuTMV .navbar.opened {
    height: auto;
  }
  .cid-uZTGXzuTMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTGXzuTMV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTGXzuTMV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTGXzuTMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTGXzuTMV .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTGXzuTMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTGXzuTMV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTGXzuTMV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTGXzuTMV .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTGXzuTMV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTGXzuTMV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTGXzuTMV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTGXzuTMV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTGXzuTMV .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTGXzuTMV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTGXzuTMV .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-uZTGXzuTMV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTGXzuTMV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTGXzRUhh {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTGXzRUhh h6 {
  line-height: 1.2;
}
.cid-uZTGXzRUhh img,
.cid-uZTGXzRUhh .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTGXzRUhh .item:focus,
.cid-uZTGXzRUhh span:focus {
  outline: none;
}
.cid-uZTGXzRUhh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTGXzRUhh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTGXzRUhh .mbr-section-title {
  color: #ffffff;
}
.cid-uZTGXzRUhh .mbr-text,
.cid-uZTGXzRUhh .mbr-section-btn {
  color: #000000;
}
.cid-uZTGXzRUhh .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTGXzRUhh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTGXzRUhh .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTGXzRUhh .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTGXzRUhh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTGXA7KIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTGXA7KIf h6 {
  line-height: 1.2;
}
.cid-uZTGXA7KIf img,
.cid-uZTGXA7KIf .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTGXA7KIf .item:focus,
.cid-uZTGXA7KIf span:focus {
  outline: none;
}
.cid-uZTGXA7KIf .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTGXA7KIf .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTGXA7KIf .mbr-section-title {
  color: #ffffff;
}
.cid-uZTGXA7KIf .mbr-text,
.cid-uZTGXA7KIf .mbr-section-btn {
  color: #000000;
}
.cid-uZTGXA7KIf .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTGXA7KIf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTGXA7KIf .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTGXA7KIf .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTGXA7KIf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTGXAl10N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTGXAl10N h6 {
  line-height: 1.2;
}
.cid-uZTGXAl10N img,
.cid-uZTGXAl10N .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTGXAl10N .item:focus,
.cid-uZTGXAl10N span:focus {
  outline: none;
}
.cid-uZTGXAl10N .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTGXAl10N .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTGXAl10N .mbr-section-title {
  color: #ffffff;
}
.cid-uZTGXAl10N .mbr-text,
.cid-uZTGXAl10N .mbr-section-btn {
  color: #000000;
}
.cid-uZTGXAl10N .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTGXAl10N .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTGXAl10N .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTGXAl10N .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTGXAl10N .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTGXBsWtJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTGXBsWtJ .justify-content-center {
  align-items: center;
}
.cid-uZTGXBsWtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTGXBsWtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTGXBsWtJ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTGXBsWtJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTGXBsWtJ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTGXBsWtJ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTGXBsWtJ .row {
  align-items: center;
}
.cid-uZTGXBsWtJ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTGXBsWtJ .card-text {
    text-align: center;
  }
}
.cid-uZTHynhODk {
  z-index: 1000;
  width: 100%;
}
.cid-uZTHynhODk .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-uZTHynhODk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTHynhODk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTHynhODk .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTHynhODk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTHynhODk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTHynhODk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTHynhODk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTHynhODk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTHynhODk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTHynhODk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTHynhODk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTHynhODk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTHynhODk .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTHynhODk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTHynhODk .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-uZTHynhODk .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTHynhODk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTHynhODk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTHynhODk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTHynhODk .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTHynhODk .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTHynhODk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTHynhODk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTHynhODk .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTHynhODk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTHynhODk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTHynhODk .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTHynhODk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTHynhODk .nav-item:focus,
.cid-uZTHynhODk .nav-link:focus {
  outline: none;
}
.cid-uZTHynhODk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTHynhODk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTHynhODk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTHynhODk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTHynhODk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTHynhODk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTHynhODk .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-uZTHynhODk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTHynhODk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTHynhODk .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTHynhODk .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTHynhODk .navbar.collapsed {
  justify-content: center;
}
.cid-uZTHynhODk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTHynhODk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTHynhODk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTHynhODk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTHynhODk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTHynhODk .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-uZTHynhODk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTHynhODk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTHynhODk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTHynhODk .navbar {
    min-height: 72px;
  }
  .cid-uZTHynhODk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTHynhODk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTHynhODk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTHynhODk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTHynhODk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTHynhODk .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-uZTHynhODk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTHynhODk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTHynhODk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTHynhODk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTHynhODk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTHynhODk .dropdown-item.active,
.cid-uZTHynhODk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTHynhODk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTHynhODk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTHynhODk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTHynhODk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTHynhODk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTHynhODk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTHynhODk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTHynhODk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTHynhODk .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTHynhODk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTHynhODk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTHynhODk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTHynhODk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTHynhODk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTHynhODk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTHynhODk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTHynhODk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTHynhODk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTHynhODk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTHynhODk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTHynhODk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTHynhODk .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-uZTHynhODk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTHynhODk .navbar {
    height: 70px;
  }
  .cid-uZTHynhODk .navbar.opened {
    height: auto;
  }
  .cid-uZTHynhODk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTHynhODk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTHynhODk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTHynhODk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTHynhODk .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTHynhODk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTHynhODk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTHynhODk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTHynhODk .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTHynhODk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTHynhODk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTHynhODk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTHynhODk .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-uZTHynhODk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTHynhODk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTHynhODk .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTHynhODk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTHynhODk .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-uZTHynhODk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTHynhODk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTHynxErI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTHynxErI h6 {
  line-height: 1.2;
}
.cid-uZTHynxErI img,
.cid-uZTHynxErI .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTHynxErI .item:focus,
.cid-uZTHynxErI span:focus {
  outline: none;
}
.cid-uZTHynxErI .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTHynxErI .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTHynxErI .mbr-section-title {
  color: #ffffff;
}
.cid-uZTHynxErI .mbr-text,
.cid-uZTHynxErI .mbr-section-btn {
  color: #000000;
}
.cid-uZTHynxErI .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTHynxErI .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTHynxErI .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTHynxErI .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTHynxErI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTHynNk2i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTHynNk2i h6 {
  line-height: 1.2;
}
.cid-uZTHynNk2i img,
.cid-uZTHynNk2i .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTHynNk2i .item:focus,
.cid-uZTHynNk2i span:focus {
  outline: none;
}
.cid-uZTHynNk2i .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTHynNk2i .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTHynNk2i .mbr-section-title {
  color: #ffffff;
}
.cid-uZTHynNk2i .mbr-text,
.cid-uZTHynNk2i .mbr-section-btn {
  color: #000000;
}
.cid-uZTHynNk2i .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTHynNk2i .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTHynNk2i .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTHynNk2i .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTHynNk2i .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTHyo4WZi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTHyo4WZi h6 {
  line-height: 1.2;
}
.cid-uZTHyo4WZi img,
.cid-uZTHyo4WZi .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTHyo4WZi .item:focus,
.cid-uZTHyo4WZi span:focus {
  outline: none;
}
.cid-uZTHyo4WZi .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTHyo4WZi .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTHyo4WZi .mbr-section-title {
  color: #ffffff;
}
.cid-uZTHyo4WZi .mbr-text,
.cid-uZTHyo4WZi .mbr-section-btn {
  color: #000000;
}
.cid-uZTHyo4WZi .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTHyo4WZi .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTHyo4WZi .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTHyo4WZi .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTHyo4WZi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTJr649PE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTJr649PE h6 {
  line-height: 1.2;
}
.cid-uZTJr649PE img,
.cid-uZTJr649PE .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTJr649PE .item:focus,
.cid-uZTJr649PE span:focus {
  outline: none;
}
.cid-uZTJr649PE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTJr649PE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTJr649PE .mbr-section-title {
  color: #ffffff;
}
.cid-uZTJr649PE .mbr-text,
.cid-uZTJr649PE .mbr-section-btn {
  color: #000000;
}
.cid-uZTJr649PE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTJr649PE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTJr649PE .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTJr649PE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTJr649PE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTHyohSbb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTHyohSbb .justify-content-center {
  align-items: center;
}
.cid-uZTHyohSbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTHyohSbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTHyohSbb .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTHyohSbb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTHyohSbb .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTHyohSbb .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTHyohSbb .row {
  align-items: center;
}
.cid-uZTHyohSbb .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTHyohSbb .card-text {
    text-align: center;
  }
}
.cid-uZTJIRD510 {
  z-index: 1000;
  width: 100%;
}
.cid-uZTJIRD510 .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-uZTJIRD510 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTJIRD510 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTJIRD510 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTJIRD510 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTJIRD510 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTJIRD510 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTJIRD510 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTJIRD510 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTJIRD510 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTJIRD510 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTJIRD510 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTJIRD510 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTJIRD510 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTJIRD510 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTJIRD510 .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-uZTJIRD510 .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTJIRD510 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTJIRD510 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTJIRD510 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTJIRD510 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTJIRD510 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTJIRD510 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTJIRD510 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTJIRD510 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTJIRD510 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTJIRD510 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTJIRD510 .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTJIRD510 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTJIRD510 .nav-item:focus,
.cid-uZTJIRD510 .nav-link:focus {
  outline: none;
}
.cid-uZTJIRD510 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTJIRD510 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTJIRD510 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTJIRD510 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTJIRD510 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTJIRD510 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTJIRD510 .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-uZTJIRD510 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTJIRD510 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTJIRD510 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTJIRD510 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTJIRD510 .navbar.collapsed {
  justify-content: center;
}
.cid-uZTJIRD510 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTJIRD510 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTJIRD510 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTJIRD510 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTJIRD510 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTJIRD510 .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-uZTJIRD510 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTJIRD510 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTJIRD510 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTJIRD510 .navbar {
    min-height: 72px;
  }
  .cid-uZTJIRD510 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTJIRD510 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTJIRD510 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTJIRD510 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTJIRD510 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTJIRD510 .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-uZTJIRD510 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTJIRD510 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTJIRD510 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTJIRD510 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTJIRD510 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTJIRD510 .dropdown-item.active,
.cid-uZTJIRD510 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTJIRD510 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTJIRD510 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTJIRD510 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTJIRD510 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTJIRD510 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTJIRD510 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTJIRD510 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTJIRD510 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTJIRD510 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTJIRD510 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTJIRD510 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTJIRD510 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTJIRD510 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTJIRD510 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTJIRD510 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTJIRD510 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTJIRD510 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTJIRD510 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTJIRD510 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTJIRD510 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTJIRD510 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTJIRD510 .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-uZTJIRD510 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTJIRD510 .navbar {
    height: 70px;
  }
  .cid-uZTJIRD510 .navbar.opened {
    height: auto;
  }
  .cid-uZTJIRD510 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTJIRD510 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTJIRD510 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTJIRD510 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTJIRD510 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTJIRD510 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTJIRD510 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTJIRD510 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTJIRD510 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTJIRD510 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTJIRD510 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTJIRD510 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTJIRD510 .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-uZTJIRD510 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTJIRD510 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTJIRD510 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTJIRD510 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTJIRD510 .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-uZTJIRD510 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTJIRD510 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTJIRVzEB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTJIRVzEB h6 {
  line-height: 1.2;
}
.cid-uZTJIRVzEB img,
.cid-uZTJIRVzEB .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTJIRVzEB .item:focus,
.cid-uZTJIRVzEB span:focus {
  outline: none;
}
.cid-uZTJIRVzEB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTJIRVzEB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTJIRVzEB .mbr-section-title {
  color: #ffffff;
}
.cid-uZTJIRVzEB .mbr-text,
.cid-uZTJIRVzEB .mbr-section-btn {
  color: #000000;
}
.cid-uZTJIRVzEB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTJIRVzEB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTJIRVzEB .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTJIRVzEB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTJIRVzEB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTJIScB3I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTJIScB3I h6 {
  line-height: 1.2;
}
.cid-uZTJIScB3I img,
.cid-uZTJIScB3I .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTJIScB3I .item:focus,
.cid-uZTJIScB3I span:focus {
  outline: none;
}
.cid-uZTJIScB3I .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTJIScB3I .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTJIScB3I .mbr-section-title {
  color: #ffffff;
}
.cid-uZTJIScB3I .mbr-text,
.cid-uZTJIScB3I .mbr-section-btn {
  color: #000000;
}
.cid-uZTJIScB3I .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTJIScB3I .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTJIScB3I .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTJIScB3I .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTJIScB3I .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTJISpPVR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTJISpPVR h6 {
  line-height: 1.2;
}
.cid-uZTJISpPVR img,
.cid-uZTJISpPVR .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTJISpPVR .item:focus,
.cid-uZTJISpPVR span:focus {
  outline: none;
}
.cid-uZTJISpPVR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTJISpPVR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTJISpPVR .mbr-section-title {
  color: #ffffff;
}
.cid-uZTJISpPVR .mbr-text,
.cid-uZTJISpPVR .mbr-section-btn {
  color: #000000;
}
.cid-uZTJISpPVR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTJISpPVR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTJISpPVR .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTJISpPVR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTJISpPVR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTJISzBhE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTJISzBhE h6 {
  line-height: 1.2;
}
.cid-uZTJISzBhE img,
.cid-uZTJISzBhE .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTJISzBhE .item:focus,
.cid-uZTJISzBhE span:focus {
  outline: none;
}
.cid-uZTJISzBhE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTJISzBhE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTJISzBhE .mbr-section-title {
  color: #ffffff;
}
.cid-uZTJISzBhE .mbr-text,
.cid-uZTJISzBhE .mbr-section-btn {
  color: #000000;
}
.cid-uZTJISzBhE .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTJISzBhE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTJISzBhE .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTJISzBhE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTJISzBhE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTJISNm81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTJISNm81 .justify-content-center {
  align-items: center;
}
.cid-uZTJISNm81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTJISNm81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTJISNm81 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTJISNm81 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTJISNm81 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTJISNm81 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTJISNm81 .row {
  align-items: center;
}
.cid-uZTJISNm81 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTJISNm81 .card-text {
    text-align: center;
  }
}
.cid-uZTwn59wLF {
  z-index: 1000;
  width: 100%;
}
.cid-uZTwn59wLF .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-uZTwn59wLF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZTwn59wLF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZTwn59wLF .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZTwn59wLF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZTwn59wLF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZTwn59wLF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZTwn59wLF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZTwn59wLF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZTwn59wLF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZTwn59wLF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZTwn59wLF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZTwn59wLF .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZTwn59wLF .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZTwn59wLF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZTwn59wLF .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-uZTwn59wLF .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZTwn59wLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTwn59wLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTwn59wLF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZTwn59wLF .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZTwn59wLF .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTwn59wLF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZTwn59wLF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZTwn59wLF .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZTwn59wLF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTwn59wLF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZTwn59wLF .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTwn59wLF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZTwn59wLF .nav-item:focus,
.cid-uZTwn59wLF .nav-link:focus {
  outline: none;
}
.cid-uZTwn59wLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTwn59wLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTwn59wLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTwn59wLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTwn59wLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTwn59wLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTwn59wLF .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-uZTwn59wLF .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTwn59wLF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTwn59wLF .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTwn59wLF .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZTwn59wLF .navbar.collapsed {
  justify-content: center;
}
.cid-uZTwn59wLF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTwn59wLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTwn59wLF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZTwn59wLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTwn59wLF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTwn59wLF .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-uZTwn59wLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTwn59wLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTwn59wLF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZTwn59wLF .navbar {
    min-height: 72px;
  }
  .cid-uZTwn59wLF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZTwn59wLF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTwn59wLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTwn59wLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTwn59wLF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTwn59wLF .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-uZTwn59wLF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTwn59wLF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZTwn59wLF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTwn59wLF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZTwn59wLF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZTwn59wLF .dropdown-item.active,
.cid-uZTwn59wLF .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTwn59wLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTwn59wLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTwn59wLF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTwn59wLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZTwn59wLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZTwn59wLF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZTwn59wLF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTwn59wLF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZTwn59wLF .navbar-buttons {
    text-align: left;
  }
}
.cid-uZTwn59wLF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTwn59wLF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZTwn59wLF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTwn59wLF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTwn59wLF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTwn59wLF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTwn59wLF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTwn59wLF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTwn59wLF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTwn59wLF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTwn59wLF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZTwn59wLF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTwn59wLF .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-uZTwn59wLF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTwn59wLF .navbar {
    height: 70px;
  }
  .cid-uZTwn59wLF .navbar.opened {
    height: auto;
  }
  .cid-uZTwn59wLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTwn59wLF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZTwn59wLF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZTwn59wLF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZTwn59wLF .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZTwn59wLF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZTwn59wLF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZTwn59wLF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZTwn59wLF .navbar-brand {
    margin-right: auto;
  }
  .cid-uZTwn59wLF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZTwn59wLF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZTwn59wLF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZTwn59wLF .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-uZTwn59wLF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZTwn59wLF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZTwn59wLF .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZTwn59wLF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZTwn59wLF .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-uZTwn59wLF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZTwn59wLF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZTwn5nkFt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwn5nkFt h6 {
  line-height: 1.2;
}
.cid-uZTwn5nkFt img,
.cid-uZTwn5nkFt .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTwn5nkFt .item:focus,
.cid-uZTwn5nkFt span:focus {
  outline: none;
}
.cid-uZTwn5nkFt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTwn5nkFt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTwn5nkFt .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwn5nkFt .mbr-text,
.cid-uZTwn5nkFt .mbr-section-btn {
  color: #000000;
}
.cid-uZTwn5nkFt .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5nkFt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5nkFt .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5nkFt .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTwn5nkFt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwn5AU5P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwn5AU5P h6 {
  line-height: 1.2;
}
.cid-uZTwn5AU5P img,
.cid-uZTwn5AU5P .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTwn5AU5P .item:focus,
.cid-uZTwn5AU5P span:focus {
  outline: none;
}
.cid-uZTwn5AU5P .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTwn5AU5P .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTwn5AU5P .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwn5AU5P .mbr-text,
.cid-uZTwn5AU5P .mbr-section-btn {
  color: #000000;
}
.cid-uZTwn5AU5P .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5AU5P .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5AU5P .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5AU5P .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTwn5AU5P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwn5Msc6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwn5Msc6 h6 {
  line-height: 1.2;
}
.cid-uZTwn5Msc6 img,
.cid-uZTwn5Msc6 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTwn5Msc6 .item:focus,
.cid-uZTwn5Msc6 span:focus {
  outline: none;
}
.cid-uZTwn5Msc6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTwn5Msc6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTwn5Msc6 .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwn5Msc6 .mbr-text,
.cid-uZTwn5Msc6 .mbr-section-btn {
  color: #000000;
}
.cid-uZTwn5Msc6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5Msc6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5Msc6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTwn5Msc6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTwn5Msc6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwt3Iw3X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwt3Iw3X h6 {
  line-height: 1.2;
}
.cid-uZTwt3Iw3X img,
.cid-uZTwt3Iw3X .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTwt3Iw3X .item:focus,
.cid-uZTwt3Iw3X span:focus {
  outline: none;
}
.cid-uZTwt3Iw3X .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTwt3Iw3X .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTwt3Iw3X .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwt3Iw3X .mbr-text,
.cid-uZTwt3Iw3X .mbr-section-btn {
  color: #000000;
}
.cid-uZTwt3Iw3X .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTwt3Iw3X .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTwt3Iw3X .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTwt3Iw3X .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTwt3Iw3X .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwtFN6Ho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwtFN6Ho h6 {
  line-height: 1.2;
}
.cid-uZTwtFN6Ho img,
.cid-uZTwtFN6Ho .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTwtFN6Ho .item:focus,
.cid-uZTwtFN6Ho span:focus {
  outline: none;
}
.cid-uZTwtFN6Ho .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTwtFN6Ho .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTwtFN6Ho .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwtFN6Ho .mbr-text,
.cid-uZTwtFN6Ho .mbr-section-btn {
  color: #000000;
}
.cid-uZTwtFN6Ho .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTwtFN6Ho .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTwtFN6Ho .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTwtFN6Ho .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTwtFN6Ho .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwU8T83E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwU8T83E h6 {
  line-height: 1.2;
}
.cid-uZTwU8T83E img,
.cid-uZTwU8T83E .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZTwU8T83E .item:focus,
.cid-uZTwU8T83E span:focus {
  outline: none;
}
.cid-uZTwU8T83E .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZTwU8T83E .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZTwU8T83E .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwU8T83E .mbr-text,
.cid-uZTwU8T83E .mbr-section-btn {
  color: #000000;
}
.cid-uZTwU8T83E .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZTwU8T83E .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZTwU8T83E .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZTwU8T83E .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZTwU8T83E .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwn5X4YY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTwn5X4YY .justify-content-center {
  align-items: center;
}
.cid-uZTwn5X4YY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTwn5X4YY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTwn5X4YY .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZTwn5X4YY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZTwn5X4YY .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZTwn5X4YY .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZTwn5X4YY .row {
  align-items: center;
}
.cid-uZTwn5X4YY .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZTwn5X4YY .card-text {
    text-align: center;
  }
}
.cid-uZNpU9Y3pV {
  z-index: 1000;
  width: 100%;
}
.cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZNpU9Y3pV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uZNpU9Y3pV .navbar-nav {
    max-width: 45%;
  }
}
.cid-uZNpU9Y3pV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uZNpU9Y3pV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZNpU9Y3pV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZNpU9Y3pV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZNpU9Y3pV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZNpU9Y3pV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZNpU9Y3pV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZNpU9Y3pV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZNpU9Y3pV .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZNpU9Y3pV .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uZNpU9Y3pV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uZNpU9Y3pV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNpU9Y3pV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNpU9Y3pV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZNpU9Y3pV .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uZNpU9Y3pV .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNpU9Y3pV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZNpU9Y3pV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZNpU9Y3pV .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZNpU9Y3pV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZNpU9Y3pV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZNpU9Y3pV .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNpU9Y3pV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uZNpU9Y3pV .nav-item:focus,
.cid-uZNpU9Y3pV .nav-link:focus {
  outline: none;
}
.cid-uZNpU9Y3pV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNpU9Y3pV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNpU9Y3pV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNpU9Y3pV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNpU9Y3pV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNpU9Y3pV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNpU9Y3pV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNpU9Y3pV .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNpU9Y3pV .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uZNpU9Y3pV .navbar.collapsed {
  justify-content: center;
}
.cid-uZNpU9Y3pV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNpU9Y3pV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNpU9Y3pV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-uZNpU9Y3pV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNpU9Y3pV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNpU9Y3pV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNpU9Y3pV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZNpU9Y3pV .navbar {
    min-height: 72px;
  }
  .cid-uZNpU9Y3pV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZNpU9Y3pV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNpU9Y3pV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNpU9Y3pV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNpU9Y3pV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNpU9Y3pV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZNpU9Y3pV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNpU9Y3pV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZNpU9Y3pV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZNpU9Y3pV .dropdown-item.active,
.cid-uZNpU9Y3pV .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNpU9Y3pV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNpU9Y3pV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNpU9Y3pV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNpU9Y3pV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uZNpU9Y3pV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZNpU9Y3pV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZNpU9Y3pV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNpU9Y3pV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZNpU9Y3pV .navbar-buttons {
    text-align: left;
  }
}
.cid-uZNpU9Y3pV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNpU9Y3pV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZNpU9Y3pV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNpU9Y3pV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNpU9Y3pV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNpU9Y3pV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNpU9Y3pV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNpU9Y3pV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNpU9Y3pV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNpU9Y3pV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNpU9Y3pV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZNpU9Y3pV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNpU9Y3pV .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-uZNpU9Y3pV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNpU9Y3pV .navbar {
    height: 70px;
  }
  .cid-uZNpU9Y3pV .navbar.opened {
    height: auto;
  }
  .cid-uZNpU9Y3pV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZNpU9Y3pV .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZNpU9Y3pV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZNpU9Y3pV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZNpU9Y3pV .navbar-brand {
    margin-right: auto;
  }
  .cid-uZNpU9Y3pV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZNpU9Y3pV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZNpU9Y3pV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZNpU9Y3pV .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZNpU9Y3pV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZNpU9Y3pV .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-uZNpU9Y3pV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZNpU9Y3pV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZNpUadKCu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpUadKCu h6 {
  line-height: 1.2;
}
.cid-uZNpUadKCu img,
.cid-uZNpUadKCu .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpUadKCu .item:focus,
.cid-uZNpUadKCu span:focus {
  outline: none;
}
.cid-uZNpUadKCu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpUadKCu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpUadKCu .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpUadKCu .mbr-text,
.cid-uZNpUadKCu .mbr-section-btn {
  color: #000000;
}
.cid-uZNpUadKCu .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpUadKCu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpUadKCu .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpUadKCu .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpUadKCu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpUathYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpUathYr h6 {
  line-height: 1.2;
}
.cid-uZNpUathYr img,
.cid-uZNpUathYr .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpUathYr .item:focus,
.cid-uZNpUathYr span:focus {
  outline: none;
}
.cid-uZNpUathYr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpUathYr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpUathYr .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpUathYr .mbr-text,
.cid-uZNpUathYr .mbr-section-btn {
  color: #000000;
}
.cid-uZNpUathYr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpUathYr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpUathYr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpUathYr .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpUathYr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpUaIYL3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpUaIYL3 h6 {
  line-height: 1.2;
}
.cid-uZNpUaIYL3 img,
.cid-uZNpUaIYL3 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpUaIYL3 .item:focus,
.cid-uZNpUaIYL3 span:focus {
  outline: none;
}
.cid-uZNpUaIYL3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpUaIYL3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpUaIYL3 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpUaIYL3 .mbr-text,
.cid-uZNpUaIYL3 .mbr-section-btn {
  color: #000000;
}
.cid-uZNpUaIYL3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpUaIYL3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpUaIYL3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpUaIYL3 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpUaIYL3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNpUaYDa7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZNpUaYDa7 h6 {
  line-height: 1.2;
}
.cid-uZNpUaYDa7 img,
.cid-uZNpUaYDa7 .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZNpUaYDa7 .item:focus,
.cid-uZNpUaYDa7 span:focus {
  outline: none;
}
.cid-uZNpUaYDa7 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZNpUaYDa7 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uZNpUaYDa7 .mbr-section-title {
  color: #ffffff;
}
.cid-uZNpUaYDa7 .mbr-text,
.cid-uZNpUaYDa7 .mbr-section-btn {
  color: #000000;
}
.cid-uZNpUaYDa7 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZNpUaYDa7 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZNpUaYDa7 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZNpUaYDa7 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZNpUaYDa7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNUX3oHRn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZNUX3oHRn .justify-content-center {
  align-items: center;
}
.cid-uZNUX3oHRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNUX3oHRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNUX3oHRn .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZNUX3oHRn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZNUX3oHRn .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZNUX3oHRn .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZNUX3oHRn .row {
  align-items: center;
}
.cid-uZNUX3oHRn .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZNUX3oHRn .card-text {
    text-align: center;
  }
}
.cid-v0lPj0wENX {
  z-index: 1000;
  width: 100%;
}
.cid-v0lPj0wENX .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-v0lPj0wENX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v0lPj0wENX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v0lPj0wENX .navbar-nav {
    max-width: 45%;
  }
}
.cid-v0lPj0wENX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v0lPj0wENX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v0lPj0wENX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v0lPj0wENX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v0lPj0wENX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v0lPj0wENX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v0lPj0wENX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v0lPj0wENX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v0lPj0wENX .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v0lPj0wENX .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v0lPj0wENX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v0lPj0wENX .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-v0lPj0wENX .navbar-brand img {
  border-radius: 0px !important;
}
.cid-v0lPj0wENX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0lPj0wENX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0lPj0wENX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v0lPj0wENX .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v0lPj0wENX .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lPj0wENX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v0lPj0wENX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v0lPj0wENX .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v0lPj0wENX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lPj0wENX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v0lPj0wENX .iconfont-wrapper {
  color: #ed85be !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0lPj0wENX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-v0lPj0wENX .nav-item:focus,
.cid-v0lPj0wENX .nav-link:focus {
  outline: none;
}
.cid-v0lPj0wENX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0lPj0wENX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0lPj0wENX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0lPj0wENX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0lPj0wENX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0lPj0wENX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0lPj0wENX .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-v0lPj0wENX .navbar.opened {
  transition: all 0.3s;
}
.cid-v0lPj0wENX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0lPj0wENX .navbar .navbar-logo img {
  width: auto;
}
.cid-v0lPj0wENX .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v0lPj0wENX .navbar.collapsed {
  justify-content: center;
}
.cid-v0lPj0wENX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0lPj0wENX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0lPj0wENX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-v0lPj0wENX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0lPj0wENX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0lPj0wENX .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-v0lPj0wENX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0lPj0wENX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0lPj0wENX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v0lPj0wENX .navbar {
    min-height: 72px;
  }
  .cid-v0lPj0wENX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v0lPj0wENX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0lPj0wENX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0lPj0wENX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0lPj0wENX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0lPj0wENX .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-v0lPj0wENX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0lPj0wENX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v0lPj0wENX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0lPj0wENX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0lPj0wENX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v0lPj0wENX .dropdown-item.active,
.cid-v0lPj0wENX .dropdown-item:active {
  background-color: transparent;
}
.cid-v0lPj0wENX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0lPj0wENX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0lPj0wENX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0lPj0wENX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v0lPj0wENX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v0lPj0wENX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v0lPj0wENX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0lPj0wENX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v0lPj0wENX .navbar-buttons {
    text-align: left;
  }
}
.cid-v0lPj0wENX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0lPj0wENX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0lPj0wENX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0lPj0wENX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0lPj0wENX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0lPj0wENX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0lPj0wENX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0lPj0wENX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0lPj0wENX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0lPj0wENX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0lPj0wENX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0lPj0wENX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0lPj0wENX .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-v0lPj0wENX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0lPj0wENX .navbar {
    height: 70px;
  }
  .cid-v0lPj0wENX .navbar.opened {
    height: auto;
  }
  .cid-v0lPj0wENX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0lPj0wENX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v0lPj0wENX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v0lPj0wENX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v0lPj0wENX .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: .3s all;
  transform: rotate(-90deg);
}
.cid-v0lPj0wENX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v0lPj0wENX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v0lPj0wENX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v0lPj0wENX .navbar-brand {
    margin-right: auto;
  }
  .cid-v0lPj0wENX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v0lPj0wENX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v0lPj0wENX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v0lPj0wENX .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-v0lPj0wENX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v0lPj0wENX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v0lPj0wENX .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-v0lPj0wENX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v0lPj0wENX .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-v0lPj0wENX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v0lPj0wENX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0lPj174JJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0lPj174JJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0lPj174JJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v0lPj174JJ .item-wrapper {
  position: relative;
}
.cid-v0lPj174JJ .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-v0lPj174JJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0lPj174JJ .carousel-control,
.cid-v0lPj174JJ .close {
  background: #1b1b1b;
}
.cid-v0lPj174JJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0lPj174JJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0lPj174JJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0lPj174JJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0lPj174JJ .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-v0lPj174JJ .close::before {
  content: '\e91a';
}
.cid-v0lPj174JJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0lPj174JJ .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-v0lPj174JJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lPj174JJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0lPj174JJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0lPj174JJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0lPj174JJ .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-v0lPj174JJ .carousel-indicators li.active,
.cid-v0lPj174JJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0lPj174JJ .carousel-indicators li::after,
.cid-v0lPj174JJ .carousel-indicators li::before {
  content: none;
}
.cid-v0lPj174JJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0lPj174JJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0lPj174JJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lPj174JJ .carousel-indicators {
    display: none;
  }
}
.cid-v0lPj174JJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0lPj174JJ .carousel-inner > .active {
  display: block;
}
.cid-v0lPj174JJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lPj174JJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0lPj174JJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0lPj174JJ .carousel-control,
  .cid-v0lPj174JJ .carousel-indicators,
  .cid-v0lPj174JJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0lPj174JJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0lPj174JJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0lPj174JJ .carousel-indicators .active,
.cid-v0lPj174JJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0lPj174JJ .carousel-indicators .active {
  background: #fff;
}
.cid-v0lPj174JJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0lPj174JJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0lPj174JJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0lPj174JJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0lPj174JJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0lPj174JJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0lPj174JJ .carousel {
  width: 100%;
}
.cid-v0lPj174JJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0lPj174JJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0lPj174JJ .modal.fade .modal-dialog,
.cid-v0lPj174JJ .modal.in .modal-dialog {
  transform: none;
}
.cid-v0lPj174JJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0lPj174JJ .content-head {
  max-width: 800px;
}
.cid-v0lPj174JJ H3 {
  color: #ffffff;
}
.cid-v0lPj1p0Ig {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0lPj1p0Ig .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0lPj1p0Ig .item {
    margin-bottom: 1rem;
  }
}
.cid-v0lPj1p0Ig .item-wrapper {
  position: relative;
}
.cid-v0lPj1p0Ig .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-v0lPj1p0Ig .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0lPj1p0Ig .carousel-control,
.cid-v0lPj1p0Ig .close {
  background: #1b1b1b;
}
.cid-v0lPj1p0Ig .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0lPj1p0Ig .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0lPj1p0Ig .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0lPj1p0Ig .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0lPj1p0Ig .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-v0lPj1p0Ig .close::before {
  content: '\e91a';
}
.cid-v0lPj1p0Ig .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0lPj1p0Ig .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-v0lPj1p0Ig .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lPj1p0Ig .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0lPj1p0Ig .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0lPj1p0Ig .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0lPj1p0Ig .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-v0lPj1p0Ig .carousel-indicators li.active,
.cid-v0lPj1p0Ig .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0lPj1p0Ig .carousel-indicators li::after,
.cid-v0lPj1p0Ig .carousel-indicators li::before {
  content: none;
}
.cid-v0lPj1p0Ig .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0lPj1p0Ig .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0lPj1p0Ig .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lPj1p0Ig .carousel-indicators {
    display: none;
  }
}
.cid-v0lPj1p0Ig .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0lPj1p0Ig .carousel-inner > .active {
  display: block;
}
.cid-v0lPj1p0Ig .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lPj1p0Ig .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0lPj1p0Ig .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0lPj1p0Ig .carousel-control,
  .cid-v0lPj1p0Ig .carousel-indicators,
  .cid-v0lPj1p0Ig .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0lPj1p0Ig .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0lPj1p0Ig .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0lPj1p0Ig .carousel-indicators .active,
.cid-v0lPj1p0Ig .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0lPj1p0Ig .carousel-indicators .active {
  background: #fff;
}
.cid-v0lPj1p0Ig .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0lPj1p0Ig .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0lPj1p0Ig .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0lPj1p0Ig .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0lPj1p0Ig .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0lPj1p0Ig .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0lPj1p0Ig .carousel {
  width: 100%;
}
.cid-v0lPj1p0Ig .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0lPj1p0Ig .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0lPj1p0Ig .modal.fade .modal-dialog,
.cid-v0lPj1p0Ig .modal.in .modal-dialog {
  transform: none;
}
.cid-v0lPj1p0Ig .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0lPj1p0Ig .content-head {
  max-width: 800px;
}
.cid-v0lPj1p0Ig H3 {
  color: #ffffff;
}
.cid-v0lZdLhwKb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0lZdLhwKb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0lZdLhwKb .item {
    margin-bottom: 1rem;
  }
}
.cid-v0lZdLhwKb .item-wrapper {
  position: relative;
}
.cid-v0lZdLhwKb .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-v0lZdLhwKb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0lZdLhwKb .carousel-control,
.cid-v0lZdLhwKb .close {
  background: #1b1b1b;
}
.cid-v0lZdLhwKb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0lZdLhwKb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0lZdLhwKb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0lZdLhwKb .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0lZdLhwKb .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-v0lZdLhwKb .close::before {
  content: '\e91a';
}
.cid-v0lZdLhwKb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0lZdLhwKb .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-v0lZdLhwKb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lZdLhwKb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0lZdLhwKb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0lZdLhwKb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0lZdLhwKb .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-v0lZdLhwKb .carousel-indicators li.active,
.cid-v0lZdLhwKb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0lZdLhwKb .carousel-indicators li::after,
.cid-v0lZdLhwKb .carousel-indicators li::before {
  content: none;
}
.cid-v0lZdLhwKb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0lZdLhwKb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0lZdLhwKb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0lZdLhwKb .carousel-indicators {
    display: none;
  }
}
.cid-v0lZdLhwKb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0lZdLhwKb .carousel-inner > .active {
  display: block;
}
.cid-v0lZdLhwKb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lZdLhwKb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0lZdLhwKb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0lZdLhwKb .carousel-control,
  .cid-v0lZdLhwKb .carousel-indicators,
  .cid-v0lZdLhwKb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0lZdLhwKb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0lZdLhwKb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0lZdLhwKb .carousel-indicators .active,
.cid-v0lZdLhwKb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0lZdLhwKb .carousel-indicators .active {
  background: #fff;
}
.cid-v0lZdLhwKb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0lZdLhwKb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0lZdLhwKb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0lZdLhwKb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0lZdLhwKb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0lZdLhwKb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0lZdLhwKb .carousel {
  width: 100%;
}
.cid-v0lZdLhwKb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0lZdLhwKb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0lZdLhwKb .modal.fade .modal-dialog,
.cid-v0lZdLhwKb .modal.in .modal-dialog {
  transform: none;
}
.cid-v0lZdLhwKb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0lZdLhwKb .content-head {
  max-width: 800px;
}
.cid-v0lZdLhwKb H3 {
  color: #ffffff;
}
.cid-v0lPj1J755 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0lPj1J755 .justify-content-center {
  align-items: center;
}
.cid-v0lPj1J755 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lPj1J755 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0lPj1J755 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v0lPj1J755 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0lPj1J755 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v0lPj1J755 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v0lPj1J755 .row {
  align-items: center;
}
.cid-v0lPj1J755 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v0lPj1J755 .card-text {
    text-align: center;
  }
}
