@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %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-sUMONwd76a {
  background-image: url("../../../assets/images/website-cover-copy-no-centre-lgo.jpeg");
}
.cid-sUMONwd76a .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sUMONwd76a .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #fafafa;
  transition: all 0.3s;
  color: #fafafa;
}
.cid-sUMONwd76a .social-row .soc-item .mbr-iconfont:hover {
  background-color: #fafafa;
  color: #000000;
}
.cid-sUMONwd76a .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-s48udlf8KU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: left;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: left;
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucPy8SIasj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucPy8SIasj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ucPy8SIasj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucPy8SIasj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ucPy8SIasj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucPy8SIasj .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-ucPy8SIasj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucPy8SIasj .carousel-control,
.cid-ucPy8SIasj .close {
  background: #1b1b1b;
}
.cid-ucPy8SIasj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucPy8SIasj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucPy8SIasj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucPy8SIasj .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucPy8SIasj .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-ucPy8SIasj .close::before {
  content: '\e91a';
}
.cid-ucPy8SIasj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucPy8SIasj .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-ucPy8SIasj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPy8SIasj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucPy8SIasj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucPy8SIasj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucPy8SIasj .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-ucPy8SIasj .carousel-indicators li.active,
.cid-ucPy8SIasj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucPy8SIasj .carousel-indicators li::after,
.cid-ucPy8SIasj .carousel-indicators li::before {
  content: none;
}
.cid-ucPy8SIasj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucPy8SIasj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucPy8SIasj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPy8SIasj .carousel-indicators {
    display: none;
  }
}
.cid-ucPy8SIasj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucPy8SIasj .carousel-inner > .active {
  display: block;
}
.cid-ucPy8SIasj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPy8SIasj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucPy8SIasj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucPy8SIasj .carousel-control,
  .cid-ucPy8SIasj .carousel-indicators,
  .cid-ucPy8SIasj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucPy8SIasj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucPy8SIasj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucPy8SIasj .carousel-indicators .active,
.cid-ucPy8SIasj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucPy8SIasj .carousel-indicators .active {
  background: #fff;
}
.cid-ucPy8SIasj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucPy8SIasj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucPy8SIasj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucPy8SIasj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucPy8SIasj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucPy8SIasj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucPy8SIasj .carousel {
  width: 100%;
}
.cid-ucPy8SIasj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucPy8SIasj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucPy8SIasj .modal.fade .modal-dialog,
.cid-ucPy8SIasj .modal.in .modal-dialog {
  transform: none;
}
.cid-ucPy8SIasj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucPy8SIasj H6 {
  text-align: center;
}
.cid-ucPy9xsVcJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucPy9xsVcJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ucPy9xsVcJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucPy9xsVcJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ucPy9xsVcJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucPy9xsVcJ .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-ucPy9xsVcJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucPy9xsVcJ .carousel-control,
.cid-ucPy9xsVcJ .close {
  background: #1b1b1b;
}
.cid-ucPy9xsVcJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucPy9xsVcJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucPy9xsVcJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucPy9xsVcJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucPy9xsVcJ .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-ucPy9xsVcJ .close::before {
  content: '\e91a';
}
.cid-ucPy9xsVcJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucPy9xsVcJ .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-ucPy9xsVcJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPy9xsVcJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucPy9xsVcJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucPy9xsVcJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucPy9xsVcJ .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-ucPy9xsVcJ .carousel-indicators li.active,
.cid-ucPy9xsVcJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucPy9xsVcJ .carousel-indicators li::after,
.cid-ucPy9xsVcJ .carousel-indicators li::before {
  content: none;
}
.cid-ucPy9xsVcJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucPy9xsVcJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucPy9xsVcJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPy9xsVcJ .carousel-indicators {
    display: none;
  }
}
.cid-ucPy9xsVcJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucPy9xsVcJ .carousel-inner > .active {
  display: block;
}
.cid-ucPy9xsVcJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPy9xsVcJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucPy9xsVcJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucPy9xsVcJ .carousel-control,
  .cid-ucPy9xsVcJ .carousel-indicators,
  .cid-ucPy9xsVcJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucPy9xsVcJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucPy9xsVcJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucPy9xsVcJ .carousel-indicators .active,
.cid-ucPy9xsVcJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucPy9xsVcJ .carousel-indicators .active {
  background: #fff;
}
.cid-ucPy9xsVcJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucPy9xsVcJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucPy9xsVcJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucPy9xsVcJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucPy9xsVcJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucPy9xsVcJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucPy9xsVcJ .carousel {
  width: 100%;
}
.cid-ucPy9xsVcJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucPy9xsVcJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucPy9xsVcJ .modal.fade .modal-dialog,
.cid-ucPy9xsVcJ .modal.in .modal-dialog {
  transform: none;
}
.cid-ucPy9xsVcJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucPy9xsVcJ H6 {
  text-align: center;
}
.cid-ucPya6mdxP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucPya6mdxP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ucPya6mdxP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucPya6mdxP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ucPya6mdxP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucPya6mdxP .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-ucPya6mdxP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucPya6mdxP .carousel-control,
.cid-ucPya6mdxP .close {
  background: #1b1b1b;
}
.cid-ucPya6mdxP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucPya6mdxP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucPya6mdxP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucPya6mdxP .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucPya6mdxP .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-ucPya6mdxP .close::before {
  content: '\e91a';
}
.cid-ucPya6mdxP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucPya6mdxP .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-ucPya6mdxP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPya6mdxP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucPya6mdxP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucPya6mdxP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucPya6mdxP .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-ucPya6mdxP .carousel-indicators li.active,
.cid-ucPya6mdxP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucPya6mdxP .carousel-indicators li::after,
.cid-ucPya6mdxP .carousel-indicators li::before {
  content: none;
}
.cid-ucPya6mdxP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucPya6mdxP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucPya6mdxP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPya6mdxP .carousel-indicators {
    display: none;
  }
}
.cid-ucPya6mdxP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucPya6mdxP .carousel-inner > .active {
  display: block;
}
.cid-ucPya6mdxP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPya6mdxP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucPya6mdxP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucPya6mdxP .carousel-control,
  .cid-ucPya6mdxP .carousel-indicators,
  .cid-ucPya6mdxP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucPya6mdxP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucPya6mdxP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucPya6mdxP .carousel-indicators .active,
.cid-ucPya6mdxP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucPya6mdxP .carousel-indicators .active {
  background: #fff;
}
.cid-ucPya6mdxP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucPya6mdxP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucPya6mdxP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucPya6mdxP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucPya6mdxP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucPya6mdxP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucPya6mdxP .carousel {
  width: 100%;
}
.cid-ucPya6mdxP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucPya6mdxP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucPya6mdxP .modal.fade .modal-dialog,
.cid-ucPya6mdxP .modal.in .modal-dialog {
  transform: none;
}
.cid-ucPya6mdxP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucPya6mdxP H6 {
  text-align: center;
}
.cid-ucPyaBxalR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucPyaBxalR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ucPyaBxalR .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ucPyaBxalR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ucPyaBxalR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucPyaBxalR .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-ucPyaBxalR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ucPyaBxalR .carousel-control,
.cid-ucPyaBxalR .close {
  background: #1b1b1b;
}
.cid-ucPyaBxalR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucPyaBxalR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ucPyaBxalR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucPyaBxalR .carousel-control-next span {
  margin-left: 5px;
}
.cid-ucPyaBxalR .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-ucPyaBxalR .close::before {
  content: '\e91a';
}
.cid-ucPyaBxalR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucPyaBxalR .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-ucPyaBxalR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPyaBxalR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucPyaBxalR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucPyaBxalR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ucPyaBxalR .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-ucPyaBxalR .carousel-indicators li.active,
.cid-ucPyaBxalR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ucPyaBxalR .carousel-indicators li::after,
.cid-ucPyaBxalR .carousel-indicators li::before {
  content: none;
}
.cid-ucPyaBxalR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ucPyaBxalR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ucPyaBxalR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucPyaBxalR .carousel-indicators {
    display: none;
  }
}
.cid-ucPyaBxalR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ucPyaBxalR .carousel-inner > .active {
  display: block;
}
.cid-ucPyaBxalR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucPyaBxalR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucPyaBxalR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucPyaBxalR .carousel-control,
  .cid-ucPyaBxalR .carousel-indicators,
  .cid-ucPyaBxalR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucPyaBxalR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucPyaBxalR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucPyaBxalR .carousel-indicators .active,
.cid-ucPyaBxalR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ucPyaBxalR .carousel-indicators .active {
  background: #fff;
}
.cid-ucPyaBxalR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucPyaBxalR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucPyaBxalR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucPyaBxalR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucPyaBxalR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucPyaBxalR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucPyaBxalR .carousel {
  width: 100%;
}
.cid-ucPyaBxalR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucPyaBxalR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ucPyaBxalR .modal.fade .modal-dialog,
.cid-ucPyaBxalR .modal.in .modal-dialog {
  transform: none;
}
.cid-ucPyaBxalR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucPyaBxalR H6 {
  text-align: center;
}
.cid-tfmMwn1t00 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfmMwn1t00 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tfmMwn1t00 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tfmMwn1t00 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tfmMwn1t00 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tfmMwn1t00 .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-tfmMwn1t00 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tfmMwn1t00 .carousel-control,
.cid-tfmMwn1t00 .close {
  background: #1b1b1b;
}
.cid-tfmMwn1t00 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tfmMwn1t00 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tfmMwn1t00 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tfmMwn1t00 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tfmMwn1t00 .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-tfmMwn1t00 .close::before {
  content: '\e91a';
}
.cid-tfmMwn1t00 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfmMwn1t00 .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-tfmMwn1t00 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfmMwn1t00 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfmMwn1t00 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tfmMwn1t00 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tfmMwn1t00 .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-tfmMwn1t00 .carousel-indicators li.active,
.cid-tfmMwn1t00 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tfmMwn1t00 .carousel-indicators li::after,
.cid-tfmMwn1t00 .carousel-indicators li::before {
  content: none;
}
.cid-tfmMwn1t00 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tfmMwn1t00 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tfmMwn1t00 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmMwn1t00 .carousel-indicators {
    display: none;
  }
}
.cid-tfmMwn1t00 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tfmMwn1t00 .carousel-inner > .active {
  display: block;
}
.cid-tfmMwn1t00 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfmMwn1t00 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfmMwn1t00 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tfmMwn1t00 .carousel-control,
  .cid-tfmMwn1t00 .carousel-indicators,
  .cid-tfmMwn1t00 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tfmMwn1t00 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tfmMwn1t00 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tfmMwn1t00 .carousel-indicators .active,
.cid-tfmMwn1t00 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tfmMwn1t00 .carousel-indicators .active {
  background: #fff;
}
.cid-tfmMwn1t00 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tfmMwn1t00 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tfmMwn1t00 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tfmMwn1t00 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tfmMwn1t00 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tfmMwn1t00 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tfmMwn1t00 .carousel {
  width: 100%;
}
.cid-tfmMwn1t00 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tfmMwn1t00 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tfmMwn1t00 .modal.fade .modal-dialog,
.cid-tfmMwn1t00 .modal.in .modal-dialog {
  transform: none;
}
.cid-tfmMwn1t00 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tfmMwn1t00 H6 {
  text-align: center;
}
.cid-tbVxiDFenT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbVxiDFenT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbVxiDFenT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVxiDFenT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbVxiDFenT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbVxiDFenT .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-tbVxiDFenT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbVxiDFenT .carousel-control,
.cid-tbVxiDFenT .close {
  background: #1b1b1b;
}
.cid-tbVxiDFenT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbVxiDFenT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbVxiDFenT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbVxiDFenT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbVxiDFenT .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-tbVxiDFenT .close::before {
  content: '\e91a';
}
.cid-tbVxiDFenT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbVxiDFenT .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-tbVxiDFenT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVxiDFenT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbVxiDFenT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbVxiDFenT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbVxiDFenT .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-tbVxiDFenT .carousel-indicators li.active,
.cid-tbVxiDFenT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbVxiDFenT .carousel-indicators li::after,
.cid-tbVxiDFenT .carousel-indicators li::before {
  content: none;
}
.cid-tbVxiDFenT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbVxiDFenT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbVxiDFenT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbVxiDFenT .carousel-indicators {
    display: none;
  }
}
.cid-tbVxiDFenT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbVxiDFenT .carousel-inner > .active {
  display: block;
}
.cid-tbVxiDFenT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVxiDFenT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbVxiDFenT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbVxiDFenT .carousel-control,
  .cid-tbVxiDFenT .carousel-indicators,
  .cid-tbVxiDFenT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbVxiDFenT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbVxiDFenT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbVxiDFenT .carousel-indicators .active,
.cid-tbVxiDFenT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbVxiDFenT .carousel-indicators .active {
  background: #fff;
}
.cid-tbVxiDFenT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbVxiDFenT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbVxiDFenT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbVxiDFenT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbVxiDFenT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbVxiDFenT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbVxiDFenT .carousel {
  width: 100%;
}
.cid-tbVxiDFenT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbVxiDFenT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbVxiDFenT .modal.fade .modal-dialog,
.cid-tbVxiDFenT .modal.in .modal-dialog {
  transform: none;
}
.cid-tbVxiDFenT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbVxiDFenT H6 {
  text-align: center;
}
.cid-tbVnTD3ezK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbVnTD3ezK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbVnTD3ezK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVnTD3ezK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbVnTD3ezK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbVnTD3ezK .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-tbVnTD3ezK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbVnTD3ezK .carousel-control,
.cid-tbVnTD3ezK .close {
  background: #1b1b1b;
}
.cid-tbVnTD3ezK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbVnTD3ezK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbVnTD3ezK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbVnTD3ezK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbVnTD3ezK .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-tbVnTD3ezK .close::before {
  content: '\e91a';
}
.cid-tbVnTD3ezK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbVnTD3ezK .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-tbVnTD3ezK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVnTD3ezK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbVnTD3ezK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbVnTD3ezK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbVnTD3ezK .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-tbVnTD3ezK .carousel-indicators li.active,
.cid-tbVnTD3ezK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbVnTD3ezK .carousel-indicators li::after,
.cid-tbVnTD3ezK .carousel-indicators li::before {
  content: none;
}
.cid-tbVnTD3ezK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbVnTD3ezK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbVnTD3ezK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbVnTD3ezK .carousel-indicators {
    display: none;
  }
}
.cid-tbVnTD3ezK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbVnTD3ezK .carousel-inner > .active {
  display: block;
}
.cid-tbVnTD3ezK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVnTD3ezK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbVnTD3ezK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbVnTD3ezK .carousel-control,
  .cid-tbVnTD3ezK .carousel-indicators,
  .cid-tbVnTD3ezK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbVnTD3ezK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbVnTD3ezK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbVnTD3ezK .carousel-indicators .active,
