.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Heavitas';
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-2 {
  font-family: 'Heavitas';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: 'Heavitas';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #22a5e5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #22a5e5 !important;
  border-color: #22a5e5 !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: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #22a5e5;
  color: #22a5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: #13709e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #22a5e5 !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: #cccccc !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: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #116690 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #22a5e5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: '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: #ffffff !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: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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='%23ffffff' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u7zhWmn4Sw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7zt4oHRQW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7zt4oHRQW .mbr-text {
  text-align: center;
}
.cid-vcaqSRD4y4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcaqSRD4y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcaqSRD4y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcaqSRD4y4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcaqSRD4y4 .row {
  flex-direction: row-reverse;
}
.cid-vcaqSRD4y4 img {
  width: 100%;
}
.cid-uF4hxwhaoP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGc0TE8iuC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugyCEh0mri {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugyCEh0mri .video-wrapper iframe {
  width: 100%;
}
.cid-ugyCEh0mri .mbr-section-title,
.cid-ugyCEh0mri .mbr-section-subtitle,
.cid-ugyCEh0mri .mbr-text {
  text-align: center;
}
.cid-v8beTCtIDF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8c9Oe0xUt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8c9Oe0xUt .video-wrapper iframe {
  width: 100%;
}
.cid-v8c9Oe0xUt .mbr-section-title,
.cid-v8c9Oe0xUt .mbr-section-subtitle,
.cid-v8c9Oe0xUt .mbr-text {
  text-align: center;
}
.cid-v8aZ6dbTuU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8aZ6dbTuU iframe,
.cid-v8aZ6dbTuU img,
.cid-v8aZ6dbTuU video {
  width: 100%;
}
.cid-v8aZ6dbTuU .mbr-media {
  position: relative;
}
.cid-v8aZ6dbTuU .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v8aZ6dbTuU .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v8aZ6dbTuU .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v8aZ6dbTuU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v8aZ6dbTuU .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v8aZ6dbTuU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v8aZ6dbTuU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v8aZ6dbTuU .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8aZ6dbTuU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8aZ6QMOP1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8aZ6QMOP1 iframe,
.cid-v8aZ6QMOP1 img,
.cid-v8aZ6QMOP1 video {
  width: 100%;
}
.cid-v8aZ6QMOP1 .mbr-media {
  position: relative;
}
.cid-v8aZ6QMOP1 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v8aZ6QMOP1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v8aZ6QMOP1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v8aZ6QMOP1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v8aZ6QMOP1 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v8aZ6QMOP1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v8aZ6QMOP1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v8aZ6QMOP1 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8aZ6QMOP1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5In8sQ5Mi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5In8sQ5Mi .media-container-row {
  justify-content: space-between;
}
.cid-u5In8sQ5Mi .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u5In8sQ5Mi .text-content {
    max-width: none;
  }
}
.cid-u5In8sQ5Mi .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-u5In8sQ5Mi .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u5In8sQ5Mi .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u5In8sQ5Mi .icons {
    justify-content: center !important;
  }
  .cid-u5In8sQ5Mi .text-content * {
    text-align: center;
  }
}
.cid-u5InyWaCBZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/291183976-1421626981596190-8985416305576685619-n-1620x1080.jpg");
}
@media (max-width: 767px) {
  .cid-u5InyWaCBZ .content {
    text-align: center;
  }
  .cid-u5InyWaCBZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u5InyWaCBZ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u5InyWaCBZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u5InyWaCBZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u5InyWaCBZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-u5InyWaCBZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u5InyWaCBZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u5InyWaCBZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5InyWaCBZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5InyWaCBZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5InyWaCBZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u5InyWaCBZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u5InyWaCBZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u5InyWaCBZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5InyWaCBZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5InyWaCBZ .list {
  list-style-type: none;
  padding: 0;
}
.cid-uF4gJ7xMBC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ7N6xO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ7VOiL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uF4gJ7VOiL .video-wrapper iframe {
  width: 100%;
}
.cid-uF4gJ7VOiL .mbr-section-title,
.cid-uF4gJ7VOiL .mbr-section-subtitle,
.cid-uF4gJ7VOiL .mbr-text {
  text-align: center;
}
.cid-uF4gJ86qKj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ86qKj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF4gJ86qKj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uF4gJ86qKj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uF4gJ86qKj .mbr-text,
.cid-uF4gJ86qKj .mbr-section-btn {
  color: #000000;
}
.cid-uF4gJ86qKj .mbr-section-title {
  color: #232323;
}
.cid-uF4gJ8lF1Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF4gJ8lF1Y .media-container-row {
  justify-content: space-between;
}
.cid-uF4gJ8lF1Y .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uF4gJ8lF1Y .text-content {
    max-width: none;
  }
}
.cid-uF4gJ8lF1Y .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-uF4gJ8lF1Y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uF4gJ8lF1Y .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uF4gJ8lF1Y .icons {
    justify-content: center !important;
  }
  .cid-uF4gJ8lF1Y .text-content * {
    text-align: center;
  }
}
.cid-uF4gJ8Deh3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF4gJ8Deh3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF4gJ8Deh3 .row {
  flex-direction: row-reverse;
}
.cid-uF4gJ8Deh3 img {
  width: 100%;
}
.cid-uF4gJ8LJkC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF4gJ8LJkC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF4gJ8LJkC .row {
  flex-direction: row-reverse;
}
.cid-uF4gJ8LJkC img {
  width: 100%;
}
.cid-uF4gJ8TpyL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ8TpyL img,
.cid-uF4gJ8TpyL .item-img {
  width: 100%;
}
.cid-uF4gJ8TpyL .item:focus,
.cid-uF4gJ8TpyL span:focus {
  outline: none;
}
.cid-uF4gJ8TpyL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uF4gJ8TpyL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uF4gJ8TpyL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uF4gJ8TpyL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJ8TpyL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uF4gJ8TpyL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uF4gJ8TpyL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF4gJ8TpyL .mbr-section-title {
  color: #232323;
}
.cid-uF4gJ8TpyL .mbr-text,
.cid-uF4gJ8TpyL .mbr-section-btn {
  text-align: left;
}
.cid-uF4gJ8TpyL .item-title {
  text-align: left;
}
.cid-uF4gJ8TpyL .item-subtitle {
  text-align: left;
}
.cid-uF4gJ9cnzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ9cnzJ img,
.cid-uF4gJ9cnzJ .item-img {
  width: 100%;
}
.cid-uF4gJ9cnzJ .item:focus,
.cid-uF4gJ9cnzJ span:focus {
  outline: none;
}
.cid-uF4gJ9cnzJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uF4gJ9cnzJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uF4gJ9cnzJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uF4gJ9cnzJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJ9cnzJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uF4gJ9cnzJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uF4gJ9cnzJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF4gJ9cnzJ .mbr-section-title {
  color: #232323;
}
.cid-uF4gJ9cnzJ .mbr-text,
.cid-uF4gJ9cnzJ .mbr-section-btn {
  text-align: left;
}
.cid-uF4gJ9cnzJ .item-title {
  text-align: left;
}
.cid-uF4gJ9cnzJ .item-subtitle {
  text-align: left;
}
.cid-uF4gJ9tOOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ9tOOA img,
.cid-uF4gJ9tOOA .item-img {
  width: 100%;
}
.cid-uF4gJ9tOOA .item:focus,
.cid-uF4gJ9tOOA span:focus {
  outline: none;
}
.cid-uF4gJ9tOOA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uF4gJ9tOOA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uF4gJ9tOOA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJ9tOOA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uF4gJ9tOOA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF4gJ9tOOA .mbr-section-title {
  color: #232323;
}
.cid-uF4gJ9tOOA .mbr-text,
.cid-uF4gJ9tOOA .mbr-section-btn {
  text-align: left;
}
.cid-uF4gJ9tOOA .item-title {
  text-align: left;
}
.cid-uF4gJ9tOOA .item-subtitle {
  text-align: left;
}
.cid-uF4gJ9LLJH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJ9LLJH img,
.cid-uF4gJ9LLJH .item-img {
  width: 100%;
}
.cid-uF4gJ9LLJH .item:focus,
.cid-uF4gJ9LLJH span:focus {
  outline: none;
}
.cid-uF4gJ9LLJH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uF4gJ9LLJH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uF4gJ9LLJH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJ9LLJH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uF4gJ9LLJH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uF4gJ9LLJH .mbr-section-title {
  color: #232323;
}
.cid-uF4gJ9LLJH .mbr-text,
.cid-uF4gJ9LLJH .mbr-section-btn {
  text-align: left;
}
.cid-uF4gJ9LLJH .item-title {
  text-align: left;
  color: #000000;
}
.cid-uF4gJ9LLJH .item-subtitle {
  text-align: left;
}
.cid-uF4gJa1IOF {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uF4gJa1IOF .carousel {
  width: 100%;
}
.cid-uF4gJa1IOF .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uF4gJa1IOF .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uF4gJa1IOF .mbr-overlay {
  z-index: 1;
}
.cid-uF4gJa1IOF .carousel-caption {
  bottom: 40px;
}
.cid-uF4gJa1IOF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uF4gJa1IOF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uF4gJa1IOF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uF4gJa1IOF .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF4gJa1IOF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uF4gJa1IOF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uF4gJa1IOF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uF4gJa1IOF .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-uF4gJa1IOF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJa1IOF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJa1IOF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJa1IOF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uF4gJa1IOF .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-uF4gJa1IOF .carousel-indicators li.active,
.cid-uF4gJa1IOF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJa1IOF .carousel-indicators li::after,
.cid-uF4gJa1IOF .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJa1IOF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJa1IOF .carousel-indicators {
    display: none !important;
  }
}
.cid-uF4gJaIwVl {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uF4gJaIwVl .video-wrapper iframe {
  width: 100%;
}
.cid-uF4gJaIwVl .mbr-section-title,
.cid-uF4gJaIwVl .mbr-section-subtitle,
.cid-uF4gJaIwVl .mbr-text {
  text-align: center;
}
.cid-uF4gJaWBob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uF4gJaWBob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF4gJaWBob .row {
  flex-direction: row-reverse;
}
.cid-uF4gJaWBob img {
  width: 100%;
}
.cid-uF4gJb53Iq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJb53Iq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF4gJb53Iq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uF4gJb53Iq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uF4gJb53Iq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uF4gJbjY32 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJbjY32 .line {
  background-color: #ffd008;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF4gJbvlId {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJbvlId .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJbvlId .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJbvlId .item-wrapper {
  position: relative;
}
.cid-uF4gJbvlId .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-uF4gJbvlId .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJbvlId .carousel-control,
.cid-uF4gJbvlId .close {
  background: #1b1b1b;
}
.cid-uF4gJbvlId .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJbvlId .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJbvlId .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJbvlId .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJbvlId .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-uF4gJbvlId .close::before {
  content: '\e91a';
}
.cid-uF4gJbvlId .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJbvlId .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-uF4gJbvlId .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJbvlId .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJbvlId .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJbvlId .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJbvlId .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-uF4gJbvlId .carousel-indicators li.active,
.cid-uF4gJbvlId .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJbvlId .carousel-indicators li::after,
.cid-uF4gJbvlId .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJbvlId .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJbvlId .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJbvlId .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJbvlId .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJbvlId .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJbvlId .carousel-inner > .active {
  display: block;
}
.cid-uF4gJbvlId .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJbvlId .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJbvlId .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJbvlId .carousel-control,
  .cid-uF4gJbvlId .carousel-indicators,
  .cid-uF4gJbvlId .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJbvlId .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJbvlId .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJbvlId .carousel-indicators .active,
.cid-uF4gJbvlId .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJbvlId .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJbvlId .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJbvlId .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJbvlId .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJbvlId .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJbvlId .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJbvlId .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJbvlId .carousel {
  width: 100%;
}
.cid-uF4gJbvlId .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJbvlId .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJbvlId .modal.fade .modal-dialog,
.cid-uF4gJbvlId .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJbvlId .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJbvlId H6 {
  text-align: center;
}
.cid-uF4gJbTLdE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJbTLdE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJbTLdE .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJbTLdE .item-wrapper {
  position: relative;
}
.cid-uF4gJbTLdE .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-uF4gJbTLdE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJbTLdE .carousel-control,
.cid-uF4gJbTLdE .close {
  background: #1b1b1b;
}
.cid-uF4gJbTLdE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJbTLdE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJbTLdE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJbTLdE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJbTLdE .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-uF4gJbTLdE .close::before {
  content: '\e91a';
}
.cid-uF4gJbTLdE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJbTLdE .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-uF4gJbTLdE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJbTLdE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJbTLdE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJbTLdE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJbTLdE .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-uF4gJbTLdE .carousel-indicators li.active,
.cid-uF4gJbTLdE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJbTLdE .carousel-indicators li::after,
.cid-uF4gJbTLdE .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJbTLdE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJbTLdE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJbTLdE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJbTLdE .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJbTLdE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJbTLdE .carousel-inner > .active {
  display: block;
}
.cid-uF4gJbTLdE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJbTLdE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJbTLdE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJbTLdE .carousel-control,
  .cid-uF4gJbTLdE .carousel-indicators,
  .cid-uF4gJbTLdE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJbTLdE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJbTLdE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJbTLdE .carousel-indicators .active,
.cid-uF4gJbTLdE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJbTLdE .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJbTLdE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJbTLdE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJbTLdE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJbTLdE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJbTLdE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJbTLdE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJbTLdE .carousel {
  width: 100%;
}
.cid-uF4gJbTLdE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJbTLdE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJbTLdE .modal.fade .modal-dialog,
.cid-uF4gJbTLdE .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJbTLdE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJbTLdE H6 {
  text-align: center;
}
.cid-uF4gJccRWq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJccRWq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJccRWq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJccRWq .item-wrapper {
  position: relative;
}
.cid-uF4gJccRWq .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-uF4gJccRWq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJccRWq .carousel-control,
.cid-uF4gJccRWq .close {
  background: #1b1b1b;
}
.cid-uF4gJccRWq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJccRWq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJccRWq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJccRWq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJccRWq .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-uF4gJccRWq .close::before {
  content: '\e91a';
}
.cid-uF4gJccRWq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJccRWq .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-uF4gJccRWq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJccRWq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJccRWq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJccRWq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJccRWq .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-uF4gJccRWq .carousel-indicators li.active,
.cid-uF4gJccRWq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJccRWq .carousel-indicators li::after,
.cid-uF4gJccRWq .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJccRWq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJccRWq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJccRWq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJccRWq .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJccRWq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJccRWq .carousel-inner > .active {
  display: block;
}
.cid-uF4gJccRWq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJccRWq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJccRWq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJccRWq .carousel-control,
  .cid-uF4gJccRWq .carousel-indicators,
  .cid-uF4gJccRWq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJccRWq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJccRWq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJccRWq .carousel-indicators .active,
.cid-uF4gJccRWq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJccRWq .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJccRWq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJccRWq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJccRWq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJccRWq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJccRWq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJccRWq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJccRWq .carousel {
  width: 100%;
}
.cid-uF4gJccRWq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJccRWq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJccRWq .modal.fade .modal-dialog,
.cid-uF4gJccRWq .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJccRWq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJccRWq H6 {
  text-align: center;
}
.cid-uF4gJcAxDm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJcAxDm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJcAxDm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJcAxDm .item-wrapper {
  position: relative;
}
.cid-uF4gJcAxDm .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-uF4gJcAxDm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJcAxDm .carousel-control,
.cid-uF4gJcAxDm .close {
  background: #1b1b1b;
}
.cid-uF4gJcAxDm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJcAxDm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJcAxDm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJcAxDm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJcAxDm .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-uF4gJcAxDm .close::before {
  content: '\e91a';
}
.cid-uF4gJcAxDm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJcAxDm .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-uF4gJcAxDm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJcAxDm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJcAxDm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJcAxDm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJcAxDm .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-uF4gJcAxDm .carousel-indicators li.active,
.cid-uF4gJcAxDm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJcAxDm .carousel-indicators li::after,
.cid-uF4gJcAxDm .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJcAxDm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJcAxDm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJcAxDm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJcAxDm .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJcAxDm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJcAxDm .carousel-inner > .active {
  display: block;
}
.cid-uF4gJcAxDm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJcAxDm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJcAxDm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJcAxDm .carousel-control,
  .cid-uF4gJcAxDm .carousel-indicators,
  .cid-uF4gJcAxDm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJcAxDm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJcAxDm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJcAxDm .carousel-indicators .active,
.cid-uF4gJcAxDm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJcAxDm .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJcAxDm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJcAxDm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJcAxDm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJcAxDm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJcAxDm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJcAxDm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJcAxDm .carousel {
  width: 100%;
}
.cid-uF4gJcAxDm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJcAxDm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJcAxDm .modal.fade .modal-dialog,
.cid-uF4gJcAxDm .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJcAxDm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJcAxDm H6 {
  text-align: center;
}
.cid-uF4gJcSk0d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJcSk0d .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJcSk0d .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJcSk0d .item-wrapper {
  position: relative;
}
.cid-uF4gJcSk0d .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-uF4gJcSk0d .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJcSk0d .carousel-control,
.cid-uF4gJcSk0d .close {
  background: #1b1b1b;
}
.cid-uF4gJcSk0d .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJcSk0d .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJcSk0d .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJcSk0d .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJcSk0d .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-uF4gJcSk0d .close::before {
  content: '\e91a';
}
.cid-uF4gJcSk0d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJcSk0d .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-uF4gJcSk0d .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJcSk0d .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJcSk0d .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJcSk0d .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJcSk0d .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-uF4gJcSk0d .carousel-indicators li.active,
.cid-uF4gJcSk0d .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJcSk0d .carousel-indicators li::after,
.cid-uF4gJcSk0d .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJcSk0d .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJcSk0d .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJcSk0d .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJcSk0d .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJcSk0d .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJcSk0d .carousel-inner > .active {
  display: block;
}
.cid-uF4gJcSk0d .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJcSk0d .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJcSk0d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJcSk0d .carousel-control,
  .cid-uF4gJcSk0d .carousel-indicators,
  .cid-uF4gJcSk0d .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJcSk0d .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJcSk0d .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJcSk0d .carousel-indicators .active,
.cid-uF4gJcSk0d .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJcSk0d .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJcSk0d .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJcSk0d .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJcSk0d .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJcSk0d .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJcSk0d .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJcSk0d .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJcSk0d .carousel {
  width: 100%;
}
.cid-uF4gJcSk0d .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJcSk0d .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJcSk0d .modal.fade .modal-dialog,
.cid-uF4gJcSk0d .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJcSk0d .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJcSk0d H6 {
  text-align: center;
}
.cid-uF4gJd9XDT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJd9XDT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJd9XDT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJd9XDT .item-wrapper {
  position: relative;
}
.cid-uF4gJd9XDT .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-uF4gJd9XDT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJd9XDT .carousel-control,
.cid-uF4gJd9XDT .close {
  background: #1b1b1b;
}
.cid-uF4gJd9XDT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJd9XDT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJd9XDT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJd9XDT .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJd9XDT .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-uF4gJd9XDT .close::before {
  content: '\e91a';
}
.cid-uF4gJd9XDT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJd9XDT .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-uF4gJd9XDT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJd9XDT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJd9XDT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJd9XDT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJd9XDT .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-uF4gJd9XDT .carousel-indicators li.active,
.cid-uF4gJd9XDT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJd9XDT .carousel-indicators li::after,
.cid-uF4gJd9XDT .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJd9XDT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJd9XDT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJd9XDT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJd9XDT .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJd9XDT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJd9XDT .carousel-inner > .active {
  display: block;
}
.cid-uF4gJd9XDT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJd9XDT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJd9XDT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJd9XDT .carousel-control,
  .cid-uF4gJd9XDT .carousel-indicators,
  .cid-uF4gJd9XDT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJd9XDT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJd9XDT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJd9XDT .carousel-indicators .active,
.cid-uF4gJd9XDT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJd9XDT .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJd9XDT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJd9XDT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJd9XDT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJd9XDT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJd9XDT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJd9XDT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJd9XDT .carousel {
  width: 100%;
}
.cid-uF4gJd9XDT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJd9XDT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJd9XDT .modal.fade .modal-dialog,
.cid-uF4gJd9XDT .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJd9XDT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJd9XDT H6 {
  text-align: center;
}
.cid-uF4gJdueeP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJdueeP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJdueeP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJdueeP .item-wrapper {
  position: relative;
}
.cid-uF4gJdueeP .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-uF4gJdueeP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJdueeP .carousel-control,
.cid-uF4gJdueeP .close {
  background: #1b1b1b;
}
.cid-uF4gJdueeP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJdueeP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJdueeP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJdueeP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJdueeP .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-uF4gJdueeP .close::before {
  content: '\e91a';
}
.cid-uF4gJdueeP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJdueeP .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-uF4gJdueeP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJdueeP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJdueeP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJdueeP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJdueeP .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-uF4gJdueeP .carousel-indicators li.active,
.cid-uF4gJdueeP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJdueeP .carousel-indicators li::after,
.cid-uF4gJdueeP .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJdueeP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJdueeP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJdueeP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJdueeP .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJdueeP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJdueeP .carousel-inner > .active {
  display: block;
}
.cid-uF4gJdueeP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJdueeP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJdueeP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJdueeP .carousel-control,
  .cid-uF4gJdueeP .carousel-indicators,
  .cid-uF4gJdueeP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJdueeP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJdueeP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJdueeP .carousel-indicators .active,
.cid-uF4gJdueeP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJdueeP .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJdueeP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJdueeP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJdueeP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJdueeP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJdueeP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJdueeP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJdueeP .carousel {
  width: 100%;
}
.cid-uF4gJdueeP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJdueeP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJdueeP .modal.fade .modal-dialog,
.cid-uF4gJdueeP .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJdueeP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJdueeP H6 {
  text-align: center;
}
.cid-uF4gJdQ5ee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJdQ5ee .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJdQ5ee .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJdQ5ee .item-wrapper {
  position: relative;
}
.cid-uF4gJdQ5ee .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-uF4gJdQ5ee .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJdQ5ee .carousel-control,
.cid-uF4gJdQ5ee .close {
  background: #1b1b1b;
}
.cid-uF4gJdQ5ee .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJdQ5ee .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJdQ5ee .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJdQ5ee .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJdQ5ee .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-uF4gJdQ5ee .close::before {
  content: '\e91a';
}
.cid-uF4gJdQ5ee .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJdQ5ee .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-uF4gJdQ5ee .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJdQ5ee .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJdQ5ee .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJdQ5ee .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJdQ5ee .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-uF4gJdQ5ee .carousel-indicators li.active,
.cid-uF4gJdQ5ee .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJdQ5ee .carousel-indicators li::after,
.cid-uF4gJdQ5ee .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJdQ5ee .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJdQ5ee .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJdQ5ee .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJdQ5ee .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJdQ5ee .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJdQ5ee .carousel-inner > .active {
  display: block;
}
.cid-uF4gJdQ5ee .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJdQ5ee .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJdQ5ee .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJdQ5ee .carousel-control,
  .cid-uF4gJdQ5ee .carousel-indicators,
  .cid-uF4gJdQ5ee .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJdQ5ee .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJdQ5ee .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJdQ5ee .carousel-indicators .active,
.cid-uF4gJdQ5ee .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJdQ5ee .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJdQ5ee .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJdQ5ee .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJdQ5ee .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJdQ5ee .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJdQ5ee .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJdQ5ee .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJdQ5ee .carousel {
  width: 100%;
}
.cid-uF4gJdQ5ee .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJdQ5ee .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJdQ5ee .modal.fade .modal-dialog,
.cid-uF4gJdQ5ee .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJdQ5ee .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJdQ5ee H6 {
  text-align: center;
}
.cid-uF4gJed4TQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJed4TQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJed4TQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJed4TQ .item-wrapper {
  position: relative;
}
.cid-uF4gJed4TQ .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-uF4gJed4TQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJed4TQ .carousel-control,
.cid-uF4gJed4TQ .close {
  background: #1b1b1b;
}
.cid-uF4gJed4TQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJed4TQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJed4TQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJed4TQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJed4TQ .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-uF4gJed4TQ .close::before {
  content: '\e91a';
}
.cid-uF4gJed4TQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJed4TQ .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-uF4gJed4TQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJed4TQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJed4TQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJed4TQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJed4TQ .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-uF4gJed4TQ .carousel-indicators li.active,
.cid-uF4gJed4TQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJed4TQ .carousel-indicators li::after,
.cid-uF4gJed4TQ .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJed4TQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJed4TQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJed4TQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJed4TQ .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJed4TQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJed4TQ .carousel-inner > .active {
  display: block;
}
.cid-uF4gJed4TQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJed4TQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJed4TQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJed4TQ .carousel-control,
  .cid-uF4gJed4TQ .carousel-indicators,
  .cid-uF4gJed4TQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJed4TQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJed4TQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJed4TQ .carousel-indicators .active,
.cid-uF4gJed4TQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJed4TQ .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJed4TQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJed4TQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJed4TQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJed4TQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJed4TQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJed4TQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJed4TQ .carousel {
  width: 100%;
}
.cid-uF4gJed4TQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJed4TQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJed4TQ .modal.fade .modal-dialog,
.cid-uF4gJed4TQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJed4TQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJed4TQ H6 {
  text-align: center;
}
.cid-uF4gJexeFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJexeFg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJexeFg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJexeFg .item-wrapper {
  position: relative;
}
.cid-uF4gJexeFg .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-uF4gJexeFg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJexeFg .carousel-control,
.cid-uF4gJexeFg .close {
  background: #1b1b1b;
}
.cid-uF4gJexeFg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJexeFg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJexeFg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJexeFg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJexeFg .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-uF4gJexeFg .close::before {
  content: '\e91a';
}
.cid-uF4gJexeFg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJexeFg .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-uF4gJexeFg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJexeFg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJexeFg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJexeFg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJexeFg .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-uF4gJexeFg .carousel-indicators li.active,
.cid-uF4gJexeFg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJexeFg .carousel-indicators li::after,
.cid-uF4gJexeFg .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJexeFg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJexeFg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJexeFg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJexeFg .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJexeFg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJexeFg .carousel-inner > .active {
  display: block;
}
.cid-uF4gJexeFg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJexeFg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJexeFg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJexeFg .carousel-control,
  .cid-uF4gJexeFg .carousel-indicators,
  .cid-uF4gJexeFg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJexeFg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJexeFg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJexeFg .carousel-indicators .active,
.cid-uF4gJexeFg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJexeFg .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJexeFg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJexeFg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJexeFg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJexeFg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJexeFg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJexeFg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJexeFg .carousel {
  width: 100%;
}
.cid-uF4gJexeFg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJexeFg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJexeFg .modal.fade .modal-dialog,
.cid-uF4gJexeFg .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJexeFg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJexeFg H6 {
  text-align: center;
}
.cid-uF4gJeOnlt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJeOnlt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJeOnlt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJeOnlt .item-wrapper {
  position: relative;
}
.cid-uF4gJeOnlt .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-uF4gJeOnlt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJeOnlt .carousel-control,
.cid-uF4gJeOnlt .close {
  background: #1b1b1b;
}
.cid-uF4gJeOnlt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJeOnlt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJeOnlt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJeOnlt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJeOnlt .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-uF4gJeOnlt .close::before {
  content: '\e91a';
}
.cid-uF4gJeOnlt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJeOnlt .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-uF4gJeOnlt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJeOnlt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJeOnlt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJeOnlt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJeOnlt .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-uF4gJeOnlt .carousel-indicators li.active,
.cid-uF4gJeOnlt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJeOnlt .carousel-indicators li::after,
.cid-uF4gJeOnlt .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJeOnlt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJeOnlt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJeOnlt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJeOnlt .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJeOnlt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJeOnlt .carousel-inner > .active {
  display: block;
}
.cid-uF4gJeOnlt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJeOnlt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJeOnlt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJeOnlt .carousel-control,
  .cid-uF4gJeOnlt .carousel-indicators,
  .cid-uF4gJeOnlt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJeOnlt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJeOnlt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJeOnlt .carousel-indicators .active,
.cid-uF4gJeOnlt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJeOnlt .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJeOnlt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJeOnlt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJeOnlt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJeOnlt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJeOnlt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJeOnlt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJeOnlt .carousel {
  width: 100%;
}
.cid-uF4gJeOnlt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJeOnlt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJeOnlt .modal.fade .modal-dialog,
.cid-uF4gJeOnlt .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJeOnlt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJeOnlt H6 {
  text-align: center;
}
.cid-uF4gJfbYHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJfbYHt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJfbYHt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJfbYHt .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uF4gJfbYHt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uF4gJfbYHt .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-uF4gJfbYHt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJfbYHt .carousel-control,
.cid-uF4gJfbYHt .close {
  background: #1b1b1b;
}
.cid-uF4gJfbYHt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJfbYHt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJfbYHt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJfbYHt .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJfbYHt .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-uF4gJfbYHt .close::before {
  content: '\e91a';
}
.cid-uF4gJfbYHt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJfbYHt .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-uF4gJfbYHt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJfbYHt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJfbYHt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJfbYHt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJfbYHt .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-uF4gJfbYHt .carousel-indicators li.active,
.cid-uF4gJfbYHt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJfbYHt .carousel-indicators li::after,
.cid-uF4gJfbYHt .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJfbYHt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJfbYHt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJfbYHt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJfbYHt .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJfbYHt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJfbYHt .carousel-inner > .active {
  display: block;
}
.cid-uF4gJfbYHt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJfbYHt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJfbYHt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJfbYHt .carousel-control,
  .cid-uF4gJfbYHt .carousel-indicators,
  .cid-uF4gJfbYHt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJfbYHt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJfbYHt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJfbYHt .carousel-indicators .active,
.cid-uF4gJfbYHt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJfbYHt .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJfbYHt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJfbYHt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJfbYHt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJfbYHt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJfbYHt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJfbYHt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJfbYHt .carousel {
  width: 100%;
}
.cid-uF4gJfbYHt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJfbYHt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJfbYHt .modal.fade .modal-dialog,
.cid-uF4gJfbYHt .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJfbYHt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJfbYHt H6 {
  text-align: center;
}
.cid-uF4gJfycbX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4gJfycbX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uF4gJfycbX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uF4gJfycbX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uF4gJfycbX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uF4gJfycbX .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-uF4gJfycbX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uF4gJfycbX .carousel-control,
.cid-uF4gJfycbX .close {
  background: #1b1b1b;
}
.cid-uF4gJfycbX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uF4gJfycbX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uF4gJfycbX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uF4gJfycbX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uF4gJfycbX .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-uF4gJfycbX .close::before {
  content: '\e91a';
}
.cid-uF4gJfycbX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uF4gJfycbX .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-uF4gJfycbX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJfycbX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uF4gJfycbX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uF4gJfycbX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uF4gJfycbX .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-uF4gJfycbX .carousel-indicators li.active,
.cid-uF4gJfycbX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uF4gJfycbX .carousel-indicators li::after,
.cid-uF4gJfycbX .carousel-indicators li::before {
  content: none;
}
.cid-uF4gJfycbX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uF4gJfycbX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uF4gJfycbX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJfycbX .carousel-indicators {
    display: none;
  }
}
.cid-uF4gJfycbX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uF4gJfycbX .carousel-inner > .active {
  display: block;
}
.cid-uF4gJfycbX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uF4gJfycbX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uF4gJfycbX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uF4gJfycbX .carousel-control,
  .cid-uF4gJfycbX .carousel-indicators,
  .cid-uF4gJfycbX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uF4gJfycbX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uF4gJfycbX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uF4gJfycbX .carousel-indicators .active,
