body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Unbounded', cursive;
  font-size: 6.8rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Unbounded', cursive;
  font-size: 4.125rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5.15625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Unbounded', cursive;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 5.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.3rem;
    font-size: calc( 2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fc7942 !important;
}
.bg-success {
  background-color: #a6b1d8 !important;
}
.bg-info {
  background-color: #5189b8 !important;
}
.bg-warning {
  background-color: #f5db6e !important;
}
.bg-danger {
  background-color: #b63b07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fc7942 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #131313 !important;
  background-color: #fc7942 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #131313 !important;
  background-color: #e44604 !important;
  border-color: #e44604 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #131313 !important;
  background-color: #a6d8b5 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #131313 !important;
  background-color: #6abe83 !important;
  border-color: #6abe83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #131313 !important;
  background-color: #5189b8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #131313 !important;
  background-color: #345c7f !important;
  border-color: #345c7f !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #131313 !important;
  background-color: #a6b1d8 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #131313 !important;
  background-color: #6a7cbe !important;
  border-color: #6a7cbe !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #131313 !important;
  background-color: #f5db6e !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131313 !important;
  background-color: #efc71d !important;
  border-color: #efc71d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #131313 !important;
  background-color: #b63b07 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #131313 !important;
  background-color: #632004 !important;
  border-color: #632004 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #131313 !important;
  background-color: #ffffff !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #131313 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  box-shadow: 4px 4px 0 #131313 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #131313 !important;
  background-color: #131313 !important;
  border: 2px solid #131313 !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #131313 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fc7942;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e44604 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc7942 !important;
  border-color: #fc7942 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6d8b5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6abe83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #275836 !important;
  background-color: #a6d8b5 !important;
  border-color: #a6d8b5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5189b8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #345c7f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5189b8 !important;
  border-color: #5189b8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a6b1d8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6a7cbe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6b1d8 !important;
  border-color: #a6b1d8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5db6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #efc71d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5e4d06 !important;
  background-color: #f5db6e !important;
  border-color: #f5db6e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b63b07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #632004 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b63b07 !important;
  border-color: #b63b07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #131313;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #fc7942 !important;
}
.text-secondary {
  color: #a6d8b5 !important;
}
.text-success {
  color: #a6b1d8 !important;
}
.text-info {
  color: #5189b8 !important;
}
.text-warning {
  color: #f5db6e !important;
}
.text-danger {
  color: #b63b07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #131313 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d54103 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5fb97a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5f73b9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2f5474 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #edc210 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #541b03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fc7942;
}
.nav-tabs .nav-link:not(.active) {
  color: #131313;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5189b8;
}
.alert-warning {
  background-color: #f5db6e;
}
.alert-danger {
  background-color: #b63b07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fc7942;
  border-color: #fc7942;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fc7942;
}
.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: #acc6dd;
}
.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: #f87a45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fc7942 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fc7942;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fc7942;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fc7942;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fc7942;
  border-bottom-color: #fc7942;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fc7942 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6d8b5 !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='%23fc7942' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container,