.cid-tbVnTD3ezK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbVnTD3ezK .carousel-indicators .active {
  background: #fff;
}
.cid-tbVnTD3ezK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbVnTD3ezK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbVnTD3ezK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbVnTD3ezK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbVnTD3ezK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbVnTD3ezK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbVnTD3ezK .carousel {
  width: 100%;
}
.cid-tbVnTD3ezK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbVnTD3ezK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbVnTD3ezK .modal.fade .modal-dialog,
.cid-tbVnTD3ezK .modal.in .modal-dialog {
  transform: none;
}
.cid-tbVnTD3ezK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbVnTD3ezK H6 {
  text-align: center;
}
.cid-tBFG1snuRN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBFG1snuRN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBFG1snuRN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBFG1snuRN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tBFG1snuRN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBFG1snuRN .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-tBFG1snuRN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBFG1snuRN .carousel-control,
.cid-tBFG1snuRN .close {
  background: #1b1b1b;
}
.cid-tBFG1snuRN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBFG1snuRN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBFG1snuRN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBFG1snuRN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBFG1snuRN .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-tBFG1snuRN .close::before {
  content: '\e91a';
}
.cid-tBFG1snuRN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBFG1snuRN .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-tBFG1snuRN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG1snuRN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBFG1snuRN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBFG1snuRN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBFG1snuRN .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-tBFG1snuRN .carousel-indicators li.active,
.cid-tBFG1snuRN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBFG1snuRN .carousel-indicators li::after,
.cid-tBFG1snuRN .carousel-indicators li::before {
  content: none;
}
.cid-tBFG1snuRN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBFG1snuRN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBFG1snuRN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBFG1snuRN .carousel-indicators {
    display: none;
  }
}
.cid-tBFG1snuRN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBFG1snuRN .carousel-inner > .active {
  display: block;
}
.cid-tBFG1snuRN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG1snuRN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBFG1snuRN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBFG1snuRN .carousel-control,
  .cid-tBFG1snuRN .carousel-indicators,
  .cid-tBFG1snuRN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBFG1snuRN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBFG1snuRN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBFG1snuRN .carousel-indicators .active,
.cid-tBFG1snuRN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBFG1snuRN .carousel-indicators .active {
  background: #fff;
}
.cid-tBFG1snuRN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBFG1snuRN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBFG1snuRN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBFG1snuRN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBFG1snuRN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBFG1snuRN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBFG1snuRN .carousel {
  width: 100%;
}
.cid-tBFG1snuRN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBFG1snuRN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBFG1snuRN .modal.fade .modal-dialog,
.cid-tBFG1snuRN .modal.in .modal-dialog {
  transform: none;
}
.cid-tBFG1snuRN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBFG1snuRN H6 {
  text-align: center;
}
.cid-t64MtMe6pL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t64MtMe6pL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t64MtMe6pL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t64MtMe6pL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t64MtMe6pL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t64MtMe6pL .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-t64MtMe6pL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t64MtMe6pL .carousel-control,
.cid-t64MtMe6pL .close {
  background: #1b1b1b;
}
.cid-t64MtMe6pL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t64MtMe6pL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t64MtMe6pL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t64MtMe6pL .carousel-control-next span {
  margin-left: 5px;
}
.cid-t64MtMe6pL .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-t64MtMe6pL .close::before {
  content: '\e91a';
}
.cid-t64MtMe6pL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t64MtMe6pL .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-t64MtMe6pL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t64MtMe6pL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t64MtMe6pL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t64MtMe6pL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t64MtMe6pL .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-t64MtMe6pL .carousel-indicators li.active,
.cid-t64MtMe6pL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t64MtMe6pL .carousel-indicators li::after,
.cid-t64MtMe6pL .carousel-indicators li::before {
  content: none;
}
.cid-t64MtMe6pL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t64MtMe6pL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t64MtMe6pL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t64MtMe6pL .carousel-indicators {
    display: none;
  }
}
.cid-t64MtMe6pL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t64MtMe6pL .carousel-inner > .active {
  display: block;
}
.cid-t64MtMe6pL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t64MtMe6pL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t64MtMe6pL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t64MtMe6pL .carousel-control,
  .cid-t64MtMe6pL .carousel-indicators,
  .cid-t64MtMe6pL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t64MtMe6pL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t64MtMe6pL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t64MtMe6pL .carousel-indicators .active,
.cid-t64MtMe6pL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t64MtMe6pL .carousel-indicators .active {
  background: #fff;
}
.cid-t64MtMe6pL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t64MtMe6pL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t64MtMe6pL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t64MtMe6pL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t64MtMe6pL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t64MtMe6pL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t64MtMe6pL .carousel {
  width: 100%;
}
.cid-t64MtMe6pL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t64MtMe6pL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t64MtMe6pL .modal.fade .modal-dialog,
.cid-t64MtMe6pL .modal.in .modal-dialog {
  transform: none;
}
.cid-t64MtMe6pL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t64MtMe6pL H6 {
  text-align: center;
}
.cid-t64Mvdzo2Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t64Mvdzo2Q .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t64Mvdzo2Q .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t64Mvdzo2Q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t64Mvdzo2Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t64Mvdzo2Q .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-t64Mvdzo2Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t64Mvdzo2Q .carousel-control,
.cid-t64Mvdzo2Q .close {
  background: #1b1b1b;
}
.cid-t64Mvdzo2Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t64Mvdzo2Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t64Mvdzo2Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t64Mvdzo2Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-t64Mvdzo2Q .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-t64Mvdzo2Q .close::before {
  content: '\e91a';
}
.cid-t64Mvdzo2Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t64Mvdzo2Q .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-t64Mvdzo2Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t64Mvdzo2Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t64Mvdzo2Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t64Mvdzo2Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t64Mvdzo2Q .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-t64Mvdzo2Q .carousel-indicators li.active,
.cid-t64Mvdzo2Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t64Mvdzo2Q .carousel-indicators li::after,
.cid-t64Mvdzo2Q .carousel-indicators li::before {
  content: none;
}
.cid-t64Mvdzo2Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t64Mvdzo2Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t64Mvdzo2Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t64Mvdzo2Q .carousel-indicators {
    display: none;
  }
}
.cid-t64Mvdzo2Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t64Mvdzo2Q .carousel-inner > .active {
  display: block;
}
.cid-t64Mvdzo2Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t64Mvdzo2Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t64Mvdzo2Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t64Mvdzo2Q .carousel-control,
  .cid-t64Mvdzo2Q .carousel-indicators,
  .cid-t64Mvdzo2Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t64Mvdzo2Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t64Mvdzo2Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t64Mvdzo2Q .carousel-indicators .active,
.cid-t64Mvdzo2Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t64Mvdzo2Q .carousel-indicators .active {
  background: #fff;
}
.cid-t64Mvdzo2Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t64Mvdzo2Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t64Mvdzo2Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t64Mvdzo2Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t64Mvdzo2Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t64Mvdzo2Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t64Mvdzo2Q .carousel {
  width: 100%;
}
.cid-t64Mvdzo2Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t64Mvdzo2Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t64Mvdzo2Q .modal.fade .modal-dialog,
.cid-t64Mvdzo2Q .modal.in .modal-dialog {
  transform: none;
}
.cid-t64Mvdzo2Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t64Mvdzo2Q H6 {
  text-align: center;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t65gQeD464 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t65gQeD464 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t65gQeD464 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t65gQeD464 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t65gQeD464 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t65gQeD464 .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-t65gQeD464 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t65gQeD464 .carousel-control,
.cid-t65gQeD464 .close {
  background: #1b1b1b;
}
.cid-t65gQeD464 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t65gQeD464 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t65gQeD464 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t65gQeD464 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t65gQeD464 .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-t65gQeD464 .close::before {
  content: '\e91a';
}
.cid-t65gQeD464 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t65gQeD464 .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-t65gQeD464 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t65gQeD464 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t65gQeD464 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t65gQeD464 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t65gQeD464 .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-t65gQeD464 .carousel-indicators li.active,
.cid-t65gQeD464 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t65gQeD464 .carousel-indicators li::after,
.cid-t65gQeD464 .carousel-indicators li::before {
  content: none;
}
.cid-t65gQeD464 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t65gQeD464 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t65gQeD464 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t65gQeD464 .carousel-indicators {
    display: none;
  }
}
.cid-t65gQeD464 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t65gQeD464 .carousel-inner > .active {
  display: block;
}
.cid-t65gQeD464 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t65gQeD464 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t65gQeD464 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t65gQeD464 .carousel-control,
  .cid-t65gQeD464 .carousel-indicators,
  .cid-t65gQeD464 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t65gQeD464 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t65gQeD464 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t65gQeD464 .carousel-indicators .active,
.cid-t65gQeD464 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t65gQeD464 .carousel-indicators .active {
  background: #fff;
}
.cid-t65gQeD464 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t65gQeD464 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t65gQeD464 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t65gQeD464 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t65gQeD464 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t65gQeD464 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t65gQeD464 .carousel {
  width: 100%;
}
.cid-t65gQeD464 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t65gQeD464 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t65gQeD464 .modal.fade .modal-dialog,
.cid-t65gQeD464 .modal.in .modal-dialog {
  transform: none;
}
.cid-t65gQeD464 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t65gQeD464 H6 {
  text-align: center;
}
.cid-sZu8za1LRQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZu8za1LRQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZu8za1LRQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZu8za1LRQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZu8za1LRQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZu8za1LRQ .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-sZu8za1LRQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZu8za1LRQ .carousel-control,
.cid-sZu8za1LRQ .close {
  background: #1b1b1b;
}
.cid-sZu8za1LRQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZu8za1LRQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZu8za1LRQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZu8za1LRQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZu8za1LRQ .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-sZu8za1LRQ .close::before {
  content: '\e91a';
}
.cid-sZu8za1LRQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZu8za1LRQ .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-sZu8za1LRQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZu8za1LRQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZu8za1LRQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZu8za1LRQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZu8za1LRQ .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-sZu8za1LRQ .carousel-indicators li.active,
.cid-sZu8za1LRQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZu8za1LRQ .carousel-indicators li::after,
.cid-sZu8za1LRQ .carousel-indicators li::before {
  content: none;
}
.cid-sZu8za1LRQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZu8za1LRQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZu8za1LRQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZu8za1LRQ .carousel-indicators {
    display: none;
  }
}
.cid-sZu8za1LRQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZu8za1LRQ .carousel-inner > .active {
  display: block;
}
.cid-sZu8za1LRQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZu8za1LRQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZu8za1LRQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZu8za1LRQ .carousel-control,
  .cid-sZu8za1LRQ .carousel-indicators,
  .cid-sZu8za1LRQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZu8za1LRQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZu8za1LRQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZu8za1LRQ .carousel-indicators .active,
.cid-sZu8za1LRQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZu8za1LRQ .carousel-indicators .active {
  background: #fff;
}
.cid-sZu8za1LRQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZu8za1LRQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZu8za1LRQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZu8za1LRQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZu8za1LRQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZu8za1LRQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZu8za1LRQ .carousel {
  width: 100%;
}
.cid-sZu8za1LRQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZu8za1LRQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZu8za1LRQ .modal.fade .modal-dialog,
.cid-sZu8za1LRQ .modal.in .modal-dialog {
  transform: none;
}
.cid-sZu8za1LRQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZu8za1LRQ H6 {
  text-align: center;
}
.cid-tbVlDx5OGU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbVlDx5OGU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbVlDx5OGU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVlDx5OGU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbVlDx5OGU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbVlDx5OGU .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-tbVlDx5OGU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbVlDx5OGU .carousel-control,
.cid-tbVlDx5OGU .close {
  background: #1b1b1b;
}
.cid-tbVlDx5OGU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbVlDx5OGU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbVlDx5OGU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbVlDx5OGU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbVlDx5OGU .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-tbVlDx5OGU .close::before {
  content: '\e91a';
}
.cid-tbVlDx5OGU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbVlDx5OGU .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-tbVlDx5OGU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVlDx5OGU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbVlDx5OGU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbVlDx5OGU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbVlDx5OGU .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-tbVlDx5OGU .carousel-indicators li.active,
.cid-tbVlDx5OGU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbVlDx5OGU .carousel-indicators li::after,
.cid-tbVlDx5OGU .carousel-indicators li::before {
  content: none;
}
.cid-tbVlDx5OGU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbVlDx5OGU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbVlDx5OGU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbVlDx5OGU .carousel-indicators {
    display: none;
  }
}
.cid-tbVlDx5OGU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbVlDx5OGU .carousel-inner > .active {
  display: block;
}
.cid-tbVlDx5OGU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVlDx5OGU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbVlDx5OGU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbVlDx5OGU .carousel-control,
  .cid-tbVlDx5OGU .carousel-indicators,
  .cid-tbVlDx5OGU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbVlDx5OGU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbVlDx5OGU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbVlDx5OGU .carousel-indicators .active,
.cid-tbVlDx5OGU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbVlDx5OGU .carousel-indicators .active {
  background: #fff;
}
.cid-tbVlDx5OGU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbVlDx5OGU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbVlDx5OGU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbVlDx5OGU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbVlDx5OGU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbVlDx5OGU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbVlDx5OGU .carousel {
  width: 100%;
}
.cid-tbVlDx5OGU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbVlDx5OGU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbVlDx5OGU .modal.fade .modal-dialog,
.cid-tbVlDx5OGU .modal.in .modal-dialog {
  transform: none;
}
.cid-tbVlDx5OGU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbVlDx5OGU H6 {
  text-align: center;
}
.cid-tbVlDRaAwI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbVlDRaAwI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbVlDRaAwI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVlDRaAwI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbVlDRaAwI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbVlDRaAwI .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-tbVlDRaAwI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbVlDRaAwI .carousel-control,
.cid-tbVlDRaAwI .close {
  background: #1b1b1b;
}
.cid-tbVlDRaAwI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbVlDRaAwI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbVlDRaAwI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbVlDRaAwI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbVlDRaAwI .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-tbVlDRaAwI .close::before {
  content: '\e91a';
}
.cid-tbVlDRaAwI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbVlDRaAwI .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-tbVlDRaAwI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVlDRaAwI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbVlDRaAwI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbVlDRaAwI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbVlDRaAwI .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-tbVlDRaAwI .carousel-indicators li.active,
.cid-tbVlDRaAwI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbVlDRaAwI .carousel-indicators li::after,
.cid-tbVlDRaAwI .carousel-indicators li::before {
  content: none;
}
.cid-tbVlDRaAwI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbVlDRaAwI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbVlDRaAwI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbVlDRaAwI .carousel-indicators {
    display: none;
  }
}
.cid-tbVlDRaAwI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbVlDRaAwI .carousel-inner > .active {
  display: block;
}
.cid-tbVlDRaAwI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVlDRaAwI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbVlDRaAwI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbVlDRaAwI .carousel-control,
  .cid-tbVlDRaAwI .carousel-indicators,
  .cid-tbVlDRaAwI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbVlDRaAwI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbVlDRaAwI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbVlDRaAwI .carousel-indicators .active,
