body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #898d90 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #898d90 !important;
  border-color: #898d90 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5e6264 !important;
  border-color: #5e6264 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5e6264 !important;
  border-color: #5e6264 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #898d90;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5e6264 !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: #898d90 !important;
  border-color: #898d90 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #898d90 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #575a5c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #898d90;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #898d90;
  border-color: #898d90;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #898d90;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbccce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #898d90 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #898d90;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #898d90;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #898d90;
}
.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: #898d90;
  border-bottom-color: #898d90;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #898d90 !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: #ff6666 !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='%23898d90' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tR9EQkpl62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR9EQkpl62 nav.navbar {
  position: fixed;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR9EQkpl62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR9EQkpl62 .dropdown-item:hover,
.cid-tR9EQkpl62 .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tR9EQkpl62 .dropdown-item:hover span {
  color: white;
}
.cid-tR9EQkpl62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR9EQkpl62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR9EQkpl62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR9EQkpl62 .nav-link {
  position: relative;
}
.cid-tR9EQkpl62 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown-menu,
.cid-tR9EQkpl62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tR9EQkpl62 .nav-item:focus,
.cid-tR9EQkpl62 .nav-link:focus {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9EQkpl62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9EQkpl62 .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;
}
.cid-tR9EQkpl62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9EQkpl62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9EQkpl62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9EQkpl62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar.collapsed {
  justify-content: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9EQkpl62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9EQkpl62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9EQkpl62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR9EQkpl62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR9EQkpl62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9EQkpl62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR9EQkpl62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR9EQkpl62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown-item.active,
.cid-tR9EQkpl62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9EQkpl62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9EQkpl62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9EQkpl62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9EQkpl62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR9EQkpl62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR9EQkpl62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9EQkpl62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9EQkpl62 .navbar {
    height: 70px;
  }
  .cid-tR9EQkpl62 .navbar.opened {
    height: auto;
  }
  .cid-tR9EQkpl62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR42DUgHRF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tR42DUgHRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR42DUgHRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR42DUgHRF .video-wrapper iframe {
  width: 100%;
}
.cid-tR42DUgHRF .mbr-section-title,
.cid-tR42DUgHRF .mbr-section-subtitle,
.cid-tR42DUgHRF .mbr-text {
  text-align: center;
}
.cid-tR42DUgHRF .mbr-section-title {
  color: #898d90;
}
.cid-tR9Q3plh0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR9Q3plh0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9Q3plh0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9Q3plh0Q .mbr-section-title {
  color: #898d90;
}
.cid-tR9QkbtxeU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR9QkbtxeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9QkbtxeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tR9QkbtxeU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR9QkbtxeU .row {
  flex-direction: row-reverse;
}
.cid-tR9QkbtxeU img {
  width: 100%;
}
.cid-tRwP8keQUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRwP8keQUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwP8keQUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwP8keQUi .mbr-section-title {
  color: #898d90;
}
.cid-tR9vd6rcPi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tR9vd6rcPi .media-container-row .mbr-text {
  color: #000000;
}
.cid-tR4dCwesFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR9vd6rcPi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tR9vd6rcPi .media-container-row .mbr-text {
  color: #000000;
}
.cid-tR9EQkpl62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR9EQkpl62 nav.navbar {
  position: fixed;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR9EQkpl62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR9EQkpl62 .dropdown-item:hover,
.cid-tR9EQkpl62 .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tR9EQkpl62 .dropdown-item:hover span {
  color: white;
}
.cid-tR9EQkpl62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR9EQkpl62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR9EQkpl62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR9EQkpl62 .nav-link {
  position: relative;
}
.cid-tR9EQkpl62 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown-menu,
.cid-tR9EQkpl62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tR9EQkpl62 .nav-item:focus,
.cid-tR9EQkpl62 .nav-link:focus {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9EQkpl62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9EQkpl62 .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;
}
.cid-tR9EQkpl62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9EQkpl62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9EQkpl62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9EQkpl62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar.collapsed {
  justify-content: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9EQkpl62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9EQkpl62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9EQkpl62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR9EQkpl62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR9EQkpl62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9EQkpl62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR9EQkpl62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR9EQkpl62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown-item.active,
.cid-tR9EQkpl62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9EQkpl62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9EQkpl62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9EQkpl62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9EQkpl62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR9EQkpl62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR9EQkpl62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9EQkpl62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9EQkpl62 .navbar {
    height: 70px;
  }
  .cid-tR9EQkpl62 .navbar.opened {
    height: auto;
  }
  .cid-tR9EQkpl62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9rWlzzD5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tR9rWlzzD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9rWlzzD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9rWlzzD5 .mbr-section-title {
  color: #898d90;
}
.cid-tR9sBPr9KV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tR9sBPr9KV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9sBPr9KV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9sBPr9KV .item {
  padding-bottom: 2rem;
}
.cid-tR9sBPr9KV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tR9sBPr9KV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tR9sBPr9KV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tR9sBPr9KV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tR9sBPr9KV .carousel-control,
.cid-tR9sBPr9KV .close {
  background: #1b1b1b;
}
.cid-tR9sBPr9KV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tR9sBPr9KV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tR9sBPr9KV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tR9sBPr9KV .carousel-control-next span {
  margin-left: 5px;
}
.cid-tR9sBPr9KV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tR9sBPr9KV .close::before {
  content: '\e91a';
}
.cid-tR9sBPr9KV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tR9sBPr9KV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tR9sBPr9KV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR9sBPr9KV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR9sBPr9KV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tR9sBPr9KV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tR9sBPr9KV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tR9sBPr9KV .carousel-indicators li.active,
.cid-tR9sBPr9KV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tR9sBPr9KV .carousel-indicators li::after,
.cid-tR9sBPr9KV .carousel-indicators li::before {
  content: none;
}
.cid-tR9sBPr9KV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tR9sBPr9KV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tR9sBPr9KV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tR9sBPr9KV .carousel-indicators {
    display: none;
  }
}
.cid-tR9sBPr9KV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tR9sBPr9KV .carousel-inner > .active {
  display: block;
}
.cid-tR9sBPr9KV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR9sBPr9KV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tR9sBPr9KV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tR9sBPr9KV .carousel-control,
  .cid-tR9sBPr9KV .carousel-indicators,
  .cid-tR9sBPr9KV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tR9sBPr9KV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tR9sBPr9KV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tR9sBPr9KV .carousel-indicators .active,
.cid-tR9sBPr9KV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tR9sBPr9KV .carousel-indicators .active {
  background: #fff;
}
.cid-tR9sBPr9KV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tR9sBPr9KV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tR9sBPr9KV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tR9sBPr9KV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tR9sBPr9KV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tR9sBPr9KV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tR9sBPr9KV .carousel {
  width: 100%;
}
.cid-tR9sBPr9KV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tR9sBPr9KV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tR9sBPr9KV .modal.fade .modal-dialog,
.cid-tR9sBPr9KV .modal.in .modal-dialog {
  transform: none;
}
.cid-tR9sBPr9KV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tR9sBPr9KV H6 {
  text-align: center;
}
.cid-tR9vd6rcPi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tR9vd6rcPi .media-container-row .mbr-text {
  color: #000000;
}
.cid-tR9EQkpl62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR9EQkpl62 nav.navbar {
  position: fixed;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR9EQkpl62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR9EQkpl62 .dropdown-item:hover,
.cid-tR9EQkpl62 .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tR9EQkpl62 .dropdown-item:hover span {
  color: white;
}
.cid-tR9EQkpl62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR9EQkpl62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR9EQkpl62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR9EQkpl62 .nav-link {
  position: relative;
}
.cid-tR9EQkpl62 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown-menu,
.cid-tR9EQkpl62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tR9EQkpl62 .nav-item:focus,
.cid-tR9EQkpl62 .nav-link:focus {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9EQkpl62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9EQkpl62 .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;
}
.cid-tR9EQkpl62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9EQkpl62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9EQkpl62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9EQkpl62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar.collapsed {
  justify-content: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9EQkpl62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9EQkpl62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9EQkpl62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR9EQkpl62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR9EQkpl62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9EQkpl62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR9EQkpl62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR9EQkpl62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown-item.active,
.cid-tR9EQkpl62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9EQkpl62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9EQkpl62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9EQkpl62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9EQkpl62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR9EQkpl62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR9EQkpl62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9EQkpl62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9EQkpl62 .navbar {
    height: 70px;
  }
  .cid-tR9EQkpl62 .navbar.opened {
    height: auto;
  }
  .cid-tR9EQkpl62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9yKGfGiN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tR9yKGfGiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9yKGfGiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9yKGfGiN .mbr-section-title {
  color: #898d90;
}
.cid-tR9XNzpwz9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tR9XNzpwz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9XNzpwz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9XNzpwz9 .mbr-section-title {
  color: #898d90;
}
.cid-tRa7rWSq6X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRa7rWSq6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRa7rWSq6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRa7rWSq6X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRa7rWSq6X .row {
  flex-direction: row-reverse;
}
.cid-tRa7rWSq6X img {
  width: 100%;
}
.cid-tR9Z7qVXxl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tR9Z7qVXxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9Z7qVXxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9Z7qVXxl .mbr-section-title {
  color: #898d90;
}
.cid-tSttfDckQx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSttfDckQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSttfDckQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSttfDckQx .video-wrapper iframe {
  width: 100%;
}
.cid-tSttfDckQx .mbr-section-title,
.cid-tSttfDckQx .mbr-section-subtitle,
.cid-tSttfDckQx .mbr-text {
  text-align: center;
}
.cid-tSttfDckQx .mbr-section-title {
  color: #898d90;
}
.cid-tRa1bP2jxv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRa1bP2jxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRa1bP2jxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRa1bP2jxv .item {
  padding-bottom: 2rem;
}
.cid-tRa1bP2jxv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tRa1bP2jxv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRa1bP2jxv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRa1bP2jxv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRa1bP2jxv .carousel-control,
.cid-tRa1bP2jxv .close {
  background: #1b1b1b;
}
.cid-tRa1bP2jxv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRa1bP2jxv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRa1bP2jxv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRa1bP2jxv .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRa1bP2jxv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRa1bP2jxv .close::before {
  content: '\e91a';
}
.cid-tRa1bP2jxv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRa1bP2jxv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRa1bP2jxv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRa1bP2jxv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRa1bP2jxv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRa1bP2jxv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRa1bP2jxv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRa1bP2jxv .carousel-indicators li.active,
.cid-tRa1bP2jxv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRa1bP2jxv .carousel-indicators li::after,
.cid-tRa1bP2jxv .carousel-indicators li::before {
  content: none;
}
.cid-tRa1bP2jxv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRa1bP2jxv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRa1bP2jxv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRa1bP2jxv .carousel-indicators {
    display: none;
  }
}
.cid-tRa1bP2jxv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRa1bP2jxv .carousel-inner > .active {
  display: block;
}
.cid-tRa1bP2jxv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRa1bP2jxv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRa1bP2jxv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRa1bP2jxv .carousel-control,
  .cid-tRa1bP2jxv .carousel-indicators,
  .cid-tRa1bP2jxv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRa1bP2jxv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRa1bP2jxv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRa1bP2jxv .carousel-indicators .active,
.cid-tRa1bP2jxv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRa1bP2jxv .carousel-indicators .active {
  background: #fff;
}
.cid-tRa1bP2jxv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRa1bP2jxv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRa1bP2jxv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRa1bP2jxv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRa1bP2jxv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRa1bP2jxv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRa1bP2jxv .carousel {
  width: 100%;
}
.cid-tRa1bP2jxv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRa1bP2jxv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRa1bP2jxv .modal.fade .modal-dialog,
.cid-tRa1bP2jxv .modal.in .modal-dialog {
  transform: none;
}
.cid-tRa1bP2jxv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRa1bP2jxv H6 {
  text-align: center;
}
.cid-tSzdRzF2oc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSzdRzF2oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSzdRzF2oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSzdRzF2oc .item {
  padding-bottom: 2rem;
}
.cid-tSzdRzF2oc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tSzdRzF2oc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tSzdRzF2oc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tSzdRzF2oc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tSzdRzF2oc .carousel-control,
.cid-tSzdRzF2oc .close {
  background: #1b1b1b;
}
.cid-tSzdRzF2oc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tSzdRzF2oc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tSzdRzF2oc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tSzdRzF2oc .carousel-control-next span {
  margin-left: 5px;
}
.cid-tSzdRzF2oc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tSzdRzF2oc .close::before {
  content: '\e91a';
}
.cid-tSzdRzF2oc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tSzdRzF2oc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tSzdRzF2oc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSzdRzF2oc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tSzdRzF2oc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tSzdRzF2oc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tSzdRzF2oc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tSzdRzF2oc .carousel-indicators li.active,
.cid-tSzdRzF2oc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tSzdRzF2oc .carousel-indicators li::after,
.cid-tSzdRzF2oc .carousel-indicators li::before {
  content: none;
}
.cid-tSzdRzF2oc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tSzdRzF2oc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tSzdRzF2oc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tSzdRzF2oc .carousel-indicators {
    display: none;
  }
}
.cid-tSzdRzF2oc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tSzdRzF2oc .carousel-inner > .active {
  display: block;
}
.cid-tSzdRzF2oc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSzdRzF2oc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSzdRzF2oc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tSzdRzF2oc .carousel-control,
  .cid-tSzdRzF2oc .carousel-indicators,
  .cid-tSzdRzF2oc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tSzdRzF2oc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tSzdRzF2oc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tSzdRzF2oc .carousel-indicators .active,
.cid-tSzdRzF2oc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tSzdRzF2oc .carousel-indicators .active {
  background: #fff;
}
.cid-tSzdRzF2oc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tSzdRzF2oc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tSzdRzF2oc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tSzdRzF2oc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tSzdRzF2oc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tSzdRzF2oc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tSzdRzF2oc .carousel {
  width: 100%;
}
.cid-tSzdRzF2oc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tSzdRzF2oc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tSzdRzF2oc .modal.fade .modal-dialog,
.cid-tSzdRzF2oc .modal.in .modal-dialog {
  transform: none;
}
.cid-tSzdRzF2oc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tSzdRzF2oc H6 {
  text-align: center;
}
.cid-tStwAfFYQl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tStwAfFYQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStwAfFYQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStwAfFYQl .item {
  padding-bottom: 2rem;
}
.cid-tStwAfFYQl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tStwAfFYQl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tStwAfFYQl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tStwAfFYQl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tStwAfFYQl .carousel-control,
.cid-tStwAfFYQl .close {
  background: #1b1b1b;
}
.cid-tStwAfFYQl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tStwAfFYQl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tStwAfFYQl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tStwAfFYQl .carousel-control-next span {
  margin-left: 5px;
}
.cid-tStwAfFYQl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tStwAfFYQl .close::before {
  content: '\e91a';
}
.cid-tStwAfFYQl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tStwAfFYQl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tStwAfFYQl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tStwAfFYQl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tStwAfFYQl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tStwAfFYQl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tStwAfFYQl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tStwAfFYQl .carousel-indicators li.active,
.cid-tStwAfFYQl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tStwAfFYQl .carousel-indicators li::after,
.cid-tStwAfFYQl .carousel-indicators li::before {
  content: none;
}
.cid-tStwAfFYQl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tStwAfFYQl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tStwAfFYQl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tStwAfFYQl .carousel-indicators {
    display: none;
  }
}
.cid-tStwAfFYQl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tStwAfFYQl .carousel-inner > .active {
  display: block;
}
.cid-tStwAfFYQl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tStwAfFYQl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tStwAfFYQl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tStwAfFYQl .carousel-control,
  .cid-tStwAfFYQl .carousel-indicators,
  .cid-tStwAfFYQl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tStwAfFYQl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tStwAfFYQl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tStwAfFYQl .carousel-indicators .active,
.cid-tStwAfFYQl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tStwAfFYQl .carousel-indicators .active {
  background: #fff;
}
.cid-tStwAfFYQl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tStwAfFYQl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tStwAfFYQl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tStwAfFYQl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tStwAfFYQl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tStwAfFYQl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tStwAfFYQl .carousel {
  width: 100%;
}
.cid-tStwAfFYQl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tStwAfFYQl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tStwAfFYQl .modal.fade .modal-dialog,
.cid-tStwAfFYQl .modal.in .modal-dialog {
  transform: none;
}
.cid-tStwAfFYQl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tStwAfFYQl H6 {
  text-align: center;
}
.cid-tStwAfFYQl H3 {
  color: #898d90;
}
.cid-tR9vWjhrJk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tR9vWjhrJk .media-container-row .mbr-text {
  color: #000000;
}
.cid-tR9EQkpl62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR9EQkpl62 nav.navbar {
  position: fixed;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR9EQkpl62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR9EQkpl62 .dropdown-item:hover,
.cid-tR9EQkpl62 .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tR9EQkpl62 .dropdown-item:hover span {
  color: white;
}
.cid-tR9EQkpl62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR9EQkpl62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR9EQkpl62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR9EQkpl62 .nav-link {
  position: relative;
}
.cid-tR9EQkpl62 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown-menu,
.cid-tR9EQkpl62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tR9EQkpl62 .nav-item:focus,
.cid-tR9EQkpl62 .nav-link:focus {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9EQkpl62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9EQkpl62 .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;
}
.cid-tR9EQkpl62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9EQkpl62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9EQkpl62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9EQkpl62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar.collapsed {
  justify-content: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9EQkpl62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9EQkpl62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9EQkpl62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR9EQkpl62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR9EQkpl62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9EQkpl62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR9EQkpl62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR9EQkpl62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown-item.active,
.cid-tR9EQkpl62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9EQkpl62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9EQkpl62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9EQkpl62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9EQkpl62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR9EQkpl62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR9EQkpl62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9EQkpl62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9EQkpl62 .navbar {
    height: 70px;
  }
  .cid-tR9EQkpl62 .navbar.opened {
    height: auto;
  }
  .cid-tR9EQkpl62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR9DxDvOQ2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tR9DxDvOQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR9DxDvOQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR9DxDvOQ2 .mbr-section-title {
  color: #898d90;
}
.cid-tRa1qBZt3H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRa1qBZt3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRa1qBZt3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRa1qBZt3H .item {
  padding-bottom: 2rem;
}
.cid-tRa1qBZt3H .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tRa1qBZt3H .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRa1qBZt3H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRa1qBZt3H .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRa1qBZt3H .carousel-control,
.cid-tRa1qBZt3H .close {
  background: #1b1b1b;
}
.cid-tRa1qBZt3H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRa1qBZt3H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRa1qBZt3H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRa1qBZt3H .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRa1qBZt3H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRa1qBZt3H .close::before {
  content: '\e91a';
}
.cid-tRa1qBZt3H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRa1qBZt3H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRa1qBZt3H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRa1qBZt3H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRa1qBZt3H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRa1qBZt3H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRa1qBZt3H .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRa1qBZt3H .carousel-indicators li.active,
.cid-tRa1qBZt3H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRa1qBZt3H .carousel-indicators li::after,
.cid-tRa1qBZt3H .carousel-indicators li::before {
  content: none;
}
.cid-tRa1qBZt3H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRa1qBZt3H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRa1qBZt3H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRa1qBZt3H .carousel-indicators {
    display: none;
  }
}
.cid-tRa1qBZt3H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRa1qBZt3H .carousel-inner > .active {
  display: block;
}
.cid-tRa1qBZt3H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRa1qBZt3H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRa1qBZt3H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRa1qBZt3H .carousel-control,
  .cid-tRa1qBZt3H .carousel-indicators,
  .cid-tRa1qBZt3H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRa1qBZt3H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRa1qBZt3H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRa1qBZt3H .carousel-indicators .active,
.cid-tRa1qBZt3H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRa1qBZt3H .carousel-indicators .active {
  background: #fff;
}
.cid-tRa1qBZt3H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRa1qBZt3H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRa1qBZt3H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRa1qBZt3H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRa1qBZt3H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRa1qBZt3H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRa1qBZt3H .carousel {
  width: 100%;
}
.cid-tRa1qBZt3H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRa1qBZt3H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRa1qBZt3H .modal.fade .modal-dialog,
.cid-tRa1qBZt3H .modal.in .modal-dialog {
  transform: none;
}
.cid-tRa1qBZt3H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRa1qBZt3H H6 {
  text-align: center;
}
.cid-tR9DxG4iZV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tR9DxG4iZV .media-container-row .mbr-text {
  color: #000000;
}
.cid-tR9EQkpl62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR9EQkpl62 nav.navbar {
  position: fixed;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR9EQkpl62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR9EQkpl62 .dropdown-item:hover,
.cid-tR9EQkpl62 .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tR9EQkpl62 .dropdown-item:hover span {
  color: white;
}
.cid-tR9EQkpl62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR9EQkpl62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR9EQkpl62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR9EQkpl62 .nav-link {
  position: relative;
}
.cid-tR9EQkpl62 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tR9EQkpl62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown-menu,
.cid-tR9EQkpl62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tR9EQkpl62 .nav-item:focus,
.cid-tR9EQkpl62 .nav-link:focus {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR9EQkpl62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR9EQkpl62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR9EQkpl62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR9EQkpl62 .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;
}
.cid-tR9EQkpl62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR9EQkpl62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR9EQkpl62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR9EQkpl62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar.collapsed {
  justify-content: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR9EQkpl62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR9EQkpl62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR9EQkpl62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR9EQkpl62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR9EQkpl62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR9EQkpl62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR9EQkpl62 .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-tR9EQkpl62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR9EQkpl62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR9EQkpl62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR9EQkpl62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR9EQkpl62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR9EQkpl62 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR9EQkpl62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR9EQkpl62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR9EQkpl62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR9EQkpl62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR9EQkpl62 .dropdown-item.active,
.cid-tR9EQkpl62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR9EQkpl62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR9EQkpl62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR9EQkpl62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR9EQkpl62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR9EQkpl62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR9EQkpl62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR9EQkpl62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR9EQkpl62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR9EQkpl62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR9EQkpl62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR9EQkpl62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR9EQkpl62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR9EQkpl62 .navbar {
    height: 70px;
  }
  .cid-tR9EQkpl62 .navbar.opened {
    height: auto;
  }
  .cid-tR9EQkpl62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwxgOynCv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwxgOynCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwxgOynCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwxgOynCv .mbr-section-title {
  color: #898d90;
}
.cid-tRwxgOVNr3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRwxgOVNr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwxgOVNr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwxgOVNr3 .item {
  padding-bottom: 2rem;
}
.cid-tRwxgOVNr3 .item-wrapper {
  position: relative;
}
.cid-tRwxgOVNr3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwxgOVNr3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwxgOVNr3 .carousel-control,
.cid-tRwxgOVNr3 .close {
  background: #1b1b1b;
}
.cid-tRwxgOVNr3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwxgOVNr3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwxgOVNr3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwxgOVNr3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwxgOVNr3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwxgOVNr3 .close::before {
  content: '\e91a';
}
.cid-tRwxgOVNr3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwxgOVNr3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwxgOVNr3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwxgOVNr3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwxgOVNr3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwxgOVNr3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwxgOVNr3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwxgOVNr3 .carousel-indicators li.active,
.cid-tRwxgOVNr3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwxgOVNr3 .carousel-indicators li::after,
.cid-tRwxgOVNr3 .carousel-indicators li::before {
  content: none;
}
.cid-tRwxgOVNr3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwxgOVNr3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwxgOVNr3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwxgOVNr3 .carousel-indicators {
    display: none;
  }
}
.cid-tRwxgOVNr3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwxgOVNr3 .carousel-inner > .active {
  display: block;
}
.cid-tRwxgOVNr3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwxgOVNr3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwxgOVNr3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwxgOVNr3 .carousel-control,
  .cid-tRwxgOVNr3 .carousel-indicators,
  .cid-tRwxgOVNr3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwxgOVNr3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwxgOVNr3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwxgOVNr3 .carousel-indicators .active,
.cid-tRwxgOVNr3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwxgOVNr3 .carousel-indicators .active {
  background: #fff;
}
.cid-tRwxgOVNr3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwxgOVNr3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwxgOVNr3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwxgOVNr3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwxgOVNr3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwxgOVNr3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwxgOVNr3 .carousel {
  width: 100%;
}
.cid-tRwxgOVNr3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwxgOVNr3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwxgOVNr3 .modal.fade .modal-dialog,
.cid-tRwxgOVNr3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwxgOVNr3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwxgOVNr3 H6 {
  text-align: center;
}
.cid-tRwxgPE88K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwxgPE88K .media-container-row .mbr-text {
  color: #000000;
}
.cid-tRwxgPXXaI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwxgPXXaI nav.navbar {
  position: fixed;
}
.cid-tRwxgPXXaI .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-tRwxgPXXaI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwxgPXXaI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwxgPXXaI .dropdown-item:hover,
.cid-tRwxgPXXaI .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwxgPXXaI .dropdown-item:hover span {
  color: white;
}
.cid-tRwxgPXXaI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwxgPXXaI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwxgPXXaI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwxgPXXaI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwxgPXXaI .nav-link {
  position: relative;
}
.cid-tRwxgPXXaI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwxgPXXaI .container {
    flex-wrap: wrap;
  }
}
.cid-tRwxgPXXaI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwxgPXXaI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwxgPXXaI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwxgPXXaI .dropdown-menu,
.cid-tRwxgPXXaI .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwxgPXXaI .nav-item:focus,
.cid-tRwxgPXXaI .nav-link:focus {
  outline: none;
}
.cid-tRwxgPXXaI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwxgPXXaI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwxgPXXaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwxgPXXaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwxgPXXaI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwxgPXXaI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwxgPXXaI .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;
}
.cid-tRwxgPXXaI .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwxgPXXaI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwxgPXXaI .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwxgPXXaI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwxgPXXaI .navbar.collapsed {
  justify-content: center;
}
.cid-tRwxgPXXaI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwxgPXXaI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwxgPXXaI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwxgPXXaI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwxgPXXaI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwxgPXXaI .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-tRwxgPXXaI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwxgPXXaI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwxgPXXaI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwxgPXXaI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwxgPXXaI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwxgPXXaI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwxgPXXaI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwxgPXXaI .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-tRwxgPXXaI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwxgPXXaI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwxgPXXaI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwxgPXXaI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwxgPXXaI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwxgPXXaI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwxgPXXaI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwxgPXXaI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwxgPXXaI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwxgPXXaI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwxgPXXaI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwxgPXXaI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwxgPXXaI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwxgPXXaI .dropdown-item.active,
.cid-tRwxgPXXaI .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwxgPXXaI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwxgPXXaI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwxgPXXaI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwxgPXXaI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwxgPXXaI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwxgPXXaI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwxgPXXaI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwxgPXXaI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwxgPXXaI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwxgPXXaI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwxgPXXaI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwxgPXXaI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwxgPXXaI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwxgPXXaI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwxgPXXaI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwxgPXXaI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwxgPXXaI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwxgPXXaI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwxgPXXaI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwxgPXXaI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwxgPXXaI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwxgPXXaI .navbar {
    height: 70px;
  }
  .cid-tRwxgPXXaI .navbar.opened {
    height: auto;
  }
  .cid-tRwxgPXXaI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwA32AAe8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwA32AAe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwA32AAe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwA32AAe8 .mbr-section-title {
  color: #898d90;
}
.cid-tRwA32Viaw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRwA32Viaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwA32Viaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwA32Viaw .item {
  padding-bottom: 2rem;
}
.cid-tRwA32Viaw .item-wrapper {
  position: relative;
}
.cid-tRwA32Viaw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwA32Viaw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwA32Viaw .carousel-control,
.cid-tRwA32Viaw .close {
  background: #1b1b1b;
}
.cid-tRwA32Viaw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwA32Viaw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwA32Viaw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwA32Viaw .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwA32Viaw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwA32Viaw .close::before {
  content: '\e91a';
}
.cid-tRwA32Viaw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwA32Viaw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwA32Viaw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwA32Viaw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwA32Viaw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwA32Viaw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwA32Viaw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwA32Viaw .carousel-indicators li.active,
.cid-tRwA32Viaw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwA32Viaw .carousel-indicators li::after,
.cid-tRwA32Viaw .carousel-indicators li::before {
  content: none;
}
.cid-tRwA32Viaw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwA32Viaw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwA32Viaw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwA32Viaw .carousel-indicators {
    display: none;
  }
}
.cid-tRwA32Viaw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwA32Viaw .carousel-inner > .active {
  display: block;
}
.cid-tRwA32Viaw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwA32Viaw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwA32Viaw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwA32Viaw .carousel-control,
  .cid-tRwA32Viaw .carousel-indicators,
  .cid-tRwA32Viaw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwA32Viaw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwA32Viaw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwA32Viaw .carousel-indicators .active,