.container-small {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .container,
  .container-small {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container,
  .container-small {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-small {
    max-width: 960px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-small {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-small {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-small {
    max-width: 100%;
  }
}
.container,
.container-small {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .container,
  .container-small {
    max-width: 1180px;
  }
}
@media (max-width: 1024px) {
  .container,
  .container-small {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-small {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid {
  max-width: 1724px;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
b,
strong {
  font-weight: 600 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 68px;
  padding: 20px 44px;
  border-radius: 0;
  font-weight: 600 !important;
  transition: all .3s;
}
@media (max-width: 1199px) {
  .mbr-section-btn .btn {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .mbr-section-btn .btn {
    padding: 15px 20px;
  }
}
.mbr-section-btn .btn-black {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  box-shadow: 4px 4px 0 #FFFFFF !important;
}
.mbr-section-btn .btn-black:hover {
  box-shadow: none !important;
}
.cid-uAZLRBL1mR .navbar-dropdown {
  position: relative !important;
}
.cid-uAZLRBL1mR .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-uAZLRBL1mR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZLRBL1mR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZLRBL1mR .dropdown-item:hover,
.cid-uAZLRBL1mR .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZLRBL1mR .dropdown-item:hover span {
  color: white;
}
.cid-uAZLRBL1mR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZLRBL1mR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZLRBL1mR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZLRBL1mR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZLRBL1mR .nav-link {
  position: relative;
}
.cid-uAZLRBL1mR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZLRBL1mR .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZLRBL1mR .navbar-nav {
  margin: 0 auto;
}
.cid-uAZLRBL1mR .dropdown-menu,
.cid-uAZLRBL1mR .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZLRBL1mR .nav-item:focus,
.cid-uAZLRBL1mR .nav-link:focus {
  outline: none;
}
.cid-uAZLRBL1mR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZLRBL1mR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZLRBL1mR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZLRBL1mR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZLRBL1mR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZLRBL1mR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZLRBL1mR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZLRBL1mR .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZLRBL1mR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZLRBL1mR .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZLRBL1mR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZLRBL1mR .navbar.collapsed {
  justify-content: center;
}
.cid-uAZLRBL1mR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZLRBL1mR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZLRBL1mR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZLRBL1mR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZLRBL1mR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZLRBL1mR .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-uAZLRBL1mR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZLRBL1mR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZLRBL1mR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZLRBL1mR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZLRBL1mR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZLRBL1mR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZLRBL1mR .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-uAZLRBL1mR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZLRBL1mR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZLRBL1mR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZLRBL1mR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZLRBL1mR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZLRBL1mR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZLRBL1mR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZLRBL1mR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZLRBL1mR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZLRBL1mR .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZLRBL1mR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZLRBL1mR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZLRBL1mR .dropdown-item.active,
.cid-uAZLRBL1mR .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZLRBL1mR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZLRBL1mR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZLRBL1mR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZLRBL1mR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZLRBL1mR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZLRBL1mR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZLRBL1mR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZLRBL1mR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZLRBL1mR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZLRBL1mR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZLRBL1mR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZLRBL1mR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZLRBL1mR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZLRBL1mR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZLRBL1mR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZLRBL1mR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZLRBL1mR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZLRBL1mR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZLRBL1mR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZLRBL1mR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZLRBL1mR .navbar {
    height: 70px;
  }
  .cid-uAZLRBL1mR .navbar.opened {
    height: auto;
  }
  .cid-uAZLRBL1mR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZLRBL1mR .container,
.cid-uAZLRBL1mR .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZLRBL1mR .container:before,
  .cid-uAZLRBL1mR .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZLRBL1mR .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZLRBL1mR .navbar-short .container,
.cid-uAZLRBL1mR .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZLRBL1mR .navbar-short .container:before,
.cid-uAZLRBL1mR .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZLRBL1mR .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZLRBL1mR .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZLRBL1mR .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZLRBL1mR .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZLRBL1mR .navbar {
    overflow: hidden;
  }
  .cid-uAZLRBL1mR .container,
  .cid-uAZLRBL1mR .container-fluid {
    min-height: 85px;
  }
  .cid-uAZLRBL1mR .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZLRBL1mR .navbar-short .container,
  .cid-uAZLRBL1mR .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZLRBL1mR .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZLRBL1mR .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZLRBL1mR .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZLRBL1mR .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZLRBL1mR .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZLRBL1mR .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZLRBL1mR .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZLS2XqW4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5db6e;
  position: relative;
}
.cid-uAZLS2XqW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZLS2XqW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZLS2XqW4 .container,
.cid-uAZLS2XqW4 .container-fluid {
  position: static;
}
.cid-uAZLS2XqW4 .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uAZLS2XqW4 .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uAZLS2XqW4 .mbr-section-subtitle {
  color: #131313;
}
.cid-uAZLS2XqW4 .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uAZLS2XqW4 .mbr-text {
    margin-top: 18px;
  }
}
.cid-uAZLS2XqW4 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uAZLS2XqW4 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uAZLS2XqW4 .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-uAZLS2XqW4 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uAZLS2XqW4 .item-img {
    display: none;
  }
}
.cid-uAZLUmGRyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZLUmGRyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZLUmGRyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZLUmGRyP .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uAZLUmGRyP .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uAZLUmGRyP .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uAZLUmGRyP .item-img {
    width: 100%;
  }
}
.cid-uAZLUmGRyP .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uAZLUmGRyP .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uAZLUmGRyP .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZLUmGRyP .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uAZLUmGRyP .card-title {
  color: #131313;
}
.cid-uAZLUmGRyP .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZLUmGRyP .card-text {
    margin-top: 20px;
  }
}
.cid-uAZLUmGRyP .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uAZLUmGRyP .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-uAZLUmGRyP .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-uAZLUxKqDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZLUxKqDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZLUxKqDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZLUxKqDN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uAZLUxKqDN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uAZLUxKqDN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uAZLUxKqDN .mbr-section-title {
  color: #131313;
}
.cid-uAZLUxKqDN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uAZLUxKqDN .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uAZLUxKqDN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uAZLUxKqDN .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uAZLUxKqDN .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uAZLUxKqDN .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uAZLUxKqDN .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-uAZLUxKqDN .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-uAZLUxKqDN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uAZLUxKqDN .card-title {
  color: #131313;
}
.cid-uAZLUxKqDN .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-uAZLUxKqDN .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uAZLUxKqDN .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uAZLUxKqDN .card-link {
    margin-top: 15px;
  }
}
.cid-uAZLUxKqDN .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uAZLUXovkv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZLUXovkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZLUXovkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZLUXovkv .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-uAZLUXovkv .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-uAZLUXovkv .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uAZLUXovkv .item-img {
    width: 100%;
  }
}
.cid-uAZLUXovkv .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uAZLUXovkv .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uAZLUXovkv .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZLUXovkv .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uAZLUXovkv .card-title {
  color: #131313;
}
.cid-uAZLUXovkv .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZLUXovkv .card-text {
    margin-top: 20px;
  }
}
.cid-uAZLUXovkv .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uAZLUXovkv .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-uAZLUXovkv .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-uAZLVrnrHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZLVrnrHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZLVrnrHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZLVrnrHS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uAZLVrnrHS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uAZLVrnrHS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uAZLVrnrHS .mbr-section-title {
  color: #131313;
}
.cid-uAZLVrnrHS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uAZLVrnrHS .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-uAZLVrnrHS .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uAZLVrnrHS .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uAZLVrnrHS .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uAZLVrnrHS .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uAZLVrnrHS .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-uAZLVrnrHS .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uAZLVrnrHS .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-uAZLVrnrHS .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uAZLVrnrHS .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-uAZLVrnrHS .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uAZLVrnrHS .content-wrap {
    margin-top: 0;
  }
}
.cid-uAZLVrnrHS .card-title {
  color: #131313;
}
.cid-uAZLVrnrHS .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uAZLVrnrHS .card-text {
    margin-top: 15px;
  }
}
.cid-uAZLVrnrHS .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-uAZLVrnrHS .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAZLVrnrHS .card-link {
    margin-top: 15px;
  }
}
.cid-uAZLVrnrHS .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-uAZM03a1BX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZM03a1BX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZM03a1BX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZM03a1BX .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  .cid-uAZM03a1BX .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uAZM03a1BX .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uAZM03a1BX .mbr-section-title {
  color: #131313;
}
.cid-uAZM03a1BX .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uAZM03a1BX .cards-row {
  margin-top: 5px;
  row-gap: 20px;
}
.cid-uAZM03a1BX .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uAZM03a1BX .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 60px 52px 48px 48px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1024px) {
  .cid-uAZM03a1BX .card-wrapper {
    padding: 30px 30px 40px 25px;
  }
}
@media (max-width: 767px) {
  .cid-uAZM03a1BX .card-wrapper {
    padding: 10px 25px 40px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uAZM03a1BX .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uAZM03a1BX .card-title {
  color: #131313;
}
.cid-uAZM03a1BX .price-box {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cid-uAZM03a1BX .price-box {
    margin-top: 5px;
  }
}
.cid-uAZM03a1BX .number-text {
  color: #FC7942;
}
.cid-uAZM03a1BX .stint-text {
  color: #FC7942;
}
.cid-uAZM03a1BX .card-text {
  margin-top: 20px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uAZM03a1BX .card-text {
    margin-top: 10px;
  }
}
.cid-uAZM03a1BX .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .cid-uAZM03a1BX .list-box {
    margin-top: 24px;
  }
}
.cid-uAZM03a1BX .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 10px;
}
.cid-uAZM03a1BX .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uAZM03a1BX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #fc7942;
}
.cid-uAZM03a1BX .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-uAZM03a1BX .mbr-section-btn {
  margin-top: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 65px;
}
@media (max-width: 1199px) {
  .cid-uAZM03a1BX .mbr-section-btn {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uAZM03a1BX .mbr-section-btn {
    padding-top: 20px;
  }
}
.cid-uAZM03a1BX .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uAZM03a1BX .mbr-section-btn .btn {
    padding: 20px 24px !important;
  }
}
.cid-uAZOENeXis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff9466;
}
.cid-uAZOENeXis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZOENeXis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZOENeXis .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZOENeXis .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZOENeXis .container {
    padding: 0 20px;
  }
}
.cid-uAZOENeXis .row {
  justify-content: center;
}
.cid-uAZOENeXis .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uAZOENeXis .title-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uAZOENeXis .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uAZOENeXis .title-wrapper .title-wrap {
  padding: 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uAZOENeXis .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uAZOENeXis .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAZOENeXis .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAZOENeXis .dragArea.row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uAZOENeXis .dragArea.row {
    padding: 0 11px;
  }
}
.cid-uAZOENeXis .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uAZOENeXis .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uAZOENeXis .dragArea.row .form-group {
  position: relative;
  margin-bottom: 40px !important;
  padding: 0;
}
.cid-uAZOENeXis .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uAZOENeXis .dragArea.row .form-group:hover::before,
.cid-uAZOENeXis .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uAZOENeXis .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uAZOENeXis .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uAZOENeXis .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uAZOENeXis .dragArea.row .form-group .form-control {
  padding: 20px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uAZOENeXis .dragArea.row .form-group .form-control {
    padding: 20px 0;
  }
}
.cid-uAZOENeXis .dragArea.row .form-group .form-control:hover,
.cid-uAZOENeXis .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uAZOENeXis .dragArea.row .form-group .form-control::placeholder {
  color: #1e1d1c;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uAZOENeXis .dragArea.row .form-group textarea {
  min-height: 130px;
}
.cid-uAZOENeXis .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uAZOENeXis .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1e1d1c;
  border-color: #1e1d1c;
  border-radius: 0;
}
.cid-uAZOENeXis .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uAZOENeXis .mbr-section-title {
  color: #1e1d1c;
}
.cid-uAZOENeXis .mbr-text {
  color: #1e1d1c;
}
.cid-uAZOENeXis label {
  color: #1e1d1c;
}
.cid-uAZOpZEbne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZOpZEbne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZOpZEbne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZOpZEbne .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZOpZEbne .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZOpZEbne .container {
    padding: 0 20px;
  }
}
.cid-uAZOpZEbne .row {
  justify-content: center;
}
.cid-uAZOpZEbne .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZOpZEbne .item {
  margin-bottom: 50px;
}
.cid-uAZOpZEbne .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZOpZEbne .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZOpZEbne .item .item-wrapper a {
  display: block;
}
.cid-uAZOpZEbne .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZOpZEbne .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZOpZEbne .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZOpZEbne .mbr-date {
  color: #1b1b1b;
}
.cid-uAZOpZEbne .mbr-text {
  color: #1b1b1b;
}
.cid-uAZOpZEbne .mbr-section-title,
.cid-uAZOpZEbne .mbr-section-btn {
  text-align: center;
}
.cid-uAZOr0UMRn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZOr0UMRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZOr0UMRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZOr0UMRn .copyright {
  color: #ffffff;
}
.cid-uAZOr0UMRn .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZOr0UMRn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZOr0UMRn .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZOr0UMRn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZOr0UMRn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZOr0UMRn .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZOr0UMRn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZOr0UMRn .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZOr0UMRn .row-links-soc,
.cid-uAZOr0UMRn .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZOr0UMRn .copyright,
.cid-uAZOr0UMRn .line {
  color: #ffffff;
}
.cid-uAZPkAnjA8 .navbar-dropdown {
  position: relative !important;
}
.cid-uAZPkAnjA8 .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-uAZPkAnjA8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZPkAnjA8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZPkAnjA8 .dropdown-item:hover,
.cid-uAZPkAnjA8 .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZPkAnjA8 .dropdown-item:hover span {
  color: white;
}
.cid-uAZPkAnjA8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZPkAnjA8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZPkAnjA8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZPkAnjA8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZPkAnjA8 .nav-link {
  position: relative;
}
.cid-uAZPkAnjA8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZPkAnjA8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZPkAnjA8 .navbar-nav {
  margin: 0 auto;
}
.cid-uAZPkAnjA8 .dropdown-menu,
.cid-uAZPkAnjA8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZPkAnjA8 .nav-item:focus,
.cid-uAZPkAnjA8 .nav-link:focus {
  outline: none;
}
.cid-uAZPkAnjA8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZPkAnjA8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZPkAnjA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZPkAnjA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZPkAnjA8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZPkAnjA8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZPkAnjA8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZPkAnjA8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZPkAnjA8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZPkAnjA8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZPkAnjA8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZPkAnjA8 .navbar.collapsed {
  justify-content: center;
}
.cid-uAZPkAnjA8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZPkAnjA8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZPkAnjA8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZPkAnjA8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZPkAnjA8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZPkAnjA8 .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-uAZPkAnjA8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZPkAnjA8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZPkAnjA8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZPkAnjA8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZPkAnjA8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZPkAnjA8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZPkAnjA8 .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-uAZPkAnjA8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZPkAnjA8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZPkAnjA8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZPkAnjA8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZPkAnjA8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZPkAnjA8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZPkAnjA8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZPkAnjA8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZPkAnjA8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZPkAnjA8 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZPkAnjA8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZPkAnjA8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZPkAnjA8 .dropdown-item.active,
.cid-uAZPkAnjA8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZPkAnjA8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZPkAnjA8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZPkAnjA8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZPkAnjA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZPkAnjA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZPkAnjA8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZPkAnjA8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZPkAnjA8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZPkAnjA8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZPkAnjA8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZPkAnjA8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZPkAnjA8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPkAnjA8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPkAnjA8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZPkAnjA8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPkAnjA8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZPkAnjA8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZPkAnjA8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPkAnjA8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZPkAnjA8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZPkAnjA8 .navbar {
    height: 70px;
  }
  .cid-uAZPkAnjA8 .navbar.opened {
    height: auto;
  }
  .cid-uAZPkAnjA8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZPkAnjA8 .container,
