body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #4d6d9a !important;
}
.bg-success {
  background-color: #2299aa !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: #4d6d9a !important;
  border-color: #4d6d9a !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: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !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: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !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: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !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: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !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: #2299aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145862 !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: #2299aa !important;
  border-color: #2299aa !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: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #2299aa !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: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.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: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  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: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  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: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !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: #edb5bf !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='%234d6d9a' %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-tke7a4pIDP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tke7a4pIDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tke7a4pIDP .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-tke7a4pIDP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tke7a4pIDP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tke7a4pIDP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tke7UfoTXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tke7UfoTXD blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tke9Ua2ijR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tke9Ua2ijR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tke9Ua2ijR .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-tke9Ua2ijR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tke9Ua2ijR .row {
  flex-direction: row-reverse;
}
.cid-tke9Ua2ijR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tke9Ua2ijR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkeaw5Da14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkeaw5Da14 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkeaGmhXP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkeaGmhXP0 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkeb86YX6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkeb86YX6A blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkebpbULQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkebpbULQu blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tkekcWsEcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkekcWsEcI blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkD1Mrz3T1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkD1Mrz3T1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/proyector-1599x888.jpg");
}
.cid-tkD1Mrz3T1 .mbr-section-title {
  color: #ffffff;
}
.cid-tkD1Mrz3T1 .mbr-text,
.cid-tkD1Mrz3T1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlypj7JnOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlypj7JnOW blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tlypj7JnOW .mbr-text {
  text-align: left;
}
.cid-tlypJzqlir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlypJzqlir blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-thYGW9UjK9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thYGW9UjK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYGW9UjK9 .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-thYGW9UjK9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thYGW9UjK9 .row {
  flex-direction: row-reverse;
}
.cid-thYGW9UjK9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thYGW9UjK9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-thYHkZucMe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thYHkZucMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYHkZucMe .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-thYHkZucMe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thYHkZucMe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thYHkZucMe .text-wrapper {
    padding: 2rem;
  }
}
.cid-thYHkZucMe .mbr-text {
  text-align: left;
}
.cid-thYHVeQMcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thYHVeQMcF blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t729WdgK2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t729WdgK2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-t729WdgK2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t729WdgK2u .row {
  flex-direction: row-reverse;
}
.cid-t729WdgK2u .video-wrapper iframe {
  width: 100%;
}
.cid-t729WdgK2u .mbr-section-title,
.cid-t729WdgK2u .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t729WdgK2u .text-wrapper {
    padding: 2rem;
  }
}
.cid-t727ep70VQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t727ep70VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t727ep70VQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t727ep70VQ .video-wrapper iframe {
  width: 100%;
}
.cid-t727ep70VQ .mbr-section-title,
.cid-t727ep70VQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t727ep70VQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t727GLDv7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t727GLDv7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-t727GLDv7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t727GLDv7w .row {
  flex-direction: row-reverse;
}
.cid-t727GLDv7w .video-wrapper iframe {
  width: 100%;
}
.cid-t727GLDv7w .mbr-section-title,
.cid-t727GLDv7w .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t727GLDv7w .text-wrapper {
    padding: 2rem;
  }
}
.cid-t72aL00eVi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72aL00eVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72aL00eVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72aL00eVi .video-wrapper iframe {
  width: 100%;
}
.cid-t72aL00eVi .mbr-section-title,
.cid-t72aL00eVi .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t72aL00eVi .text-wrapper {
    padding: 2rem;
  }
}
.cid-t728uLnFAR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t728uLnFAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-t728uLnFAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t728uLnFAR .row {
  flex-direction: row-reverse;
}
.cid-t728uLnFAR .video-wrapper iframe {
  width: 100%;
}
.cid-t728uLnFAR .mbr-section-title,
.cid-t728uLnFAR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t728uLnFAR .text-wrapper {
    padding: 2rem;
  }
}
.cid-t729INen9o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t729INen9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-t729INen9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t729INen9o .video-wrapper iframe {
  width: 100%;
}
.cid-t729INen9o .mbr-section-title,
.cid-t729INen9o .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t729INen9o .text-wrapper {
    padding: 2rem;
  }
}
.cid-t72be3AglU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t72be3AglU .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72be3AglU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72be3AglU .row {
  flex-direction: row-reverse;
}
.cid-t72be3AglU .video-wrapper iframe {
  width: 100%;
}
.cid-t72be3AglU .mbr-section-title,
.cid-t72be3AglU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t72be3AglU .text-wrapper {
    padding: 2rem;
  }
}
.cid-t727Yqobre {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t727Yqobre .mbr-fallback-image.disabled {
  display: none;
}
.cid-t727Yqobre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t727Yqobre .video-wrapper iframe {
  width: 100%;
}
.cid-t727Yqobre .mbr-section-title,
.cid-t727Yqobre .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t727Yqobre .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7298f6pe7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7298f6pe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7298f6pe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7298f6pe7 .row {
  flex-direction: row-reverse;
}
.cid-t7298f6pe7 .video-wrapper iframe {
  width: 100%;
}
.cid-t7298f6pe7 .mbr-section-title,
.cid-t7298f6pe7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t7298f6pe7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t728R6sPtS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t728R6sPtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-t728R6sPtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t728R6sPtS .video-wrapper iframe {
  width: 100%;
}
.cid-t728R6sPtS .mbr-section-title,
.cid-t728R6sPtS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t728R6sPtS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thY2GIiVZa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thY2GIiVZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GIiVZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GIiVZa .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GIiVZa .mbr-section-title,
.cid-thY2GIiVZa .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GIiVZa .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GIDJyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thY2GIDJyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GIDJyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GIDJyO .row {
  flex-direction: row-reverse;
}
.cid-thY2GIDJyO .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GIDJyO .mbr-section-title,
.cid-thY2GIDJyO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GIDJyO .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GITQa1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thY2GITQa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GITQa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GITQa1 .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GITQa1 .mbr-section-title,
.cid-thY2GITQa1 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GITQa1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GJcXIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thY2GJcXIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GJcXIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GJcXIa .row {
  flex-direction: row-reverse;
}
.cid-thY2GJcXIa .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GJcXIa .mbr-section-title,
.cid-thY2GJcXIa .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GJcXIa .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GJwBbQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thY2GJwBbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GJwBbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GJwBbQ .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GJwBbQ .mbr-section-title,
.cid-thY2GJwBbQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GJwBbQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GJPqTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thY2GJPqTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GJPqTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GJPqTL .row {
  flex-direction: row-reverse;
}
.cid-thY2GJPqTL .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GJPqTL .mbr-section-title,
.cid-thY2GJPqTL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GJPqTL .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GK7upr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thY2GK7upr .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GK7upr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GK7upr .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GK7upr .mbr-section-title,
.cid-thY2GK7upr .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GK7upr .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GKvzQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thY2GKvzQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GKvzQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GKvzQF .row {
  flex-direction: row-reverse;
}
.cid-thY2GKvzQF .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GKvzQF .mbr-section-title,
.cid-thY2GKvzQF .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GKvzQF .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GL7VsE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thY2GL7VsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GL7VsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GL7VsE .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GL7VsE .mbr-section-title,
.cid-thY2GL7VsE .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GL7VsE .text-wrapper {
    padding: 2rem;
  }
}
.cid-thY2GKOPZv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thY2GKOPZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY2GKOPZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY2GKOPZv .row {
  flex-direction: row-reverse;
}
.cid-thY2GKOPZv .video-wrapper iframe {
  width: 100%;
}
.cid-thY2GKOPZv .mbr-section-title,
.cid-thY2GKOPZv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thY2GKOPZv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thYxSFneoA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thYxSFneoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxSFneoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxSFneoA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-thYxSFneoA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-thYxSFneoA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-thYxSFneoA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thYxSFneoA .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-thYxSFneoA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thYxSFneoA .carousel-control,
.cid-thYxSFneoA .close {
  background: #1b1b1b;
}
.cid-thYxSFneoA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thYxSFneoA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thYxSFneoA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thYxSFneoA .carousel-control-next span {
  margin-left: 5px;
}
.cid-thYxSFneoA .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-thYxSFneoA .close::before {
  content: '\e91a';
}
.cid-thYxSFneoA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thYxSFneoA .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-thYxSFneoA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thYxSFneoA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thYxSFneoA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thYxSFneoA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thYxSFneoA .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-thYxSFneoA .carousel-indicators li.active,
.cid-thYxSFneoA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thYxSFneoA .carousel-indicators li::after,
.cid-thYxSFneoA .carousel-indicators li::before {
  content: none;
}
.cid-thYxSFneoA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thYxSFneoA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thYxSFneoA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thYxSFneoA .carousel-indicators {
    display: none;
  }
}
.cid-thYxSFneoA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thYxSFneoA .carousel-inner > .active {
  display: block;
}
.cid-thYxSFneoA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thYxSFneoA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thYxSFneoA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thYxSFneoA .carousel-control,
  .cid-thYxSFneoA .carousel-indicators,
  .cid-thYxSFneoA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thYxSFneoA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thYxSFneoA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thYxSFneoA .carousel-indicators .active,
.cid-thYxSFneoA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thYxSFneoA .carousel-indicators .active {
  background: #fff;
}
.cid-thYxSFneoA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thYxSFneoA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thYxSFneoA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thYxSFneoA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thYxSFneoA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thYxSFneoA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thYxSFneoA .carousel {
  width: 100%;
}
.cid-thYxSFneoA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thYxSFneoA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thYxSFneoA .modal.fade .modal-dialog,
.cid-thYxSFneoA .modal.in .modal-dialog {
  transform: none;
}
.cid-thYxSFneoA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thYxSFneoA H6 {
  text-align: center;
}
.cid-thYz4tbOrl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thYz4tbOrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYz4tbOrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYz4tbOrl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-thYz4tbOrl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-thYz4tbOrl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-thYz4tbOrl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thYz4tbOrl .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-thYz4tbOrl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thYz4tbOrl .carousel-control,
.cid-thYz4tbOrl .close {
  background: #1b1b1b;
}
.cid-thYz4tbOrl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thYz4tbOrl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thYz4tbOrl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thYz4tbOrl .carousel-control-next span {
  margin-left: 5px;
}
.cid-thYz4tbOrl .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-thYz4tbOrl .close::before {
  content: '\e91a';
}
.cid-thYz4tbOrl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thYz4tbOrl .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-thYz4tbOrl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thYz4tbOrl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thYz4tbOrl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thYz4tbOrl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thYz4tbOrl .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-thYz4tbOrl .carousel-indicators li.active,
.cid-thYz4tbOrl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thYz4tbOrl .carousel-indicators li::after,
.cid-thYz4tbOrl .carousel-indicators li::before {
  content: none;
}
.cid-thYz4tbOrl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thYz4tbOrl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thYz4tbOrl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thYz4tbOrl .carousel-indicators {
    display: none;
  }
}
.cid-thYz4tbOrl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thYz4tbOrl .carousel-inner > .active {
  display: block;
}
.cid-thYz4tbOrl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thYz4tbOrl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thYz4tbOrl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thYz4tbOrl .carousel-control,
  .cid-thYz4tbOrl .carousel-indicators,
  .cid-thYz4tbOrl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thYz4tbOrl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thYz4tbOrl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thYz4tbOrl .carousel-indicators .active,