.cid-tRwA32Viaw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwA32Viaw .carousel-indicators .active {
  background: #fff;
}
.cid-tRwA32Viaw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwA32Viaw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwA32Viaw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwA32Viaw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwA32Viaw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwA32Viaw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwA32Viaw .carousel {
  width: 100%;
}
.cid-tRwA32Viaw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwA32Viaw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwA32Viaw .modal.fade .modal-dialog,
.cid-tRwA32Viaw .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwA32Viaw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwA32Viaw H6 {
  text-align: center;
}
.cid-tRwA33L7cB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwA33L7cB .media-container-row .mbr-text {
  color: #000000;
}
.cid-tRwA349V1V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwA349V1V nav.navbar {
  position: fixed;
}
.cid-tRwA349V1V .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-tRwA349V1V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwA349V1V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwA349V1V .dropdown-item:hover,
.cid-tRwA349V1V .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwA349V1V .dropdown-item:hover span {
  color: white;
}
.cid-tRwA349V1V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwA349V1V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwA349V1V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwA349V1V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwA349V1V .nav-link {
  position: relative;
}
.cid-tRwA349V1V .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwA349V1V .container {
    flex-wrap: wrap;
  }
}
.cid-tRwA349V1V .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwA349V1V .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwA349V1V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwA349V1V .dropdown-menu,
.cid-tRwA349V1V .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwA349V1V .nav-item:focus,
.cid-tRwA349V1V .nav-link:focus {
  outline: none;
}
.cid-tRwA349V1V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwA349V1V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwA349V1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwA349V1V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwA349V1V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwA349V1V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwA349V1V .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;
}
.cid-tRwA349V1V .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwA349V1V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwA349V1V .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwA349V1V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwA349V1V .navbar.collapsed {
  justify-content: center;
}
.cid-tRwA349V1V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwA349V1V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwA349V1V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwA349V1V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwA349V1V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwA349V1V .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-tRwA349V1V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwA349V1V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwA349V1V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwA349V1V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwA349V1V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwA349V1V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwA349V1V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwA349V1V .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-tRwA349V1V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwA349V1V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwA349V1V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwA349V1V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwA349V1V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwA349V1V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwA349V1V .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwA349V1V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwA349V1V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwA349V1V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwA349V1V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwA349V1V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwA349V1V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwA349V1V .dropdown-item.active,
.cid-tRwA349V1V .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwA349V1V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwA349V1V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwA349V1V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwA349V1V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwA349V1V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwA349V1V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwA349V1V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwA349V1V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwA349V1V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwA349V1V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwA349V1V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwA349V1V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwA349V1V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwA349V1V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwA349V1V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwA349V1V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwA349V1V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwA349V1V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwA349V1V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwA349V1V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwA349V1V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwA349V1V .navbar {
    height: 70px;
  }
  .cid-tRwA349V1V .navbar.opened {
    height: auto;
  }
  .cid-tRwA349V1V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwBoboOLP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwBoboOLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwBoboOLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwBoboOLP .mbr-section-title {
  color: #898d90;
}
.cid-tRwBobLJ5O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRwBobLJ5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwBobLJ5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwBobLJ5O .item {
  padding-bottom: 2rem;
}
.cid-tRwBobLJ5O .item-wrapper {
  position: relative;
}
.cid-tRwBobLJ5O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwBobLJ5O .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwBobLJ5O .carousel-control,
.cid-tRwBobLJ5O .close {
  background: #1b1b1b;
}
.cid-tRwBobLJ5O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwBobLJ5O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwBobLJ5O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwBobLJ5O .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwBobLJ5O .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwBobLJ5O .close::before {
  content: '\e91a';
}
.cid-tRwBobLJ5O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwBobLJ5O .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwBobLJ5O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwBobLJ5O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwBobLJ5O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwBobLJ5O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwBobLJ5O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwBobLJ5O .carousel-indicators li.active,
.cid-tRwBobLJ5O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwBobLJ5O .carousel-indicators li::after,
.cid-tRwBobLJ5O .carousel-indicators li::before {
  content: none;
}
.cid-tRwBobLJ5O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwBobLJ5O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwBobLJ5O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwBobLJ5O .carousel-indicators {
    display: none;
  }
}
.cid-tRwBobLJ5O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwBobLJ5O .carousel-inner > .active {
  display: block;
}
.cid-tRwBobLJ5O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwBobLJ5O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwBobLJ5O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwBobLJ5O .carousel-control,
  .cid-tRwBobLJ5O .carousel-indicators,
  .cid-tRwBobLJ5O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwBobLJ5O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwBobLJ5O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwBobLJ5O .carousel-indicators .active,