.cid-uAZPkAnjA8 .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZPkAnjA8 .container:before,
  .cid-uAZPkAnjA8 .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZPkAnjA8 .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZPkAnjA8 .navbar-short .container,
.cid-uAZPkAnjA8 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZPkAnjA8 .navbar-short .container:before,
.cid-uAZPkAnjA8 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZPkAnjA8 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZPkAnjA8 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZPkAnjA8 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZPkAnjA8 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZPkAnjA8 .navbar {
    overflow: hidden;
  }
  .cid-uAZPkAnjA8 .container,
  .cid-uAZPkAnjA8 .container-fluid {
    min-height: 85px;
  }
  .cid-uAZPkAnjA8 .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZPkAnjA8 .navbar-short .container,
  .cid-uAZPkAnjA8 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZPkAnjA8 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZPkAnjA8 .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZPkAnjA8 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZPkAnjA8 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZPkAnjA8 .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZPkAnjA8 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZPkAnjA8 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZPCBkVUa {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAZPCBkVUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPCBkVUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAZPCBkVUa .container {
    padding: 0 22px;
  }
}
.cid-uAZPCBkVUa .row {
  justify-content: center;
}
.cid-uAZPCBkVUa .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uAZPCBkVUa .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAZPCBkVUa .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.cid-uAZPCBkVUa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAZPCBkVUa .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uAZPCBkVUa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZPCBkVUa .mbr-section-title {
  color: #ffffff;
}
.cid-uAZPCBkVUa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAZPCBkVUa .mbr-section-title,
.cid-uAZPCBkVUa .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uAZPkARCLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZPkARCLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPkARCLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPkARCLb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZPkARCLb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPkARCLb .container {
    padding: 0 20px;
  }
}
.cid-uAZPkARCLb .row {
  justify-content: center;
}
.cid-uAZPkARCLb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZPkARCLb .item {
  margin-bottom: 50px;
}
.cid-uAZPkARCLb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZPkARCLb .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZPkARCLb .item .item-wrapper a {
  display: block;
}
.cid-uAZPkARCLb .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZPkARCLb .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZPkARCLb .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZPkARCLb .mbr-date {
  color: #1b1b1b;
}
.cid-uAZPkARCLb .mbr-text {
  color: #1b1b1b;
}
.cid-uAZPkARCLb .mbr-section-title,
.cid-uAZPkARCLb .mbr-section-btn {
  text-align: center;
}
.cid-uAZPkBexeR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZPkBexeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPkBexeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPkBexeR .copyright {
  color: #ffffff;
}
.cid-uAZPkBexeR .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZPkBexeR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZPkBexeR .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZPkBexeR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZPkBexeR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZPkBexeR .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZPkBexeR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZPkBexeR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZPkBexeR .row-links-soc,
.cid-uAZPkBexeR .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZPkBexeR .copyright,
.cid-uAZPkBexeR .line {
  color: #ffffff;
}
.cid-uAZPivWIAn .navbar-dropdown {
  position: relative !important;
}
.cid-uAZPivWIAn .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-uAZPivWIAn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZPivWIAn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZPivWIAn .dropdown-item:hover,
.cid-uAZPivWIAn .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZPivWIAn .dropdown-item:hover span {
  color: white;
}
.cid-uAZPivWIAn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZPivWIAn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZPivWIAn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZPivWIAn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZPivWIAn .nav-link {
  position: relative;
}
.cid-uAZPivWIAn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZPivWIAn .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZPivWIAn .navbar-nav {
  margin: 0 auto;
}
.cid-uAZPivWIAn .dropdown-menu,
.cid-uAZPivWIAn .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZPivWIAn .nav-item:focus,
.cid-uAZPivWIAn .nav-link:focus {
  outline: none;
}
.cid-uAZPivWIAn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZPivWIAn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZPivWIAn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZPivWIAn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZPivWIAn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZPivWIAn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZPivWIAn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZPivWIAn .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZPivWIAn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZPivWIAn .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZPivWIAn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZPivWIAn .navbar.collapsed {
  justify-content: center;
}
.cid-uAZPivWIAn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZPivWIAn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZPivWIAn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZPivWIAn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZPivWIAn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZPivWIAn .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-uAZPivWIAn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZPivWIAn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZPivWIAn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZPivWIAn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZPivWIAn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZPivWIAn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZPivWIAn .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-uAZPivWIAn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZPivWIAn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZPivWIAn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZPivWIAn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZPivWIAn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZPivWIAn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZPivWIAn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZPivWIAn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZPivWIAn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZPivWIAn .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZPivWIAn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZPivWIAn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZPivWIAn .dropdown-item.active,
.cid-uAZPivWIAn .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZPivWIAn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZPivWIAn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZPivWIAn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZPivWIAn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZPivWIAn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZPivWIAn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZPivWIAn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZPivWIAn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZPivWIAn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZPivWIAn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZPivWIAn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZPivWIAn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPivWIAn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPivWIAn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZPivWIAn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPivWIAn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZPivWIAn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZPivWIAn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPivWIAn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZPivWIAn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZPivWIAn .navbar {
    height: 70px;
  }
  .cid-uAZPivWIAn .navbar.opened {
    height: auto;
  }
  .cid-uAZPivWIAn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZPivWIAn .container,