.cid-thYz4tbOrl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thYz4tbOrl .carousel-indicators .active {
  background: #fff;
}
.cid-thYz4tbOrl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thYz4tbOrl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thYz4tbOrl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thYz4tbOrl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thYz4tbOrl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thYz4tbOrl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thYz4tbOrl .carousel {
  width: 100%;
}
.cid-thYz4tbOrl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thYz4tbOrl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thYz4tbOrl .modal.fade .modal-dialog,
.cid-thYz4tbOrl .modal.in .modal-dialog {
  transform: none;
}
.cid-thYz4tbOrl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thYz4tbOrl H6 {
  text-align: center;
}
.cid-t72iYG3hq9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72iYG3hq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72iYG3hq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72iYG3hq9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72iYG3hq9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72iYG3hq9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72iYG3hq9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72iYG3hq9 .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-t72iYG3hq9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72iYG3hq9 .carousel-control,
.cid-t72iYG3hq9 .close {
  background: #1b1b1b;
}
.cid-t72iYG3hq9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72iYG3hq9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72iYG3hq9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72iYG3hq9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72iYG3hq9 .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-t72iYG3hq9 .close::before {
  content: '\e91a';
}
.cid-t72iYG3hq9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72iYG3hq9 .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-t72iYG3hq9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72iYG3hq9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72iYG3hq9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72iYG3hq9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72iYG3hq9 .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-t72iYG3hq9 .carousel-indicators li.active,
.cid-t72iYG3hq9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72iYG3hq9 .carousel-indicators li::after,
.cid-t72iYG3hq9 .carousel-indicators li::before {
  content: none;
}
.cid-t72iYG3hq9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72iYG3hq9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72iYG3hq9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72iYG3hq9 .carousel-indicators {
    display: none;
  }
}
.cid-t72iYG3hq9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72iYG3hq9 .carousel-inner > .active {
  display: block;
}
.cid-t72iYG3hq9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72iYG3hq9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72iYG3hq9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72iYG3hq9 .carousel-control,
  .cid-t72iYG3hq9 .carousel-indicators,
  .cid-t72iYG3hq9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72iYG3hq9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72iYG3hq9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72iYG3hq9 .carousel-indicators .active,
.cid-t72iYG3hq9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72iYG3hq9 .carousel-indicators .active {
  background: #fff;
}
.cid-t72iYG3hq9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72iYG3hq9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72iYG3hq9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72iYG3hq9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72iYG3hq9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72iYG3hq9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72iYG3hq9 .carousel {
  width: 100%;
}
.cid-t72iYG3hq9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72iYG3hq9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72iYG3hq9 .modal.fade .modal-dialog,
.cid-t72iYG3hq9 .modal.in .modal-dialog {
  transform: none;
}
.cid-t72iYG3hq9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72iYG3hq9 H6 {
  text-align: center;
}
.cid-t72jQai7WZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72jQai7WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72jQai7WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72jQai7WZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72jQai7WZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72jQai7WZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72jQai7WZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72jQai7WZ .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-t72jQai7WZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72jQai7WZ .carousel-control,
.cid-t72jQai7WZ .close {
  background: #1b1b1b;
}
.cid-t72jQai7WZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72jQai7WZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72jQai7WZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72jQai7WZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72jQai7WZ .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-t72jQai7WZ .close::before {
  content: '\e91a';
}
.cid-t72jQai7WZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72jQai7WZ .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-t72jQai7WZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72jQai7WZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72jQai7WZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72jQai7WZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72jQai7WZ .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-t72jQai7WZ .carousel-indicators li.active,
.cid-t72jQai7WZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72jQai7WZ .carousel-indicators li::after,
.cid-t72jQai7WZ .carousel-indicators li::before {
  content: none;
}
.cid-t72jQai7WZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72jQai7WZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72jQai7WZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72jQai7WZ .carousel-indicators {
    display: none;
  }
}
.cid-t72jQai7WZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72jQai7WZ .carousel-inner > .active {
  display: block;
}
.cid-t72jQai7WZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72jQai7WZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72jQai7WZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72jQai7WZ .carousel-control,
  .cid-t72jQai7WZ .carousel-indicators,
  .cid-t72jQai7WZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72jQai7WZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72jQai7WZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72jQai7WZ .carousel-indicators .active,
.cid-t72jQai7WZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72jQai7WZ .carousel-indicators .active {
  background: #fff;
}
.cid-t72jQai7WZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72jQai7WZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72jQai7WZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72jQai7WZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72jQai7WZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72jQai7WZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72jQai7WZ .carousel {
  width: 100%;
}
.cid-t72jQai7WZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72jQai7WZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72jQai7WZ .modal.fade .modal-dialog,
.cid-t72jQai7WZ .modal.in .modal-dialog {
  transform: none;
}
.cid-t72jQai7WZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72jQai7WZ H6 {
  text-align: center;
}
.cid-t72kMJ6p09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72kMJ6p09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72kMJ6p09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72kMJ6p09 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72kMJ6p09 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72kMJ6p09 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72kMJ6p09 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72kMJ6p09 .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-t72kMJ6p09 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72kMJ6p09 .carousel-control,
.cid-t72kMJ6p09 .close {
  background: #1b1b1b;
}
.cid-t72kMJ6p09 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72kMJ6p09 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72kMJ6p09 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72kMJ6p09 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72kMJ6p09 .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-t72kMJ6p09 .close::before {
  content: '\e91a';
}
.cid-t72kMJ6p09 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72kMJ6p09 .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-t72kMJ6p09 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72kMJ6p09 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72kMJ6p09 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72kMJ6p09 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72kMJ6p09 .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-t72kMJ6p09 .carousel-indicators li.active,
.cid-t72kMJ6p09 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72kMJ6p09 .carousel-indicators li::after,
.cid-t72kMJ6p09 .carousel-indicators li::before {
  content: none;
}
.cid-t72kMJ6p09 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72kMJ6p09 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72kMJ6p09 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72kMJ6p09 .carousel-indicators {
    display: none;
  }
}
.cid-t72kMJ6p09 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72kMJ6p09 .carousel-inner > .active {
  display: block;
}
.cid-t72kMJ6p09 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72kMJ6p09 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72kMJ6p09 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72kMJ6p09 .carousel-control,
  .cid-t72kMJ6p09 .carousel-indicators,
  .cid-t72kMJ6p09 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72kMJ6p09 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72kMJ6p09 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72kMJ6p09 .carousel-indicators .active,
.cid-t72kMJ6p09 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72kMJ6p09 .carousel-indicators .active {
  background: #fff;
}
.cid-t72kMJ6p09 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72kMJ6p09 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72kMJ6p09 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72kMJ6p09 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72kMJ6p09 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72kMJ6p09 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72kMJ6p09 .carousel {
  width: 100%;
}
.cid-t72kMJ6p09 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72kMJ6p09 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72kMJ6p09 .modal.fade .modal-dialog,
.cid-t72kMJ6p09 .modal.in .modal-dialog {
  transform: none;
}
.cid-t72kMJ6p09 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72kMJ6p09 H6 {
  text-align: center;
}
.cid-t72lUhlo2D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72lUhlo2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72lUhlo2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72lUhlo2D .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72lUhlo2D .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72lUhlo2D .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72lUhlo2D .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72lUhlo2D .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-t72lUhlo2D .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72lUhlo2D .carousel-control,
.cid-t72lUhlo2D .close {
  background: #1b1b1b;
}
.cid-t72lUhlo2D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72lUhlo2D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72lUhlo2D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72lUhlo2D .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72lUhlo2D .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-t72lUhlo2D .close::before {
  content: '\e91a';
}
.cid-t72lUhlo2D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72lUhlo2D .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-t72lUhlo2D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72lUhlo2D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72lUhlo2D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72lUhlo2D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72lUhlo2D .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-t72lUhlo2D .carousel-indicators li.active,
.cid-t72lUhlo2D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72lUhlo2D .carousel-indicators li::after,
.cid-t72lUhlo2D .carousel-indicators li::before {
  content: none;
}
.cid-t72lUhlo2D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72lUhlo2D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72lUhlo2D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72lUhlo2D .carousel-indicators {
    display: none;
  }
}
.cid-t72lUhlo2D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72lUhlo2D .carousel-inner > .active {
  display: block;
}
.cid-t72lUhlo2D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72lUhlo2D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72lUhlo2D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72lUhlo2D .carousel-control,
  .cid-t72lUhlo2D .carousel-indicators,
  .cid-t72lUhlo2D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72lUhlo2D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72lUhlo2D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72lUhlo2D .carousel-indicators .active,
.cid-t72lUhlo2D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72lUhlo2D .carousel-indicators .active {
  background: #fff;
}
.cid-t72lUhlo2D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72lUhlo2D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72lUhlo2D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72lUhlo2D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72lUhlo2D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72lUhlo2D .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72lUhlo2D .carousel {
  width: 100%;
}
.cid-t72lUhlo2D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72lUhlo2D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72lUhlo2D .modal.fade .modal-dialog,
.cid-t72lUhlo2D .modal.in .modal-dialog {
  transform: none;
}
.cid-t72lUhlo2D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72lUhlo2D H6 {
  text-align: center;
}
.cid-t72nmafF28 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72nmafF28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72nmafF28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72nmafF28 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72nmafF28 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72nmafF28 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72nmafF28 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72nmafF28 .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-t72nmafF28 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72nmafF28 .carousel-control,
.cid-t72nmafF28 .close {
  background: #1b1b1b;
}
.cid-t72nmafF28 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72nmafF28 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72nmafF28 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72nmafF28 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72nmafF28 .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-t72nmafF28 .close::before {
  content: '\e91a';
}
.cid-t72nmafF28 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72nmafF28 .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-t72nmafF28 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72nmafF28 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72nmafF28 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72nmafF28 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72nmafF28 .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-t72nmafF28 .carousel-indicators li.active,
.cid-t72nmafF28 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72nmafF28 .carousel-indicators li::after,
.cid-t72nmafF28 .carousel-indicators li::before {
  content: none;
}
.cid-t72nmafF28 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72nmafF28 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72nmafF28 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72nmafF28 .carousel-indicators {
    display: none;
  }
}
.cid-t72nmafF28 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72nmafF28 .carousel-inner > .active {
  display: block;
}
.cid-t72nmafF28 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72nmafF28 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72nmafF28 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72nmafF28 .carousel-control,
  .cid-t72nmafF28 .carousel-indicators,
  .cid-t72nmafF28 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72nmafF28 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72nmafF28 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72nmafF28 .carousel-indicators .active,