.cid-tRwBobLJ5O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwBobLJ5O .carousel-indicators .active {
  background: #fff;
}
.cid-tRwBobLJ5O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwBobLJ5O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwBobLJ5O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwBobLJ5O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwBobLJ5O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwBobLJ5O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwBobLJ5O .carousel {
  width: 100%;
}
.cid-tRwBobLJ5O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwBobLJ5O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwBobLJ5O .modal.fade .modal-dialog,
.cid-tRwBobLJ5O .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwBobLJ5O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwBobLJ5O H6 {
  text-align: center;
}
.cid-tRwBocyZNF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwBocyZNF .media-container-row .mbr-text {
  color: #000000;
}
.cid-tRwBocNl9U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwBocNl9U nav.navbar {
  position: fixed;
}
.cid-tRwBocNl9U .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-tRwBocNl9U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwBocNl9U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwBocNl9U .dropdown-item:hover,
.cid-tRwBocNl9U .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwBocNl9U .dropdown-item:hover span {
  color: white;
}
.cid-tRwBocNl9U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwBocNl9U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwBocNl9U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwBocNl9U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwBocNl9U .nav-link {
  position: relative;
}
.cid-tRwBocNl9U .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwBocNl9U .container {
    flex-wrap: wrap;
  }
}
.cid-tRwBocNl9U .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwBocNl9U .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwBocNl9U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwBocNl9U .dropdown-menu,
.cid-tRwBocNl9U .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwBocNl9U .nav-item:focus,
.cid-tRwBocNl9U .nav-link:focus {
  outline: none;
}
.cid-tRwBocNl9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwBocNl9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwBocNl9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwBocNl9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwBocNl9U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwBocNl9U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwBocNl9U .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;
}
.cid-tRwBocNl9U .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwBocNl9U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwBocNl9U .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwBocNl9U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwBocNl9U .navbar.collapsed {
  justify-content: center;
}
.cid-tRwBocNl9U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwBocNl9U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwBocNl9U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwBocNl9U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwBocNl9U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwBocNl9U .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-tRwBocNl9U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwBocNl9U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwBocNl9U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwBocNl9U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwBocNl9U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwBocNl9U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwBocNl9U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwBocNl9U .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-tRwBocNl9U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwBocNl9U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwBocNl9U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwBocNl9U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwBocNl9U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwBocNl9U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwBocNl9U .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwBocNl9U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwBocNl9U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwBocNl9U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwBocNl9U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwBocNl9U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwBocNl9U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwBocNl9U .dropdown-item.active,
.cid-tRwBocNl9U .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwBocNl9U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwBocNl9U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwBocNl9U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwBocNl9U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwBocNl9U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwBocNl9U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwBocNl9U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwBocNl9U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwBocNl9U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwBocNl9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwBocNl9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwBocNl9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwBocNl9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwBocNl9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwBocNl9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwBocNl9U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwBocNl9U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwBocNl9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwBocNl9U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwBocNl9U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwBocNl9U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwBocNl9U .navbar {
    height: 70px;
  }
  .cid-tRwBocNl9U .navbar.opened {
    height: auto;
  }
  .cid-tRwBocNl9U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwDSQpZul {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwDSQpZul .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwDSQpZul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwDSQpZul .mbr-section-title {
  color: #898d90;
}
.cid-tRwDSQM7Du {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRwDSQM7Du .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwDSQM7Du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwDSQM7Du .item {
  padding-bottom: 2rem;
}
.cid-tRwDSQM7Du .item-wrapper {
  position: relative;
}
.cid-tRwDSQM7Du .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwDSQM7Du .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwDSQM7Du .carousel-control,
.cid-tRwDSQM7Du .close {
  background: #1b1b1b;
}
.cid-tRwDSQM7Du .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwDSQM7Du .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwDSQM7Du .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwDSQM7Du .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwDSQM7Du .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwDSQM7Du .close::before {
  content: '\e91a';
}
.cid-tRwDSQM7Du .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwDSQM7Du .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwDSQM7Du .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwDSQM7Du .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwDSQM7Du .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwDSQM7Du .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwDSQM7Du .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwDSQM7Du .carousel-indicators li.active,
.cid-tRwDSQM7Du .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwDSQM7Du .carousel-indicators li::after,
.cid-tRwDSQM7Du .carousel-indicators li::before {
  content: none;
}
.cid-tRwDSQM7Du .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwDSQM7Du .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwDSQM7Du .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwDSQM7Du .carousel-indicators {
    display: none;
  }
}
.cid-tRwDSQM7Du .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwDSQM7Du .carousel-inner > .active {
  display: block;
}
.cid-tRwDSQM7Du .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwDSQM7Du .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwDSQM7Du .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwDSQM7Du .carousel-control,
  .cid-tRwDSQM7Du .carousel-indicators,
  .cid-tRwDSQM7Du .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwDSQM7Du .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwDSQM7Du .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwDSQM7Du .carousel-indicators .active,
.cid-tRwDSQM7Du .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwDSQM7Du .carousel-indicators .active {
  background: #fff;
}
.cid-tRwDSQM7Du .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwDSQM7Du .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwDSQM7Du .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwDSQM7Du .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwDSQM7Du .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwDSQM7Du .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwDSQM7Du .carousel {
  width: 100%;
}
.cid-tRwDSQM7Du .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwDSQM7Du .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwDSQM7Du .modal.fade .modal-dialog,
.cid-tRwDSQM7Du .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwDSQM7Du .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwDSQM7Du H6 {
  text-align: center;
}
.cid-tRwDSRCKxf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwDSRCKxf .media-container-row .mbr-text {
  color: #000000;
}
.cid-tRwDSRUagu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwDSRUagu nav.navbar {
  position: fixed;
}
.cid-tRwDSRUagu .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-tRwDSRUagu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwDSRUagu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwDSRUagu .dropdown-item:hover,
.cid-tRwDSRUagu .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwDSRUagu .dropdown-item:hover span {
  color: white;
}
.cid-tRwDSRUagu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwDSRUagu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwDSRUagu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwDSRUagu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwDSRUagu .nav-link {
  position: relative;
}
.cid-tRwDSRUagu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwDSRUagu .container {
    flex-wrap: wrap;
  }
}
.cid-tRwDSRUagu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwDSRUagu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwDSRUagu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwDSRUagu .dropdown-menu,
.cid-tRwDSRUagu .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwDSRUagu .nav-item:focus,
.cid-tRwDSRUagu .nav-link:focus {
  outline: none;
}
.cid-tRwDSRUagu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwDSRUagu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwDSRUagu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwDSRUagu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwDSRUagu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwDSRUagu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwDSRUagu .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;
}
.cid-tRwDSRUagu .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwDSRUagu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwDSRUagu .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwDSRUagu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwDSRUagu .navbar.collapsed {
  justify-content: center;
}
.cid-tRwDSRUagu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwDSRUagu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwDSRUagu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwDSRUagu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwDSRUagu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwDSRUagu .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-tRwDSRUagu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwDSRUagu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwDSRUagu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwDSRUagu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwDSRUagu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwDSRUagu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwDSRUagu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwDSRUagu .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-tRwDSRUagu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwDSRUagu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwDSRUagu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwDSRUagu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwDSRUagu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwDSRUagu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwDSRUagu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwDSRUagu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwDSRUagu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwDSRUagu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwDSRUagu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwDSRUagu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwDSRUagu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwDSRUagu .dropdown-item.active,
.cid-tRwDSRUagu .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwDSRUagu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwDSRUagu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwDSRUagu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwDSRUagu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwDSRUagu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwDSRUagu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwDSRUagu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwDSRUagu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwDSRUagu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwDSRUagu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwDSRUagu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwDSRUagu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwDSRUagu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwDSRUagu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwDSRUagu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwDSRUagu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwDSRUagu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwDSRUagu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwDSRUagu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwDSRUagu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwDSRUagu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwDSRUagu .navbar {
    height: 70px;
  }
  .cid-tRwDSRUagu .navbar.opened {
    height: auto;
  }
  .cid-tRwDSRUagu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwHVDmJGb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwHVDmJGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwHVDmJGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwHVDmJGb .mbr-section-title {
  color: #898d90;
}
.cid-tRwHVDKPeN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRwHVDKPeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwHVDKPeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwHVDKPeN .item {
  padding-bottom: 2rem;
}
.cid-tRwHVDKPeN .item-wrapper {
  position: relative;
}
.cid-tRwHVDKPeN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwHVDKPeN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwHVDKPeN .carousel-control,
.cid-tRwHVDKPeN .close {
  background: #1b1b1b;
}
.cid-tRwHVDKPeN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwHVDKPeN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwHVDKPeN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwHVDKPeN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwHVDKPeN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwHVDKPeN .close::before {
  content: '\e91a';
}
.cid-tRwHVDKPeN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwHVDKPeN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwHVDKPeN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwHVDKPeN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwHVDKPeN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwHVDKPeN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwHVDKPeN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwHVDKPeN .carousel-indicators li.active,
.cid-tRwHVDKPeN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwHVDKPeN .carousel-indicators li::after,
.cid-tRwHVDKPeN .carousel-indicators li::before {
  content: none;
}
.cid-tRwHVDKPeN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwHVDKPeN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwHVDKPeN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwHVDKPeN .carousel-indicators {
    display: none;
  }
}
.cid-tRwHVDKPeN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwHVDKPeN .carousel-inner > .active {
  display: block;
}
.cid-tRwHVDKPeN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwHVDKPeN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwHVDKPeN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwHVDKPeN .carousel-control,
  .cid-tRwHVDKPeN .carousel-indicators,
  .cid-tRwHVDKPeN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwHVDKPeN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwHVDKPeN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwHVDKPeN .carousel-indicators .active,