.cid-uAZPivWIAn .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZPivWIAn .container:before,
  .cid-uAZPivWIAn .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZPivWIAn .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZPivWIAn .navbar-short .container,
.cid-uAZPivWIAn .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZPivWIAn .navbar-short .container:before,
.cid-uAZPivWIAn .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZPivWIAn .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZPivWIAn .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZPivWIAn .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZPivWIAn .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZPivWIAn .navbar {
    overflow: hidden;
  }
  .cid-uAZPivWIAn .container,
  .cid-uAZPivWIAn .container-fluid {
    min-height: 85px;
  }
  .cid-uAZPivWIAn .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZPivWIAn .navbar-short .container,
  .cid-uAZPivWIAn .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZPivWIAn .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZPivWIAn .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZPivWIAn .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZPivWIAn .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZPivWIAn .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZPivWIAn .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZPivWIAn .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZPBrWAzO {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uAZPBrWAzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPBrWAzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAZPBrWAzO .container {
    padding: 0 30px;
  }
}
.cid-uAZPBrWAzO .card {
  justify-content: center;
}
.cid-uAZPBrWAzO .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uAZPBrWAzO .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPBrWAzO .content-wrapper {
    padding: 0;
  }
}
.cid-uAZPBrWAzO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uAZPBrWAzO .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uAZPBrWAzO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uAZPBrWAzO .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uAZPBrWAzO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAZPBrWAzO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uAZPBrWAzO .mbr-desc {
  color: #254b45;
}
.cid-uAZPBrWAzO .mbr-section-title {
  color: #254b45;
}
.cid-uAZPBrWAzO .mbr-text {
  color: #254b45;
}
.cid-uAZPBrWAzO .mbr-desc,
.cid-uAZPBrWAzO .desc-wrapper {
  color: #000000;
}
.cid-uAZPBrWAzO .mbr-section-title,
.cid-uAZPBrWAzO .mbr-section-btn {
  color: #000000;
}
.cid-uAZPiwnrlI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZPiwnrlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPiwnrlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPiwnrlI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZPiwnrlI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPiwnrlI .container {
    padding: 0 20px;
  }
}
.cid-uAZPiwnrlI .row {
  justify-content: center;
}
.cid-uAZPiwnrlI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZPiwnrlI .item {
  margin-bottom: 50px;
}
.cid-uAZPiwnrlI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZPiwnrlI .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZPiwnrlI .item .item-wrapper a {
  display: block;
}
.cid-uAZPiwnrlI .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZPiwnrlI .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZPiwnrlI .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZPiwnrlI .mbr-date {
  color: #1b1b1b;
}
.cid-uAZPiwnrlI .mbr-text {
  color: #1b1b1b;
}
.cid-uAZPiwnrlI .mbr-section-title,
.cid-uAZPiwnrlI .mbr-section-btn {
  text-align: center;
}
.cid-uAZPiwOrd6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZPiwOrd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPiwOrd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPiwOrd6 .copyright {
  color: #ffffff;
}
.cid-uAZPiwOrd6 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZPiwOrd6 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZPiwOrd6 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZPiwOrd6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZPiwOrd6 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZPiwOrd6 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZPiwOrd6 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZPiwOrd6 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZPiwOrd6 .row-links-soc,
.cid-uAZPiwOrd6 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZPiwOrd6 .copyright,
.cid-uAZPiwOrd6 .line {
  color: #ffffff;
}
.cid-uAZPh3jFJt .navbar-dropdown {
  position: relative !important;
}
.cid-uAZPh3jFJt .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-uAZPh3jFJt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZPh3jFJt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZPh3jFJt .dropdown-item:hover,
.cid-uAZPh3jFJt .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZPh3jFJt .dropdown-item:hover span {
  color: white;
}
.cid-uAZPh3jFJt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZPh3jFJt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZPh3jFJt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZPh3jFJt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZPh3jFJt .nav-link {
  position: relative;
}
.cid-uAZPh3jFJt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZPh3jFJt .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZPh3jFJt .navbar-nav {
  margin: 0 auto;
}
.cid-uAZPh3jFJt .dropdown-menu,
.cid-uAZPh3jFJt .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZPh3jFJt .nav-item:focus,
.cid-uAZPh3jFJt .nav-link:focus {
  outline: none;
}
.cid-uAZPh3jFJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZPh3jFJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZPh3jFJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZPh3jFJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZPh3jFJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZPh3jFJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZPh3jFJt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZPh3jFJt .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZPh3jFJt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZPh3jFJt .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZPh3jFJt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZPh3jFJt .navbar.collapsed {
  justify-content: center;
}
.cid-uAZPh3jFJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZPh3jFJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZPh3jFJt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZPh3jFJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZPh3jFJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZPh3jFJt .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-uAZPh3jFJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZPh3jFJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZPh3jFJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZPh3jFJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZPh3jFJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZPh3jFJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZPh3jFJt .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-uAZPh3jFJt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZPh3jFJt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZPh3jFJt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZPh3jFJt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZPh3jFJt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZPh3jFJt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZPh3jFJt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZPh3jFJt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZPh3jFJt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZPh3jFJt .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZPh3jFJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZPh3jFJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZPh3jFJt .dropdown-item.active,
.cid-uAZPh3jFJt .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZPh3jFJt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZPh3jFJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZPh3jFJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZPh3jFJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZPh3jFJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZPh3jFJt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZPh3jFJt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZPh3jFJt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZPh3jFJt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZPh3jFJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZPh3jFJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZPh3jFJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPh3jFJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPh3jFJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZPh3jFJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPh3jFJt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZPh3jFJt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZPh3jFJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPh3jFJt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZPh3jFJt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZPh3jFJt .navbar {
    height: 70px;
  }
  .cid-uAZPh3jFJt .navbar.opened {
    height: auto;
  }
  .cid-uAZPh3jFJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZPh3jFJt .container,