.cid-t72nmafF28 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72nmafF28 .carousel-indicators .active {
  background: #fff;
}
.cid-t72nmafF28 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72nmafF28 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72nmafF28 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72nmafF28 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72nmafF28 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72nmafF28 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72nmafF28 .carousel {
  width: 100%;
}
.cid-t72nmafF28 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72nmafF28 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72nmafF28 .modal.fade .modal-dialog,
.cid-t72nmafF28 .modal.in .modal-dialog {
  transform: none;
}
.cid-t72nmafF28 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72nmafF28 H6 {
  text-align: center;
}
.cid-t72oeSp4uk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72oeSp4uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72oeSp4uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72oeSp4uk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72oeSp4uk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72oeSp4uk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72oeSp4uk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72oeSp4uk .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-t72oeSp4uk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72oeSp4uk .carousel-control,
.cid-t72oeSp4uk .close {
  background: #1b1b1b;
}
.cid-t72oeSp4uk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72oeSp4uk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72oeSp4uk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72oeSp4uk .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72oeSp4uk .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-t72oeSp4uk .close::before {
  content: '\e91a';
}
.cid-t72oeSp4uk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72oeSp4uk .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-t72oeSp4uk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72oeSp4uk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72oeSp4uk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72oeSp4uk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72oeSp4uk .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-t72oeSp4uk .carousel-indicators li.active,
.cid-t72oeSp4uk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72oeSp4uk .carousel-indicators li::after,
.cid-t72oeSp4uk .carousel-indicators li::before {
  content: none;
}
.cid-t72oeSp4uk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72oeSp4uk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72oeSp4uk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72oeSp4uk .carousel-indicators {
    display: none;
  }
}
.cid-t72oeSp4uk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72oeSp4uk .carousel-inner > .active {
  display: block;
}
.cid-t72oeSp4uk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72oeSp4uk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72oeSp4uk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72oeSp4uk .carousel-control,
  .cid-t72oeSp4uk .carousel-indicators,
  .cid-t72oeSp4uk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72oeSp4uk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72oeSp4uk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72oeSp4uk .carousel-indicators .active,
.cid-t72oeSp4uk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72oeSp4uk .carousel-indicators .active {
  background: #fff;
}
.cid-t72oeSp4uk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72oeSp4uk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72oeSp4uk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72oeSp4uk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72oeSp4uk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72oeSp4uk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72oeSp4uk .carousel {
  width: 100%;
}
.cid-t72oeSp4uk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72oeSp4uk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72oeSp4uk .modal.fade .modal-dialog,
.cid-t72oeSp4uk .modal.in .modal-dialog {
  transform: none;
}
.cid-t72oeSp4uk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72oeSp4uk H6 {
  text-align: center;
}
.cid-t72pojwZvq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72pojwZvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72pojwZvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72pojwZvq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72pojwZvq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72pojwZvq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72pojwZvq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72pojwZvq .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-t72pojwZvq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72pojwZvq .carousel-control,
.cid-t72pojwZvq .close {
  background: #1b1b1b;
}
.cid-t72pojwZvq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72pojwZvq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72pojwZvq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72pojwZvq .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72pojwZvq .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-t72pojwZvq .close::before {
  content: '\e91a';
}
.cid-t72pojwZvq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72pojwZvq .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-t72pojwZvq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72pojwZvq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72pojwZvq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72pojwZvq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72pojwZvq .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-t72pojwZvq .carousel-indicators li.active,
.cid-t72pojwZvq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72pojwZvq .carousel-indicators li::after,
.cid-t72pojwZvq .carousel-indicators li::before {
  content: none;
}
.cid-t72pojwZvq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72pojwZvq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72pojwZvq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72pojwZvq .carousel-indicators {
    display: none;
  }
}
.cid-t72pojwZvq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72pojwZvq .carousel-inner > .active {
  display: block;
}
.cid-t72pojwZvq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72pojwZvq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72pojwZvq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72pojwZvq .carousel-control,
  .cid-t72pojwZvq .carousel-indicators,
  .cid-t72pojwZvq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72pojwZvq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72pojwZvq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72pojwZvq .carousel-indicators .active,
.cid-t72pojwZvq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72pojwZvq .carousel-indicators .active {
  background: #fff;
}
.cid-t72pojwZvq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72pojwZvq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72pojwZvq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72pojwZvq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72pojwZvq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72pojwZvq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72pojwZvq .carousel {
  width: 100%;
}
.cid-t72pojwZvq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72pojwZvq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72pojwZvq .modal.fade .modal-dialog,
.cid-t72pojwZvq .modal.in .modal-dialog {
  transform: none;
}
.cid-t72pojwZvq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72pojwZvq H6 {
  text-align: center;
}
.cid-t72pXBYjsp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72pXBYjsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72pXBYjsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72pXBYjsp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72pXBYjsp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72pXBYjsp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72pXBYjsp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72pXBYjsp .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-t72pXBYjsp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72pXBYjsp .carousel-control,
.cid-t72pXBYjsp .close {
  background: #1b1b1b;
}
.cid-t72pXBYjsp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72pXBYjsp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72pXBYjsp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72pXBYjsp .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72pXBYjsp .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-t72pXBYjsp .close::before {
  content: '\e91a';
}
.cid-t72pXBYjsp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72pXBYjsp .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-t72pXBYjsp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72pXBYjsp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72pXBYjsp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72pXBYjsp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72pXBYjsp .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-t72pXBYjsp .carousel-indicators li.active,
.cid-t72pXBYjsp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72pXBYjsp .carousel-indicators li::after,
.cid-t72pXBYjsp .carousel-indicators li::before {
  content: none;
}
.cid-t72pXBYjsp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72pXBYjsp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72pXBYjsp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72pXBYjsp .carousel-indicators {
    display: none;
  }
}
.cid-t72pXBYjsp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72pXBYjsp .carousel-inner > .active {
  display: block;
}
.cid-t72pXBYjsp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72pXBYjsp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72pXBYjsp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72pXBYjsp .carousel-control,
  .cid-t72pXBYjsp .carousel-indicators,
  .cid-t72pXBYjsp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72pXBYjsp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72pXBYjsp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72pXBYjsp .carousel-indicators .active,
.cid-t72pXBYjsp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72pXBYjsp .carousel-indicators .active {
  background: #fff;
}
.cid-t72pXBYjsp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72pXBYjsp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72pXBYjsp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72pXBYjsp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72pXBYjsp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72pXBYjsp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72pXBYjsp .carousel {
  width: 100%;
}
.cid-t72pXBYjsp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72pXBYjsp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72pXBYjsp .modal.fade .modal-dialog,
.cid-t72pXBYjsp .modal.in .modal-dialog {
  transform: none;
}
.cid-t72pXBYjsp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72pXBYjsp H6 {
  text-align: center;
}
.cid-t72qVQjIn9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72qVQjIn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72qVQjIn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72qVQjIn9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72qVQjIn9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72qVQjIn9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72qVQjIn9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72qVQjIn9 .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-t72qVQjIn9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72qVQjIn9 .carousel-control,
.cid-t72qVQjIn9 .close {
  background: #1b1b1b;
}
.cid-t72qVQjIn9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72qVQjIn9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72qVQjIn9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72qVQjIn9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72qVQjIn9 .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-t72qVQjIn9 .close::before {
  content: '\e91a';
}
.cid-t72qVQjIn9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72qVQjIn9 .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-t72qVQjIn9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72qVQjIn9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72qVQjIn9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72qVQjIn9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72qVQjIn9 .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-t72qVQjIn9 .carousel-indicators li.active,
.cid-t72qVQjIn9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72qVQjIn9 .carousel-indicators li::after,
.cid-t72qVQjIn9 .carousel-indicators li::before {
  content: none;
}
.cid-t72qVQjIn9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72qVQjIn9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72qVQjIn9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72qVQjIn9 .carousel-indicators {
    display: none;
  }
}
.cid-t72qVQjIn9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72qVQjIn9 .carousel-inner > .active {
  display: block;
}
.cid-t72qVQjIn9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72qVQjIn9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72qVQjIn9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72qVQjIn9 .carousel-control,
  .cid-t72qVQjIn9 .carousel-indicators,
  .cid-t72qVQjIn9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72qVQjIn9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72qVQjIn9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72qVQjIn9 .carousel-indicators .active,
.cid-t72qVQjIn9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72qVQjIn9 .carousel-indicators .active {
  background: #fff;
}
.cid-t72qVQjIn9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72qVQjIn9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72qVQjIn9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72qVQjIn9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72qVQjIn9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72qVQjIn9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72qVQjIn9 .carousel {
  width: 100%;
}
.cid-t72qVQjIn9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72qVQjIn9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72qVQjIn9 .modal.fade .modal-dialog,
.cid-t72qVQjIn9 .modal.in .modal-dialog {
  transform: none;
}
.cid-t72qVQjIn9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72qVQjIn9 H6 {
  text-align: center;
}
.cid-tlyyPXFUh7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyyPXFUh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyyPXFUh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyyPXFUh7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyyPXFUh7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyyPXFUh7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyyPXFUh7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyyPXFUh7 .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-tlyyPXFUh7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyyPXFUh7 .carousel-control,
.cid-tlyyPXFUh7 .close {
  background: #1b1b1b;
}
.cid-tlyyPXFUh7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyyPXFUh7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyyPXFUh7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyyPXFUh7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyyPXFUh7 .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-tlyyPXFUh7 .close::before {
  content: '\e91a';
}
.cid-tlyyPXFUh7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyyPXFUh7 .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-tlyyPXFUh7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyyPXFUh7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyyPXFUh7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyyPXFUh7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyyPXFUh7 .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-tlyyPXFUh7 .carousel-indicators li.active,
.cid-tlyyPXFUh7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyyPXFUh7 .carousel-indicators li::after,
.cid-tlyyPXFUh7 .carousel-indicators li::before {
  content: none;
}
.cid-tlyyPXFUh7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyyPXFUh7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyyPXFUh7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyyPXFUh7 .carousel-indicators {
    display: none;
  }
}
.cid-tlyyPXFUh7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyyPXFUh7 .carousel-inner > .active {
  display: block;
}
.cid-tlyyPXFUh7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyyPXFUh7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyyPXFUh7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyyPXFUh7 .carousel-control,
  .cid-tlyyPXFUh7 .carousel-indicators,
  .cid-tlyyPXFUh7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyyPXFUh7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyyPXFUh7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyyPXFUh7 .carousel-indicators .active,