.cid-tbVlDRaAwI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbVlDRaAwI .carousel-indicators .active {
  background: #fff;
}
.cid-tbVlDRaAwI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbVlDRaAwI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbVlDRaAwI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbVlDRaAwI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbVlDRaAwI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbVlDRaAwI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbVlDRaAwI .carousel {
  width: 100%;
}
.cid-tbVlDRaAwI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbVlDRaAwI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbVlDRaAwI .modal.fade .modal-dialog,
.cid-tbVlDRaAwI .modal.in .modal-dialog {
  transform: none;
}
.cid-tbVlDRaAwI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbVlDRaAwI H6 {
  text-align: center;
}
.cid-tfmMx9WR9F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfmMx9WR9F .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tfmMx9WR9F .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tfmMx9WR9F .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tfmMx9WR9F .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tfmMx9WR9F .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-tfmMx9WR9F .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tfmMx9WR9F .carousel-control,
.cid-tfmMx9WR9F .close {
  background: #1b1b1b;
}
.cid-tfmMx9WR9F .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tfmMx9WR9F .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tfmMx9WR9F .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tfmMx9WR9F .carousel-control-next span {
  margin-left: 5px;
}
.cid-tfmMx9WR9F .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-tfmMx9WR9F .close::before {
  content: '\e91a';
}
.cid-tfmMx9WR9F .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfmMx9WR9F .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-tfmMx9WR9F .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfmMx9WR9F .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tfmMx9WR9F .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tfmMx9WR9F .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tfmMx9WR9F .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-tfmMx9WR9F .carousel-indicators li.active,
.cid-tfmMx9WR9F .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tfmMx9WR9F .carousel-indicators li::after,
.cid-tfmMx9WR9F .carousel-indicators li::before {
  content: none;
}
.cid-tfmMx9WR9F .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tfmMx9WR9F .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tfmMx9WR9F .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tfmMx9WR9F .carousel-indicators {
    display: none;
  }
}
.cid-tfmMx9WR9F .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tfmMx9WR9F .carousel-inner > .active {
  display: block;
}
.cid-tfmMx9WR9F .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfmMx9WR9F .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfmMx9WR9F .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tfmMx9WR9F .carousel-control,
  .cid-tfmMx9WR9F .carousel-indicators,
  .cid-tfmMx9WR9F .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tfmMx9WR9F .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tfmMx9WR9F .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tfmMx9WR9F .carousel-indicators .active,
.cid-tfmMx9WR9F .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tfmMx9WR9F .carousel-indicators .active {
  background: #fff;
}
.cid-tfmMx9WR9F .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tfmMx9WR9F .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tfmMx9WR9F .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tfmMx9WR9F .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tfmMx9WR9F .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tfmMx9WR9F .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tfmMx9WR9F .carousel {
  width: 100%;
}
.cid-tfmMx9WR9F .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tfmMx9WR9F .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tfmMx9WR9F .modal.fade .modal-dialog,
.cid-tfmMx9WR9F .modal.in .modal-dialog {
  transform: none;
}
.cid-tfmMx9WR9F .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tfmMx9WR9F H6 {
  text-align: center;
}
.cid-tbVxDuhafP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbVxDuhafP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbVxDuhafP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVxDuhafP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbVxDuhafP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbVxDuhafP .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-tbVxDuhafP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbVxDuhafP .carousel-control,
.cid-tbVxDuhafP .close {
  background: #1b1b1b;
}
.cid-tbVxDuhafP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbVxDuhafP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbVxDuhafP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbVxDuhafP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbVxDuhafP .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-tbVxDuhafP .close::before {
  content: '\e91a';
}
.cid-tbVxDuhafP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbVxDuhafP .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-tbVxDuhafP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVxDuhafP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbVxDuhafP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbVxDuhafP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbVxDuhafP .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-tbVxDuhafP .carousel-indicators li.active,
.cid-tbVxDuhafP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbVxDuhafP .carousel-indicators li::after,
.cid-tbVxDuhafP .carousel-indicators li::before {
  content: none;
}
.cid-tbVxDuhafP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbVxDuhafP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbVxDuhafP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbVxDuhafP .carousel-indicators {
    display: none;
  }
}
.cid-tbVxDuhafP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbVxDuhafP .carousel-inner > .active {
  display: block;
}
.cid-tbVxDuhafP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbVxDuhafP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbVxDuhafP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbVxDuhafP .carousel-control,
  .cid-tbVxDuhafP .carousel-indicators,
  .cid-tbVxDuhafP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbVxDuhafP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbVxDuhafP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbVxDuhafP .carousel-indicators .active,
.cid-tbVxDuhafP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbVxDuhafP .carousel-indicators .active {
  background: #fff;
}
.cid-tbVxDuhafP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbVxDuhafP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbVxDuhafP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbVxDuhafP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbVxDuhafP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbVxDuhafP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbVxDuhafP .carousel {
  width: 100%;
}
.cid-tbVxDuhafP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbVxDuhafP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbVxDuhafP .modal.fade .modal-dialog,
.cid-tbVxDuhafP .modal.in .modal-dialog {
  transform: none;
}
.cid-tbVxDuhafP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbVxDuhafP H6 {
  text-align: center;
}
.cid-tBFG3iKToO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBFG3iKToO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBFG3iKToO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBFG3iKToO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tBFG3iKToO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBFG3iKToO .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-tBFG3iKToO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBFG3iKToO .carousel-control,
.cid-tBFG3iKToO .close {
  background: #1b1b1b;
}
.cid-tBFG3iKToO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBFG3iKToO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBFG3iKToO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBFG3iKToO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBFG3iKToO .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-tBFG3iKToO .close::before {
  content: '\e91a';
}
.cid-tBFG3iKToO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBFG3iKToO .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-tBFG3iKToO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG3iKToO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBFG3iKToO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBFG3iKToO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBFG3iKToO .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-tBFG3iKToO .carousel-indicators li.active,
.cid-tBFG3iKToO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBFG3iKToO .carousel-indicators li::after,
.cid-tBFG3iKToO .carousel-indicators li::before {
  content: none;
}
.cid-tBFG3iKToO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBFG3iKToO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBFG3iKToO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBFG3iKToO .carousel-indicators {
    display: none;
  }
}
.cid-tBFG3iKToO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBFG3iKToO .carousel-inner > .active {
  display: block;
}
.cid-tBFG3iKToO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG3iKToO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBFG3iKToO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBFG3iKToO .carousel-control,
  .cid-tBFG3iKToO .carousel-indicators,
  .cid-tBFG3iKToO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBFG3iKToO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBFG3iKToO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBFG3iKToO .carousel-indicators .active,
.cid-tBFG3iKToO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBFG3iKToO .carousel-indicators .active {
  background: #fff;
}
.cid-tBFG3iKToO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBFG3iKToO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBFG3iKToO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBFG3iKToO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBFG3iKToO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBFG3iKToO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBFG3iKToO .carousel {
  width: 100%;
}
.cid-tBFG3iKToO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBFG3iKToO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBFG3iKToO .modal.fade .modal-dialog,
.cid-tBFG3iKToO .modal.in .modal-dialog {
  transform: none;
}
.cid-tBFG3iKToO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBFG3iKToO H6 {
  text-align: center;
}
.cid-thXzHR5SqF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thXzHR5SqF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-thXzHR5SqF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-thXzHR5SqF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-thXzHR5SqF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thXzHR5SqF .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-thXzHR5SqF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thXzHR5SqF .carousel-control,
.cid-thXzHR5SqF .close {
  background: #1b1b1b;
}
.cid-thXzHR5SqF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thXzHR5SqF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thXzHR5SqF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thXzHR5SqF .carousel-control-next span {
  margin-left: 5px;
}
.cid-thXzHR5SqF .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-thXzHR5SqF .close::before {
  content: '\e91a';
}
.cid-thXzHR5SqF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thXzHR5SqF .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-thXzHR5SqF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thXzHR5SqF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thXzHR5SqF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thXzHR5SqF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thXzHR5SqF .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-thXzHR5SqF .carousel-indicators li.active,
.cid-thXzHR5SqF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thXzHR5SqF .carousel-indicators li::after,
.cid-thXzHR5SqF .carousel-indicators li::before {
  content: none;
}
.cid-thXzHR5SqF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thXzHR5SqF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thXzHR5SqF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thXzHR5SqF .carousel-indicators {
    display: none;
  }
}
.cid-thXzHR5SqF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thXzHR5SqF .carousel-inner > .active {
  display: block;
}
.cid-thXzHR5SqF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thXzHR5SqF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thXzHR5SqF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thXzHR5SqF .carousel-control,
  .cid-thXzHR5SqF .carousel-indicators,
  .cid-thXzHR5SqF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thXzHR5SqF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thXzHR5SqF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thXzHR5SqF .carousel-indicators .active,
.cid-thXzHR5SqF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thXzHR5SqF .carousel-indicators .active {
  background: #fff;
}
.cid-thXzHR5SqF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thXzHR5SqF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thXzHR5SqF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thXzHR5SqF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thXzHR5SqF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thXzHR5SqF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thXzHR5SqF .carousel {
  width: 100%;
}
.cid-thXzHR5SqF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thXzHR5SqF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thXzHR5SqF .modal.fade .modal-dialog,
.cid-thXzHR5SqF .modal.in .modal-dialog {
  transform: none;
}
.cid-thXzHR5SqF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thXzHR5SqF H6 {
  text-align: center;
}
.cid-thXzJ8flYs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thXzJ8flYs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-thXzJ8flYs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-thXzJ8flYs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-thXzJ8flYs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thXzJ8flYs .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-thXzJ8flYs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thXzJ8flYs .carousel-control,
.cid-thXzJ8flYs .close {
  background: #1b1b1b;
}
.cid-thXzJ8flYs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thXzJ8flYs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thXzJ8flYs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thXzJ8flYs .carousel-control-next span {
  margin-left: 5px;
}
.cid-thXzJ8flYs .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-thXzJ8flYs .close::before {
  content: '\e91a';
}
.cid-thXzJ8flYs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thXzJ8flYs .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-thXzJ8flYs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thXzJ8flYs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thXzJ8flYs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thXzJ8flYs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thXzJ8flYs .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-thXzJ8flYs .carousel-indicators li.active,
.cid-thXzJ8flYs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thXzJ8flYs .carousel-indicators li::after,
.cid-thXzJ8flYs .carousel-indicators li::before {
  content: none;
}
.cid-thXzJ8flYs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thXzJ8flYs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thXzJ8flYs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thXzJ8flYs .carousel-indicators {
    display: none;
  }
}
.cid-thXzJ8flYs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thXzJ8flYs .carousel-inner > .active {
  display: block;
}
.cid-thXzJ8flYs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thXzJ8flYs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thXzJ8flYs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thXzJ8flYs .carousel-control,
  .cid-thXzJ8flYs .carousel-indicators,
  .cid-thXzJ8flYs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thXzJ8flYs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thXzJ8flYs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thXzJ8flYs .carousel-indicators .active,
.cid-thXzJ8flYs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thXzJ8flYs .carousel-indicators .active {
  background: #fff;
}
.cid-thXzJ8flYs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thXzJ8flYs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thXzJ8flYs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thXzJ8flYs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thXzJ8flYs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thXzJ8flYs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thXzJ8flYs .carousel {
  width: 100%;
}
.cid-thXzJ8flYs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thXzJ8flYs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thXzJ8flYs .modal.fade .modal-dialog,
.cid-thXzJ8flYs .modal.in .modal-dialog {
  transform: none;
}
.cid-thXzJ8flYs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thXzJ8flYs H6 {
  text-align: center;
}
.cid-tHITl5gldd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHITl5gldd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHITl5gldd .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHITl5gldd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHITl5gldd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHITl5gldd .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-tHITl5gldd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHITl5gldd .carousel-control,
.cid-tHITl5gldd .close {
  background: #1b1b1b;
}
.cid-tHITl5gldd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHITl5gldd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHITl5gldd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHITl5gldd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHITl5gldd .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-tHITl5gldd .close::before {
  content: '\e91a';
}
.cid-tHITl5gldd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHITl5gldd .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-tHITl5gldd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHITl5gldd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHITl5gldd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHITl5gldd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHITl5gldd .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-tHITl5gldd .carousel-indicators li.active,
.cid-tHITl5gldd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHITl5gldd .carousel-indicators li::after,
.cid-tHITl5gldd .carousel-indicators li::before {
  content: none;
}
.cid-tHITl5gldd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHITl5gldd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHITl5gldd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHITl5gldd .carousel-indicators {
    display: none;
  }
}
.cid-tHITl5gldd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHITl5gldd .carousel-inner > .active {
  display: block;
}
.cid-tHITl5gldd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHITl5gldd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHITl5gldd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHITl5gldd .carousel-control,
  .cid-tHITl5gldd .carousel-indicators,
  .cid-tHITl5gldd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHITl5gldd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHITl5gldd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHITl5gldd .carousel-indicators .active,
.cid-tHITl5gldd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHITl5gldd .carousel-indicators .active {
  background: #fff;
}
.cid-tHITl5gldd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHITl5gldd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHITl5gldd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHITl5gldd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHITl5gldd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHITl5gldd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHITl5gldd .carousel {
  width: 100%;
}
.cid-tHITl5gldd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHITl5gldd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHITl5gldd .modal.fade .modal-dialog,
.cid-tHITl5gldd .modal.in .modal-dialog {
  transform: none;
}
.cid-tHITl5gldd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHITl5gldd H6 {
  text-align: center;
}
.cid-tHITW1zxs4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHITW1zxs4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHITW1zxs4 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHITW1zxs4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHITW1zxs4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHITW1zxs4 .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-tHITW1zxs4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHITW1zxs4 .carousel-control,
.cid-tHITW1zxs4 .close {
  background: #1b1b1b;
}
.cid-tHITW1zxs4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHITW1zxs4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHITW1zxs4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHITW1zxs4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHITW1zxs4 .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-tHITW1zxs4 .close::before {
  content: '\e91a';
}
.cid-tHITW1zxs4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHITW1zxs4 .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-tHITW1zxs4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHITW1zxs4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHITW1zxs4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHITW1zxs4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHITW1zxs4 .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-tHITW1zxs4 .carousel-indicators li.active,
.cid-tHITW1zxs4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHITW1zxs4 .carousel-indicators li::after,
.cid-tHITW1zxs4 .carousel-indicators li::before {
  content: none;
}
.cid-tHITW1zxs4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHITW1zxs4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHITW1zxs4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHITW1zxs4 .carousel-indicators {
    display: none;
  }
}
.cid-tHITW1zxs4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHITW1zxs4 .carousel-inner > .active {
  display: block;
}
.cid-tHITW1zxs4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHITW1zxs4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHITW1zxs4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHITW1zxs4 .carousel-control,
  .cid-tHITW1zxs4 .carousel-indicators,
  .cid-tHITW1zxs4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHITW1zxs4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHITW1zxs4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHITW1zxs4 .carousel-indicators .active,