.cid-uAZPh3jFJt .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZPh3jFJt .container:before,
  .cid-uAZPh3jFJt .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZPh3jFJt .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZPh3jFJt .navbar-short .container,
.cid-uAZPh3jFJt .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZPh3jFJt .navbar-short .container:before,
.cid-uAZPh3jFJt .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZPh3jFJt .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZPh3jFJt .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZPh3jFJt .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZPh3jFJt .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZPh3jFJt .navbar {
    overflow: hidden;
  }
  .cid-uAZPh3jFJt .container,
  .cid-uAZPh3jFJt .container-fluid {
    min-height: 85px;
  }
  .cid-uAZPh3jFJt .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZPh3jFJt .navbar-short .container,
  .cid-uAZPh3jFJt .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZPh3jFJt .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZPh3jFJt .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZPh3jFJt .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZPh3jFJt .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZPh3jFJt .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZPh3jFJt .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZPh3jFJt .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZPA7sYXl {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uAZPA7sYXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPA7sYXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPA7sYXl .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uAZPA7sYXl .content-wrapper {
    padding: 0;
  }
}
.cid-uAZPA7sYXl .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAZPA7sYXl .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uAZPA7sYXl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uAZPA7sYXl .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAZPA7sYXl .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAZPA7sYXl .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uAZPA7sYXl .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uAZPA7sYXl .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uAZPA7sYXl .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uAZPA7sYXl .mbr-section-title {
  color: #ffffff;
}
.cid-uAZPA7sYXl .mbr-text,
.cid-uAZPA7sYXl .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uAZPA7sYXl .mbr-section-title,
.cid-uAZPA7sYXl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAZPh3Fbsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZPh3Fbsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPh3Fbsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPh3Fbsw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZPh3Fbsw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPh3Fbsw .container {
    padding: 0 20px;
  }
}
.cid-uAZPh3Fbsw .row {
  justify-content: center;
}
.cid-uAZPh3Fbsw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZPh3Fbsw .item {
  margin-bottom: 50px;
}
.cid-uAZPh3Fbsw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZPh3Fbsw .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZPh3Fbsw .item .item-wrapper a {
  display: block;
}
.cid-uAZPh3Fbsw .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZPh3Fbsw .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZPh3Fbsw .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZPh3Fbsw .mbr-date {
  color: #1b1b1b;
}
.cid-uAZPh3Fbsw .mbr-text {
  color: #1b1b1b;
}
.cid-uAZPh3Fbsw .mbr-section-title,
.cid-uAZPh3Fbsw .mbr-section-btn {
  text-align: center;
}
.cid-uAZPh3Xc1w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZPh3Xc1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPh3Xc1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPh3Xc1w .copyright {
  color: #ffffff;
}
.cid-uAZPh3Xc1w .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZPh3Xc1w .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZPh3Xc1w .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZPh3Xc1w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZPh3Xc1w .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZPh3Xc1w .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZPh3Xc1w .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZPh3Xc1w .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZPh3Xc1w .row-links-soc,
.cid-uAZPh3Xc1w .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZPh3Xc1w .copyright,
.cid-uAZPh3Xc1w .line {
  color: #ffffff;
}
.cid-uAZPbnKoSL .navbar-dropdown {
  position: relative !important;
}
.cid-uAZPbnKoSL .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-uAZPbnKoSL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZPbnKoSL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZPbnKoSL .dropdown-item:hover,
.cid-uAZPbnKoSL .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZPbnKoSL .dropdown-item:hover span {
  color: white;
}
.cid-uAZPbnKoSL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZPbnKoSL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZPbnKoSL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZPbnKoSL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZPbnKoSL .nav-link {
  position: relative;
}
.cid-uAZPbnKoSL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZPbnKoSL .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZPbnKoSL .navbar-nav {
  margin: 0 auto;
}
.cid-uAZPbnKoSL .dropdown-menu,
.cid-uAZPbnKoSL .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZPbnKoSL .nav-item:focus,
.cid-uAZPbnKoSL .nav-link:focus {
  outline: none;
}
.cid-uAZPbnKoSL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZPbnKoSL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZPbnKoSL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZPbnKoSL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZPbnKoSL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZPbnKoSL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZPbnKoSL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZPbnKoSL .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZPbnKoSL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZPbnKoSL .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZPbnKoSL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZPbnKoSL .navbar.collapsed {
  justify-content: center;
}
.cid-uAZPbnKoSL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZPbnKoSL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZPbnKoSL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZPbnKoSL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZPbnKoSL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZPbnKoSL .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-uAZPbnKoSL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZPbnKoSL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZPbnKoSL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZPbnKoSL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZPbnKoSL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZPbnKoSL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZPbnKoSL .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-uAZPbnKoSL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZPbnKoSL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZPbnKoSL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZPbnKoSL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZPbnKoSL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZPbnKoSL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZPbnKoSL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZPbnKoSL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZPbnKoSL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZPbnKoSL .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZPbnKoSL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZPbnKoSL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZPbnKoSL .dropdown-item.active,
.cid-uAZPbnKoSL .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZPbnKoSL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZPbnKoSL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZPbnKoSL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZPbnKoSL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZPbnKoSL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZPbnKoSL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZPbnKoSL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZPbnKoSL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZPbnKoSL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZPbnKoSL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZPbnKoSL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZPbnKoSL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPbnKoSL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPbnKoSL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZPbnKoSL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPbnKoSL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZPbnKoSL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZPbnKoSL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPbnKoSL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZPbnKoSL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZPbnKoSL .navbar {
    height: 70px;
  }
  .cid-uAZPbnKoSL .navbar.opened {
    height: auto;
  }
  .cid-uAZPbnKoSL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZPbnKoSL .container,
.cid-uAZPbnKoSL .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZPbnKoSL .container:before,
  .cid-uAZPbnKoSL .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZPbnKoSL .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZPbnKoSL .navbar-short .container,