.cid-tlyyPXFUh7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyyPXFUh7 .carousel-indicators .active {
  background: #fff;
}
.cid-tlyyPXFUh7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyyPXFUh7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyyPXFUh7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyyPXFUh7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyyPXFUh7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyyPXFUh7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyyPXFUh7 .carousel {
  width: 100%;
}
.cid-tlyyPXFUh7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyyPXFUh7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyyPXFUh7 .modal.fade .modal-dialog,
.cid-tlyyPXFUh7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyyPXFUh7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyyPXFUh7 H6 {
  text-align: center;
}
.cid-tlyxX6W7ZW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyxX6W7ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyxX6W7ZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyxX6W7ZW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyxX6W7ZW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyxX6W7ZW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyxX6W7ZW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyxX6W7ZW .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-tlyxX6W7ZW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyxX6W7ZW .carousel-control,
.cid-tlyxX6W7ZW .close {
  background: #1b1b1b;
}
.cid-tlyxX6W7ZW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyxX6W7ZW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyxX6W7ZW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyxX6W7ZW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyxX6W7ZW .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-tlyxX6W7ZW .close::before {
  content: '\e91a';
}
.cid-tlyxX6W7ZW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyxX6W7ZW .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-tlyxX6W7ZW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyxX6W7ZW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyxX6W7ZW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyxX6W7ZW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyxX6W7ZW .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-tlyxX6W7ZW .carousel-indicators li.active,
.cid-tlyxX6W7ZW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyxX6W7ZW .carousel-indicators li::after,
.cid-tlyxX6W7ZW .carousel-indicators li::before {
  content: none;
}
.cid-tlyxX6W7ZW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyxX6W7ZW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyxX6W7ZW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyxX6W7ZW .carousel-indicators {
    display: none;
  }
}
.cid-tlyxX6W7ZW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyxX6W7ZW .carousel-inner > .active {
  display: block;
}
.cid-tlyxX6W7ZW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyxX6W7ZW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyxX6W7ZW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyxX6W7ZW .carousel-control,
  .cid-tlyxX6W7ZW .carousel-indicators,
  .cid-tlyxX6W7ZW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyxX6W7ZW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyxX6W7ZW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyxX6W7ZW .carousel-indicators .active,
.cid-tlyxX6W7ZW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyxX6W7ZW .carousel-indicators .active {
  background: #fff;
}
.cid-tlyxX6W7ZW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyxX6W7ZW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyxX6W7ZW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyxX6W7ZW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyxX6W7ZW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyxX6W7ZW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyxX6W7ZW .carousel {
  width: 100%;
}
.cid-tlyxX6W7ZW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyxX6W7ZW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyxX6W7ZW .modal.fade .modal-dialog,
.cid-tlyxX6W7ZW .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyxX6W7ZW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyxX6W7ZW H6 {
  text-align: center;
}
.cid-tlyxl0lOFH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyxl0lOFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyxl0lOFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyxl0lOFH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyxl0lOFH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyxl0lOFH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyxl0lOFH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyxl0lOFH .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-tlyxl0lOFH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyxl0lOFH .carousel-control,
.cid-tlyxl0lOFH .close {
  background: #1b1b1b;
}
.cid-tlyxl0lOFH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyxl0lOFH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyxl0lOFH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyxl0lOFH .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyxl0lOFH .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-tlyxl0lOFH .close::before {
  content: '\e91a';
}
.cid-tlyxl0lOFH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyxl0lOFH .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-tlyxl0lOFH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyxl0lOFH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyxl0lOFH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyxl0lOFH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyxl0lOFH .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-tlyxl0lOFH .carousel-indicators li.active,
.cid-tlyxl0lOFH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyxl0lOFH .carousel-indicators li::after,
.cid-tlyxl0lOFH .carousel-indicators li::before {
  content: none;
}
.cid-tlyxl0lOFH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyxl0lOFH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyxl0lOFH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyxl0lOFH .carousel-indicators {
    display: none;
  }
}
.cid-tlyxl0lOFH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyxl0lOFH .carousel-inner > .active {
  display: block;
}
.cid-tlyxl0lOFH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyxl0lOFH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyxl0lOFH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyxl0lOFH .carousel-control,
  .cid-tlyxl0lOFH .carousel-indicators,
  .cid-tlyxl0lOFH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyxl0lOFH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyxl0lOFH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyxl0lOFH .carousel-indicators .active,
.cid-tlyxl0lOFH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyxl0lOFH .carousel-indicators .active {
  background: #fff;
}
.cid-tlyxl0lOFH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyxl0lOFH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyxl0lOFH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyxl0lOFH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyxl0lOFH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyxl0lOFH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyxl0lOFH .carousel {
  width: 100%;
}
.cid-tlyxl0lOFH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyxl0lOFH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyxl0lOFH .modal.fade .modal-dialog,
.cid-tlyxl0lOFH .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyxl0lOFH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyxl0lOFH H6 {
  text-align: center;
}
.cid-tlywXw7yB8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlywXw7yB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlywXw7yB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlywXw7yB8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlywXw7yB8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlywXw7yB8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlywXw7yB8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlywXw7yB8 .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-tlywXw7yB8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlywXw7yB8 .carousel-control,
.cid-tlywXw7yB8 .close {
  background: #1b1b1b;
}
.cid-tlywXw7yB8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlywXw7yB8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlywXw7yB8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlywXw7yB8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlywXw7yB8 .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-tlywXw7yB8 .close::before {
  content: '\e91a';
}
.cid-tlywXw7yB8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlywXw7yB8 .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-tlywXw7yB8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlywXw7yB8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlywXw7yB8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlywXw7yB8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlywXw7yB8 .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-tlywXw7yB8 .carousel-indicators li.active,
.cid-tlywXw7yB8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlywXw7yB8 .carousel-indicators li::after,
.cid-tlywXw7yB8 .carousel-indicators li::before {
  content: none;
}
.cid-tlywXw7yB8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlywXw7yB8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlywXw7yB8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlywXw7yB8 .carousel-indicators {
    display: none;
  }
}
.cid-tlywXw7yB8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlywXw7yB8 .carousel-inner > .active {
  display: block;
}
.cid-tlywXw7yB8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlywXw7yB8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlywXw7yB8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlywXw7yB8 .carousel-control,
  .cid-tlywXw7yB8 .carousel-indicators,
  .cid-tlywXw7yB8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlywXw7yB8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlywXw7yB8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlywXw7yB8 .carousel-indicators .active,
.cid-tlywXw7yB8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlywXw7yB8 .carousel-indicators .active {
  background: #fff;
}
.cid-tlywXw7yB8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlywXw7yB8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlywXw7yB8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlywXw7yB8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlywXw7yB8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlywXw7yB8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlywXw7yB8 .carousel {
  width: 100%;
}
.cid-tlywXw7yB8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlywXw7yB8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlywXw7yB8 .modal.fade .modal-dialog,
.cid-tlywXw7yB8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tlywXw7yB8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlywXw7yB8 H6 {
  text-align: center;
}
.cid-t72s7zL3JA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72s7zL3JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72s7zL3JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72s7zL3JA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72s7zL3JA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72s7zL3JA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72s7zL3JA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72s7zL3JA .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-t72s7zL3JA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72s7zL3JA .carousel-control,
.cid-t72s7zL3JA .close {
  background: #1b1b1b;
}
.cid-t72s7zL3JA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72s7zL3JA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72s7zL3JA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72s7zL3JA .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72s7zL3JA .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-t72s7zL3JA .close::before {
  content: '\e91a';
}
.cid-t72s7zL3JA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72s7zL3JA .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-t72s7zL3JA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72s7zL3JA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72s7zL3JA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72s7zL3JA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72s7zL3JA .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-t72s7zL3JA .carousel-indicators li.active,
.cid-t72s7zL3JA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72s7zL3JA .carousel-indicators li::after,
.cid-t72s7zL3JA .carousel-indicators li::before {
  content: none;
}
.cid-t72s7zL3JA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72s7zL3JA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72s7zL3JA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72s7zL3JA .carousel-indicators {
    display: none;
  }
}
.cid-t72s7zL3JA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72s7zL3JA .carousel-inner > .active {
  display: block;
}
.cid-t72s7zL3JA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72s7zL3JA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72s7zL3JA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72s7zL3JA .carousel-control,
  .cid-t72s7zL3JA .carousel-indicators,
  .cid-t72s7zL3JA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72s7zL3JA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72s7zL3JA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72s7zL3JA .carousel-indicators .active,
.cid-t72s7zL3JA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72s7zL3JA .carousel-indicators .active {
  background: #fff;
}
.cid-t72s7zL3JA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72s7zL3JA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72s7zL3JA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72s7zL3JA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72s7zL3JA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72s7zL3JA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72s7zL3JA .carousel {
  width: 100%;
}
.cid-t72s7zL3JA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72s7zL3JA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72s7zL3JA .modal.fade .modal-dialog,
.cid-t72s7zL3JA .modal.in .modal-dialog {
  transform: none;
}
.cid-t72s7zL3JA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72s7zL3JA H6 {
  text-align: center;
}
.cid-t72sWg59n2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72sWg59n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72sWg59n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72sWg59n2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72sWg59n2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72sWg59n2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72sWg59n2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72sWg59n2 .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-t72sWg59n2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72sWg59n2 .carousel-control,
.cid-t72sWg59n2 .close {
  background: #1b1b1b;
}
.cid-t72sWg59n2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72sWg59n2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72sWg59n2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72sWg59n2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72sWg59n2 .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-t72sWg59n2 .close::before {
  content: '\e91a';
}
.cid-t72sWg59n2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72sWg59n2 .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-t72sWg59n2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72sWg59n2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72sWg59n2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72sWg59n2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72sWg59n2 .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-t72sWg59n2 .carousel-indicators li.active,
.cid-t72sWg59n2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72sWg59n2 .carousel-indicators li::after,
.cid-t72sWg59n2 .carousel-indicators li::before {
  content: none;
}
.cid-t72sWg59n2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72sWg59n2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72sWg59n2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72sWg59n2 .carousel-indicators {
    display: none;
  }
}
.cid-t72sWg59n2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72sWg59n2 .carousel-inner > .active {
  display: block;
}
.cid-t72sWg59n2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72sWg59n2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72sWg59n2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72sWg59n2 .carousel-control,
  .cid-t72sWg59n2 .carousel-indicators,
  .cid-t72sWg59n2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72sWg59n2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72sWg59n2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72sWg59n2 .carousel-indicators .active,
.cid-t72sWg59n2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72sWg59n2 .carousel-indicators .active {
  background: #fff;
}
.cid-t72sWg59n2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72sWg59n2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72sWg59n2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72sWg59n2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72sWg59n2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72sWg59n2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72sWg59n2 .carousel {
  width: 100%;
}
.cid-t72sWg59n2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72sWg59n2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72sWg59n2 .modal.fade .modal-dialog,
.cid-t72sWg59n2 .modal.in .modal-dialog {
  transform: none;
}
.cid-t72sWg59n2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72sWg59n2 H6 {
  text-align: center;
}
.cid-t72tGTwqTs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72tGTwqTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72tGTwqTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72tGTwqTs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72tGTwqTs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72tGTwqTs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72tGTwqTs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72tGTwqTs .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-t72tGTwqTs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72tGTwqTs .carousel-control,
.cid-t72tGTwqTs .close {
  background: #1b1b1b;
}
.cid-t72tGTwqTs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72tGTwqTs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72tGTwqTs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72tGTwqTs .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72tGTwqTs .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-t72tGTwqTs .close::before {
  content: '\e91a';
}
.cid-t72tGTwqTs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72tGTwqTs .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-t72tGTwqTs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72tGTwqTs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72tGTwqTs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72tGTwqTs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72tGTwqTs .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-t72tGTwqTs .carousel-indicators li.active,
.cid-t72tGTwqTs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72tGTwqTs .carousel-indicators li::after,
.cid-t72tGTwqTs .carousel-indicators li::before {
  content: none;
}
.cid-t72tGTwqTs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72tGTwqTs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72tGTwqTs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72tGTwqTs .carousel-indicators {
    display: none;
  }
}
.cid-t72tGTwqTs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72tGTwqTs .carousel-inner > .active {
  display: block;
}
.cid-t72tGTwqTs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72tGTwqTs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72tGTwqTs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72tGTwqTs .carousel-control,
  .cid-t72tGTwqTs .carousel-indicators,
  .cid-t72tGTwqTs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72tGTwqTs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72tGTwqTs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72tGTwqTs .carousel-indicators .active,