.cid-tHITW1zxs4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHITW1zxs4 .carousel-indicators .active {
  background: #fff;
}
.cid-tHITW1zxs4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHITW1zxs4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHITW1zxs4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHITW1zxs4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHITW1zxs4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHITW1zxs4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHITW1zxs4 .carousel {
  width: 100%;
}
.cid-tHITW1zxs4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHITW1zxs4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHITW1zxs4 .modal.fade .modal-dialog,
.cid-tHITW1zxs4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tHITW1zxs4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHITW1zxs4 H6 {
  text-align: center;
}
.cid-tHITX0NmV1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHITX0NmV1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHITX0NmV1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHITX0NmV1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHITX0NmV1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHITX0NmV1 .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-tHITX0NmV1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHITX0NmV1 .carousel-control,
.cid-tHITX0NmV1 .close {
  background: #1b1b1b;
}
.cid-tHITX0NmV1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHITX0NmV1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHITX0NmV1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHITX0NmV1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHITX0NmV1 .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-tHITX0NmV1 .close::before {
  content: '\e91a';
}
.cid-tHITX0NmV1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHITX0NmV1 .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-tHITX0NmV1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHITX0NmV1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHITX0NmV1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHITX0NmV1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHITX0NmV1 .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-tHITX0NmV1 .carousel-indicators li.active,
.cid-tHITX0NmV1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHITX0NmV1 .carousel-indicators li::after,
.cid-tHITX0NmV1 .carousel-indicators li::before {
  content: none;
}
.cid-tHITX0NmV1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHITX0NmV1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHITX0NmV1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHITX0NmV1 .carousel-indicators {
    display: none;
  }
}
.cid-tHITX0NmV1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHITX0NmV1 .carousel-inner > .active {
  display: block;
}
.cid-tHITX0NmV1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHITX0NmV1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHITX0NmV1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHITX0NmV1 .carousel-control,
  .cid-tHITX0NmV1 .carousel-indicators,
  .cid-tHITX0NmV1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHITX0NmV1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHITX0NmV1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHITX0NmV1 .carousel-indicators .active,
.cid-tHITX0NmV1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHITX0NmV1 .carousel-indicators .active {
  background: #fff;
}
.cid-tHITX0NmV1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHITX0NmV1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHITX0NmV1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHITX0NmV1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHITX0NmV1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHITX0NmV1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHITX0NmV1 .carousel {
  width: 100%;
}
.cid-tHITX0NmV1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHITX0NmV1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHITX0NmV1 .modal.fade .modal-dialog,
.cid-tHITX0NmV1 .modal.in .modal-dialog {
  transform: none;
}
.cid-tHITX0NmV1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHITX0NmV1 H6 {
  text-align: center;
}
.cid-tHIVhvfJH5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHIVhvfJH5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHIVhvfJH5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHIVhvfJH5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHIVhvfJH5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHIVhvfJH5 .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-tHIVhvfJH5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHIVhvfJH5 .carousel-control,
.cid-tHIVhvfJH5 .close {
  background: #1b1b1b;
}
.cid-tHIVhvfJH5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHIVhvfJH5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHIVhvfJH5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHIVhvfJH5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHIVhvfJH5 .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-tHIVhvfJH5 .close::before {
  content: '\e91a';
}
.cid-tHIVhvfJH5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHIVhvfJH5 .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-tHIVhvfJH5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIVhvfJH5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHIVhvfJH5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHIVhvfJH5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHIVhvfJH5 .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-tHIVhvfJH5 .carousel-indicators li.active,
.cid-tHIVhvfJH5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHIVhvfJH5 .carousel-indicators li::after,
.cid-tHIVhvfJH5 .carousel-indicators li::before {
  content: none;
}
.cid-tHIVhvfJH5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHIVhvfJH5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHIVhvfJH5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHIVhvfJH5 .carousel-indicators {
    display: none;
  }
}
.cid-tHIVhvfJH5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHIVhvfJH5 .carousel-inner > .active {
  display: block;
}
.cid-tHIVhvfJH5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIVhvfJH5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHIVhvfJH5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHIVhvfJH5 .carousel-control,
  .cid-tHIVhvfJH5 .carousel-indicators,
  .cid-tHIVhvfJH5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHIVhvfJH5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHIVhvfJH5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHIVhvfJH5 .carousel-indicators .active,
.cid-tHIVhvfJH5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHIVhvfJH5 .carousel-indicators .active {
  background: #fff;
}
.cid-tHIVhvfJH5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHIVhvfJH5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHIVhvfJH5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHIVhvfJH5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHIVhvfJH5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHIVhvfJH5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHIVhvfJH5 .carousel {
  width: 100%;
}
.cid-tHIVhvfJH5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHIVhvfJH5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHIVhvfJH5 .modal.fade .modal-dialog,
.cid-tHIVhvfJH5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tHIVhvfJH5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHIVhvfJH5 H6 {
  text-align: center;
}
.cid-thXzJF1Lq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thXzJF1Lq3 img,
.cid-thXzJF1Lq3 .item-img {
  width: 100%;
}
.cid-thXzJF1Lq3 .item:focus,
.cid-thXzJF1Lq3 span:focus {
  outline: none;
}
.cid-thXzJF1Lq3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-thXzJF1Lq3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-thXzJF1Lq3 .item {
  padding: 0;
  margin: 0;
}
.cid-thXzJF1Lq3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-thXzJF1Lq3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thXzJF1Lq3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-thXzJF1Lq3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-thXzJF1Lq3 .mbr-section-title {
  color: #232323;
}
.cid-tBFG2pD0ju {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBFG2pD0ju .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBFG2pD0ju .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBFG2pD0ju .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tBFG2pD0ju .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBFG2pD0ju .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-tBFG2pD0ju .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBFG2pD0ju .carousel-control,
.cid-tBFG2pD0ju .close {
  background: #1b1b1b;
}
.cid-tBFG2pD0ju .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBFG2pD0ju .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBFG2pD0ju .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBFG2pD0ju .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBFG2pD0ju .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-tBFG2pD0ju .close::before {
  content: '\e91a';
}
.cid-tBFG2pD0ju .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBFG2pD0ju .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-tBFG2pD0ju .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG2pD0ju .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBFG2pD0ju .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBFG2pD0ju .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBFG2pD0ju .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-tBFG2pD0ju .carousel-indicators li.active,
.cid-tBFG2pD0ju .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBFG2pD0ju .carousel-indicators li::after,
.cid-tBFG2pD0ju .carousel-indicators li::before {
  content: none;
}
.cid-tBFG2pD0ju .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBFG2pD0ju .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBFG2pD0ju .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBFG2pD0ju .carousel-indicators {
    display: none;
  }
}
.cid-tBFG2pD0ju .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBFG2pD0ju .carousel-inner > .active {
  display: block;
}
.cid-tBFG2pD0ju .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG2pD0ju .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBFG2pD0ju .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBFG2pD0ju .carousel-control,
  .cid-tBFG2pD0ju .carousel-indicators,
  .cid-tBFG2pD0ju .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBFG2pD0ju .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBFG2pD0ju .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBFG2pD0ju .carousel-indicators .active,
.cid-tBFG2pD0ju .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBFG2pD0ju .carousel-indicators .active {
  background: #fff;
}
.cid-tBFG2pD0ju .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBFG2pD0ju .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBFG2pD0ju .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBFG2pD0ju .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBFG2pD0ju .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBFG2pD0ju .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBFG2pD0ju .carousel {
  width: 100%;
}
.cid-tBFG2pD0ju .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBFG2pD0ju .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBFG2pD0ju .modal.fade .modal-dialog,
.cid-tBFG2pD0ju .modal.in .modal-dialog {
  transform: none;
}
.cid-tBFG2pD0ju .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBFG2pD0ju H6 {
  text-align: center;
}
.cid-tHIThPecpt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHIThPecpt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHIThPecpt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHIThPecpt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHIThPecpt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHIThPecpt .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-tHIThPecpt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHIThPecpt .carousel-control,
.cid-tHIThPecpt .close {
  background: #1b1b1b;
}
.cid-tHIThPecpt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHIThPecpt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHIThPecpt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHIThPecpt .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHIThPecpt .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-tHIThPecpt .close::before {
  content: '\e91a';
}
.cid-tHIThPecpt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHIThPecpt .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-tHIThPecpt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIThPecpt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHIThPecpt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHIThPecpt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHIThPecpt .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-tHIThPecpt .carousel-indicators li.active,
.cid-tHIThPecpt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHIThPecpt .carousel-indicators li::after,
.cid-tHIThPecpt .carousel-indicators li::before {
  content: none;
}
.cid-tHIThPecpt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHIThPecpt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHIThPecpt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHIThPecpt .carousel-indicators {
    display: none;
  }
}
.cid-tHIThPecpt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHIThPecpt .carousel-inner > .active {
  display: block;
}
.cid-tHIThPecpt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIThPecpt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHIThPecpt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHIThPecpt .carousel-control,
  .cid-tHIThPecpt .carousel-indicators,
  .cid-tHIThPecpt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHIThPecpt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHIThPecpt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHIThPecpt .carousel-indicators .active,
.cid-tHIThPecpt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHIThPecpt .carousel-indicators .active {
  background: #fff;
}
.cid-tHIThPecpt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHIThPecpt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHIThPecpt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHIThPecpt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHIThPecpt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHIThPecpt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHIThPecpt .carousel {
  width: 100%;
}
.cid-tHIThPecpt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHIThPecpt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHIThPecpt .modal.fade .modal-dialog,
.cid-tHIThPecpt .modal.in .modal-dialog {
  transform: none;
}
.cid-tHIThPecpt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHIThPecpt H6 {
  text-align: center;
}
.cid-tHIWIYkBHm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHIWIYkBHm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHIWIYkBHm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHIWIYkBHm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHIWIYkBHm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHIWIYkBHm .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-tHIWIYkBHm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHIWIYkBHm .carousel-control,
.cid-tHIWIYkBHm .close {
  background: #1b1b1b;
}
.cid-tHIWIYkBHm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHIWIYkBHm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHIWIYkBHm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHIWIYkBHm .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHIWIYkBHm .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-tHIWIYkBHm .close::before {
  content: '\e91a';
}
.cid-tHIWIYkBHm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHIWIYkBHm .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-tHIWIYkBHm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIWIYkBHm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHIWIYkBHm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHIWIYkBHm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHIWIYkBHm .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-tHIWIYkBHm .carousel-indicators li.active,
.cid-tHIWIYkBHm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHIWIYkBHm .carousel-indicators li::after,
.cid-tHIWIYkBHm .carousel-indicators li::before {
  content: none;
}
.cid-tHIWIYkBHm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHIWIYkBHm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHIWIYkBHm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHIWIYkBHm .carousel-indicators {
    display: none;
  }
}
.cid-tHIWIYkBHm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHIWIYkBHm .carousel-inner > .active {
  display: block;
}
.cid-tHIWIYkBHm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIWIYkBHm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHIWIYkBHm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHIWIYkBHm .carousel-control,
  .cid-tHIWIYkBHm .carousel-indicators,
  .cid-tHIWIYkBHm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHIWIYkBHm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHIWIYkBHm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHIWIYkBHm .carousel-indicators .active,
.cid-tHIWIYkBHm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHIWIYkBHm .carousel-indicators .active {
  background: #fff;
}
.cid-tHIWIYkBHm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHIWIYkBHm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHIWIYkBHm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHIWIYkBHm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHIWIYkBHm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHIWIYkBHm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHIWIYkBHm .carousel {
  width: 100%;
}
.cid-tHIWIYkBHm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHIWIYkBHm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHIWIYkBHm .modal.fade .modal-dialog,
.cid-tHIWIYkBHm .modal.in .modal-dialog {
  transform: none;
}
.cid-tHIWIYkBHm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHIWIYkBHm H6 {
  text-align: center;
}
.cid-tHIWJOh6Uk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHIWJOh6Uk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHIWJOh6Uk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHIWJOh6Uk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHIWJOh6Uk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHIWJOh6Uk .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-tHIWJOh6Uk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHIWJOh6Uk .carousel-control,
.cid-tHIWJOh6Uk .close {
  background: #1b1b1b;
}
.cid-tHIWJOh6Uk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHIWJOh6Uk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHIWJOh6Uk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHIWJOh6Uk .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHIWJOh6Uk .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-tHIWJOh6Uk .close::before {
  content: '\e91a';
}
.cid-tHIWJOh6Uk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHIWJOh6Uk .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-tHIWJOh6Uk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIWJOh6Uk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHIWJOh6Uk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHIWJOh6Uk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHIWJOh6Uk .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-tHIWJOh6Uk .carousel-indicators li.active,
.cid-tHIWJOh6Uk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHIWJOh6Uk .carousel-indicators li::after,
.cid-tHIWJOh6Uk .carousel-indicators li::before {
  content: none;
}
.cid-tHIWJOh6Uk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHIWJOh6Uk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHIWJOh6Uk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHIWJOh6Uk .carousel-indicators {
    display: none;
  }
}
.cid-tHIWJOh6Uk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHIWJOh6Uk .carousel-inner > .active {
  display: block;
}
.cid-tHIWJOh6Uk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIWJOh6Uk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHIWJOh6Uk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHIWJOh6Uk .carousel-control,
  .cid-tHIWJOh6Uk .carousel-indicators,
  .cid-tHIWJOh6Uk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHIWJOh6Uk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHIWJOh6Uk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHIWJOh6Uk .carousel-indicators .active,
.cid-tHIWJOh6Uk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHIWJOh6Uk .carousel-indicators .active {
  background: #fff;
}
.cid-tHIWJOh6Uk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHIWJOh6Uk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHIWJOh6Uk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHIWJOh6Uk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHIWJOh6Uk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHIWJOh6Uk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHIWJOh6Uk .carousel {
  width: 100%;
}
.cid-tHIWJOh6Uk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHIWJOh6Uk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHIWJOh6Uk .modal.fade .modal-dialog,
.cid-tHIWJOh6Uk .modal.in .modal-dialog {
  transform: none;
}
.cid-tHIWJOh6Uk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHIWJOh6Uk H6 {
  text-align: center;
}
.cid-tBFG2RoXxr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBFG2RoXxr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBFG2RoXxr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBFG2RoXxr .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tBFG2RoXxr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBFG2RoXxr .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-tBFG2RoXxr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBFG2RoXxr .carousel-control,
.cid-tBFG2RoXxr .close {
  background: #1b1b1b;
}
.cid-tBFG2RoXxr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBFG2RoXxr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBFG2RoXxr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBFG2RoXxr .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBFG2RoXxr .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-tBFG2RoXxr .close::before {
  content: '\e91a';
}
.cid-tBFG2RoXxr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBFG2RoXxr .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-tBFG2RoXxr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG2RoXxr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBFG2RoXxr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBFG2RoXxr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBFG2RoXxr .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-tBFG2RoXxr .carousel-indicators li.active,
.cid-tBFG2RoXxr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBFG2RoXxr .carousel-indicators li::after,
.cid-tBFG2RoXxr .carousel-indicators li::before {
  content: none;
}
.cid-tBFG2RoXxr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBFG2RoXxr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBFG2RoXxr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBFG2RoXxr .carousel-indicators {
    display: none;
  }
}
.cid-tBFG2RoXxr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBFG2RoXxr .carousel-inner > .active {
  display: block;
}
.cid-tBFG2RoXxr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBFG2RoXxr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBFG2RoXxr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBFG2RoXxr .carousel-control,
  .cid-tBFG2RoXxr .carousel-indicators,
  .cid-tBFG2RoXxr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBFG2RoXxr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBFG2RoXxr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBFG2RoXxr .carousel-indicators .active,