.cid-tRwHVDKPeN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwHVDKPeN .carousel-indicators .active {
  background: #fff;
}
.cid-tRwHVDKPeN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwHVDKPeN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwHVDKPeN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwHVDKPeN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwHVDKPeN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwHVDKPeN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwHVDKPeN .carousel {
  width: 100%;
}
.cid-tRwHVDKPeN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwHVDKPeN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwHVDKPeN .modal.fade .modal-dialog,
.cid-tRwHVDKPeN .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwHVDKPeN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwHVDKPeN H6 {
  text-align: center;
}
.cid-tRwHVElMYi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwHVElMYi .media-container-row .mbr-text {
  color: #000000;
}
.cid-tRwHVEyg4R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwHVEyg4R nav.navbar {
  position: fixed;
}
.cid-tRwHVEyg4R .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-tRwHVEyg4R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwHVEyg4R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwHVEyg4R .dropdown-item:hover,
.cid-tRwHVEyg4R .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwHVEyg4R .dropdown-item:hover span {
  color: white;
}
.cid-tRwHVEyg4R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwHVEyg4R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwHVEyg4R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwHVEyg4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwHVEyg4R .nav-link {
  position: relative;
}
.cid-tRwHVEyg4R .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwHVEyg4R .container {
    flex-wrap: wrap;
  }
}
.cid-tRwHVEyg4R .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwHVEyg4R .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwHVEyg4R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwHVEyg4R .dropdown-menu,
.cid-tRwHVEyg4R .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwHVEyg4R .nav-item:focus,
.cid-tRwHVEyg4R .nav-link:focus {
  outline: none;
}
.cid-tRwHVEyg4R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwHVEyg4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwHVEyg4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwHVEyg4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwHVEyg4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwHVEyg4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwHVEyg4R .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;
}
.cid-tRwHVEyg4R .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwHVEyg4R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwHVEyg4R .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwHVEyg4R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwHVEyg4R .navbar.collapsed {
  justify-content: center;
}
.cid-tRwHVEyg4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwHVEyg4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwHVEyg4R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwHVEyg4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwHVEyg4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwHVEyg4R .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-tRwHVEyg4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwHVEyg4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwHVEyg4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwHVEyg4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwHVEyg4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwHVEyg4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwHVEyg4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwHVEyg4R .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-tRwHVEyg4R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwHVEyg4R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwHVEyg4R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwHVEyg4R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwHVEyg4R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwHVEyg4R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwHVEyg4R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwHVEyg4R .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwHVEyg4R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwHVEyg4R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwHVEyg4R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwHVEyg4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwHVEyg4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwHVEyg4R .dropdown-item.active,
.cid-tRwHVEyg4R .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwHVEyg4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwHVEyg4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwHVEyg4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwHVEyg4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwHVEyg4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwHVEyg4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwHVEyg4R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwHVEyg4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwHVEyg4R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwHVEyg4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwHVEyg4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwHVEyg4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwHVEyg4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwHVEyg4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwHVEyg4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwHVEyg4R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwHVEyg4R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwHVEyg4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwHVEyg4R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwHVEyg4R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwHVEyg4R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwHVEyg4R .navbar {
    height: 70px;
  }
  .cid-tRwHVEyg4R .navbar.opened {
    height: auto;
  }
  .cid-tRwHVEyg4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwItHWgmp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwItHWgmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwItHWgmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwItHWgmp .mbr-section-title {
  color: #898d90;
}
.cid-tRwItIhLhp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRwItIhLhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwItIhLhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwItIhLhp .item {
  padding-bottom: 2rem;
}
.cid-tRwItIhLhp .item-wrapper {
  position: relative;
}
.cid-tRwItIhLhp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRwItIhLhp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRwItIhLhp .carousel-control,
.cid-tRwItIhLhp .close {
  background: #1b1b1b;
}
.cid-tRwItIhLhp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRwItIhLhp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRwItIhLhp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRwItIhLhp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRwItIhLhp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRwItIhLhp .close::before {
  content: '\e91a';
}
.cid-tRwItIhLhp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRwItIhLhp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRwItIhLhp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwItIhLhp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRwItIhLhp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRwItIhLhp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRwItIhLhp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRwItIhLhp .carousel-indicators li.active,
.cid-tRwItIhLhp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRwItIhLhp .carousel-indicators li::after,
.cid-tRwItIhLhp .carousel-indicators li::before {
  content: none;
}
.cid-tRwItIhLhp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRwItIhLhp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRwItIhLhp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRwItIhLhp .carousel-indicators {
    display: none;
  }
}
.cid-tRwItIhLhp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRwItIhLhp .carousel-inner > .active {
  display: block;
}
.cid-tRwItIhLhp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRwItIhLhp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRwItIhLhp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRwItIhLhp .carousel-control,
  .cid-tRwItIhLhp .carousel-indicators,
  .cid-tRwItIhLhp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRwItIhLhp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRwItIhLhp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRwItIhLhp .carousel-indicators .active,