.cid-t72tGTwqTs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72tGTwqTs .carousel-indicators .active {
  background: #fff;
}
.cid-t72tGTwqTs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72tGTwqTs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72tGTwqTs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72tGTwqTs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72tGTwqTs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72tGTwqTs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72tGTwqTs .carousel {
  width: 100%;
}
.cid-t72tGTwqTs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72tGTwqTs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72tGTwqTs .modal.fade .modal-dialog,
.cid-t72tGTwqTs .modal.in .modal-dialog {
  transform: none;
}
.cid-t72tGTwqTs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72tGTwqTs H6 {
  text-align: center;
}
.cid-t72up9sORr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72up9sORr .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72up9sORr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72up9sORr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72up9sORr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72up9sORr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72up9sORr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72up9sORr .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-t72up9sORr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72up9sORr .carousel-control,
.cid-t72up9sORr .close {
  background: #1b1b1b;
}
.cid-t72up9sORr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72up9sORr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72up9sORr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72up9sORr .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72up9sORr .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-t72up9sORr .close::before {
  content: '\e91a';
}
.cid-t72up9sORr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72up9sORr .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-t72up9sORr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72up9sORr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72up9sORr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72up9sORr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72up9sORr .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-t72up9sORr .carousel-indicators li.active,
.cid-t72up9sORr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72up9sORr .carousel-indicators li::after,
.cid-t72up9sORr .carousel-indicators li::before {
  content: none;
}
.cid-t72up9sORr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72up9sORr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72up9sORr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72up9sORr .carousel-indicators {
    display: none;
  }
}
.cid-t72up9sORr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72up9sORr .carousel-inner > .active {
  display: block;
}
.cid-t72up9sORr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72up9sORr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72up9sORr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72up9sORr .carousel-control,
  .cid-t72up9sORr .carousel-indicators,
  .cid-t72up9sORr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72up9sORr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72up9sORr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72up9sORr .carousel-indicators .active,
.cid-t72up9sORr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72up9sORr .carousel-indicators .active {
  background: #fff;
}
.cid-t72up9sORr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72up9sORr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72up9sORr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72up9sORr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72up9sORr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72up9sORr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72up9sORr .carousel {
  width: 100%;
}
.cid-t72up9sORr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72up9sORr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72up9sORr .modal.fade .modal-dialog,
.cid-t72up9sORr .modal.in .modal-dialog {
  transform: none;
}
.cid-t72up9sORr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72up9sORr H6 {
  text-align: center;
}
.cid-t72vdDmWpg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72vdDmWpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72vdDmWpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72vdDmWpg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72vdDmWpg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72vdDmWpg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72vdDmWpg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72vdDmWpg .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-t72vdDmWpg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72vdDmWpg .carousel-control,
.cid-t72vdDmWpg .close {
  background: #1b1b1b;
}
.cid-t72vdDmWpg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72vdDmWpg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72vdDmWpg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72vdDmWpg .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72vdDmWpg .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-t72vdDmWpg .close::before {
  content: '\e91a';
}
.cid-t72vdDmWpg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72vdDmWpg .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-t72vdDmWpg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72vdDmWpg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72vdDmWpg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72vdDmWpg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72vdDmWpg .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-t72vdDmWpg .carousel-indicators li.active,
.cid-t72vdDmWpg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72vdDmWpg .carousel-indicators li::after,
.cid-t72vdDmWpg .carousel-indicators li::before {
  content: none;
}
.cid-t72vdDmWpg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72vdDmWpg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72vdDmWpg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72vdDmWpg .carousel-indicators {
    display: none;
  }
}
.cid-t72vdDmWpg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72vdDmWpg .carousel-inner > .active {
  display: block;
}
.cid-t72vdDmWpg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72vdDmWpg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72vdDmWpg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72vdDmWpg .carousel-control,
  .cid-t72vdDmWpg .carousel-indicators,
  .cid-t72vdDmWpg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72vdDmWpg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72vdDmWpg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72vdDmWpg .carousel-indicators .active,
.cid-t72vdDmWpg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72vdDmWpg .carousel-indicators .active {
  background: #fff;
}
.cid-t72vdDmWpg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72vdDmWpg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72vdDmWpg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72vdDmWpg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72vdDmWpg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72vdDmWpg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72vdDmWpg .carousel {
  width: 100%;
}
.cid-t72vdDmWpg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72vdDmWpg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72vdDmWpg .modal.fade .modal-dialog,
.cid-t72vdDmWpg .modal.in .modal-dialog {
  transform: none;
}
.cid-t72vdDmWpg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72vdDmWpg H6 {
  text-align: center;
}
.cid-t72vT0Iekf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72vT0Iekf .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72vT0Iekf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72vT0Iekf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72vT0Iekf .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72vT0Iekf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72vT0Iekf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72vT0Iekf .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-t72vT0Iekf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72vT0Iekf .carousel-control,
.cid-t72vT0Iekf .close {
  background: #1b1b1b;
}
.cid-t72vT0Iekf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72vT0Iekf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72vT0Iekf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72vT0Iekf .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72vT0Iekf .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-t72vT0Iekf .close::before {
  content: '\e91a';
}
.cid-t72vT0Iekf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72vT0Iekf .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-t72vT0Iekf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72vT0Iekf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72vT0Iekf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72vT0Iekf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72vT0Iekf .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-t72vT0Iekf .carousel-indicators li.active,
.cid-t72vT0Iekf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72vT0Iekf .carousel-indicators li::after,
.cid-t72vT0Iekf .carousel-indicators li::before {
  content: none;
}
.cid-t72vT0Iekf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72vT0Iekf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72vT0Iekf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72vT0Iekf .carousel-indicators {
    display: none;
  }
}
.cid-t72vT0Iekf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72vT0Iekf .carousel-inner > .active {
  display: block;
}
.cid-t72vT0Iekf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72vT0Iekf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72vT0Iekf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72vT0Iekf .carousel-control,
  .cid-t72vT0Iekf .carousel-indicators,
  .cid-t72vT0Iekf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72vT0Iekf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72vT0Iekf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72vT0Iekf .carousel-indicators .active,
.cid-t72vT0Iekf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72vT0Iekf .carousel-indicators .active {
  background: #fff;
}
.cid-t72vT0Iekf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72vT0Iekf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72vT0Iekf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72vT0Iekf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72vT0Iekf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72vT0Iekf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72vT0Iekf .carousel {
  width: 100%;
}
.cid-t72vT0Iekf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72vT0Iekf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72vT0Iekf .modal.fade .modal-dialog,
.cid-t72vT0Iekf .modal.in .modal-dialog {
  transform: none;
}
.cid-t72vT0Iekf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72vT0Iekf H6 {
  text-align: center;
}
.cid-t72wGz6y8e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72wGz6y8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72wGz6y8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72wGz6y8e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72wGz6y8e .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72wGz6y8e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72wGz6y8e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72wGz6y8e .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-t72wGz6y8e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72wGz6y8e .carousel-control,
.cid-t72wGz6y8e .close {
  background: #1b1b1b;
}
.cid-t72wGz6y8e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72wGz6y8e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72wGz6y8e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72wGz6y8e .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72wGz6y8e .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-t72wGz6y8e .close::before {
  content: '\e91a';
}
.cid-t72wGz6y8e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72wGz6y8e .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-t72wGz6y8e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72wGz6y8e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72wGz6y8e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72wGz6y8e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72wGz6y8e .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-t72wGz6y8e .carousel-indicators li.active,
.cid-t72wGz6y8e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72wGz6y8e .carousel-indicators li::after,
.cid-t72wGz6y8e .carousel-indicators li::before {
  content: none;
}
.cid-t72wGz6y8e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72wGz6y8e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72wGz6y8e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72wGz6y8e .carousel-indicators {
    display: none;
  }
}
.cid-t72wGz6y8e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72wGz6y8e .carousel-inner > .active {
  display: block;
}
.cid-t72wGz6y8e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72wGz6y8e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72wGz6y8e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72wGz6y8e .carousel-control,
  .cid-t72wGz6y8e .carousel-indicators,
  .cid-t72wGz6y8e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72wGz6y8e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72wGz6y8e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72wGz6y8e .carousel-indicators .active,
.cid-t72wGz6y8e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72wGz6y8e .carousel-indicators .active {
  background: #fff;
}
.cid-t72wGz6y8e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72wGz6y8e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72wGz6y8e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72wGz6y8e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72wGz6y8e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72wGz6y8e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72wGz6y8e .carousel {
  width: 100%;
}
.cid-t72wGz6y8e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72wGz6y8e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72wGz6y8e .modal.fade .modal-dialog,
.cid-t72wGz6y8e .modal.in .modal-dialog {
  transform: none;
}
.cid-t72wGz6y8e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72wGz6y8e H6 {
  text-align: center;
}
.cid-t72xoDYHuo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t72xoDYHuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-t72xoDYHuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t72xoDYHuo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t72xoDYHuo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t72xoDYHuo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t72xoDYHuo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t72xoDYHuo .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-t72xoDYHuo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t72xoDYHuo .carousel-control,
.cid-t72xoDYHuo .close {
  background: #1b1b1b;
}
.cid-t72xoDYHuo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t72xoDYHuo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t72xoDYHuo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t72xoDYHuo .carousel-control-next span {
  margin-left: 5px;
}
.cid-t72xoDYHuo .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-t72xoDYHuo .close::before {
  content: '\e91a';
}
.cid-t72xoDYHuo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t72xoDYHuo .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-t72xoDYHuo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72xoDYHuo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t72xoDYHuo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t72xoDYHuo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t72xoDYHuo .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-t72xoDYHuo .carousel-indicators li.active,
.cid-t72xoDYHuo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t72xoDYHuo .carousel-indicators li::after,
.cid-t72xoDYHuo .carousel-indicators li::before {
  content: none;
}
.cid-t72xoDYHuo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t72xoDYHuo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t72xoDYHuo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t72xoDYHuo .carousel-indicators {
    display: none;
  }
}
.cid-t72xoDYHuo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t72xoDYHuo .carousel-inner > .active {
  display: block;
}
.cid-t72xoDYHuo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t72xoDYHuo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t72xoDYHuo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t72xoDYHuo .carousel-control,
  .cid-t72xoDYHuo .carousel-indicators,
  .cid-t72xoDYHuo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t72xoDYHuo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t72xoDYHuo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t72xoDYHuo .carousel-indicators .active,