.cid-tBFG2RoXxr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBFG2RoXxr .carousel-indicators .active {
  background: #fff;
}
.cid-tBFG2RoXxr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBFG2RoXxr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBFG2RoXxr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBFG2RoXxr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBFG2RoXxr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBFG2RoXxr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBFG2RoXxr .carousel {
  width: 100%;
}
.cid-tBFG2RoXxr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBFG2RoXxr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBFG2RoXxr .modal.fade .modal-dialog,
.cid-tBFG2RoXxr .modal.in .modal-dialog {
  transform: none;
}
.cid-tBFG2RoXxr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBFG2RoXxr H6 {
  text-align: center;
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUMtPdq8HY {
  background-color: #fafafa;
}
.cid-sUMtPdq8HY .mbr-text,
.cid-sUMtPdq8HY .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sUMtPdq8HY .mbr-text,
  .cid-sUMtPdq8HY .mbr-section-title {
    text-align: center;
  }
}
.cid-sUMtPdq8HY a.btn {
  height: 100%;
  margin: 0;
}
.cid-sUMtPdq8HY .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-sUMtPdq8HY .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sUMtPdq8HY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sUMtPdq8HY .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sUMtPdq8HY .justify-content-center {
  align-items: center;
}
.cid-sUMtV6lyMj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUMtV6lyMj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sUMtV6lyMj .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sUMtV6lyMj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUMtV6lyMj .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sUMtVKyn9m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sUMtVKyn9m .media-container-row {
  justify-content: space-between;
}
.cid-sUMtVKyn9m .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sUMtVKyn9m .text-content {
    max-width: none;
  }
}
.cid-sUMtVKyn9m .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sUMtVKyn9m .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sUMtVKyn9m .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sUMtVKyn9m .icons {
    justify-content: center !important;
  }
  .cid-sUMtVKyn9m .text-content * {
    text-align: center;
  }
}
.cid-sUMtVKyn9m .mbr-section-title {
  color: #eb4e00;
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUNGzElizI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUNGzElizI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUNGzElizI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sUNGzElizI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sUNGzElizI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sUNGzElizI .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-sUNGzElizI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUNGzElizI .carousel-control,
.cid-sUNGzElizI .close {
  background: #1b1b1b;
}
.cid-sUNGzElizI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUNGzElizI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUNGzElizI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUNGzElizI .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUNGzElizI .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-sUNGzElizI .close::before {
  content: '\e91a';
}
.cid-sUNGzElizI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUNGzElizI .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-sUNGzElizI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUNGzElizI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUNGzElizI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUNGzElizI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUNGzElizI .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-sUNGzElizI .carousel-indicators li.active,
.cid-sUNGzElizI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUNGzElizI .carousel-indicators li::after,
.cid-sUNGzElizI .carousel-indicators li::before {
  content: none;
}
.cid-sUNGzElizI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUNGzElizI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUNGzElizI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUNGzElizI .carousel-indicators {
    display: none;
  }
}
.cid-sUNGzElizI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUNGzElizI .carousel-inner > .active {
  display: block;
}
.cid-sUNGzElizI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUNGzElizI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUNGzElizI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUNGzElizI .carousel-control,
  .cid-sUNGzElizI .carousel-indicators,
  .cid-sUNGzElizI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUNGzElizI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUNGzElizI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUNGzElizI .carousel-indicators .active,
.cid-sUNGzElizI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUNGzElizI .carousel-indicators .active {
  background: #fff;
}
.cid-sUNGzElizI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUNGzElizI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUNGzElizI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUNGzElizI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUNGzElizI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUNGzElizI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUNGzElizI .carousel {
  width: 100%;
}
.cid-sUNGzElizI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUNGzElizI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUNGzElizI .modal.fade .modal-dialog,
.cid-sUNGzElizI .modal.in .modal-dialog {
  transform: none;
}
.cid-sUNGzElizI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUNGzElizI H6 {
  text-align: center;
}
.cid-sZu7m1pO5e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZu7m1pO5e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZu7m1pO5e .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZu7m1pO5e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZu7m1pO5e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZu7m1pO5e .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-sZu7m1pO5e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZu7m1pO5e .carousel-control,
.cid-sZu7m1pO5e .close {
  background: #1b1b1b;
}
.cid-sZu7m1pO5e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZu7m1pO5e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZu7m1pO5e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZu7m1pO5e .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZu7m1pO5e .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-sZu7m1pO5e .close::before {
  content: '\e91a';
}
.cid-sZu7m1pO5e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZu7m1pO5e .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-sZu7m1pO5e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZu7m1pO5e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZu7m1pO5e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZu7m1pO5e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZu7m1pO5e .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-sZu7m1pO5e .carousel-indicators li.active,
.cid-sZu7m1pO5e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZu7m1pO5e .carousel-indicators li::after,
.cid-sZu7m1pO5e .carousel-indicators li::before {
  content: none;
}
.cid-sZu7m1pO5e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZu7m1pO5e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZu7m1pO5e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZu7m1pO5e .carousel-indicators {
    display: none;
  }
}
.cid-sZu7m1pO5e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZu7m1pO5e .carousel-inner > .active {
  display: block;
}
.cid-sZu7m1pO5e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZu7m1pO5e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZu7m1pO5e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZu7m1pO5e .carousel-control,
  .cid-sZu7m1pO5e .carousel-indicators,
  .cid-sZu7m1pO5e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZu7m1pO5e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZu7m1pO5e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZu7m1pO5e .carousel-indicators .active,
.cid-sZu7m1pO5e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZu7m1pO5e .carousel-indicators .active {
  background: #fff;
}
.cid-sZu7m1pO5e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZu7m1pO5e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZu7m1pO5e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZu7m1pO5e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZu7m1pO5e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZu7m1pO5e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZu7m1pO5e .carousel {
  width: 100%;
}
.cid-sZu7m1pO5e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZu7m1pO5e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZu7m1pO5e .modal.fade .modal-dialog,
.cid-sZu7m1pO5e .modal.in .modal-dialog {
  transform: none;
}
.cid-sZu7m1pO5e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZu7m1pO5e H6 {
  text-align: center;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t65j3G8sGa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t65j3G8sGa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t65j3G8sGa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t65j3G8sGa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t65j3G8sGa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t65j3G8sGa .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-t65j3G8sGa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t65j3G8sGa .carousel-control,
.cid-t65j3G8sGa .close {
  background: #1b1b1b;
}
.cid-t65j3G8sGa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t65j3G8sGa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t65j3G8sGa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t65j3G8sGa .carousel-control-next span {
  margin-left: 5px;
}
.cid-t65j3G8sGa .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-t65j3G8sGa .close::before {
  content: '\e91a';
}
.cid-t65j3G8sGa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t65j3G8sGa .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-t65j3G8sGa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t65j3G8sGa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t65j3G8sGa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t65j3G8sGa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t65j3G8sGa .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-t65j3G8sGa .carousel-indicators li.active,
.cid-t65j3G8sGa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t65j3G8sGa .carousel-indicators li::after,
.cid-t65j3G8sGa .carousel-indicators li::before {
  content: none;
}
.cid-t65j3G8sGa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t65j3G8sGa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t65j3G8sGa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t65j3G8sGa .carousel-indicators {
    display: none;
  }
}
.cid-t65j3G8sGa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t65j3G8sGa .carousel-inner > .active {
  display: block;
}
.cid-t65j3G8sGa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t65j3G8sGa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t65j3G8sGa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t65j3G8sGa .carousel-control,
  .cid-t65j3G8sGa .carousel-indicators,
  .cid-t65j3G8sGa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t65j3G8sGa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t65j3G8sGa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t65j3G8sGa .carousel-indicators .active,
.cid-t65j3G8sGa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t65j3G8sGa .carousel-indicators .active {
  background: #fff;
}
.cid-t65j3G8sGa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t65j3G8sGa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t65j3G8sGa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t65j3G8sGa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t65j3G8sGa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t65j3G8sGa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t65j3G8sGa .carousel {
  width: 100%;
}
.cid-t65j3G8sGa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t65j3G8sGa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t65j3G8sGa .modal.fade .modal-dialog,
.cid-t65j3G8sGa .modal.in .modal-dialog {
  transform: none;
}
.cid-t65j3G8sGa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t65j3G8sGa H6 {
  text-align: center;
}
.cid-tbXrttKveb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tbXrttKveb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbXrttKveb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbXrttKveb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbXrttKveb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbXrttKveb .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-tbXrttKveb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbXrttKveb .carousel-control,
.cid-tbXrttKveb .close {
  background: #1b1b1b;
}
.cid-tbXrttKveb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbXrttKveb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbXrttKveb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbXrttKveb .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbXrttKveb .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-tbXrttKveb .close::before {
  content: '\e91a';
}
.cid-tbXrttKveb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbXrttKveb .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-tbXrttKveb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXrttKveb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbXrttKveb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbXrttKveb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbXrttKveb .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-tbXrttKveb .carousel-indicators li.active,
.cid-tbXrttKveb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbXrttKveb .carousel-indicators li::after,
.cid-tbXrttKveb .carousel-indicators li::before {
  content: none;
}
.cid-tbXrttKveb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbXrttKveb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbXrttKveb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbXrttKveb .carousel-indicators {
    display: none;
  }
}
.cid-tbXrttKveb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbXrttKveb .carousel-inner > .active {
  display: block;
}
.cid-tbXrttKveb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXrttKveb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbXrttKveb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbXrttKveb .carousel-control,
  .cid-tbXrttKveb .carousel-indicators,
  .cid-tbXrttKveb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbXrttKveb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbXrttKveb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbXrttKveb .carousel-indicators .active,
.cid-tbXrttKveb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbXrttKveb .carousel-indicators .active {
  background: #fff;
}
.cid-tbXrttKveb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbXrttKveb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbXrttKveb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbXrttKveb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbXrttKveb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbXrttKveb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbXrttKveb .carousel {
  width: 100%;
}
.cid-tbXrttKveb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbXrttKveb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbXrttKveb .modal.fade .modal-dialog,
.cid-tbXrttKveb .modal.in .modal-dialog {
  transform: none;
}
.cid-tbXrttKveb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbXrttKveb H6 {
  text-align: center;
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUYjKSykwL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc06820.jpeg");
}
.cid-sUYjKSykwL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sUYjKSykwL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUYjKSykwL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sUYjKSykwL .mbr-section-title {
  color: #ffffff;
}
.cid-sUYjKSykwL .mbr-text,
.cid-sUYjKSykwL .mbr-section-btn {
  color: #ffffff;
}
.cid-sUYj6auSDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-sUYj6auSDV .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sUYj6auSDV .plan-body {
  padding-bottom: 2rem;
}
.cid-sUYj6auSDV .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUYj6auSDV .price {
  color: #eb4e00;
}
.cid-sUYj6auSDV .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sUYj6auSDV .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sUYj6auSDV .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sUYj6auSDV .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sUYj6auSDV .plan {
    margin-bottom: 2rem;
  }
}
.cid-sUYj6auSDV UL {
  text-align: center;
  color: #000000;
}
.cid-sUYj6auSDV .price-term {
  text-align: center;
}
.cid-sUYjcnuivq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUYjcnuivq .mbr-section-title,
.cid-sUYjcnuivq .mbr-section-subtitle {
  text-align: center;
}
.cid-sUYjcnuivq .cost {
  word-break: normal;
}
.cid-sUYjcnuivq .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-sUYjcnuivq .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sUYjcnuivq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUYjcnuivq .card-wrapper {
    padding: 1rem;
  }
}
.cid-sUYjcnuivq .card-title {
  color: #f00000;
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUZ4AjB1Da {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUZ4AjB1Da .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUZ4AjB1Da .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sUZ4AjB1Da .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sUZ4AjB1Da .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sUZ4AjB1Da .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-sUZ4AjB1Da .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUZ4AjB1Da .carousel-control,
.cid-sUZ4AjB1Da .close {
  background: #1b1b1b;
}
.cid-sUZ4AjB1Da .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUZ4AjB1Da .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUZ4AjB1Da .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUZ4AjB1Da .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUZ4AjB1Da .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-sUZ4AjB1Da .close::before {
  content: '\e91a';
}
.cid-sUZ4AjB1Da .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUZ4AjB1Da .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-sUZ4AjB1Da .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUZ4AjB1Da .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUZ4AjB1Da .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUZ4AjB1Da .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUZ4AjB1Da .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-sUZ4AjB1Da .carousel-indicators li.active,
.cid-sUZ4AjB1Da .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUZ4AjB1Da .carousel-indicators li::after,
.cid-sUZ4AjB1Da .carousel-indicators li::before {
  content: none;
}
.cid-sUZ4AjB1Da .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUZ4AjB1Da .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUZ4AjB1Da .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUZ4AjB1Da .carousel-indicators {
    display: none;
  }
}
.cid-sUZ4AjB1Da .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUZ4AjB1Da .carousel-inner > .active {
  display: block;
}
.cid-sUZ4AjB1Da .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUZ4AjB1Da .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUZ4AjB1Da .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUZ4AjB1Da .carousel-control,
  .cid-sUZ4AjB1Da .carousel-indicators,
  .cid-sUZ4AjB1Da .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUZ4AjB1Da .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUZ4AjB1Da .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUZ4AjB1Da .carousel-indicators .active,
.cid-sUZ4AjB1Da .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUZ4AjB1Da .carousel-indicators .active {
  background: #fff;
}
.cid-sUZ4AjB1Da .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUZ4AjB1Da .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUZ4AjB1Da .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUZ4AjB1Da .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUZ4AjB1Da .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUZ4AjB1Da .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUZ4AjB1Da .carousel {
  width: 100%;
}
.cid-sUZ4AjB1Da .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUZ4AjB1Da .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUZ4AjB1Da .modal.fade .modal-dialog,
.cid-sUZ4AjB1Da .modal.in .modal-dialog {
  transform: none;
}
.cid-sUZ4AjB1Da .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUZ4AjB1Da H6 {
  text-align: center;
}
.cid-sZuh8WZoi1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZuh8WZoi1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZuh8WZoi1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZuh8WZoi1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZuh8WZoi1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZuh8WZoi1 .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-sZuh8WZoi1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZuh8WZoi1 .carousel-control,
.cid-sZuh8WZoi1 .close {
  background: #1b1b1b;
}
.cid-sZuh8WZoi1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZuh8WZoi1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZuh8WZoi1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZuh8WZoi1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZuh8WZoi1 .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-sZuh8WZoi1 .close::before {
  content: '\e91a';
}
.cid-sZuh8WZoi1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZuh8WZoi1 .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-sZuh8WZoi1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuh8WZoi1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZuh8WZoi1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZuh8WZoi1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZuh8WZoi1 .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-sZuh8WZoi1 .carousel-indicators li.active,
.cid-sZuh8WZoi1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZuh8WZoi1 .carousel-indicators li::after,
.cid-sZuh8WZoi1 .carousel-indicators li::before {
  content: none;
}
.cid-sZuh8WZoi1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZuh8WZoi1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZuh8WZoi1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZuh8WZoi1 .carousel-indicators {
    display: none;
  }
}
.cid-sZuh8WZoi1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZuh8WZoi1 .carousel-inner > .active {
  display: block;
}
.cid-sZuh8WZoi1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuh8WZoi1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZuh8WZoi1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZuh8WZoi1 .carousel-control,
  .cid-sZuh8WZoi1 .carousel-indicators,
  .cid-sZuh8WZoi1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZuh8WZoi1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZuh8WZoi1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZuh8WZoi1 .carousel-indicators .active,
