.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'manrope-v19-latin-regular';
  font-size: 8.5rem;
  line-height: 0.95;
}
.display-1 > .mbr-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'manrope-v19-latin-regular';
  font-size: 3.4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'manrope-v19-latin-regular';
  font-size: 1.2rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'manrope-v19-latin-regular';
  font-size: 1.8rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'manrope-v19-latin-regular';
  font-size: 1.4rem;
  line-height: 1.55;
}
.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: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-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;
  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: #8e73fe !important;
}
.bg-success {
  background-color: #e5e5e5 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d8f3ff !important;
}
.bg-danger {
  background-color: #03a1e8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b7a6fe !important;
  border-color: #b7a6fe !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #47473e !important;
  border-color: #47473e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #47473e !important;
  border-color: #47473e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d8f3ff !important;
  border-color: #d8f3ff !important;
  color: #0096d8 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0096d8 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #03a1e8 !important;
  border-color: #03a1e8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #22b8fc !important;
  border-color: #22b8fc !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #22b8fc !important;
  border-color: #22b8fc !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: #8e73fe;
  color: #8e73fe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #491dfd !important;
  background-color: transparent !important;
  border-color: #491dfd !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8e73fe !important;
  border-color: #8e73fe !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c2c26;
  color: #2c2c26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2c26 !important;
  border-color: #2c2c26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e5e5e5;
  color: #e5e5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bababa !important;
  background-color: transparent !important;
  border-color: #bababa !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d8f3ff;
  color: #d8f3ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #81d8ff !important;
  background-color: transparent !important;
  border-color: #81d8ff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0096d8 !important;
  background-color: #d8f3ff !important;
  border-color: #d8f3ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #03a1e8;
  color: #03a1e8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #026692 !important;
  background-color: transparent !important;
  border-color: #026692 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #03a1e8 !important;
  border-color: #03a1e8 !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: #8e73fe !important;
}
.text-secondary {
  color: #2c2c26 !important;
}
.text-success {
  color: #e5e5e5 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d8f3ff !important;
}
.text-danger {
  color: #03a1e8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3c0efd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b2b2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #72d4ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #025b83 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8e73fe;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #d8f3ff;
}
.alert-danger {
  background-color: #03a1e8;
}
.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: #8e73fe;
  border-color: #8e73fe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8e73fe;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b9e9fe;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'manrope-v19-latin-regular';
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #8e73fe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'manrope-v19-latin-regular';
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #8e73fe;
}
/* 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: #8e73fe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8e73fe;
}
.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: #8e73fe;
  border-bottom-color: #8e73fe;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8e73fe !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2c2c26 !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='%238e73fe' %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;
}
.mbr-section-btn .btn {
  padding: 16px 30px;
  border-radius: 3rem !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 16px 22px;
  }
}
.logo-wrap {
  border-radius: 3rem !important;
}
.item-tag {
  border-radius: 3rem !important;
}
.iconfont-wrap .mbr-iconfont {
  border-radius: 8px;
}
.nav-link {
  border-radius: 3rem !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.items-wrapper,
.form-wrapper {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .items-wrapper,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.image-avatar {
  border-radius: 30px !important;
}
.item-wrapper::after,
.item-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .item-wrapper::after,
  .item-wrapper::before {
    border-radius: 30px !important;
  }
}
.card-wrap::after,
.card-wrap::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .card-wrap::after,
  .card-wrap::before {
    border-radius: 30px !important;
  }
}
.form-wrapper::after,
.form-wrapper::before {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .form-wrapper::after,
  .form-wrapper::before {
    border-radius: 30px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNQAtYzRVe {
  overflow: hidden;
  background-image: url("../../../assets/images/lachelnde-schone-frau-1097x689.webp");
}
.cid-uNQAtYzRVe .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uNQAtYzRVe .card-wrapper {
  background: linear-gradient(10deg, transparent 10%, #ffffff 100%);
  backdrop-filter: blur(3px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNQAtYzRVe .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNQAtYzRVe .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uNQAtYzRVe .col-12 {
  position: relative;
}
.cid-uNQAtYzRVe .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uNQAtYzRVe .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uNQAtYzRVe .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-uNQAtYzRVe .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uNQAtYzRVe .mbr-section-title {
  color: #000000;
}
.cid-uNQAtYzRVe .mbr-text,
.cid-uNQAtYzRVe .mbr-section-btn {
  color: #000000;
}
.cid-uNQAtYzRVe .mbr-section-subtitle {
  color: #000000;
}
.cid-uNQNeL1R3a {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-uNQNeL1R3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQNeL1R3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQNeL1R3a .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uNQNeL1R3a .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uNQNeL1R3a .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uNQNeL1R3a .item-img {
    width: 100%;
  }
}
.cid-uNQNeL1R3a .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uNQNeL1R3a .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uNQNeL1R3a .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uNQNeL1R3a .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uNQNeL1R3a .card-title {
  color: #131313;
  text-align: center;
}
.cid-uNQNeL1R3a .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-uNQNeL1R3a .card-text {
    margin-top: 20px;
  }
}
.cid-uNQNeL1R3a .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uNQNeL1R3a .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-uNQNeL1R3a .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-uNQNeL1R3a .card-title DIV {
  text-align: center;
}
.cid-uNO46z9SB3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNO46z9SB3 img,
.cid-uNO46z9SB3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNO46z9SB3 .item:focus,
.cid-uNO46z9SB3 span:focus {
  outline: none;
}
.cid-uNO46z9SB3 .item-wrapper {
  position: relative;
}
.cid-uNO46z9SB3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNO46z9SB3 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNO46z9SB3 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNO46z9SB3 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNO46z9SB3 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNO46z9SB3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNO46z9SB3 .mbr-section-title {
  color: #232323;
}
.cid-uNO46z9SB3 .mbr-text,
.cid-uNO46z9SB3 .mbr-section-btn {
  text-align: left;
}
.cid-uNO46z9SB3 .item-title {
  text-align: left;
  color: #212529;
}
.cid-uNO46z9SB3 .item-subtitle {
  text-align: left;
}
.cid-uNO46z9SB3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uNO46z9SB3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNO46z9SB3 .embla__button--next,
.cid-uNO46z9SB3 .embla__button--prev {
  display: flex;
}
.cid-uNO46z9SB3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNO46z9SB3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNO46z9SB3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uNO46z9SB3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNO46z9SB3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNO46z9SB3 .embla__button {
    top: auto;
  }
}
.cid-uNO46z9SB3 .embla {
  position: relative;
  width: 100%;
}
.cid-uNO46z9SB3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNO46z9SB3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNO46z9SB3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNO46z9SB3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNOdIEWTBJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNOdIEWTBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOdIEWTBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOdIEWTBJ .row {
  justify-content: center;
}
.cid-uNOdIEWTBJ .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNOdIEWTBJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uNOdIEWTBJ .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uNOdIEWTBJ .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNOdIEWTBJ .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uNOdIEWTBJ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uNOdIEWTBJ .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
  pointer-events: none;
}
.cid-uNOdIEWTBJ .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uNOdIEWTBJ .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNOdIEWTBJ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uNOdIEWTBJ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uNOdIEWTBJ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNOdIEWTBJ .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uNOdIEWTBJ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNOdIEWTBJ .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOdIEWTBJ .mbr-text,
.cid-uNOdIEWTBJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNOdIEWTBJ .mbr-section-title,
.cid-uNOdIEWTBJ .mbr-section-btn {
  text-align: center;
  color: #2c2c26;
}
.cid-uNQEikBnlb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNQEikBnlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQEikBnlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQEikBnlb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQEikBnlb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNQEikBnlb .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQEikBnlb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQEikBnlb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNQEikBnlb .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2c2c26;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  height: 80px;
  border-radius: 50%;
}
.cid-uNQEikBnlb .mbr-section-title {
  color: #000000;
}
.cid-uNQEikBnlb .mbr-section-subtitle {
  color: #000000;
}
.cid-uNQEikBnlb .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNQEikBnlb .card-box .item-footer {
  margin-top: auto;
}
.cid-uNQEikBnlb .content-head {
  max-width: 800px;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNO9mrX2eM {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uNO9mrX2eM .display-2 {
    font-size: 2.38rem;
  }
}
.cid-uNO9mrX2eM .item-img {
  padding: 0.5rem;
}
.cid-uNO9mrX2eM img,
.cid-uNO9mrX2eM .item-img {
  width: 100%;
  border-radius: 3rem;
}
.cid-uNO9mrX2eM .item:focus,
.cid-uNO9mrX2eM span:focus {
  outline: none;
}
.cid-uNO9mrX2eM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNO9mrX2eM .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNO9mrX2eM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNO9mrX2eM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNO9mrX2eM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNO9mrX2eM .mbr-section-title {
  color: #2c2c26;
}
.cid-uNO9mrX2eM .item-title {
  color: #000000;
}
.cid-uNO9mrX2eM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOqMTMsEN {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNOqMTMsEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOqMTMsEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOqMTMsEN .item {
  padding-bottom: 2rem;
}
.cid-uNOqMTMsEN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNOqMTMsEN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNOqMTMsEN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uNOqMTMsEN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uNOqMTMsEN .carousel-control,
.cid-uNOqMTMsEN .close {
  background: #1b1b1b;
}
.cid-uNOqMTMsEN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNOqMTMsEN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNOqMTMsEN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNOqMTMsEN .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNOqMTMsEN .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-uNOqMTMsEN .close::before {
  content: '\e91a';
}
.cid-uNOqMTMsEN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNOqMTMsEN .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-uNOqMTMsEN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNOqMTMsEN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNOqMTMsEN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNOqMTMsEN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNOqMTMsEN .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-uNOqMTMsEN .carousel-indicators li.active,
.cid-uNOqMTMsEN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNOqMTMsEN .carousel-indicators li::after,
.cid-uNOqMTMsEN .carousel-indicators li::before {
  content: none;
}
.cid-uNOqMTMsEN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNOqMTMsEN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNOqMTMsEN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNOqMTMsEN .carousel-indicators {
    display: none;
  }
}
.cid-uNOqMTMsEN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNOqMTMsEN .carousel-inner > .active {
  display: block;
}
.cid-uNOqMTMsEN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNOqMTMsEN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNOqMTMsEN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNOqMTMsEN .carousel-control,
  .cid-uNOqMTMsEN .carousel-indicators,
  .cid-uNOqMTMsEN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNOqMTMsEN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNOqMTMsEN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNOqMTMsEN .carousel-indicators .active,
.cid-uNOqMTMsEN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNOqMTMsEN .carousel-indicators .active {
  background: #fff;
}
.cid-uNOqMTMsEN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNOqMTMsEN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNOqMTMsEN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNOqMTMsEN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNOqMTMsEN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNOqMTMsEN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNOqMTMsEN .carousel {
  width: 100%;
}
.cid-uNOqMTMsEN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNOqMTMsEN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNOqMTMsEN .modal.fade .modal-dialog,
.cid-uNOqMTMsEN .modal.in .modal-dialog {
  transform: none;
}
.cid-uNOqMTMsEN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNOqMTMsEN H6 {
  text-align: center;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNQPouZeqO {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNQPouZeqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQPouZeqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQPouZeqO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQPouZeqO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNQPouZeqO .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNQPouZeqO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQPouZeqO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNQPouZeqO .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2c2c26;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #d2d2d2;
  height: 80px;
  border-radius: 50%;
}
.cid-uNQPouZeqO .mbr-section-title {
  color: #000000;
}
.cid-uNQPouZeqO .mbr-section-subtitle {
  color: #000000;
}
.cid-uNQPouZeqO .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNQPouZeqO .card-box .item-footer {
  margin-top: auto;
}
.cid-uNQPouZeqO .content-head {
  max-width: 800px;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOtOi4OLG {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNOtOi4OLG .wrapper {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uNOtOi4OLG .wrapper {
    padding: 3rem;
  }
}
.cid-uNOtOi4OLG .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uNOtOi4OLG .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uNOtOi4OLG .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uNOtOi4OLG .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOuxGGq27 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNOuxGGq27 .wrapper {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uNOuxGGq27 .wrapper {
    padding: 3rem;
  }
}
.cid-uNOuxGGq27 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uNOuxGGq27 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uNOuxGGq27 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uNOuxGGq27 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOAD1zZi5 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOAD1zZi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOAD1zZi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOAD1zZi5 .container {
  max-width: 1280px;
}
.cid-uNOAD1zZi5 .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOAD1zZi5 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOAD1zZi5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOAD1zZi5 .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOAD1zZi5 .mbr-text,
.cid-uNOAD1zZi5 .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOBovJWEM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOBovJWEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOBovJWEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOBovJWEM .container {
  max-width: 1280px;
}
.cid-uNOBovJWEM .row {
  justify-content: flex-start;
}
.cid-uNOBovJWEM .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOBovJWEM .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOBovJWEM .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOBovJWEM .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOBovJWEM .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOBovJWEM .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOBovJWEM .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOBovJWEM .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOBovJWEM .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNUoCkUe6G {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNUoCkUe6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUoCkUe6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uNUoCkUe6G .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uNUoCkUe6G P {
  max-width: 1200px;
}
.cid-uNUoCkUe6G .mbr-section-btn,
.cid-uNUoCkUe6G .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNUoCkUe6G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUoCkUe6G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNUoCkUe6G .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUoCkUe6G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUoCkUe6G .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uNUoCkUe6G .mbr-text,
.cid-uNUoCkUe6G .mbr-section-btn {
  color: #ffffff;
}
.cid-uNUoCkUe6G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOE2AMrHo {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOE2AMrHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOE2AMrHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOE2AMrHo .container {
  max-width: 1280px;
}
.cid-uNOE2AMrHo .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOE2AMrHo img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOE2AMrHo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOE2AMrHo .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOE2AMrHo .mbr-text,
.cid-uNOE2AMrHo .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOE2BmhEU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOE2BmhEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOE2BmhEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOE2BmhEU .container {
  max-width: 1280px;
}
.cid-uNOE2BmhEU .row {
  justify-content: flex-start;
}
.cid-uNOE2BmhEU .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOE2BmhEU .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOE2BmhEU .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOE2BmhEU .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOE2BmhEU .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOE2BmhEU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOE2BmhEU .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOE2BmhEU .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOE2BmhEU .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uCu40Wj {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uCu40Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uCu40Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uCu40Wj .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uCu40Wj P {
  max-width: 1200px;
}
.cid-uO0uCu40Wj .mbr-section-btn,
.cid-uO0uCu40Wj .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uCu40Wj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uCu40Wj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uCu40Wj .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uCu40Wj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uCu40Wj .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uCu40Wj .mbr-text,
.cid-uO0uCu40Wj .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uCu40Wj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOFk5Qyvq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOFk5Qyvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOFk5Qyvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOFk5Qyvq .container {
  max-width: 1280px;
}
.cid-uNOFk5Qyvq .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOFk5Qyvq img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOFk5Qyvq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOFk5Qyvq .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOFk5Qyvq .mbr-text,
.cid-uNOFk5Qyvq .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOFk6c47A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOFk6c47A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOFk6c47A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOFk6c47A .container {
  max-width: 1280px;
}
.cid-uNOFk6c47A .row {
  justify-content: flex-start;
}
.cid-uNOFk6c47A .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOFk6c47A .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOFk6c47A .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOFk6c47A .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOFk6c47A .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOFk6c47A .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOFk6c47A .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOFk6c47A .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOFk6c47A .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uFOYZOc {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uFOYZOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uFOYZOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uFOYZOc .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uFOYZOc P {
  max-width: 1200px;
}
.cid-uO0uFOYZOc .mbr-section-btn,
.cid-uO0uFOYZOc .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uFOYZOc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uFOYZOc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uFOYZOc .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uFOYZOc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uFOYZOc .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uFOYZOc .mbr-text,
.cid-uO0uFOYZOc .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uFOYZOc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOG4Rswey {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOG4Rswey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOG4Rswey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOG4Rswey .container {
  max-width: 1280px;
}
.cid-uNOG4Rswey .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOG4Rswey img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOG4Rswey .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOG4Rswey .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOG4Rswey .mbr-text,
.cid-uNOG4Rswey .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOG4RS6wN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOG4RS6wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOG4RS6wN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOG4RS6wN .container {
  max-width: 1280px;
}
.cid-uNOG4RS6wN .row {
  justify-content: flex-start;
}
.cid-uNOG4RS6wN .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOG4RS6wN .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOG4RS6wN .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOG4RS6wN .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOG4RS6wN .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOG4RS6wN .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOG4RS6wN .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOG4RS6wN .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOG4RS6wN .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uIJA9Cx {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uIJA9Cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uIJA9Cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uIJA9Cx .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uIJA9Cx P {
  max-width: 1200px;
}
.cid-uO0uIJA9Cx .mbr-section-btn,
.cid-uO0uIJA9Cx .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uIJA9Cx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uIJA9Cx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uIJA9Cx .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uIJA9Cx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uIJA9Cx .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uIJA9Cx .mbr-text,
.cid-uO0uIJA9Cx .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uIJA9Cx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOGUnpO4Y {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOGUnpO4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOGUnpO4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOGUnpO4Y .container {
  max-width: 1280px;
}
.cid-uNOGUnpO4Y .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOGUnpO4Y img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOGUnpO4Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOGUnpO4Y .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOGUnpO4Y .mbr-text,
.cid-uNOGUnpO4Y .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOGUnGRcq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOGUnGRcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOGUnGRcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOGUnGRcq .container {
  max-width: 1280px;
}
.cid-uNOGUnGRcq .row {
  justify-content: flex-start;
}
.cid-uNOGUnGRcq .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOGUnGRcq .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOGUnGRcq .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOGUnGRcq .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOGUnGRcq .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOGUnGRcq .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOGUnGRcq .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOGUnGRcq .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOGUnGRcq .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uLp1Yq8 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uLp1Yq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uLp1Yq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uLp1Yq8 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uLp1Yq8 P {
  max-width: 1200px;
}
.cid-uO0uLp1Yq8 .mbr-section-btn,
.cid-uO0uLp1Yq8 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uLp1Yq8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uLp1Yq8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uLp1Yq8 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uLp1Yq8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uLp1Yq8 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uLp1Yq8 .mbr-text,
.cid-uO0uLp1Yq8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uLp1Yq8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOHHmpMbY {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOHHmpMbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOHHmpMbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOHHmpMbY .container {
  max-width: 1280px;
}
.cid-uNOHHmpMbY .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOHHmpMbY img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOHHmpMbY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOHHmpMbY .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOHHmpMbY .mbr-text,
.cid-uNOHHmpMbY .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOHHmJtSR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOHHmJtSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOHHmJtSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOHHmJtSR .container {
  max-width: 1280px;
}
.cid-uNOHHmJtSR .row {
  justify-content: flex-start;
}
.cid-uNOHHmJtSR .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOHHmJtSR .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOHHmJtSR .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOHHmJtSR .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOHHmJtSR .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOHHmJtSR .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOHHmJtSR .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOHHmJtSR .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOHHmJtSR .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uO0TcAV {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uO0TcAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uO0TcAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uO0TcAV .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uO0TcAV P {
  max-width: 1200px;
}
.cid-uO0uO0TcAV .mbr-section-btn,
.cid-uO0uO0TcAV .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uO0TcAV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uO0TcAV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uO0TcAV .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uO0TcAV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uO0TcAV .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uO0TcAV .mbr-text,
.cid-uO0uO0TcAV .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uO0TcAV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOI7EZGdW {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOI7EZGdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOI7EZGdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOI7EZGdW .container {
  max-width: 1280px;
}
.cid-uNOI7EZGdW .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOI7EZGdW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOI7EZGdW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOI7EZGdW .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOI7EZGdW .mbr-text,
.cid-uNOI7EZGdW .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOI7FiA1F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOI7FiA1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOI7FiA1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOI7FiA1F .container {
  max-width: 1280px;
}
.cid-uNOI7FiA1F .row {
  justify-content: flex-start;
}
.cid-uNOI7FiA1F .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOI7FiA1F .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOI7FiA1F .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOI7FiA1F .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOI7FiA1F .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOI7FiA1F .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOI7FiA1F .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOI7FiA1F .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOI7FiA1F .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uQC5rlV {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uQC5rlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uQC5rlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uQC5rlV .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uQC5rlV P {
  max-width: 1200px;
}
.cid-uO0uQC5rlV .mbr-section-btn,
.cid-uO0uQC5rlV .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uQC5rlV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uQC5rlV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uQC5rlV .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uQC5rlV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uQC5rlV .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uQC5rlV .mbr-text,
.cid-uO0uQC5rlV .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uQC5rlV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOJNIJ5vA {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOJNIJ5vA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOJNIJ5vA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOJNIJ5vA .container {
  max-width: 1280px;
}
.cid-uNOJNIJ5vA .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOJNIJ5vA img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOJNIJ5vA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOJNIJ5vA .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOJNIJ5vA .mbr-text,
.cid-uNOJNIJ5vA .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOJNJ1YRc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOJNJ1YRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOJNJ1YRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOJNJ1YRc .container {
  max-width: 1280px;
}
.cid-uNOJNJ1YRc .row {
  justify-content: flex-start;
}
.cid-uNOJNJ1YRc .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOJNJ1YRc .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOJNJ1YRc .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOJNJ1YRc .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOJNJ1YRc .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOJNJ1YRc .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOJNJ1YRc .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOJNJ1YRc .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOJNJ1YRc .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uVztzR1 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uVztzR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uVztzR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uVztzR1 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uVztzR1 P {
  max-width: 1200px;
}
.cid-uO0uVztzR1 .mbr-section-btn,
.cid-uO0uVztzR1 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uVztzR1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uVztzR1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uVztzR1 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uVztzR1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uVztzR1 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uVztzR1 .mbr-text,
.cid-uO0uVztzR1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uVztzR1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOMMy96Oc {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uNOMMy96Oc .display-2 {
    font-size: 2.38rem;
  }
}
.cid-uNOMMy96Oc .item-img {
  padding: 0.5rem;
}
.cid-uNOMMy96Oc img,
.cid-uNOMMy96Oc .item-img {
  width: 100%;
  border-radius: 3rem;
}
.cid-uNOMMy96Oc .item:focus,
.cid-uNOMMy96Oc span:focus {
  outline: none;
}
.cid-uNOMMy96Oc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNOMMy96Oc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNOMMy96Oc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNOMMy96Oc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNOMMy96Oc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNOMMy96Oc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNOMMy96Oc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNOMMy96Oc .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOMMy96Oc .item-title {
  color: #000000;
}
.cid-uNOMMy96Oc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uP7EzTFaSU {
  z-index: 1000;
  width: 100%;
}
.cid-uP7EzTFaSU nav.navbar {
  position: fixed;
}
.cid-uP7EzTFaSU .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;
}
.cid-uP7EzTFaSU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uP7EzTFaSU .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uP7EzTFaSU .dropdown-item:hover,
.cid-uP7EzTFaSU .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uP7EzTFaSU .dropdown-item:hover span {
  color: white;
}
.cid-uP7EzTFaSU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uP7EzTFaSU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uP7EzTFaSU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uP7EzTFaSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uP7EzTFaSU .nav-link {
  position: relative;
}
.cid-uP7EzTFaSU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uP7EzTFaSU .container {
    flex-wrap: nowrap;
  }
}
.cid-uP7EzTFaSU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uP7EzTFaSU .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uP7EzTFaSU .dropdown-menu,
.cid-uP7EzTFaSU .navbar.opened {
  background: #ffffff !important;
}
.cid-uP7EzTFaSU .nav-item:focus,
.cid-uP7EzTFaSU .nav-link:focus {
  outline: none;
}
.cid-uP7EzTFaSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP7EzTFaSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uP7EzTFaSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP7EzTFaSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP7EzTFaSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP7EzTFaSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP7EzTFaSU .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uP7EzTFaSU .navbar.opened {
  transition: all 0.3s;
}
.cid-uP7EzTFaSU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uP7EzTFaSU .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uP7EzTFaSU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP7EzTFaSU .navbar.collapsed {
  justify-content: center;
}
.cid-uP7EzTFaSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP7EzTFaSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP7EzTFaSU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uP7EzTFaSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP7EzTFaSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP7EzTFaSU .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-uP7EzTFaSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP7EzTFaSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP7EzTFaSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uP7EzTFaSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP7EzTFaSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP7EzTFaSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP7EzTFaSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP7EzTFaSU .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-uP7EzTFaSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uP7EzTFaSU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP7EzTFaSU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uP7EzTFaSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uP7EzTFaSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP7EzTFaSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP7EzTFaSU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uP7EzTFaSU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uP7EzTFaSU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uP7EzTFaSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uP7EzTFaSU .navbar-brand .navbar-caption:hover,
.cid-uP7EzTFaSU .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uP7EzTFaSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP7EzTFaSU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uP7EzTFaSU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uP7EzTFaSU .dropdown-item.active,
.cid-uP7EzTFaSU .dropdown-item:active {
  background-color: transparent;
}
.cid-uP7EzTFaSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP7EzTFaSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP7EzTFaSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP7EzTFaSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uP7EzTFaSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP7EzTFaSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uP7EzTFaSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP7EzTFaSU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uP7EzTFaSU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uP7EzTFaSU .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uP7EzTFaSU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uP7EzTFaSU .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uP7EzTFaSU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uP7EzTFaSU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uP7EzTFaSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uP7EzTFaSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uP7EzTFaSU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uP7EzTFaSU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uP7EzTFaSU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uP7EzTFaSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP7EzTFaSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP7EzTFaSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP7EzTFaSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP7EzTFaSU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uP7EzTFaSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP7EzTFaSU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP7EzTFaSU .navbar {
    height: 70px;
  }
  .cid-uP7EzTFaSU .navbar.opened {
    height: auto;
  }
  .cid-uP7EzTFaSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP7EzTFaSU .navbar-nav {
  margin: 0 auto;
}
.cid-uP7EzTFaSU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uP7EzTFaSU .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uP7EzTFaSU .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uP7EzTFaSU .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uP7EzTFaSU .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uP7EzTFaSU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uP7EzTFaSU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uP7EzTFaSU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uP7EzTFaSU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uP7EzTFaSU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uP7EzTFaSU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uP7EzTFaSU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uP7EzTFaSU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uP7EzTFaSU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uP7EzTFaSU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uP7EzTFaSU .content-wrap {
  min-height: 110px;
}
.cid-uP7ENYS70E {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP7ENYS70E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7ENYS70E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7ENYS70E .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uP7ENYS70E .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7ENYS70E .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7ENYS70E .card-wrapper {
    padding: 4rem;
  }
}
.cid-uP7ENYS70E .mbr-text,
.cid-uP7ENYS70E .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uP7ENYS70E .card-title,
.cid-uP7ENYS70E .card-box {
  text-align: left;
  color: #000000;
}
.cid-uP7EYsi1xK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP7EYsi1xK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7EYsi1xK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7EYsi1xK .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uP7EYsi1xK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7EYsi1xK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7EYsi1xK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uP7EYsi1xK .mbr-text,
.cid-uP7EYsi1xK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uP7EYsi1xK .card-title,
.cid-uP7EYsi1xK .card-box {
  text-align: center;
  color: #000000;
}
.cid-uP7EYsi1xK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uP7EYsi1xK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uP7EYsi1xK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uP7EYsi1xK .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uP7EYsi1xK .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uP7EYsi1xK .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP7EYsi1xK .mbr-text UL {
  text-align: left;
}
.cid-uP7EYsi1xK .mbr-section-title {
  text-align: left;
}
.cid-uP7EYsi1xK .mbr-section-subtitle {
  text-align: left;
}
.cid-uP7F34Ege5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP7F34Ege5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7F34Ege5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7F34Ege5 .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uP7F34Ege5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7F34Ege5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7F34Ege5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uP7F34Ege5 .mbr-text,
.cid-uP7F34Ege5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uP7F34Ege5 .card-title,
.cid-uP7F34Ege5 .card-box {
  text-align: center;
  color: #000000;
}
.cid-uP7F34Ege5 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uP7F34Ege5 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uP7F34Ege5 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #000000;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uP7F34Ege5 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uP7F34Ege5 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uP7F34Ege5 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP7F34Ege5 .mbr-text UL {
  text-align: left;
}
.cid-uP7F34Ege5 .mbr-section-title {
  text-align: left;
}
.cid-uP7F34Ege5 .mbr-section-subtitle {
  text-align: left;
}
.cid-uP7EL599rD {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uP7EL599rD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7EL599rD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7EL599rD .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-uP7EL599rD .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uP7EL599rD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uP7EL599rD .card-wrapper {
    padding: 4rem;
  }
}
.cid-uP7EL599rD .mbr-text,
.cid-uP7EL599rD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uP7EL599rD .card-title,
.cid-uP7EL599rD .card-box {
  text-align: left;
  color: #000000;
}
.cid-uP7EzUKb2A {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uP7EzUKb2A .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uP7EzUKb2A .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uP7EzUKb2A .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-uNUZ6FSBW2 {
  z-index: 1000;
  width: 100%;
}
.cid-uNUZ6FSBW2 nav.navbar {
  position: fixed;
}
.cid-uNUZ6FSBW2 .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;
}
.cid-uNUZ6FSBW2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNUZ6FSBW2 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover,
.cid-uNUZ6FSBW2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item:hover span {
  color: white;
}
.cid-uNUZ6FSBW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNUZ6FSBW2 .nav-link {
  position: relative;
}
.cid-uNUZ6FSBW2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNUZ6FSBW2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNUZ6FSBW2 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-menu,
.cid-uNUZ6FSBW2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item:focus,
.cid-uNUZ6FSBW2 .nav-link:focus {
  outline: none;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUZ6FSBW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUZ6FSBW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUZ6FSBW2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uNUZ6FSBW2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNUZ6FSBW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNUZ6FSBW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUZ6FSBW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUZ6FSBW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUZ6FSBW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUZ6FSBW2 .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-uNUZ6FSBW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNUZ6FSBW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNUZ6FSBW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUZ6FSBW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNUZ6FSBW2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uNUZ6FSBW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNUZ6FSBW2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .dropdown-item.active,
.cid-uNUZ6FSBW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUZ6FSBW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUZ6FSBW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNUZ6FSBW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNUZ6FSBW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNUZ6FSBW2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNUZ6FSBW2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNUZ6FSBW2 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uNUZ6FSBW2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNUZ6FSBW2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNUZ6FSBW2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNUZ6FSBW2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUZ6FSBW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUZ6FSBW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNUZ6FSBW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUZ6FSBW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUZ6FSBW2 .navbar {
    height: 70px;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    height: auto;
  }
  .cid-uNUZ6FSBW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUZ6FSBW2 .navbar-nav {
  margin: 0 auto;
}
.cid-uNUZ6FSBW2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uNUZ6FSBW2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNUZ6FSBW2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNUZ6FSBW2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNUZ6FSBW2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNUZ6FSBW2 .content-wrap {
  min-height: 110px;
}
.cid-uNOIGbcKek {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOIGbcKek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOIGbcKek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOIGbcKek .container {
  max-width: 1280px;
}
.cid-uNOIGbcKek .row {
  justify-content: flex-start;
  align-items: center;
}
.cid-uNOIGbcKek img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNOIGbcKek .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOIGbcKek .mbr-section-title {
  color: #2c2c26;
}
.cid-uNOIGbcKek .mbr-text,
.cid-uNOIGbcKek .mbr-section-btn {
  color: #2c2c26;
}
.cid-uNOIGbtjHO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNOIGbtjHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOIGbtjHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOIGbtjHO .container {
  max-width: 1280px;
}
.cid-uNOIGbtjHO .row {
  justify-content: flex-start;
}
.cid-uNOIGbtjHO .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #f7f7f7;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNOIGbtjHO .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNOIGbtjHO .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNOIGbtjHO .mbr-section-title {
  color: #1b224b;
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uNOIGbtjHO .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNOIGbtjHO .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNOIGbtjHO .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNOIGbtjHO .mbr-section-subtitle {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNOIGbtjHO .mbr-text {
  color: #2c2c26;
  width: 100%;
  margin-bottom: 0;
}
.cid-uO0uT5swR2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uO0uT5swR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uT5swR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uO0uT5swR2 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uO0uT5swR2 P {
  max-width: 1200px;
}
.cid-uO0uT5swR2 .mbr-section-btn,
.cid-uO0uT5swR2 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0uT5swR2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO0uT5swR2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO0uT5swR2 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uO0uT5swR2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO0uT5swR2 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uO0uT5swR2 .mbr-text,
.cid-uO0uT5swR2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uO0uT5swR2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNR6vMuhOI {
  padding-top: 30px;
  padding-bottom: 75px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #2c2c26;
}
.cid-uNR6vMuhOI .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNR6vMuhOI .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNR6vMuhOI .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