.cid-t72xoDYHuo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t72xoDYHuo .carousel-indicators .active {
  background: #fff;
}
.cid-t72xoDYHuo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t72xoDYHuo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t72xoDYHuo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t72xoDYHuo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t72xoDYHuo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t72xoDYHuo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t72xoDYHuo .carousel {
  width: 100%;
}
.cid-t72xoDYHuo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t72xoDYHuo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t72xoDYHuo .modal.fade .modal-dialog,
.cid-t72xoDYHuo .modal.in .modal-dialog {
  transform: none;
}
.cid-t72xoDYHuo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t72xoDYHuo H6 {
  text-align: center;
}
.cid-tlywm04K7n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlywm04K7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlywm04K7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlywm04K7n .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlywm04K7n .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlywm04K7n .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlywm04K7n .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlywm04K7n .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-tlywm04K7n .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlywm04K7n .carousel-control,
.cid-tlywm04K7n .close {
  background: #1b1b1b;
}
.cid-tlywm04K7n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlywm04K7n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlywm04K7n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlywm04K7n .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlywm04K7n .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-tlywm04K7n .close::before {
  content: '\e91a';
}
.cid-tlywm04K7n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlywm04K7n .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-tlywm04K7n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlywm04K7n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlywm04K7n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlywm04K7n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlywm04K7n .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-tlywm04K7n .carousel-indicators li.active,
.cid-tlywm04K7n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlywm04K7n .carousel-indicators li::after,
.cid-tlywm04K7n .carousel-indicators li::before {
  content: none;
}
.cid-tlywm04K7n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlywm04K7n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlywm04K7n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlywm04K7n .carousel-indicators {
    display: none;
  }
}
.cid-tlywm04K7n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlywm04K7n .carousel-inner > .active {
  display: block;
}
.cid-tlywm04K7n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlywm04K7n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlywm04K7n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlywm04K7n .carousel-control,
  .cid-tlywm04K7n .carousel-indicators,
  .cid-tlywm04K7n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlywm04K7n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlywm04K7n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlywm04K7n .carousel-indicators .active,
.cid-tlywm04K7n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlywm04K7n .carousel-indicators .active {
  background: #fff;
}
.cid-tlywm04K7n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlywm04K7n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlywm04K7n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlywm04K7n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlywm04K7n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlywm04K7n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlywm04K7n .carousel {
  width: 100%;
}
.cid-tlywm04K7n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlywm04K7n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlywm04K7n .modal.fade .modal-dialog,
.cid-tlywm04K7n .modal.in .modal-dialog {
  transform: none;
}
.cid-tlywm04K7n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlywm04K7n H6 {
  text-align: center;
}
.cid-tlyv2CKyqz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyv2CKyqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyv2CKyqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyv2CKyqz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyv2CKyqz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyv2CKyqz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyv2CKyqz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyv2CKyqz .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-tlyv2CKyqz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyv2CKyqz .carousel-control,
.cid-tlyv2CKyqz .close {
  background: #1b1b1b;
}
.cid-tlyv2CKyqz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyv2CKyqz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyv2CKyqz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyv2CKyqz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyv2CKyqz .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-tlyv2CKyqz .close::before {
  content: '\e91a';
}
.cid-tlyv2CKyqz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyv2CKyqz .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-tlyv2CKyqz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyv2CKyqz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyv2CKyqz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyv2CKyqz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyv2CKyqz .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-tlyv2CKyqz .carousel-indicators li.active,
.cid-tlyv2CKyqz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyv2CKyqz .carousel-indicators li::after,
.cid-tlyv2CKyqz .carousel-indicators li::before {
  content: none;
}
.cid-tlyv2CKyqz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyv2CKyqz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyv2CKyqz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyv2CKyqz .carousel-indicators {
    display: none;
  }
}
.cid-tlyv2CKyqz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyv2CKyqz .carousel-inner > .active {
  display: block;
}
.cid-tlyv2CKyqz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyv2CKyqz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyv2CKyqz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyv2CKyqz .carousel-control,
  .cid-tlyv2CKyqz .carousel-indicators,
  .cid-tlyv2CKyqz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyv2CKyqz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyv2CKyqz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyv2CKyqz .carousel-indicators .active,
.cid-tlyv2CKyqz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyv2CKyqz .carousel-indicators .active {
  background: #fff;
}
.cid-tlyv2CKyqz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyv2CKyqz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyv2CKyqz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyv2CKyqz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyv2CKyqz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyv2CKyqz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyv2CKyqz .carousel {
  width: 100%;
}
.cid-tlyv2CKyqz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyv2CKyqz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyv2CKyqz .modal.fade .modal-dialog,
.cid-tlyv2CKyqz .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyv2CKyqz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyv2CKyqz H6 {
  text-align: center;
}
.cid-tlyvBVNEVM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyvBVNEVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyvBVNEVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyvBVNEVM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyvBVNEVM .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyvBVNEVM .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyvBVNEVM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyvBVNEVM .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-tlyvBVNEVM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyvBVNEVM .carousel-control,
.cid-tlyvBVNEVM .close {
  background: #1b1b1b;
}
.cid-tlyvBVNEVM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyvBVNEVM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyvBVNEVM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyvBVNEVM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyvBVNEVM .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-tlyvBVNEVM .close::before {
  content: '\e91a';
}
.cid-tlyvBVNEVM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyvBVNEVM .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-tlyvBVNEVM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyvBVNEVM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyvBVNEVM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyvBVNEVM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyvBVNEVM .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-tlyvBVNEVM .carousel-indicators li.active,
.cid-tlyvBVNEVM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyvBVNEVM .carousel-indicators li::after,
.cid-tlyvBVNEVM .carousel-indicators li::before {
  content: none;
}
.cid-tlyvBVNEVM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyvBVNEVM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyvBVNEVM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyvBVNEVM .carousel-indicators {
    display: none;
  }
}
.cid-tlyvBVNEVM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyvBVNEVM .carousel-inner > .active {
  display: block;
}
.cid-tlyvBVNEVM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyvBVNEVM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyvBVNEVM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyvBVNEVM .carousel-control,
  .cid-tlyvBVNEVM .carousel-indicators,
  .cid-tlyvBVNEVM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyvBVNEVM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyvBVNEVM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyvBVNEVM .carousel-indicators .active,
.cid-tlyvBVNEVM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyvBVNEVM .carousel-indicators .active {
  background: #fff;
}
.cid-tlyvBVNEVM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyvBVNEVM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyvBVNEVM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyvBVNEVM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyvBVNEVM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyvBVNEVM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyvBVNEVM .carousel {
  width: 100%;
}
.cid-tlyvBVNEVM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyvBVNEVM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyvBVNEVM .modal.fade .modal-dialog,
.cid-tlyvBVNEVM .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyvBVNEVM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyvBVNEVM H6 {
  text-align: center;
}
.cid-tlysHFOEBW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlysHFOEBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlysHFOEBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlysHFOEBW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlysHFOEBW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlysHFOEBW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlysHFOEBW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlysHFOEBW .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-tlysHFOEBW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlysHFOEBW .carousel-control,
.cid-tlysHFOEBW .close {
  background: #1b1b1b;
}
.cid-tlysHFOEBW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlysHFOEBW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlysHFOEBW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlysHFOEBW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlysHFOEBW .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-tlysHFOEBW .close::before {
  content: '\e91a';
}
.cid-tlysHFOEBW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlysHFOEBW .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-tlysHFOEBW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlysHFOEBW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlysHFOEBW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlysHFOEBW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlysHFOEBW .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-tlysHFOEBW .carousel-indicators li.active,
.cid-tlysHFOEBW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlysHFOEBW .carousel-indicators li::after,
.cid-tlysHFOEBW .carousel-indicators li::before {
  content: none;
}
.cid-tlysHFOEBW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlysHFOEBW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlysHFOEBW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlysHFOEBW .carousel-indicators {
    display: none;
  }
}
.cid-tlysHFOEBW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlysHFOEBW .carousel-inner > .active {
  display: block;
}
.cid-tlysHFOEBW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlysHFOEBW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlysHFOEBW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlysHFOEBW .carousel-control,
  .cid-tlysHFOEBW .carousel-indicators,
  .cid-tlysHFOEBW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlysHFOEBW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlysHFOEBW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlysHFOEBW .carousel-indicators .active,
.cid-tlysHFOEBW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlysHFOEBW .carousel-indicators .active {
  background: #fff;
}
.cid-tlysHFOEBW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlysHFOEBW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlysHFOEBW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlysHFOEBW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlysHFOEBW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlysHFOEBW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlysHFOEBW .carousel {
  width: 100%;
}
.cid-tlysHFOEBW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlysHFOEBW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlysHFOEBW .modal.fade .modal-dialog,
.cid-tlysHFOEBW .modal.in .modal-dialog {
  transform: none;
}
.cid-tlysHFOEBW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlysHFOEBW H6 {
  text-align: center;
}
.cid-tlys9YrTLz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlys9YrTLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlys9YrTLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlys9YrTLz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlys9YrTLz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlys9YrTLz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlys9YrTLz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlys9YrTLz .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-tlys9YrTLz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlys9YrTLz .carousel-control,
.cid-tlys9YrTLz .close {
  background: #1b1b1b;
}
.cid-tlys9YrTLz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlys9YrTLz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlys9YrTLz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlys9YrTLz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlys9YrTLz .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-tlys9YrTLz .close::before {
  content: '\e91a';
}
.cid-tlys9YrTLz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlys9YrTLz .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-tlys9YrTLz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlys9YrTLz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlys9YrTLz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlys9YrTLz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlys9YrTLz .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-tlys9YrTLz .carousel-indicators li.active,
.cid-tlys9YrTLz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlys9YrTLz .carousel-indicators li::after,
.cid-tlys9YrTLz .carousel-indicators li::before {
  content: none;
}
.cid-tlys9YrTLz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlys9YrTLz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlys9YrTLz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlys9YrTLz .carousel-indicators {
    display: none;
  }
}
.cid-tlys9YrTLz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlys9YrTLz .carousel-inner > .active {
  display: block;
}
.cid-tlys9YrTLz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlys9YrTLz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlys9YrTLz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlys9YrTLz .carousel-control,
  .cid-tlys9YrTLz .carousel-indicators,
  .cid-tlys9YrTLz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlys9YrTLz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlys9YrTLz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlys9YrTLz .carousel-indicators .active,