.cid-sZuh8WZoi1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZuh8WZoi1 .carousel-indicators .active {
  background: #fff;
}
.cid-sZuh8WZoi1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZuh8WZoi1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZuh8WZoi1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZuh8WZoi1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZuh8WZoi1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZuh8WZoi1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZuh8WZoi1 .carousel {
  width: 100%;
}
.cid-sZuh8WZoi1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZuh8WZoi1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZuh8WZoi1 .modal.fade .modal-dialog,
.cid-sZuh8WZoi1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sZuh8WZoi1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZuh8WZoi1 H6 {
  text-align: center;
}
.cid-sZuh9FnfDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZuh9FnfDj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZuh9FnfDj .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZuh9FnfDj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZuh9FnfDj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZuh9FnfDj .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-sZuh9FnfDj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZuh9FnfDj .carousel-control,
.cid-sZuh9FnfDj .close {
  background: #1b1b1b;
}
.cid-sZuh9FnfDj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZuh9FnfDj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZuh9FnfDj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZuh9FnfDj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZuh9FnfDj .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-sZuh9FnfDj .close::before {
  content: '\e91a';
}
.cid-sZuh9FnfDj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZuh9FnfDj .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-sZuh9FnfDj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuh9FnfDj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZuh9FnfDj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZuh9FnfDj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZuh9FnfDj .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-sZuh9FnfDj .carousel-indicators li.active,
.cid-sZuh9FnfDj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZuh9FnfDj .carousel-indicators li::after,
.cid-sZuh9FnfDj .carousel-indicators li::before {
  content: none;
}
.cid-sZuh9FnfDj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZuh9FnfDj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZuh9FnfDj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZuh9FnfDj .carousel-indicators {
    display: none;
  }
}
.cid-sZuh9FnfDj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZuh9FnfDj .carousel-inner > .active {
  display: block;
}
.cid-sZuh9FnfDj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuh9FnfDj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZuh9FnfDj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZuh9FnfDj .carousel-control,
  .cid-sZuh9FnfDj .carousel-indicators,
  .cid-sZuh9FnfDj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZuh9FnfDj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZuh9FnfDj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZuh9FnfDj .carousel-indicators .active,
.cid-sZuh9FnfDj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZuh9FnfDj .carousel-indicators .active {
  background: #fff;
}
.cid-sZuh9FnfDj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZuh9FnfDj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZuh9FnfDj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZuh9FnfDj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZuh9FnfDj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZuh9FnfDj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZuh9FnfDj .carousel {
  width: 100%;
}
.cid-sZuh9FnfDj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZuh9FnfDj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZuh9FnfDj .modal.fade .modal-dialog,
.cid-sZuh9FnfDj .modal.in .modal-dialog {
  transform: none;
}
.cid-sZuh9FnfDj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZuh9FnfDj H6 {
  text-align: center;
}
.cid-sZuhaBpYuQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZuhaBpYuQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZuhaBpYuQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZuhaBpYuQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZuhaBpYuQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZuhaBpYuQ .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-sZuhaBpYuQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZuhaBpYuQ .carousel-control,
.cid-sZuhaBpYuQ .close {
  background: #1b1b1b;
}
.cid-sZuhaBpYuQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZuhaBpYuQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZuhaBpYuQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZuhaBpYuQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZuhaBpYuQ .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-sZuhaBpYuQ .close::before {
  content: '\e91a';
}
.cid-sZuhaBpYuQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZuhaBpYuQ .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-sZuhaBpYuQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuhaBpYuQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZuhaBpYuQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZuhaBpYuQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZuhaBpYuQ .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-sZuhaBpYuQ .carousel-indicators li.active,
.cid-sZuhaBpYuQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZuhaBpYuQ .carousel-indicators li::after,
.cid-sZuhaBpYuQ .carousel-indicators li::before {
  content: none;
}
.cid-sZuhaBpYuQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZuhaBpYuQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZuhaBpYuQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZuhaBpYuQ .carousel-indicators {
    display: none;
  }
}
.cid-sZuhaBpYuQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZuhaBpYuQ .carousel-inner > .active {
  display: block;
}
.cid-sZuhaBpYuQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZuhaBpYuQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZuhaBpYuQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZuhaBpYuQ .carousel-control,
  .cid-sZuhaBpYuQ .carousel-indicators,
  .cid-sZuhaBpYuQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZuhaBpYuQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZuhaBpYuQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZuhaBpYuQ .carousel-indicators .active,
.cid-sZuhaBpYuQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZuhaBpYuQ .carousel-indicators .active {
  background: #fff;
}
.cid-sZuhaBpYuQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZuhaBpYuQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZuhaBpYuQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZuhaBpYuQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZuhaBpYuQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZuhaBpYuQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZuhaBpYuQ .carousel {
  width: 100%;
}
.cid-sZuhaBpYuQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZuhaBpYuQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZuhaBpYuQ .modal.fade .modal-dialog,
.cid-sZuhaBpYuQ .modal.in .modal-dialog {
  transform: none;
}
.cid-sZuhaBpYuQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZuhaBpYuQ H6 {
  text-align: center;
}
.cid-thXKvHBqCN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thXKvHBqCN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-thXKvHBqCN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-thXKvHBqCN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-thXKvHBqCN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thXKvHBqCN .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-thXKvHBqCN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-thXKvHBqCN .carousel-control,
.cid-thXKvHBqCN .close {
  background: #1b1b1b;
}
.cid-thXKvHBqCN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-thXKvHBqCN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-thXKvHBqCN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-thXKvHBqCN .carousel-control-next span {
  margin-left: 5px;
}
.cid-thXKvHBqCN .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-thXKvHBqCN .close::before {
  content: '\e91a';
}
.cid-thXKvHBqCN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thXKvHBqCN .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-thXKvHBqCN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thXKvHBqCN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-thXKvHBqCN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-thXKvHBqCN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-thXKvHBqCN .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-thXKvHBqCN .carousel-indicators li.active,
.cid-thXKvHBqCN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-thXKvHBqCN .carousel-indicators li::after,
.cid-thXKvHBqCN .carousel-indicators li::before {
  content: none;
}
.cid-thXKvHBqCN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-thXKvHBqCN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-thXKvHBqCN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-thXKvHBqCN .carousel-indicators {
    display: none;
  }
}
.cid-thXKvHBqCN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-thXKvHBqCN .carousel-inner > .active {
  display: block;
}
.cid-thXKvHBqCN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-thXKvHBqCN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-thXKvHBqCN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-thXKvHBqCN .carousel-control,
  .cid-thXKvHBqCN .carousel-indicators,
  .cid-thXKvHBqCN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-thXKvHBqCN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-thXKvHBqCN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-thXKvHBqCN .carousel-indicators .active,
.cid-thXKvHBqCN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-thXKvHBqCN .carousel-indicators .active {
  background: #fff;
}
.cid-thXKvHBqCN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-thXKvHBqCN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-thXKvHBqCN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thXKvHBqCN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-thXKvHBqCN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-thXKvHBqCN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-thXKvHBqCN .carousel {
  width: 100%;
}
.cid-thXKvHBqCN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-thXKvHBqCN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-thXKvHBqCN .modal.fade .modal-dialog,
.cid-thXKvHBqCN .modal.in .modal-dialog {
  transform: none;
}
.cid-thXKvHBqCN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-thXKvHBqCN H6 {
  text-align: center;
}
.cid-tHZtA16Pr7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHZtA16Pr7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHZtA16Pr7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHZtA16Pr7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHZtA16Pr7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHZtA16Pr7 .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-tHZtA16Pr7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHZtA16Pr7 .carousel-control,
.cid-tHZtA16Pr7 .close {
  background: #1b1b1b;
}
.cid-tHZtA16Pr7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHZtA16Pr7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHZtA16Pr7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHZtA16Pr7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHZtA16Pr7 .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-tHZtA16Pr7 .close::before {
  content: '\e91a';
}
.cid-tHZtA16Pr7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHZtA16Pr7 .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-tHZtA16Pr7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZtA16Pr7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHZtA16Pr7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHZtA16Pr7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHZtA16Pr7 .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-tHZtA16Pr7 .carousel-indicators li.active,
.cid-tHZtA16Pr7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHZtA16Pr7 .carousel-indicators li::after,
.cid-tHZtA16Pr7 .carousel-indicators li::before {
  content: none;
}
.cid-tHZtA16Pr7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHZtA16Pr7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHZtA16Pr7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHZtA16Pr7 .carousel-indicators {
    display: none;
  }
}
.cid-tHZtA16Pr7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHZtA16Pr7 .carousel-inner > .active {
  display: block;
}
.cid-tHZtA16Pr7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZtA16Pr7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHZtA16Pr7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHZtA16Pr7 .carousel-control,
  .cid-tHZtA16Pr7 .carousel-indicators,
  .cid-tHZtA16Pr7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHZtA16Pr7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHZtA16Pr7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHZtA16Pr7 .carousel-indicators .active,
.cid-tHZtA16Pr7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHZtA16Pr7 .carousel-indicators .active {
  background: #fff;
}
.cid-tHZtA16Pr7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHZtA16Pr7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHZtA16Pr7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHZtA16Pr7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHZtA16Pr7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHZtA16Pr7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHZtA16Pr7 .carousel {
  width: 100%;
}
.cid-tHZtA16Pr7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHZtA16Pr7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHZtA16Pr7 .modal.fade .modal-dialog,
.cid-tHZtA16Pr7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tHZtA16Pr7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHZtA16Pr7 H6 {
  text-align: center;
}
.cid-tHZtB6d4GC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHZtB6d4GC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHZtB6d4GC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHZtB6d4GC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHZtB6d4GC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHZtB6d4GC .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-tHZtB6d4GC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHZtB6d4GC .carousel-control,
.cid-tHZtB6d4GC .close {
  background: #1b1b1b;
}
.cid-tHZtB6d4GC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHZtB6d4GC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHZtB6d4GC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHZtB6d4GC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHZtB6d4GC .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-tHZtB6d4GC .close::before {
  content: '\e91a';
}
.cid-tHZtB6d4GC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHZtB6d4GC .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-tHZtB6d4GC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZtB6d4GC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHZtB6d4GC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHZtB6d4GC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHZtB6d4GC .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-tHZtB6d4GC .carousel-indicators li.active,
.cid-tHZtB6d4GC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHZtB6d4GC .carousel-indicators li::after,
.cid-tHZtB6d4GC .carousel-indicators li::before {
  content: none;
}
.cid-tHZtB6d4GC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHZtB6d4GC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHZtB6d4GC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHZtB6d4GC .carousel-indicators {
    display: none;
  }
}
.cid-tHZtB6d4GC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHZtB6d4GC .carousel-inner > .active {
  display: block;
}
.cid-tHZtB6d4GC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZtB6d4GC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHZtB6d4GC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHZtB6d4GC .carousel-control,
  .cid-tHZtB6d4GC .carousel-indicators,
  .cid-tHZtB6d4GC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHZtB6d4GC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHZtB6d4GC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHZtB6d4GC .carousel-indicators .active,
.cid-tHZtB6d4GC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHZtB6d4GC .carousel-indicators .active {
  background: #fff;
}
.cid-tHZtB6d4GC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHZtB6d4GC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHZtB6d4GC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHZtB6d4GC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHZtB6d4GC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHZtB6d4GC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHZtB6d4GC .carousel {
  width: 100%;
}
.cid-tHZtB6d4GC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHZtB6d4GC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHZtB6d4GC .modal.fade .modal-dialog,
.cid-tHZtB6d4GC .modal.in .modal-dialog {
  transform: none;
}
.cid-tHZtB6d4GC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHZtB6d4GC H6 {
  text-align: center;
}
.cid-tHZtBUaRMQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHZtBUaRMQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHZtBUaRMQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHZtBUaRMQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHZtBUaRMQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHZtBUaRMQ .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-tHZtBUaRMQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHZtBUaRMQ .carousel-control,
.cid-tHZtBUaRMQ .close {
  background: #1b1b1b;
}
.cid-tHZtBUaRMQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHZtBUaRMQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHZtBUaRMQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHZtBUaRMQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHZtBUaRMQ .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-tHZtBUaRMQ .close::before {
  content: '\e91a';
}
.cid-tHZtBUaRMQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHZtBUaRMQ .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-tHZtBUaRMQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZtBUaRMQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHZtBUaRMQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHZtBUaRMQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHZtBUaRMQ .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-tHZtBUaRMQ .carousel-indicators li.active,
.cid-tHZtBUaRMQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHZtBUaRMQ .carousel-indicators li::after,
.cid-tHZtBUaRMQ .carousel-indicators li::before {
  content: none;
}
.cid-tHZtBUaRMQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHZtBUaRMQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHZtBUaRMQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHZtBUaRMQ .carousel-indicators {
    display: none;
  }
}
.cid-tHZtBUaRMQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHZtBUaRMQ .carousel-inner > .active {
  display: block;
}
.cid-tHZtBUaRMQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZtBUaRMQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHZtBUaRMQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHZtBUaRMQ .carousel-control,
  .cid-tHZtBUaRMQ .carousel-indicators,
  .cid-tHZtBUaRMQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHZtBUaRMQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHZtBUaRMQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHZtBUaRMQ .carousel-indicators .active,