.cid-uAZPbnKoSL .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZPbnKoSL .navbar-short .container:before,
.cid-uAZPbnKoSL .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZPbnKoSL .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZPbnKoSL .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZPbnKoSL .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZPbnKoSL .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZPbnKoSL .navbar {
    overflow: hidden;
  }
  .cid-uAZPbnKoSL .container,
  .cid-uAZPbnKoSL .container-fluid {
    min-height: 85px;
  }
  .cid-uAZPbnKoSL .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZPbnKoSL .navbar-short .container,
  .cid-uAZPbnKoSL .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZPbnKoSL .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZPbnKoSL .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZPbnKoSL .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZPbnKoSL .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZPbnKoSL .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZPbnKoSL .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZPbnKoSL .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZPyoKdeM {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAZPyoKdeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPyoKdeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPyoKdeM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAZPyoKdeM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPyoKdeM .container {
    padding: 0 24px;
  }
}
.cid-uAZPyoKdeM .row {
  justify-content: center;
}
.cid-uAZPyoKdeM .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAZPyoKdeM .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uAZPyoKdeM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #eff1f2;
  border-radius: .75rem;
}
.cid-uAZPyoKdeM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAZPyoKdeM .mbr-section-title {
  color: #141414;
}
.cid-uAZPyoKdeM .mbr-text {
  color: #141414;
}
.cid-uAZPbtk8EF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZPbtk8EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPbtk8EF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPbtk8EF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZPbtk8EF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPbtk8EF .container {
    padding: 0 20px;
  }
}
.cid-uAZPbtk8EF .row {
  justify-content: center;
}
.cid-uAZPbtk8EF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZPbtk8EF .item {
  margin-bottom: 50px;
}
.cid-uAZPbtk8EF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZPbtk8EF .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZPbtk8EF .item .item-wrapper a {
  display: block;
}
.cid-uAZPbtk8EF .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZPbtk8EF .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZPbtk8EF .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZPbtk8EF .mbr-date {
  color: #1b1b1b;
}
.cid-uAZPbtk8EF .mbr-text {
  color: #1b1b1b;
}
.cid-uAZPbtk8EF .mbr-section-title,
.cid-uAZPbtk8EF .mbr-section-btn {
  text-align: center;
}
.cid-uAZPbtNzDc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZPbtNzDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPbtNzDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPbtNzDc .copyright {
  color: #ffffff;
}
.cid-uAZPbtNzDc .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZPbtNzDc .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZPbtNzDc .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZPbtNzDc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZPbtNzDc .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZPbtNzDc .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZPbtNzDc .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZPbtNzDc .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZPbtNzDc .row-links-soc,
.cid-uAZPbtNzDc .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZPbtNzDc .copyright,
.cid-uAZPbtNzDc .line {
  color: #ffffff;
}
.cid-uAZPaCq898 .navbar-dropdown {
  position: relative !important;
}
.cid-uAZPaCq898 .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-uAZPaCq898 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZPaCq898 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZPaCq898 .dropdown-item:hover,
.cid-uAZPaCq898 .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZPaCq898 .dropdown-item:hover span {
  color: white;
}
.cid-uAZPaCq898 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZPaCq898 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZPaCq898 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZPaCq898 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZPaCq898 .nav-link {
  position: relative;
}
.cid-uAZPaCq898 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZPaCq898 .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZPaCq898 .navbar-nav {
  margin: 0 auto;
}
.cid-uAZPaCq898 .dropdown-menu,
.cid-uAZPaCq898 .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZPaCq898 .nav-item:focus,
.cid-uAZPaCq898 .nav-link:focus {
  outline: none;
}
.cid-uAZPaCq898 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZPaCq898 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZPaCq898 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZPaCq898 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZPaCq898 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZPaCq898 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZPaCq898 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZPaCq898 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZPaCq898 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZPaCq898 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZPaCq898 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZPaCq898 .navbar.collapsed {
  justify-content: center;
}
.cid-uAZPaCq898 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZPaCq898 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZPaCq898 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZPaCq898 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZPaCq898 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZPaCq898 .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-uAZPaCq898 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZPaCq898 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZPaCq898 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZPaCq898 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZPaCq898 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZPaCq898 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZPaCq898 .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-uAZPaCq898 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZPaCq898 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZPaCq898 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZPaCq898 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZPaCq898 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZPaCq898 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZPaCq898 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZPaCq898 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZPaCq898 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZPaCq898 .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZPaCq898 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZPaCq898 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZPaCq898 .dropdown-item.active,
.cid-uAZPaCq898 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZPaCq898 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZPaCq898 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZPaCq898 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZPaCq898 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZPaCq898 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZPaCq898 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZPaCq898 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZPaCq898 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZPaCq898 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZPaCq898 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZPaCq898 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZPaCq898 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPaCq898 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZPaCq898 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZPaCq898 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPaCq898 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZPaCq898 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZPaCq898 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZPaCq898 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZPaCq898 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZPaCq898 .navbar {
    height: 70px;
  }
  .cid-uAZPaCq898 .navbar.opened {
    height: auto;
  }
  .cid-uAZPaCq898 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZPaCq898 .container,
.cid-uAZPaCq898 .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZPaCq898 .container:before,
  .cid-uAZPaCq898 .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZPaCq898 .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZPaCq898 .navbar-short .container,