.cid-tlys9YrTLz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlys9YrTLz .carousel-indicators .active {
  background: #fff;
}
.cid-tlys9YrTLz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlys9YrTLz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlys9YrTLz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlys9YrTLz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlys9YrTLz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlys9YrTLz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlys9YrTLz .carousel {
  width: 100%;
}
.cid-tlys9YrTLz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlys9YrTLz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlys9YrTLz .modal.fade .modal-dialog,
.cid-tlys9YrTLz .modal.in .modal-dialog {
  transform: none;
}
.cid-tlys9YrTLz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlys9YrTLz H6 {
  text-align: center;
}
.cid-tlyrMlkyVJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyrMlkyVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyrMlkyVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyrMlkyVJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyrMlkyVJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyrMlkyVJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyrMlkyVJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyrMlkyVJ .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-tlyrMlkyVJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyrMlkyVJ .carousel-control,
.cid-tlyrMlkyVJ .close {
  background: #1b1b1b;
}
.cid-tlyrMlkyVJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyrMlkyVJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyrMlkyVJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyrMlkyVJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyrMlkyVJ .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-tlyrMlkyVJ .close::before {
  content: '\e91a';
}
.cid-tlyrMlkyVJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyrMlkyVJ .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-tlyrMlkyVJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyrMlkyVJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyrMlkyVJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyrMlkyVJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyrMlkyVJ .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-tlyrMlkyVJ .carousel-indicators li.active,
.cid-tlyrMlkyVJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyrMlkyVJ .carousel-indicators li::after,
.cid-tlyrMlkyVJ .carousel-indicators li::before {
  content: none;
}
.cid-tlyrMlkyVJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyrMlkyVJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyrMlkyVJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyrMlkyVJ .carousel-indicators {
    display: none;
  }
}
.cid-tlyrMlkyVJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyrMlkyVJ .carousel-inner > .active {
  display: block;
}
.cid-tlyrMlkyVJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyrMlkyVJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyrMlkyVJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyrMlkyVJ .carousel-control,
  .cid-tlyrMlkyVJ .carousel-indicators,
  .cid-tlyrMlkyVJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyrMlkyVJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyrMlkyVJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyrMlkyVJ .carousel-indicators .active,
.cid-tlyrMlkyVJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyrMlkyVJ .carousel-indicators .active {
  background: #fff;
}
.cid-tlyrMlkyVJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyrMlkyVJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyrMlkyVJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyrMlkyVJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyrMlkyVJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyrMlkyVJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyrMlkyVJ .carousel {
  width: 100%;
}
.cid-tlyrMlkyVJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyrMlkyVJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyrMlkyVJ .modal.fade .modal-dialog,
.cid-tlyrMlkyVJ .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyrMlkyVJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyrMlkyVJ H6 {
  text-align: center;
}
.cid-tlyrb7zRcy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyrb7zRcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyrb7zRcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyrb7zRcy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyrb7zRcy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyrb7zRcy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyrb7zRcy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyrb7zRcy .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-tlyrb7zRcy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyrb7zRcy .carousel-control,
.cid-tlyrb7zRcy .close {
  background: #1b1b1b;
}
.cid-tlyrb7zRcy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyrb7zRcy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyrb7zRcy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyrb7zRcy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyrb7zRcy .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-tlyrb7zRcy .close::before {
  content: '\e91a';
}
.cid-tlyrb7zRcy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyrb7zRcy .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-tlyrb7zRcy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyrb7zRcy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyrb7zRcy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyrb7zRcy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyrb7zRcy .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-tlyrb7zRcy .carousel-indicators li.active,
.cid-tlyrb7zRcy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyrb7zRcy .carousel-indicators li::after,
.cid-tlyrb7zRcy .carousel-indicators li::before {
  content: none;
}
.cid-tlyrb7zRcy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyrb7zRcy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyrb7zRcy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyrb7zRcy .carousel-indicators {
    display: none;
  }
}
.cid-tlyrb7zRcy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyrb7zRcy .carousel-inner > .active {
  display: block;
}
.cid-tlyrb7zRcy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyrb7zRcy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyrb7zRcy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyrb7zRcy .carousel-control,
  .cid-tlyrb7zRcy .carousel-indicators,
  .cid-tlyrb7zRcy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyrb7zRcy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyrb7zRcy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyrb7zRcy .carousel-indicators .active,
.cid-tlyrb7zRcy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyrb7zRcy .carousel-indicators .active {
  background: #fff;
}
.cid-tlyrb7zRcy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyrb7zRcy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyrb7zRcy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyrb7zRcy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyrb7zRcy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyrb7zRcy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyrb7zRcy .carousel {
  width: 100%;
}
.cid-tlyrb7zRcy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyrb7zRcy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyrb7zRcy .modal.fade .modal-dialog,
.cid-tlyrb7zRcy .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyrb7zRcy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyrb7zRcy H6 {
  text-align: center;
}
.cid-tlyqL5gGsQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyqL5gGsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyqL5gGsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyqL5gGsQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyqL5gGsQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyqL5gGsQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyqL5gGsQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyqL5gGsQ .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-tlyqL5gGsQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyqL5gGsQ .carousel-control,
.cid-tlyqL5gGsQ .close {
  background: #1b1b1b;
}
.cid-tlyqL5gGsQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyqL5gGsQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyqL5gGsQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyqL5gGsQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyqL5gGsQ .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-tlyqL5gGsQ .close::before {
  content: '\e91a';
}
.cid-tlyqL5gGsQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyqL5gGsQ .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-tlyqL5gGsQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyqL5gGsQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyqL5gGsQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyqL5gGsQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyqL5gGsQ .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-tlyqL5gGsQ .carousel-indicators li.active,
.cid-tlyqL5gGsQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyqL5gGsQ .carousel-indicators li::after,
.cid-tlyqL5gGsQ .carousel-indicators li::before {
  content: none;
}
.cid-tlyqL5gGsQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyqL5gGsQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyqL5gGsQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyqL5gGsQ .carousel-indicators {
    display: none;
  }
}
.cid-tlyqL5gGsQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyqL5gGsQ .carousel-inner > .active {
  display: block;
}
.cid-tlyqL5gGsQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyqL5gGsQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyqL5gGsQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyqL5gGsQ .carousel-control,
  .cid-tlyqL5gGsQ .carousel-indicators,
  .cid-tlyqL5gGsQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyqL5gGsQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyqL5gGsQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyqL5gGsQ .carousel-indicators .active,
.cid-tlyqL5gGsQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyqL5gGsQ .carousel-indicators .active {
  background: #fff;
}
.cid-tlyqL5gGsQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyqL5gGsQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyqL5gGsQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyqL5gGsQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyqL5gGsQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyqL5gGsQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyqL5gGsQ .carousel {
  width: 100%;
}
.cid-tlyqL5gGsQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyqL5gGsQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyqL5gGsQ .modal.fade .modal-dialog,
.cid-tlyqL5gGsQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyqL5gGsQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyqL5gGsQ H6 {
  text-align: center;
}
.cid-tlyql3YQGy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlyql3YQGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlyql3YQGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlyql3YQGy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tlyql3YQGy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tlyql3YQGy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tlyql3YQGy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tlyql3YQGy .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-tlyql3YQGy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tlyql3YQGy .carousel-control,
.cid-tlyql3YQGy .close {
  background: #1b1b1b;
}
.cid-tlyql3YQGy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tlyql3YQGy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tlyql3YQGy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tlyql3YQGy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tlyql3YQGy .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-tlyql3YQGy .close::before {
  content: '\e91a';
}
.cid-tlyql3YQGy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tlyql3YQGy .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-tlyql3YQGy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyql3YQGy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlyql3YQGy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlyql3YQGy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tlyql3YQGy .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-tlyql3YQGy .carousel-indicators li.active,
.cid-tlyql3YQGy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlyql3YQGy .carousel-indicators li::after,
.cid-tlyql3YQGy .carousel-indicators li::before {
  content: none;
}
.cid-tlyql3YQGy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlyql3YQGy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tlyql3YQGy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tlyql3YQGy .carousel-indicators {
    display: none;
  }
}
.cid-tlyql3YQGy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlyql3YQGy .carousel-inner > .active {
  display: block;
}
.cid-tlyql3YQGy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlyql3YQGy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlyql3YQGy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tlyql3YQGy .carousel-control,
  .cid-tlyql3YQGy .carousel-indicators,
  .cid-tlyql3YQGy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tlyql3YQGy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tlyql3YQGy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tlyql3YQGy .carousel-indicators .active,