.cid-tHZtBUaRMQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHZtBUaRMQ .carousel-indicators .active {
  background: #fff;
}
.cid-tHZtBUaRMQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHZtBUaRMQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHZtBUaRMQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHZtBUaRMQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHZtBUaRMQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHZtBUaRMQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHZtBUaRMQ .carousel {
  width: 100%;
}
.cid-tHZtBUaRMQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHZtBUaRMQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHZtBUaRMQ .modal.fade .modal-dialog,
.cid-tHZtBUaRMQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tHZtBUaRMQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHZtBUaRMQ H6 {
  text-align: center;
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t6534HLVBo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6534HLVBo .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t6534HLVBo .carousel {
    min-height: 800px;
  }
  .cid-t6534HLVBo .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t6534HLVBo .carousel {
    min-height: 520px;
  }
  .cid-t6534HLVBo .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t6534HLVBo .carousel {
    min-height: 440px;
  }
  .cid-t6534HLVBo .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t6534HLVBo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t6534HLVBo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t6534HLVBo .carousel,
.cid-t6534HLVBo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6534HLVBo .item-wrapper {
  width: 100%;
}
.cid-t6534HLVBo .carousel-caption {
  bottom: 40px;
}
.cid-t6534HLVBo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t6534HLVBo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t6534HLVBo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t6534HLVBo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t6534HLVBo .carousel-control {
  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-t6534HLVBo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6534HLVBo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6534HLVBo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6534HLVBo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t6534HLVBo .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-t6534HLVBo .carousel-indicators li.active,
.cid-t6534HLVBo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6534HLVBo .carousel-indicators li::after,
.cid-t6534HLVBo .carousel-indicators li::before {
  content: none;
}
.cid-t6534HLVBo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6534HLVBo .carousel-indicators {
    display: none !important;
  }
}
.cid-t6534HLVBo H5 {
  text-align: center;
}
.cid-sUMRYL77cJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUMRYL77cJ nav.navbar {
  position: fixed;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUMRYL77cJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUMRYL77cJ .dropdown-item:hover,
.cid-sUMRYL77cJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sUMRYL77cJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUMRYL77cJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUMRYL77cJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUMRYL77cJ .nav-link {
  position: relative;
}
.cid-sUMRYL77cJ .container {
  display: flex;
  margin: auto;
}
.cid-sUMRYL77cJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown-menu,
.cid-sUMRYL77cJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sUMRYL77cJ .nav-item:focus,
.cid-sUMRYL77cJ .nav-link:focus {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUMRYL77cJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUMRYL77cJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUMRYL77cJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUMRYL77cJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUMRYL77cJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUMRYL77cJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUMRYL77cJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUMRYL77cJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUMRYL77cJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUMRYL77cJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUMRYL77cJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUMRYL77cJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUMRYL77cJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUMRYL77cJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUMRYL77cJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUMRYL77cJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUMRYL77cJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUMRYL77cJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUMRYL77cJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUMRYL77cJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUMRYL77cJ .dropdown-item.active,
.cid-sUMRYL77cJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUMRYL77cJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUMRYL77cJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUMRYL77cJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUMRYL77cJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUMRYL77cJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUMRYL77cJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUMRYL77cJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUMRYL77cJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUMRYL77cJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUMRYL77cJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUMRYL77cJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUMRYL77cJ .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-sUMRYL77cJ .navbar {
    height: 70px;
  }
  .cid-sUMRYL77cJ .navbar.opened {
    height: auto;
  }
  .cid-sUMRYL77cJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t65krrnySw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t65krrnySw .carousel {
  height: 800px;
}
.cid-t65krrnySw .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t65krrnySw .carousel-item,
.cid-t65krrnySw .carousel-inner {
  height: 100%;
}
.cid-t65krrnySw .mbr-overlay {
  z-index: 1;
}
.cid-t65krrnySw .carousel-caption {
  bottom: 40px;
}
.cid-t65krrnySw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t65krrnySw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t65krrnySw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t65krrnySw .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t65krrnySw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t65krrnySw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t65krrnySw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t65krrnySw .carousel-control {
  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-t65krrnySw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t65krrnySw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t65krrnySw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t65krrnySw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t65krrnySw .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-t65krrnySw .carousel-indicators li.active,
.cid-t65krrnySw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t65krrnySw .carousel-indicators li::after,
.cid-t65krrnySw .carousel-indicators li::before {
  content: none;
}
.cid-t65krrnySw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t65krrnySw .carousel-indicators {
    display: none !important;
  }
}
.cid-t653tDMP2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t653tDMP2d .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t653tDMP2d .carousel {
    min-height: 800px;
  }
  .cid-t653tDMP2d .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t653tDMP2d .carousel {
    min-height: 520px;
  }
  .cid-t653tDMP2d .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t653tDMP2d .carousel {
    min-height: 440px;
  }
  .cid-t653tDMP2d .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t653tDMP2d .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t653tDMP2d .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t653tDMP2d .carousel,
.cid-t653tDMP2d .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t653tDMP2d .item-wrapper {
  width: 100%;
}
.cid-t653tDMP2d .carousel-caption {
  bottom: 40px;
}
.cid-t653tDMP2d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t653tDMP2d .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t653tDMP2d .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t653tDMP2d .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t653tDMP2d .carousel-control {
  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-t653tDMP2d .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t653tDMP2d .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t653tDMP2d .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t653tDMP2d .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t653tDMP2d .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-t653tDMP2d .carousel-indicators li.active,
.cid-t653tDMP2d .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t653tDMP2d .carousel-indicators li::after,
.cid-t653tDMP2d .carousel-indicators li::before {
  content: none;
}
.cid-t653tDMP2d .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t653tDMP2d .carousel-indicators {
    display: none !important;
  }
}
.cid-sUMBXxhzvl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sUMBXxhzvl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sUMBXxhzvl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUMBXxhzvl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUMBXxhzvl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sUMBXxhzvl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUMBXxhzvl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUMBXxhzvl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sUMBXxhzvl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUMBXxhzvl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUMBXxhzvl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHZrH9nnQi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHZrH9nnQi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHZrH9nnQi .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHZrH9nnQi .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHZrH9nnQi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHZrH9nnQi .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-tHZrH9nnQi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHZrH9nnQi .carousel-control,
.cid-tHZrH9nnQi .close {
  background: #1b1b1b;
}
.cid-tHZrH9nnQi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHZrH9nnQi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHZrH9nnQi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHZrH9nnQi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHZrH9nnQi .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-tHZrH9nnQi .close::before {
  content: '\e91a';
}
.cid-tHZrH9nnQi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHZrH9nnQi .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-tHZrH9nnQi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZrH9nnQi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHZrH9nnQi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHZrH9nnQi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHZrH9nnQi .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-tHZrH9nnQi .carousel-indicators li.active,
.cid-tHZrH9nnQi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHZrH9nnQi .carousel-indicators li::after,
.cid-tHZrH9nnQi .carousel-indicators li::before {
  content: none;
}
.cid-tHZrH9nnQi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHZrH9nnQi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHZrH9nnQi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHZrH9nnQi .carousel-indicators {
    display: none;
  }
}
.cid-tHZrH9nnQi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHZrH9nnQi .carousel-inner > .active {
  display: block;
}
.cid-tHZrH9nnQi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZrH9nnQi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHZrH9nnQi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHZrH9nnQi .carousel-control,
  .cid-tHZrH9nnQi .carousel-indicators,
  .cid-tHZrH9nnQi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHZrH9nnQi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHZrH9nnQi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHZrH9nnQi .carousel-indicators .active,
.cid-tHZrH9nnQi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHZrH9nnQi .carousel-indicators .active {
  background: #fff;
}
.cid-tHZrH9nnQi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHZrH9nnQi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHZrH9nnQi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHZrH9nnQi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHZrH9nnQi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHZrH9nnQi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHZrH9nnQi .carousel {
  width: 100%;
}
.cid-tHZrH9nnQi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHZrH9nnQi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHZrH9nnQi .modal.fade .modal-dialog,
.cid-tHZrH9nnQi .modal.in .modal-dialog {
  transform: none;
}
.cid-tHZrH9nnQi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHZrH9nnQi H6 {
  text-align: center;
}
.cid-tHZrQMqWkx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHZrQMqWkx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHZrQMqWkx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHZrQMqWkx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHZrQMqWkx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHZrQMqWkx .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-tHZrQMqWkx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHZrQMqWkx .carousel-control,
.cid-tHZrQMqWkx .close {
  background: #1b1b1b;
}
.cid-tHZrQMqWkx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHZrQMqWkx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHZrQMqWkx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHZrQMqWkx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHZrQMqWkx .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-tHZrQMqWkx .close::before {
  content: '\e91a';
}
.cid-tHZrQMqWkx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHZrQMqWkx .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-tHZrQMqWkx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZrQMqWkx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHZrQMqWkx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHZrQMqWkx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHZrQMqWkx .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-tHZrQMqWkx .carousel-indicators li.active,
.cid-tHZrQMqWkx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHZrQMqWkx .carousel-indicators li::after,
.cid-tHZrQMqWkx .carousel-indicators li::before {
  content: none;
}
.cid-tHZrQMqWkx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHZrQMqWkx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHZrQMqWkx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHZrQMqWkx .carousel-indicators {
    display: none;
  }
}
.cid-tHZrQMqWkx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHZrQMqWkx .carousel-inner > .active {
  display: block;
}
.cid-tHZrQMqWkx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHZrQMqWkx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHZrQMqWkx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHZrQMqWkx .carousel-control,
  .cid-tHZrQMqWkx .carousel-indicators,
  .cid-tHZrQMqWkx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHZrQMqWkx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHZrQMqWkx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHZrQMqWkx .carousel-indicators .active,
.cid-tHZrQMqWkx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHZrQMqWkx .carousel-indicators .active {
  background: #fff;
}
.cid-tHZrQMqWkx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHZrQMqWkx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHZrQMqWkx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHZrQMqWkx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHZrQMqWkx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHZrQMqWkx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHZrQMqWkx .carousel {
  width: 100%;
}
.cid-tHZrQMqWkx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHZrQMqWkx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHZrQMqWkx .modal.fade .modal-dialog,
.cid-tHZrQMqWkx .modal.in .modal-dialog {
  transform: none;
}
.cid-tHZrQMqWkx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHZrQMqWkx H6 {
  text-align: center;
}
.cid-tjyXs8Gcik {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjyXs8Gcik nav.navbar {
  position: fixed;
}
.cid-tjyXs8Gcik .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-tjyXs8Gcik .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjyXs8Gcik .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjyXs8Gcik .dropdown-item:hover,
.cid-tjyXs8Gcik .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tjyXs8Gcik .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjyXs8Gcik .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjyXs8Gcik .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjyXs8Gcik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjyXs8Gcik .nav-link {
  position: relative;
}
.cid-tjyXs8Gcik .container {
  display: flex;
  margin: auto;
}
.cid-tjyXs8Gcik .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjyXs8Gcik .dropdown-menu,
.cid-tjyXs8Gcik .navbar.opened {
  background: #ffffff !important;
}
.cid-tjyXs8Gcik .nav-item:focus,
.cid-tjyXs8Gcik .nav-link:focus {
  outline: none;
}
.cid-tjyXs8Gcik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjyXs8Gcik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjyXs8Gcik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjyXs8Gcik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjyXs8Gcik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjyXs8Gcik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjyXs8Gcik .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-tjyXs8Gcik .navbar.opened {
  transition: all 0.3s;
}
.cid-tjyXs8Gcik .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjyXs8Gcik .navbar .navbar-logo img {
  width: auto;
}
.cid-tjyXs8Gcik .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjyXs8Gcik .navbar.collapsed {
  justify-content: center;
}
.cid-tjyXs8Gcik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjyXs8Gcik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjyXs8Gcik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjyXs8Gcik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjyXs8Gcik .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-tjyXs8Gcik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjyXs8Gcik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjyXs8Gcik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjyXs8Gcik .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjyXs8Gcik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjyXs8Gcik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjyXs8Gcik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjyXs8Gcik .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-tjyXs8Gcik .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjyXs8Gcik .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjyXs8Gcik .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjyXs8Gcik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjyXs8Gcik .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjyXs8Gcik .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjyXs8Gcik .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjyXs8Gcik .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjyXs8Gcik .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjyXs8Gcik .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-tjyXs8Gcik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjyXs8Gcik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjyXs8Gcik .dropdown-item.active,
.cid-tjyXs8Gcik .dropdown-item:active {
  background-color: transparent;
}
.cid-tjyXs8Gcik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjyXs8Gcik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjyXs8Gcik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjyXs8Gcik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjyXs8Gcik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjyXs8Gcik .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjyXs8Gcik ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjyXs8Gcik .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjyXs8Gcik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjyXs8Gcik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjyXs8Gcik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjyXs8Gcik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjyXs8Gcik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjyXs8Gcik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjyXs8Gcik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjyXs8Gcik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjyXs8Gcik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjyXs8Gcik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjyXs8Gcik .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjyXs8Gcik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjyXs8Gcik .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-tjyXs8Gcik .navbar {
    height: 70px;
  }
  .cid-tjyXs8Gcik .navbar.opened {
    height: auto;
  }
  .cid-tjyXs8Gcik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjyXs8WcsK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXs8WcsK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXs8WcsK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXs8WcsK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXs8WcsK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXs8WcsK .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-tjyXs8WcsK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXs8WcsK .carousel-control,
.cid-tjyXs8WcsK .close {
  background: #1b1b1b;
}
.cid-tjyXs8WcsK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXs8WcsK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXs8WcsK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXs8WcsK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXs8WcsK .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-tjyXs8WcsK .close::before {
  content: '\e91a';
}
.cid-tjyXs8WcsK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXs8WcsK .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-tjyXs8WcsK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs8WcsK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXs8WcsK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXs8WcsK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXs8WcsK .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-tjyXs8WcsK .carousel-indicators li.active,
.cid-tjyXs8WcsK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXs8WcsK .carousel-indicators li::after,
.cid-tjyXs8WcsK .carousel-indicators li::before {
  content: none;
}
.cid-tjyXs8WcsK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXs8WcsK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXs8WcsK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs8WcsK .carousel-indicators {
    display: none;
  }
}
.cid-tjyXs8WcsK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXs8WcsK .carousel-inner > .active {
  display: block;
}
.cid-tjyXs8WcsK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs8WcsK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXs8WcsK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXs8WcsK .carousel-control,
  .cid-tjyXs8WcsK .carousel-indicators,
  .cid-tjyXs8WcsK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs8WcsK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXs8WcsK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXs8WcsK .carousel-indicators .active,
.cid-tjyXs8WcsK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXs8WcsK .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXs8WcsK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXs8WcsK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXs8WcsK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXs8WcsK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXs8WcsK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXs8WcsK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXs8WcsK .carousel {
  width: 100%;
}
.cid-tjyXs8WcsK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXs8WcsK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXs8WcsK .modal.fade .modal-dialog,
.cid-tjyXs8WcsK .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXs8WcsK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXs8WcsK H6 {
  text-align: center;
}
.cid-tjyXs9h6pd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXs9h6pd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXs9h6pd .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXs9h6pd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXs9h6pd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXs9h6pd .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-tjyXs9h6pd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXs9h6pd .carousel-control,
.cid-tjyXs9h6pd .close {
  background: #1b1b1b;
}
.cid-tjyXs9h6pd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXs9h6pd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXs9h6pd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXs9h6pd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXs9h6pd .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-tjyXs9h6pd .close::before {
  content: '\e91a';
}
.cid-tjyXs9h6pd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXs9h6pd .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-tjyXs9h6pd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs9h6pd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXs9h6pd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXs9h6pd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXs9h6pd .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-tjyXs9h6pd .carousel-indicators li.active,
.cid-tjyXs9h6pd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXs9h6pd .carousel-indicators li::after,
.cid-tjyXs9h6pd .carousel-indicators li::before {
  content: none;
}
.cid-tjyXs9h6pd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXs9h6pd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXs9h6pd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs9h6pd .carousel-indicators {
    display: none;
  }
}
.cid-tjyXs9h6pd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXs9h6pd .carousel-inner > .active {
  display: block;
}
.cid-tjyXs9h6pd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs9h6pd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXs9h6pd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXs9h6pd .carousel-control,
  .cid-tjyXs9h6pd .carousel-indicators,
  .cid-tjyXs9h6pd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs9h6pd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXs9h6pd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXs9h6pd .carousel-indicators .active,