.cid-tRwItIhLhp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRwItIhLhp .carousel-indicators .active {
  background: #fff;
}
.cid-tRwItIhLhp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRwItIhLhp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRwItIhLhp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRwItIhLhp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRwItIhLhp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRwItIhLhp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRwItIhLhp .carousel {
  width: 100%;
}
.cid-tRwItIhLhp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRwItIhLhp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRwItIhLhp .modal.fade .modal-dialog,
.cid-tRwItIhLhp .modal.in .modal-dialog {
  transform: none;
}
.cid-tRwItIhLhp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRwItIhLhp H6 {
  text-align: center;
}
.cid-tRwItITxum {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwItITxum .media-container-row .mbr-text {
  color: #000000;
}
.cid-tRwItJ7LBK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwItJ7LBK nav.navbar {
  position: fixed;
}
.cid-tRwItJ7LBK .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-tRwItJ7LBK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwItJ7LBK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwItJ7LBK .dropdown-item:hover,
.cid-tRwItJ7LBK .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwItJ7LBK .dropdown-item:hover span {
  color: white;
}
.cid-tRwItJ7LBK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwItJ7LBK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwItJ7LBK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwItJ7LBK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwItJ7LBK .nav-link {
  position: relative;
}
.cid-tRwItJ7LBK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwItJ7LBK .container {
    flex-wrap: wrap;
  }
}
.cid-tRwItJ7LBK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwItJ7LBK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwItJ7LBK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwItJ7LBK .dropdown-menu,
.cid-tRwItJ7LBK .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwItJ7LBK .nav-item:focus,
.cid-tRwItJ7LBK .nav-link:focus {
  outline: none;
}
.cid-tRwItJ7LBK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwItJ7LBK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwItJ7LBK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwItJ7LBK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwItJ7LBK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwItJ7LBK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwItJ7LBK .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;
}
.cid-tRwItJ7LBK .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwItJ7LBK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwItJ7LBK .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwItJ7LBK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwItJ7LBK .navbar.collapsed {
  justify-content: center;
}
.cid-tRwItJ7LBK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwItJ7LBK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwItJ7LBK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwItJ7LBK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwItJ7LBK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwItJ7LBK .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-tRwItJ7LBK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwItJ7LBK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwItJ7LBK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwItJ7LBK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwItJ7LBK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwItJ7LBK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwItJ7LBK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwItJ7LBK .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-tRwItJ7LBK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwItJ7LBK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwItJ7LBK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwItJ7LBK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwItJ7LBK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwItJ7LBK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwItJ7LBK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwItJ7LBK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwItJ7LBK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwItJ7LBK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwItJ7LBK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwItJ7LBK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwItJ7LBK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwItJ7LBK .dropdown-item.active,
.cid-tRwItJ7LBK .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwItJ7LBK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwItJ7LBK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwItJ7LBK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwItJ7LBK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwItJ7LBK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwItJ7LBK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwItJ7LBK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwItJ7LBK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwItJ7LBK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwItJ7LBK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwItJ7LBK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwItJ7LBK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwItJ7LBK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwItJ7LBK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwItJ7LBK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwItJ7LBK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwItJ7LBK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwItJ7LBK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwItJ7LBK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwItJ7LBK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwItJ7LBK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwItJ7LBK .navbar {
    height: 70px;
  }
  .cid-tRwItJ7LBK .navbar.opened {
    height: auto;
  }
  .cid-tRwItJ7LBK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwJXXQ3eP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRwJXXQ3eP nav.navbar {
  position: fixed;
}
.cid-tRwJXXQ3eP .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-tRwJXXQ3eP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRwJXXQ3eP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRwJXXQ3eP .dropdown-item:hover,
.cid-tRwJXXQ3eP .dropdown-item:focus {
  background: #898d90 !important;
  color: white !important;
}
.cid-tRwJXXQ3eP .dropdown-item:hover span {
  color: white;
}
.cid-tRwJXXQ3eP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRwJXXQ3eP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRwJXXQ3eP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRwJXXQ3eP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRwJXXQ3eP .nav-link {
  position: relative;
}
.cid-tRwJXXQ3eP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwJXXQ3eP .container {
    flex-wrap: wrap;
  }
}
.cid-tRwJXXQ3eP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRwJXXQ3eP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRwJXXQ3eP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRwJXXQ3eP .dropdown-menu,
.cid-tRwJXXQ3eP .navbar.opened {
  background: #ffffff !important;
}
.cid-tRwJXXQ3eP .nav-item:focus,
.cid-tRwJXXQ3eP .nav-link:focus {
  outline: none;
}
.cid-tRwJXXQ3eP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRwJXXQ3eP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRwJXXQ3eP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRwJXXQ3eP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRwJXXQ3eP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRwJXXQ3eP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRwJXXQ3eP .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;
}
.cid-tRwJXXQ3eP .navbar.opened {
  transition: all 0.3s;
}
.cid-tRwJXXQ3eP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRwJXXQ3eP .navbar .navbar-logo img {
  width: auto;
}
.cid-tRwJXXQ3eP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRwJXXQ3eP .navbar.collapsed {
  justify-content: center;
}
.cid-tRwJXXQ3eP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRwJXXQ3eP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRwJXXQ3eP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRwJXXQ3eP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRwJXXQ3eP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRwJXXQ3eP .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-tRwJXXQ3eP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRwJXXQ3eP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRwJXXQ3eP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRwJXXQ3eP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRwJXXQ3eP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRwJXXQ3eP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRwJXXQ3eP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRwJXXQ3eP .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-tRwJXXQ3eP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRwJXXQ3eP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRwJXXQ3eP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRwJXXQ3eP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRwJXXQ3eP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRwJXXQ3eP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRwJXXQ3eP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRwJXXQ3eP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRwJXXQ3eP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRwJXXQ3eP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRwJXXQ3eP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRwJXXQ3eP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRwJXXQ3eP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRwJXXQ3eP .dropdown-item.active,
.cid-tRwJXXQ3eP .dropdown-item:active {
  background-color: transparent;
}
.cid-tRwJXXQ3eP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRwJXXQ3eP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRwJXXQ3eP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRwJXXQ3eP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRwJXXQ3eP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRwJXXQ3eP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRwJXXQ3eP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRwJXXQ3eP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRwJXXQ3eP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRwJXXQ3eP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRwJXXQ3eP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRwJXXQ3eP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwJXXQ3eP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRwJXXQ3eP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRwJXXQ3eP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwJXXQ3eP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRwJXXQ3eP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRwJXXQ3eP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRwJXXQ3eP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRwJXXQ3eP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRwJXXQ3eP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRwJXXQ3eP .navbar {
    height: 70px;
  }
  .cid-tRwJXXQ3eP .navbar.opened {
    height: auto;
  }
  .cid-tRwJXXQ3eP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwKoGZZpE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRwKoGZZpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwKoGZZpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwKoGZZpE .mbr-section-title {
  color: #898d90;
}
.cid-tRwJXYwojO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRwJXYwojO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwJXYwojO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwJXYwojO .video-wrapper iframe {
  width: 100%;
}
.cid-tRwJXYwojO .mbr-section-title,
.cid-tRwJXYwojO .mbr-section-subtitle,
.cid-tRwJXYwojO .mbr-text {
  text-align: center;
}
.cid-tRwJXYwojO .mbr-section-title {
  color: #898d90;
}
.cid-tRwJY0ejNY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRwJY0ejNY .media-container-row .mbr-text {
  color: #000000;
}