.cid-uAZPaCq898 .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZPaCq898 .navbar-short .container:before,
.cid-uAZPaCq898 .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZPaCq898 .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZPaCq898 .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZPaCq898 .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZPaCq898 .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZPaCq898 .navbar {
    overflow: hidden;
  }
  .cid-uAZPaCq898 .container,
  .cid-uAZPaCq898 .container-fluid {
    min-height: 85px;
  }
  .cid-uAZPaCq898 .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZPaCq898 .navbar-short .container,
  .cid-uAZPaCq898 .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZPaCq898 .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZPaCq898 .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZPaCq898 .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZPaCq898 .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZPaCq898 .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZPaCq898 .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZPaCq898 .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZPaGzRDQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZPaGzRDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPaGzRDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPaGzRDQ .row {
  margin: 0 !important;
}
.cid-uAZPaGzRDQ .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uAZPaGzRDQ .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uAZPaGzRDQ .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uAZPaGzRDQ .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uAZPaGzRDQ .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uAZPaGzRDQ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uAZPaGzRDQ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uAZPaGzRDQ .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uAZPaGzRDQ .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uAZPaGzRDQ .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZPaGzRDQ .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uAZPaGzRDQ .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #fc7942;
  margin-left: 0.5rem;
}
.cid-uAZPaGzRDQ .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #fc7942;
  font-weight: 900;
}
.cid-uAZPaGzRDQ .panel-group {
  border: none;
}
.cid-uAZPaGzRDQ .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uAZPaGzRDQ .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAZPaGzRDQ .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uAZPaGzRDQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uAZPaGzRDQ .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uAZPaGzRDQ .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uAZPaGzRDQ .panel-title-edit {
  color: #131313;
}
.cid-uAZPaGzRDQ .panel-body {
  padding: 0 0 20px;
}
.cid-uAZPaGzRDQ .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uAZPaHyDem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZPaHyDem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPaHyDem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPaHyDem .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZPaHyDem .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZPaHyDem .container {
    padding: 0 20px;
  }
}
.cid-uAZPaHyDem .row {
  justify-content: center;
}
.cid-uAZPaHyDem .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZPaHyDem .item {
  margin-bottom: 50px;
}
.cid-uAZPaHyDem .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZPaHyDem .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZPaHyDem .item .item-wrapper a {
  display: block;
}
.cid-uAZPaHyDem .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZPaHyDem .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZPaHyDem .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZPaHyDem .mbr-date {
  color: #1b1b1b;
}
.cid-uAZPaHyDem .mbr-text {
  color: #1b1b1b;
}
.cid-uAZPaHyDem .mbr-section-title,
.cid-uAZPaHyDem .mbr-section-btn {
  text-align: center;
}
.cid-uAZPaHZbpw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZPaHZbpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZPaHZbpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZPaHZbpw .copyright {
  color: #ffffff;
}
.cid-uAZPaHZbpw .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZPaHZbpw .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZPaHZbpw .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZPaHZbpw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZPaHZbpw .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZPaHZbpw .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZPaHZbpw .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZPaHZbpw .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZPaHZbpw .row-links-soc,
.cid-uAZPaHZbpw .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZPaHZbpw .copyright,
.cid-uAZPaHZbpw .line {
  color: #ffffff;
}
.cid-uAZP9sqpbl .navbar-dropdown {
  position: relative !important;
}
.cid-uAZP9sqpbl .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-uAZP9sqpbl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZP9sqpbl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZP9sqpbl .dropdown-item:hover,
.cid-uAZP9sqpbl .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZP9sqpbl .dropdown-item:hover span {
  color: white;
}
.cid-uAZP9sqpbl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZP9sqpbl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZP9sqpbl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZP9sqpbl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZP9sqpbl .nav-link {
  position: relative;
}
.cid-uAZP9sqpbl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZP9sqpbl .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZP9sqpbl .navbar-nav {
  margin: 0 auto;
}
.cid-uAZP9sqpbl .dropdown-menu,
.cid-uAZP9sqpbl .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZP9sqpbl .nav-item:focus,
.cid-uAZP9sqpbl .nav-link:focus {
  outline: none;
}
.cid-uAZP9sqpbl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZP9sqpbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZP9sqpbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZP9sqpbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZP9sqpbl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZP9sqpbl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZP9sqpbl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZP9sqpbl .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZP9sqpbl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZP9sqpbl .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZP9sqpbl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZP9sqpbl .navbar.collapsed {
  justify-content: center;
}
.cid-uAZP9sqpbl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZP9sqpbl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZP9sqpbl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZP9sqpbl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZP9sqpbl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZP9sqpbl .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-uAZP9sqpbl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZP9sqpbl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZP9sqpbl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZP9sqpbl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZP9sqpbl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZP9sqpbl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZP9sqpbl .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-uAZP9sqpbl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZP9sqpbl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZP9sqpbl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZP9sqpbl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZP9sqpbl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZP9sqpbl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZP9sqpbl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZP9sqpbl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZP9sqpbl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZP9sqpbl .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZP9sqpbl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZP9sqpbl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZP9sqpbl .dropdown-item.active,
.cid-uAZP9sqpbl .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZP9sqpbl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZP9sqpbl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZP9sqpbl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZP9sqpbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZP9sqpbl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZP9sqpbl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZP9sqpbl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZP9sqpbl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZP9sqpbl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZP9sqpbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZP9sqpbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZP9sqpbl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZP9sqpbl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZP9sqpbl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZP9sqpbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZP9sqpbl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZP9sqpbl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZP9sqpbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZP9sqpbl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZP9sqpbl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZP9sqpbl .navbar {
    height: 70px;
  }
  .cid-uAZP9sqpbl .navbar.opened {
    height: auto;
  }
  .cid-uAZP9sqpbl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZP9sqpbl .container,
.cid-uAZP9sqpbl .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZP9sqpbl .container:before,
  .cid-uAZP9sqpbl .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZP9sqpbl .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZP9sqpbl .navbar-short .container,
.cid-uAZP9sqpbl .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZP9sqpbl .navbar-short .container:before,
.cid-uAZP9sqpbl .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZP9sqpbl .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZP9sqpbl .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZP9sqpbl .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZP9sqpbl .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZP9sqpbl .navbar {
    overflow: hidden;
  }
  .cid-uAZP9sqpbl .container,
  .cid-uAZP9sqpbl .container-fluid {
    min-height: 85px;
  }
  .cid-uAZP9sqpbl .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZP9sqpbl .navbar-short .container,
  .cid-uAZP9sqpbl .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZP9sqpbl .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZP9sqpbl .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZP9sqpbl .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZP9sqpbl .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZP9sqpbl .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZP9sqpbl .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZP9sqpbl .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZP9wapsd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f5db6e;
}
.cid-uAZP9wapsd .content-container {
  overflow: hidden;
}
.cid-uAZP9wapsd .carousel,
.cid-uAZP9wapsd .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uAZP9wapsd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uAZP9wapsd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uAZP9wapsd .carousel-control {
  top: 50%;
  width: max-content;
  height: max-content;
  padding: 18px 30px 12px;
  font-size: 24px;
  background-color: transparent;
  color: #131313;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAZP9wapsd .carousel-control {
    padding: 18px 0 12px;
  }
}
.cid-uAZP9wapsd .carousel-control.carousel-control-prev {
  right: auto !important;
  left: 0 !important;
}
@media (max-width: 767px) {
  .cid-uAZP9wapsd .carousel-control.carousel-control-prev {
    padding-right: 30px;
  }
}
.cid-uAZP9wapsd .carousel-control.carousel-control-next {
  right: 0 !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .cid-uAZP9wapsd .carousel-control.carousel-control-next {
    padding-left: 30px;
  }
}
.cid-uAZP9wapsd .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  width: 100%;
  padding: 0 80px;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .cid-uAZP9wapsd .item-wrapper {
    padding: 0 25px;
  }
}
.cid-uAZP9wapsd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  max-width: 100%;
  width: fit-content;
  border-radius: 50%;
  margin: 0 auto 50px;
  padding: 10px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background-color: #fc7942;
}
@media (max-width: 991px) {
  .cid-uAZP9wapsd .iconfont-wrapper {
    margin: 0 auto 20px;
  }
}
.cid-uAZP9wapsd .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #131313;
}
.cid-uAZP9wapsd .carousel-caption {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-uAZP9wapsd .mbr-section-title {
  color: #131313;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-uAZP9wapsd .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uAZP9wapsd .mbr-section-subtitle {
  color: #131313;
  margin-bottom: 0;
}
.cid-uAZP9wapsd .carousel-inner {
  margin-bottom: 0;
  overflow: visible !important;
}
.cid-uAZP9wapsd .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-uAZP9wapsd .carousel-indicators {
  display: none !important;
}
.cid-uAZP9xC6S6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZP9xC6S6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZP9xC6S6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZP9xC6S6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZP9xC6S6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZP9xC6S6 .container {
    padding: 0 20px;
  }
}
.cid-uAZP9xC6S6 .row {
  justify-content: center;
}
.cid-uAZP9xC6S6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZP9xC6S6 .item {
  margin-bottom: 50px;
}
.cid-uAZP9xC6S6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZP9xC6S6 .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZP9xC6S6 .item .item-wrapper a {
  display: block;
}
.cid-uAZP9xC6S6 .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZP9xC6S6 .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZP9xC6S6 .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZP9xC6S6 .mbr-date {
  color: #1b1b1b;
}
.cid-uAZP9xC6S6 .mbr-text {
  color: #1b1b1b;
}
.cid-uAZP9xC6S6 .mbr-section-title,
.cid-uAZP9xC6S6 .mbr-section-btn {
  text-align: center;
}
.cid-uAZP9y7Ioj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZP9y7Ioj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZP9y7Ioj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZP9y7Ioj .copyright {
  color: #ffffff;
}
.cid-uAZP9y7Ioj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZP9y7Ioj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZP9y7Ioj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZP9y7Ioj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZP9y7Ioj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZP9y7Ioj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZP9y7Ioj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZP9y7Ioj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZP9y7Ioj .row-links-soc,
.cid-uAZP9y7Ioj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZP9y7Ioj .copyright,
.cid-uAZP9y7Ioj .line {
  color: #ffffff;
}
.cid-uAZP8pQYQX .navbar-dropdown {
  position: relative !important;
}
.cid-uAZP8pQYQX .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-uAZP8pQYQX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAZP8pQYQX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAZP8pQYQX .dropdown-item:hover,
.cid-uAZP8pQYQX .dropdown-item:focus {
  background: #fc7942 !important;
  color: white !important;
}
.cid-uAZP8pQYQX .dropdown-item:hover span {
  color: white;
}
.cid-uAZP8pQYQX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAZP8pQYQX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAZP8pQYQX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAZP8pQYQX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAZP8pQYQX .nav-link {
  position: relative;
}
.cid-uAZP8pQYQX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAZP8pQYQX .container {
    flex-wrap: nowrap;
  }
}
.cid-uAZP8pQYQX .navbar-nav {
  margin: 0 auto;
}
.cid-uAZP8pQYQX .dropdown-menu,
.cid-uAZP8pQYQX .navbar.opened {
  background: #ffffff !important;
}
.cid-uAZP8pQYQX .nav-item:focus,
.cid-uAZP8pQYQX .nav-link:focus {
  outline: none;
}
.cid-uAZP8pQYQX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAZP8pQYQX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAZP8pQYQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAZP8pQYQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAZP8pQYQX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAZP8pQYQX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAZP8pQYQX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.cid-uAZP8pQYQX .navbar.opened {
  transition: all 0.3s;
}
.cid-uAZP8pQYQX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAZP8pQYQX .navbar .navbar-logo img {
  width: auto;
}
.cid-uAZP8pQYQX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAZP8pQYQX .navbar.collapsed {
  justify-content: center;
}
.cid-uAZP8pQYQX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAZP8pQYQX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAZP8pQYQX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAZP8pQYQX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAZP8pQYQX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAZP8pQYQX .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-uAZP8pQYQX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAZP8pQYQX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAZP8pQYQX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAZP8pQYQX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAZP8pQYQX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAZP8pQYQX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAZP8pQYQX .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-uAZP8pQYQX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAZP8pQYQX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAZP8pQYQX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAZP8pQYQX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAZP8pQYQX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAZP8pQYQX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAZP8pQYQX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAZP8pQYQX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAZP8pQYQX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAZP8pQYQX .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAZP8pQYQX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAZP8pQYQX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAZP8pQYQX .dropdown-item.active,
.cid-uAZP8pQYQX .dropdown-item:active {
  background-color: transparent;
}
.cid-uAZP8pQYQX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAZP8pQYQX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAZP8pQYQX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAZP8pQYQX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAZP8pQYQX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAZP8pQYQX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAZP8pQYQX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAZP8pQYQX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAZP8pQYQX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAZP8pQYQX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-uAZP8pQYQX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAZP8pQYQX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZP8pQYQX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAZP8pQYQX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAZP8pQYQX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZP8pQYQX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAZP8pQYQX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAZP8pQYQX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAZP8pQYQX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAZP8pQYQX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAZP8pQYQX .navbar {
    height: 70px;
  }
  .cid-uAZP8pQYQX .navbar.opened {
    height: auto;
  }
  .cid-uAZP8pQYQX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAZP8pQYQX .container,