.cid-tjyXs9h6pd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXs9h6pd .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXs9h6pd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXs9h6pd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXs9h6pd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXs9h6pd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXs9h6pd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXs9h6pd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXs9h6pd .carousel {
  width: 100%;
}
.cid-tjyXs9h6pd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXs9h6pd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXs9h6pd .modal.fade .modal-dialog,
.cid-tjyXs9h6pd .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXs9h6pd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXs9h6pd H6 {
  text-align: center;
}
.cid-tjyXs9EqSG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXs9EqSG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXs9EqSG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXs9EqSG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXs9EqSG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXs9EqSG .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-tjyXs9EqSG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXs9EqSG .carousel-control,
.cid-tjyXs9EqSG .close {
  background: #1b1b1b;
}
.cid-tjyXs9EqSG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXs9EqSG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXs9EqSG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXs9EqSG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXs9EqSG .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-tjyXs9EqSG .close::before {
  content: '\e91a';
}
.cid-tjyXs9EqSG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXs9EqSG .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-tjyXs9EqSG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs9EqSG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXs9EqSG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXs9EqSG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXs9EqSG .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-tjyXs9EqSG .carousel-indicators li.active,
.cid-tjyXs9EqSG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXs9EqSG .carousel-indicators li::after,
.cid-tjyXs9EqSG .carousel-indicators li::before {
  content: none;
}
.cid-tjyXs9EqSG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXs9EqSG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXs9EqSG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs9EqSG .carousel-indicators {
    display: none;
  }
}
.cid-tjyXs9EqSG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXs9EqSG .carousel-inner > .active {
  display: block;
}
.cid-tjyXs9EqSG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs9EqSG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXs9EqSG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXs9EqSG .carousel-control,
  .cid-tjyXs9EqSG .carousel-indicators,
  .cid-tjyXs9EqSG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs9EqSG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXs9EqSG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXs9EqSG .carousel-indicators .active,
.cid-tjyXs9EqSG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXs9EqSG .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXs9EqSG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXs9EqSG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXs9EqSG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXs9EqSG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXs9EqSG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXs9EqSG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXs9EqSG .carousel {
  width: 100%;
}
.cid-tjyXs9EqSG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXs9EqSG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXs9EqSG .modal.fade .modal-dialog,
.cid-tjyXs9EqSG .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXs9EqSG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXs9EqSG H6 {
  text-align: center;
}
.cid-tjyXs9YsEk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXs9YsEk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXs9YsEk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXs9YsEk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXs9YsEk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXs9YsEk .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-tjyXs9YsEk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXs9YsEk .carousel-control,
.cid-tjyXs9YsEk .close {
  background: #1b1b1b;
}
.cid-tjyXs9YsEk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXs9YsEk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXs9YsEk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXs9YsEk .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXs9YsEk .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-tjyXs9YsEk .close::before {
  content: '\e91a';
}
.cid-tjyXs9YsEk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXs9YsEk .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-tjyXs9YsEk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs9YsEk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXs9YsEk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXs9YsEk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXs9YsEk .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-tjyXs9YsEk .carousel-indicators li.active,
.cid-tjyXs9YsEk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXs9YsEk .carousel-indicators li::after,
.cid-tjyXs9YsEk .carousel-indicators li::before {
  content: none;
}
.cid-tjyXs9YsEk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXs9YsEk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXs9YsEk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs9YsEk .carousel-indicators {
    display: none;
  }
}
.cid-tjyXs9YsEk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXs9YsEk .carousel-inner > .active {
  display: block;
}
.cid-tjyXs9YsEk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXs9YsEk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXs9YsEk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXs9YsEk .carousel-control,
  .cid-tjyXs9YsEk .carousel-indicators,
  .cid-tjyXs9YsEk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXs9YsEk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXs9YsEk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXs9YsEk .carousel-indicators .active,
.cid-tjyXs9YsEk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXs9YsEk .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXs9YsEk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXs9YsEk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXs9YsEk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXs9YsEk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXs9YsEk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXs9YsEk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXs9YsEk .carousel {
  width: 100%;
}
.cid-tjyXs9YsEk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXs9YsEk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXs9YsEk .modal.fade .modal-dialog,
.cid-tjyXs9YsEk .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXs9YsEk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXs9YsEk H6 {
  text-align: center;
}
.cid-tjyXsas3um {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXsas3um .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXsas3um .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXsas3um .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXsas3um .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXsas3um .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-tjyXsas3um .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXsas3um .carousel-control,
.cid-tjyXsas3um .close {
  background: #1b1b1b;
}
.cid-tjyXsas3um .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXsas3um .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXsas3um .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXsas3um .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXsas3um .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-tjyXsas3um .close::before {
  content: '\e91a';
}
.cid-tjyXsas3um .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXsas3um .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-tjyXsas3um .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsas3um .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXsas3um .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXsas3um .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXsas3um .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-tjyXsas3um .carousel-indicators li.active,
.cid-tjyXsas3um .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXsas3um .carousel-indicators li::after,
.cid-tjyXsas3um .carousel-indicators li::before {
  content: none;
}
.cid-tjyXsas3um .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXsas3um .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXsas3um .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsas3um .carousel-indicators {
    display: none;
  }
}
.cid-tjyXsas3um .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXsas3um .carousel-inner > .active {
  display: block;
}
.cid-tjyXsas3um .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsas3um .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXsas3um .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXsas3um .carousel-control,
  .cid-tjyXsas3um .carousel-indicators,
  .cid-tjyXsas3um .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsas3um .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXsas3um .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXsas3um .carousel-indicators .active,
.cid-tjyXsas3um .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXsas3um .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXsas3um .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXsas3um .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXsas3um .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXsas3um .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXsas3um .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXsas3um .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXsas3um .carousel {
  width: 100%;
}
.cid-tjyXsas3um .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXsas3um .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXsas3um .modal.fade .modal-dialog,
.cid-tjyXsas3um .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXsas3um .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXsas3um H6 {
  text-align: center;
}
.cid-tjyXsaUR6G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXsaUR6G .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXsaUR6G .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXsaUR6G .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXsaUR6G .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXsaUR6G .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-tjyXsaUR6G .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXsaUR6G .carousel-control,
.cid-tjyXsaUR6G .close {
  background: #1b1b1b;
}
.cid-tjyXsaUR6G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXsaUR6G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXsaUR6G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXsaUR6G .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXsaUR6G .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-tjyXsaUR6G .close::before {
  content: '\e91a';
}
.cid-tjyXsaUR6G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXsaUR6G .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-tjyXsaUR6G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsaUR6G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXsaUR6G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXsaUR6G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXsaUR6G .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-tjyXsaUR6G .carousel-indicators li.active,
.cid-tjyXsaUR6G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXsaUR6G .carousel-indicators li::after,
.cid-tjyXsaUR6G .carousel-indicators li::before {
  content: none;
}
.cid-tjyXsaUR6G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXsaUR6G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXsaUR6G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsaUR6G .carousel-indicators {
    display: none;
  }
}
.cid-tjyXsaUR6G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXsaUR6G .carousel-inner > .active {
  display: block;
}
.cid-tjyXsaUR6G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsaUR6G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXsaUR6G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXsaUR6G .carousel-control,
  .cid-tjyXsaUR6G .carousel-indicators,
  .cid-tjyXsaUR6G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsaUR6G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXsaUR6G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXsaUR6G .carousel-indicators .active,
.cid-tjyXsaUR6G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXsaUR6G .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXsaUR6G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXsaUR6G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXsaUR6G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXsaUR6G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXsaUR6G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXsaUR6G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXsaUR6G .carousel {
  width: 100%;
}
.cid-tjyXsaUR6G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXsaUR6G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXsaUR6G .modal.fade .modal-dialog,
.cid-tjyXsaUR6G .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXsaUR6G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXsaUR6G H6 {
  text-align: center;
}
.cid-tjyXsbivaA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXsbivaA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXsbivaA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXsbivaA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXsbivaA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXsbivaA .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-tjyXsbivaA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXsbivaA .carousel-control,
.cid-tjyXsbivaA .close {
  background: #1b1b1b;
}
.cid-tjyXsbivaA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXsbivaA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXsbivaA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXsbivaA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXsbivaA .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-tjyXsbivaA .close::before {
  content: '\e91a';
}
.cid-tjyXsbivaA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXsbivaA .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-tjyXsbivaA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsbivaA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXsbivaA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXsbivaA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXsbivaA .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-tjyXsbivaA .carousel-indicators li.active,
.cid-tjyXsbivaA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXsbivaA .carousel-indicators li::after,
.cid-tjyXsbivaA .carousel-indicators li::before {
  content: none;
}
.cid-tjyXsbivaA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXsbivaA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXsbivaA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsbivaA .carousel-indicators {
    display: none;
  }
}
.cid-tjyXsbivaA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXsbivaA .carousel-inner > .active {
  display: block;
}
.cid-tjyXsbivaA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsbivaA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXsbivaA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXsbivaA .carousel-control,
  .cid-tjyXsbivaA .carousel-indicators,
  .cid-tjyXsbivaA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsbivaA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXsbivaA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXsbivaA .carousel-indicators .active,
.cid-tjyXsbivaA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXsbivaA .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXsbivaA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXsbivaA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXsbivaA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXsbivaA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXsbivaA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXsbivaA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXsbivaA .carousel {
  width: 100%;
}
.cid-tjyXsbivaA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXsbivaA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXsbivaA .modal.fade .modal-dialog,
.cid-tjyXsbivaA .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXsbivaA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXsbivaA H6 {
  text-align: center;
}
.cid-tjyXsbFECg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXsbFECg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXsbFECg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXsbFECg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXsbFECg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXsbFECg .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-tjyXsbFECg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXsbFECg .carousel-control,
.cid-tjyXsbFECg .close {
  background: #1b1b1b;
}
.cid-tjyXsbFECg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXsbFECg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXsbFECg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXsbFECg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXsbFECg .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-tjyXsbFECg .close::before {
  content: '\e91a';
}
.cid-tjyXsbFECg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXsbFECg .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-tjyXsbFECg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsbFECg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXsbFECg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXsbFECg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXsbFECg .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-tjyXsbFECg .carousel-indicators li.active,
.cid-tjyXsbFECg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXsbFECg .carousel-indicators li::after,
.cid-tjyXsbFECg .carousel-indicators li::before {
  content: none;
}
.cid-tjyXsbFECg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXsbFECg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXsbFECg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsbFECg .carousel-indicators {
    display: none;
  }
}
.cid-tjyXsbFECg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXsbFECg .carousel-inner > .active {
  display: block;
}
.cid-tjyXsbFECg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXsbFECg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXsbFECg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXsbFECg .carousel-control,
  .cid-tjyXsbFECg .carousel-indicators,
  .cid-tjyXsbFECg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXsbFECg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXsbFECg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXsbFECg .carousel-indicators .active,
.cid-tjyXsbFECg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXsbFECg .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXsbFECg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXsbFECg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXsbFECg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXsbFECg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXsbFECg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXsbFECg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXsbFECg .carousel {
  width: 100%;
}
.cid-tjyXsbFECg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXsbFECg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXsbFECg .modal.fade .modal-dialog,
.cid-tjyXsbFECg .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXsbFECg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXsbFECg H6 {
  text-align: center;
}
.cid-tjyXXDOdBh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tjyXXDOdBh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tjyXXDOdBh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tjyXXDOdBh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tjyXXDOdBh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjyXXDOdBh .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-tjyXXDOdBh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tjyXXDOdBh .carousel-control,
.cid-tjyXXDOdBh .close {
  background: #1b1b1b;
}
.cid-tjyXXDOdBh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tjyXXDOdBh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tjyXXDOdBh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tjyXXDOdBh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tjyXXDOdBh .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-tjyXXDOdBh .close::before {
  content: '\e91a';
}
.cid-tjyXXDOdBh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tjyXXDOdBh .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-tjyXXDOdBh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXXDOdBh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjyXXDOdBh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjyXXDOdBh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tjyXXDOdBh .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-tjyXXDOdBh .carousel-indicators li.active,
.cid-tjyXXDOdBh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjyXXDOdBh .carousel-indicators li::after,
.cid-tjyXXDOdBh .carousel-indicators li::before {
  content: none;
}
.cid-tjyXXDOdBh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjyXXDOdBh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjyXXDOdBh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tjyXXDOdBh .carousel-indicators {
    display: none;
  }
}
.cid-tjyXXDOdBh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tjyXXDOdBh .carousel-inner > .active {
  display: block;
}
.cid-tjyXXDOdBh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjyXXDOdBh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjyXXDOdBh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tjyXXDOdBh .carousel-control,
  .cid-tjyXXDOdBh .carousel-indicators,
  .cid-tjyXXDOdBh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tjyXXDOdBh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tjyXXDOdBh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tjyXXDOdBh .carousel-indicators .active,
.cid-tjyXXDOdBh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tjyXXDOdBh .carousel-indicators .active {
  background: #fff;
}
.cid-tjyXXDOdBh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tjyXXDOdBh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tjyXXDOdBh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjyXXDOdBh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tjyXXDOdBh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tjyXXDOdBh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tjyXXDOdBh .carousel {
  width: 100%;
}
.cid-tjyXXDOdBh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tjyXXDOdBh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tjyXXDOdBh .modal.fade .modal-dialog,
.cid-tjyXXDOdBh .modal.in .modal-dialog {
  transform: none;
}
.cid-tjyXXDOdBh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tjyXXDOdBh H6 {
  text-align: center;
}
.cid-tjyXscelTV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tjyXscelTV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tjyXscelTV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tjyXscelTV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tjyXscelTV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tjyXscelTV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tjyXscelTV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tjyXscelTV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tjyXscelTV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tjyXscelTV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tjyXscelTV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tjyXscelTV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tjyXscelTV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tjyXscelTV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tjyXscelTV .media-container-row .row-copirayt p {
  width: 100%;
}