.cid-uF4gJfycbX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uF4gJfycbX .carousel-indicators .active {
  background: #fff;
}
.cid-uF4gJfycbX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uF4gJfycbX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uF4gJfycbX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uF4gJfycbX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uF4gJfycbX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uF4gJfycbX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uF4gJfycbX .carousel {
  width: 100%;
}
.cid-uF4gJfycbX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uF4gJfycbX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uF4gJfycbX .modal.fade .modal-dialog,
.cid-uF4gJfycbX .modal.in .modal-dialog {
  transform: none;
}
.cid-uF4gJfycbX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uF4gJfycbX H6 {
  text-align: center;
}
.cid-uF4gJfZPJx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/291183976-1421626981596190-8985416305576685619-n-1620x1080.jpg");
}
@media (max-width: 767px) {
  .cid-uF4gJfZPJx .content {
    text-align: center;
  }
  .cid-uF4gJfZPJx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uF4gJfZPJx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uF4gJfZPJx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF4gJfZPJx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uF4gJfZPJx .google-map {
  height: 25rem;
  position: relative;
}
.cid-uF4gJfZPJx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF4gJfZPJx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF4gJfZPJx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF4gJfZPJx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF4gJfZPJx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF4gJfZPJx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uF4gJfZPJx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uF4gJfZPJx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uF4gJfZPJx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF4gJfZPJx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF4gJfZPJx .list {
  list-style-type: none;
  padding: 0;
}