.cid-uAZP8pQYQX .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-uAZP8pQYQX .container:before,
  .cid-uAZP8pQYQX .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131313;
  }
}
.cid-uAZP8pQYQX .navbar-short {
  background-color: #ffffff !important;
}
.cid-uAZP8pQYQX .navbar-short .container,
.cid-uAZP8pQYQX .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-uAZP8pQYQX .navbar-short .container:before,
.cid-uAZP8pQYQX .navbar-short .container-fluid:before {
  display: none;
}
.cid-uAZP8pQYQX .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-uAZP8pQYQX .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-uAZP8pQYQX .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZP8pQYQX .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uAZP8pQYQX .navbar {
    overflow: hidden;
  }
  .cid-uAZP8pQYQX .container,
  .cid-uAZP8pQYQX .container-fluid {
    min-height: 85px;
  }
  .cid-uAZP8pQYQX .navbar-brand {
    min-height: 85px;
  }
  .cid-uAZP8pQYQX .navbar-short .container,
  .cid-uAZP8pQYQX .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-uAZP8pQYQX .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-uAZP8pQYQX .navbar.navbar-short {
    background-color: #ffffff !important;
  }
  .cid-uAZP8pQYQX .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-uAZP8pQYQX .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-uAZP8pQYQX .mbr-section-btn {
    text-align: left;
  }
  .cid-uAZP8pQYQX .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-uAZP8pQYQX .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #ffffff;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-uAZP8sY1l1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZP8sY1l1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZP8sY1l1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZP8sY1l1 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uAZP8sY1l1 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uAZP8sY1l1 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uAZP8sY1l1 .item-img {
    width: 100%;
  }
}
.cid-uAZP8sY1l1 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uAZP8sY1l1 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uAZP8sY1l1 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uAZP8sY1l1 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uAZP8sY1l1 .card-title {
  color: #131313;
}
.cid-uAZP8sY1l1 .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-uAZP8sY1l1 .card-text {
    margin-top: 20px;
  }
}
.cid-uAZP8sY1l1 .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-uAZP8sY1l1 .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-uAZP8sY1l1 .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-uAZP8wr9s2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAZP8wr9s2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZP8wr9s2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZP8wr9s2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAZP8wr9s2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAZP8wr9s2 .container {
    padding: 0 20px;
  }
}
.cid-uAZP8wr9s2 .row {
  justify-content: center;
}
.cid-uAZP8wr9s2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAZP8wr9s2 .item {
  margin-bottom: 50px;
}
.cid-uAZP8wr9s2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #1b1b1b;
}
.cid-uAZP8wr9s2 .item .item-wrapper .mbr-date {
  margin-bottom: 24px;
}
.cid-uAZP8wr9s2 .item .item-wrapper a {
  display: block;
}
.cid-uAZP8wr9s2 .item .item-wrapper a:hover .mbr-text {
  text-decoration: underline;
}
.cid-uAZP8wr9s2 .item .item-wrapper a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAZP8wr9s2 .mbr-section-title {
  color: #1b1b1b;
}
.cid-uAZP8wr9s2 .mbr-date {
  color: #1b1b1b;
}
.cid-uAZP8wr9s2 .mbr-text {
  color: #1b1b1b;
}
.cid-uAZP8wr9s2 .mbr-section-title,
.cid-uAZP8wr9s2 .mbr-section-btn {
  text-align: center;
}
.cid-uAZP8wV46A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uAZP8wV46A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZP8wV46A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZP8wV46A .copyright {
  color: #ffffff;
}
.cid-uAZP8wV46A .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uAZP8wV46A .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uAZP8wV46A .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uAZP8wV46A .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAZP8wV46A .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAZP8wV46A .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAZP8wV46A .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZP8wV46A .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uAZP8wV46A .row-links-soc,
.cid-uAZP8wV46A .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uAZP8wV46A .copyright,
.cid-uAZP8wV46A .line {
  color: #ffffff;
}