.cid-tlyql3YQGy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tlyql3YQGy .carousel-indicators .active {
  background: #fff;
}
.cid-tlyql3YQGy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tlyql3YQGy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tlyql3YQGy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tlyql3YQGy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tlyql3YQGy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tlyql3YQGy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tlyql3YQGy .carousel {
  width: 100%;
}
.cid-tlyql3YQGy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tlyql3YQGy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tlyql3YQGy .modal.fade .modal-dialog,
.cid-tlyql3YQGy .modal.in .modal-dialog {
  transform: none;
}
.cid-tlyql3YQGy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tlyql3YQGy H6 {
  text-align: center;
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tigknEjhaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tiglpSzJjD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tiglpSzJjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiglpSzJjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiglpSzJjD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tiglpSzJjD .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tiglpSzJjD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tiglpSzJjD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tiglpSzJjD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tiglpSzJjD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tiglpSzJjD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tiglpSzJjD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tiglpSzJjD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tiglpSzJjD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tigndBGsVh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tigndBGsVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tigndBGsVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tigndBGsVh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tigndBGsVh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tigndBGsVh .embla__button--next,
.cid-tigndBGsVh .embla__button--prev {
  display: flex;
}
.cid-tigndBGsVh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tigndBGsVh .embla__button {
    display: none;
  }
}
.cid-tigndBGsVh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tigndBGsVh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tigndBGsVh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tigndBGsVh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tigndBGsVh .embla__button {
    top: auto;
  }
}
.cid-tigndBGsVh .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tigndBGsVh .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tigndBGsVh .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tigndBGsVh .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tigndBGsVh .embla {
  position: relative;
  width: 100%;
}
.cid-tigndBGsVh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tigndBGsVh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tigndBGsVh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tigndBGsVh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tigwHzkk2x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tigwHzkk2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tigwHzkk2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tigwHzkk2x .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tigwHzkk2x .team-card:hover {
  transform: translateY(-10px);
}
.cid-tigwHzkk2x .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tigwHzkk2x .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tigwHzkk2x .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tigwHzkk2x .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tigwHzkk2x .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tigwHzkk2x .social-row {
  text-align: center;
}
.cid-tigwHzkk2x .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tigwHzkk2x .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tigwHzkk2x .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tigwHzkk2x .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tmdZIedmpb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tmdZIedmpb img,
.cid-tmdZIedmpb .item-img {
  width: 100%;
}
.cid-tmdZIedmpb .item:focus,
.cid-tmdZIedmpb span:focus {
  outline: none;
}
.cid-tmdZIedmpb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmdZIedmpb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmdZIedmpb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmdZIedmpb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tmdZIedmpb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmdZIedmpb .mbr-section-title {
  color: #232323;
}
.cid-tmdZIedmpb .mbr-text,
.cid-tmdZIedmpb .mbr-section-btn {
  text-align: left;
}
.cid-tmdZIedmpb .item-title {
  text-align: left;
}
.cid-tmdZIedmpb .item-subtitle {
  text-align: center;
}
.cid-tigx577ieB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  position: relative !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkCU4wVOX0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkCU4wVOX0 .dropdown-item:hover,
.cid-tkCU4wVOX0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tkCU4wVOX0 .dropdown-item:hover span {
  color: white;
}
.cid-tkCU4wVOX0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkCU4wVOX0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkCU4wVOX0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkCU4wVOX0 .nav-link {
  position: relative;
}
.cid-tkCU4wVOX0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tkCU4wVOX0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown-menu,
.cid-tkCU4wVOX0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkCU4wVOX0 .nav-item:focus,
.cid-tkCU4wVOX0 .nav-link:focus {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkCU4wVOX0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkCU4wVOX0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkCU4wVOX0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkCU4wVOX0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkCU4wVOX0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkCU4wVOX0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkCU4wVOX0 .navbar.collapsed {
  justify-content: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkCU4wVOX0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkCU4wVOX0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkCU4wVOX0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkCU4wVOX0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkCU4wVOX0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkCU4wVOX0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkCU4wVOX0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkCU4wVOX0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkCU4wVOX0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkCU4wVOX0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkCU4wVOX0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkCU4wVOX0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkCU4wVOX0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkCU4wVOX0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkCU4wVOX0 .dropdown-item.active,
.cid-tkCU4wVOX0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkCU4wVOX0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkCU4wVOX0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkCU4wVOX0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkCU4wVOX0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkCU4wVOX0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkCU4wVOX0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkCU4wVOX0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkCU4wVOX0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkCU4wVOX0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkCU4wVOX0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkCU4wVOX0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkCU4wVOX0 .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-tkCU4wVOX0 .navbar {
    height: 70px;
  }
  .cid-tkCU4wVOX0 .navbar.opened {
    height: auto;
  }
  .cid-tkCU4wVOX0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm7W7pEMrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7W7pEMrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7pEMrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7pEMrk .row {
  flex-direction: row-reverse;
}
.cid-tm7W7pEMrk .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7pEMrk .mbr-section-title,
.cid-tm7W7pEMrk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7pEMrk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7q3546 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm7W7q3546 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7q3546 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7q3546 .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7q3546 .mbr-section-title,
.cid-tm7W7q3546 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7q3546 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7qiDoX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7W7qiDoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7qiDoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7qiDoX .row {
  flex-direction: row-reverse;
}
.cid-tm7W7qiDoX .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7qiDoX .mbr-section-title,
.cid-tm7W7qiDoX .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7qiDoX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7qw3FT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm7W7qw3FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7qw3FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7qw3FT .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7qw3FT .mbr-section-title,
.cid-tm7W7qw3FT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7qw3FT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7qJDC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7W7qJDC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7qJDC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7qJDC2 .row {
  flex-direction: row-reverse;
}
.cid-tm7W7qJDC2 .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7qJDC2 .mbr-section-title,
.cid-tm7W7qJDC2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7qJDC2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7qY8Mg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm7W7qY8Mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7qY8Mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7qY8Mg .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7qY8Mg .mbr-section-title,
.cid-tm7W7qY8Mg .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7qY8Mg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7rd065 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7W7rd065 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7rd065 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7rd065 .row {
  flex-direction: row-reverse;
}
.cid-tm7W7rd065 .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7rd065 .mbr-section-title,
.cid-tm7W7rd065 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7rd065 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7rragK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm7W7rragK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7rragK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7rragK .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7rragK .mbr-section-title,
.cid-tm7W7rragK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7rragK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7rFeZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm7W7rFeZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7rFeZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7rFeZQ .row {
  flex-direction: row-reverse;
}
.cid-tm7W7rFeZQ .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7rFeZQ .mbr-section-title,
.cid-tm7W7rFeZQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7rFeZQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7rUnPR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm7W7rUnPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm7W7rUnPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm7W7rUnPR .video-wrapper iframe {
  width: 100%;
}
.cid-tm7W7rUnPR .mbr-section-title,
.cid-tm7W7rUnPR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm7W7rUnPR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm81OHV5uW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm81OHV5uW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm81OHV5uW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm81OHV5uW .row {
  flex-direction: row-reverse;
}
.cid-tm81OHV5uW .video-wrapper iframe {
  width: 100%;
}
.cid-tm81OHV5uW .mbr-section-title,
.cid-tm81OHV5uW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm81OHV5uW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm828DsGAa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm828DsGAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm828DsGAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm828DsGAa .video-wrapper iframe {
  width: 100%;
}
.cid-tm828DsGAa .mbr-section-title,
.cid-tm828DsGAa .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm828DsGAa .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm82DukaTp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm82DukaTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm82DukaTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm82DukaTp .row {
  flex-direction: row-reverse;
}
.cid-tm82DukaTp .video-wrapper iframe {
  width: 100%;
}
.cid-tm82DukaTp .mbr-section-title,
.cid-tm82DukaTp .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tm82DukaTp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tm7W7s9ni4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tm7W7smbgn .navbar-dropdown {
  position: relative !important;
}
.cid-tm7W7smbgn .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-tm7W7smbgn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tm7W7smbgn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tm7W7smbgn .dropdown-item:hover,
.cid-tm7W7smbgn .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tm7W7smbgn .dropdown-item:hover span {
  color: white;
}
.cid-tm7W7smbgn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tm7W7smbgn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tm7W7smbgn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tm7W7smbgn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tm7W7smbgn .nav-link {
  position: relative;
}
.cid-tm7W7smbgn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tm7W7smbgn .container {
    flex-wrap: nowrap;
  }
}
.cid-tm7W7smbgn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tm7W7smbgn .dropdown-menu,
.cid-tm7W7smbgn .navbar.opened {
  background: #ffffff !important;
}
.cid-tm7W7smbgn .nav-item:focus,
.cid-tm7W7smbgn .nav-link:focus {
  outline: none;
}
.cid-tm7W7smbgn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tm7W7smbgn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tm7W7smbgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tm7W7smbgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tm7W7smbgn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tm7W7smbgn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tm7W7smbgn .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-tm7W7smbgn .navbar.opened {
  transition: all 0.3s;
}
.cid-tm7W7smbgn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tm7W7smbgn .navbar .navbar-logo img {
  width: auto;
}
.cid-tm7W7smbgn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tm7W7smbgn .navbar.collapsed {
  justify-content: center;
}
.cid-tm7W7smbgn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tm7W7smbgn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tm7W7smbgn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tm7W7smbgn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tm7W7smbgn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tm7W7smbgn .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-tm7W7smbgn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tm7W7smbgn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tm7W7smbgn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tm7W7smbgn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tm7W7smbgn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tm7W7smbgn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tm7W7smbgn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tm7W7smbgn .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-tm7W7smbgn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tm7W7smbgn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tm7W7smbgn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tm7W7smbgn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tm7W7smbgn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tm7W7smbgn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tm7W7smbgn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tm7W7smbgn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tm7W7smbgn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tm7W7smbgn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tm7W7smbgn .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-tm7W7smbgn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm7W7smbgn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm7W7smbgn .dropdown-item.active,
.cid-tm7W7smbgn .dropdown-item:active {
  background-color: transparent;
}
.cid-tm7W7smbgn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tm7W7smbgn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tm7W7smbgn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tm7W7smbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tm7W7smbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tm7W7smbgn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tm7W7smbgn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tm7W7smbgn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tm7W7smbgn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tm7W7smbgn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tm7W7smbgn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tm7W7smbgn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm7W7smbgn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tm7W7smbgn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tm7W7smbgn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm7W7smbgn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tm7W7smbgn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tm7W7smbgn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tm7W7smbgn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tm7W7smbgn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm7W7smbgn .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-tm7W7smbgn .navbar {
    height: 70px;
  }
  .cid-tm7W7smbgn .navbar.opened {
    height: auto;
  }
  .cid-tm7W7smbgn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlyzVFJurd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlyzVIjwVC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tlyzVIwFrP .navbar-dropdown {
  position: relative !important;
}
.cid-tlyzVIwFrP .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-tlyzVIwFrP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlyzVIwFrP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlyzVIwFrP .dropdown-item:hover,
.cid-tlyzVIwFrP .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tlyzVIwFrP .dropdown-item:hover span {
  color: white;
}
.cid-tlyzVIwFrP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlyzVIwFrP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlyzVIwFrP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlyzVIwFrP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlyzVIwFrP .nav-link {
  position: relative;
}
.cid-tlyzVIwFrP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlyzVIwFrP .container {
    flex-wrap: nowrap;
  }
}
.cid-tlyzVIwFrP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlyzVIwFrP .dropdown-menu,
.cid-tlyzVIwFrP .navbar.opened {
  background: #ffffff !important;
}
.cid-tlyzVIwFrP .nav-item:focus,
.cid-tlyzVIwFrP .nav-link:focus {
  outline: none;
}
.cid-tlyzVIwFrP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlyzVIwFrP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlyzVIwFrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlyzVIwFrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlyzVIwFrP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlyzVIwFrP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlyzVIwFrP .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-tlyzVIwFrP .navbar.opened {
  transition: all 0.3s;
}
.cid-tlyzVIwFrP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlyzVIwFrP .navbar .navbar-logo img {
  width: auto;
}
.cid-tlyzVIwFrP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlyzVIwFrP .navbar.collapsed {
  justify-content: center;
}
.cid-tlyzVIwFrP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlyzVIwFrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlyzVIwFrP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tlyzVIwFrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlyzVIwFrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlyzVIwFrP .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-tlyzVIwFrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlyzVIwFrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlyzVIwFrP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlyzVIwFrP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlyzVIwFrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlyzVIwFrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlyzVIwFrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlyzVIwFrP .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-tlyzVIwFrP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlyzVIwFrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlyzVIwFrP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlyzVIwFrP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlyzVIwFrP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlyzVIwFrP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlyzVIwFrP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlyzVIwFrP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlyzVIwFrP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlyzVIwFrP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlyzVIwFrP .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-tlyzVIwFrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlyzVIwFrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlyzVIwFrP .dropdown-item.active,
.cid-tlyzVIwFrP .dropdown-item:active {
  background-color: transparent;
}
.cid-tlyzVIwFrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlyzVIwFrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlyzVIwFrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlyzVIwFrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlyzVIwFrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlyzVIwFrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlyzVIwFrP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlyzVIwFrP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlyzVIwFrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlyzVIwFrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tlyzVIwFrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlyzVIwFrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlyzVIwFrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlyzVIwFrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlyzVIwFrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlyzVIwFrP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlyzVIwFrP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlyzVIwFrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlyzVIwFrP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tlyzVIwFrP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlyzVIwFrP .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-tlyzVIwFrP .navbar {
    height: 70px;
  }
  .cid-tlyzVIwFrP .navbar.opened {
    height: auto;
  }
  .cid-tlyzVIwFrP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
