section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #bbbbbb !important;
}
.bg-success {
  background-color: #dc3b0f !important;
}
.bg-info {
  background-color: #140f51 !important;
}
.bg-warning {
  background-color: #e0c305 !important;
}
.bg-danger {
  background-color: #d04528 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7b7a7a !important;
  border-color: #7b7a7a !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: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-info,
.btn-info:active {
  background-color: #140f51 !important;
  border-color: #140f51 !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: #020108 !important;
  border-color: #020108 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #020108 !important;
  border-color: #020108 !important;
}
.btn-success,
.btn-success:active {
  background-color: #dc3b0f !important;
  border-color: #dc3b0f !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: #8b2509 !important;
  border-color: #8b2509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8b2509 !important;
  border-color: #8b2509 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0c305 !important;
  border-color: #e0c305 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #8b7903 !important;
  border-color: #8b7903 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8b7903 !important;
  border-color: #8b7903 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d04528 !important;
  border-color: #d04528 !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: #872d1a !important;
  border-color: #872d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #872d1a !important;
  border-color: #872d1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7b7a7a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4f4f4f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7b7a7a !important;
  border-color: #7b7a7a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #140f51;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #020108 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #140f51 !important;
  border-color: #140f51 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc3b0f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8b2509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dc3b0f !important;
  border-color: #dc3b0f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0c305;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b7903 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0c305 !important;
  border-color: #e0c305 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d04528;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #872d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d04528 !important;
  border-color: #d04528 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #7b7a7a !important;
}
.text-success {
  color: #dc3b0f !important;
}
.text-info {
  color: #140f51 !important;
}
.text-warning {
  color: #e0c305 !important;
}
.text-danger {
  color: #d04528 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #484747 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7d2108 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c6c03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2918 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #140f51;
}
.alert-warning {
  background-color: #e0c305;
}
.alert-danger {
  background-color: #d04528;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #facabd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6d63e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf4b4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6d5ce;
}
/* 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: #bbbbbb !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: #bbbbbb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.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: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.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: #bbbbbb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7b7a7a !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='%23bbbbbb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sgqTgMWixd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgqTgMWixd nav.navbar {
  position: fixed;
}
.cid-sgqTgMWixd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqTgMWixd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqTgMWixd .dropdown-item:hover,
.cid-sgqTgMWixd .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sgqTgMWixd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqTgMWixd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqTgMWixd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqTgMWixd .nav-link {
  position: relative;
}
.cid-sgqTgMWixd .container {
  display: flex;
  margin: auto;
}
.cid-sgqTgMWixd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown-menu,
.cid-sgqTgMWixd .navbar.opened {
  background: #ffffff !important;
}
.cid-sgqTgMWixd .nav-item:focus,
.cid-sgqTgMWixd .nav-link:focus {
  outline: none;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqTgMWixd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqTgMWixd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqTgMWixd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqTgMWixd .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqTgMWixd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar.collapsed {
  justify-content: center;
}
.cid-sgqTgMWixd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqTgMWixd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqTgMWixd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqTgMWixd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqTgMWixd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqTgMWixd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqTgMWixd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqTgMWixd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqTgMWixd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqTgMWixd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqTgMWixd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqTgMWixd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqTgMWixd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqTgMWixd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqTgMWixd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqTgMWixd .dropdown-item.active,
.cid-sgqTgMWixd .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqTgMWixd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqTgMWixd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqTgMWixd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqTgMWixd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqTgMWixd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgqTgMWixd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqTgMWixd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqTgMWixd .navbar {
    height: 70px;
  }
  .cid-sgqTgMWixd .navbar.opened {
    height: auto;
  }
  .cid-sgqTgMWixd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHzR9mxvI .modal-body .close {
  background: #1b1b1b;
}
.cid-taHzR9mxvI .modal-body .close span {
  font-style: normal;
}
.cid-taHzR9mxvI .carousel-inner > .active,
.cid-taHzR9mxvI .carousel-inner > .next,
.cid-taHzR9mxvI .carousel-inner > .prev {
  display: table;
}
.cid-taHzR9mxvI .carousel-control .icon-next,
.cid-taHzR9mxvI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-taHzR9mxvI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taHzR9mxvI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHzR9mxvI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-taHzR9mxvI .boxed-slider > div {
  position: relative;
}
.cid-taHzR9mxvI .container img {
  width: 100%;
}
.cid-taHzR9mxvI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-taHzR9mxvI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-taHzR9mxvI .mbr-table-cell {
  padding: 0;
}
.cid-taHzR9mxvI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-taHzR9mxvI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-taHzR9mxvI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-taHzR9mxvI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-taHzR9mxvI .carousel-item .container {
    width: 100%;
  }
}
.cid-taHzR9mxvI .carousel-item-next.carousel-item-left,
.cid-taHzR9mxvI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-taHzR9mxvI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-taHzR9mxvI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHzR9mxvI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHzR9mxvI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-taHzR9mxvI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHzR9mxvI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-taHzR9mxvI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-taHzR9mxvI .mbr-slider .carousel-indicators li.active,
.cid-taHzR9mxvI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-taHzR9mxvI .mbr-slider .carousel-indicators li::after,
.cid-taHzR9mxvI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-taHzR9mxvI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-taHzR9mxvI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-taHzR9mxvI .mbr-slider > .container img {
  width: 100%;
}
.cid-taHzR9mxvI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-taHzR9mxvI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-taHzR9mxvI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHzR9mxvI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-taHzR9mxvI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-taHzR9mxvI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-taHzR9mxvI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-taHzR9mxvI .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-taHzR9mxvI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-taHzR9mxvI .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-taHzR9mxvI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-taHzR9mxvI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-taHzR9mxvI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-taHzR9mxvI H2 {
  color: #3e3e3e;
}
.cid-taHzR9mxvI P {
  color: #dc3b0f;
  text-align: left;
}
.cid-siZ32Cl7xI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bk-cid-coimb-1920x1080.jpg");
}
.cid-siZ32Cl7xI .mbr-section-title,
.cid-siZ32Cl7xI .mbr-section-subtitle {
  color: #000000;
}
.cid-siZ32Cl7xI .mbr-section-text {
  color: #232323;
}
.cid-siZ32Cl7xI .mbr-text,
.cid-siZ32Cl7xI .typed-text,
.cid-siZ32Cl7xI .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-siZ32Cl7xI .btn {
  margin-left: 4px !important;
}
.cid-siZ32Cl7xI .animated-element {
  color: #d04528;
}
.cid-siZ32Cl7xI .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d04528;
}
.cid-siZ32Cl7xI .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-siZ32Cl7xI .typed-text,
  .cid-siZ32Cl7xI .mbr-section-subtitle,
  .cid-siZ32Cl7xI .mbr-section-text,
  .cid-siZ32Cl7xI .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-siZ32Cl7xI .mbr-section-subtitle,
.cid-siZ32Cl7xI .typed-text {
  color: #858484;
}
.cid-siZ32Cl7xI .mbr-section-text,
.cid-siZ32Cl7xI .mbr-section-btn {
  color: #5c5c5c;
}
.cid-sjgbb4C3gy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;
}
.cid-sjgbb4C3gy img,
.cid-sjgbb4C3gy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sjgbb4C3gy .item:focus,
.cid-sjgbb4C3gy span:focus {
  outline: none;
}
.cid-sjgbb4C3gy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sjgbb4C3gy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sjgbb4C3gy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sjgbb4C3gy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjgbb4C3gy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sjgbb4C3gy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sjgbb4C3gy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sjgbb4C3gy .mbr-section-title {
  color: #858484;
}
.cid-sjgbb4C3gy .mbr-text,
.cid-sjgbb4C3gy .mbr-section-btn {
  text-align: left;
}
.cid-sjgbb4C3gy .item-title {
  text-align: left;
  color: #858484;
}
.cid-sjgbb4C3gy .item-subtitle {
  text-align: left;
  color: #d04528;
}
.cid-smQvKRowNq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
@media (max-width: 767px) {
  .cid-smQvKRowNq .card-box {
    padding: 1rem;
  }
  .cid-smQvKRowNq .mbr-section-btn,
  .cid-smQvKRowNq .price {
    text-align: center;
  }
  .cid-smQvKRowNq .mbr-section-btn .btn {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cid-smQvKRowNq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-smQvKRowNq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-smQvKRowNq .card-wrapper {
  border-radius: 4px;
  background-color: #f0f0f0;
}
.cid-smQvKRowNq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-smQvKRowNq .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-smQvKRowNq .card-title {
  color: #d04528;
}
.cid-smQvKRowNq .mbr-text {
  color: #7b7a7a;
}
.cid-soDhtW4V2N {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-soDhtW4V2N .item {
  padding-bottom: 2rem;
}
.cid-soDhtW4V2N .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-soDhtW4V2N .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-soDhtW4V2N .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-soDhtW4V2N .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-soDhtW4V2N .carousel-control,
.cid-soDhtW4V2N .close {
  background: #1b1b1b;
}
.cid-soDhtW4V2N .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control-prev span {
  margin-right: 5px;
}
.cid-soDhtW4V2N .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control-next span {
  margin-left: 5px;
}
.cid-soDhtW4V2N .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-soDhtW4V2N .close::before {
  content: '\e91a';
}
.cid-soDhtW4V2N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-soDhtW4V2N .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-soDhtW4V2N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soDhtW4V2N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soDhtW4V2N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-soDhtW4V2N .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-soDhtW4V2N .carousel-indicators li.active,
.cid-soDhtW4V2N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soDhtW4V2N .carousel-indicators li::after,
.cid-soDhtW4V2N .carousel-indicators li::before {
  content: none;
}
.cid-soDhtW4V2N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soDhtW4V2N .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-soDhtW4V2N .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-soDhtW4V2N .carousel-indicators {
    display: none;
  }
}
.cid-soDhtW4V2N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-soDhtW4V2N .carousel-inner > .active {
  display: block;
}
.cid-soDhtW4V2N .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soDhtW4V2N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-soDhtW4V2N .carousel-control,
  .cid-soDhtW4V2N .carousel-indicators,
  .cid-soDhtW4V2N .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-soDhtW4V2N .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-soDhtW4V2N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-soDhtW4V2N .carousel-indicators .active,
.cid-soDhtW4V2N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-soDhtW4V2N .carousel-indicators .active {
  background: #fff;
}
.cid-soDhtW4V2N .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-soDhtW4V2N .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-soDhtW4V2N .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-soDhtW4V2N .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-soDhtW4V2N .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-soDhtW4V2N .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-soDhtW4V2N .carousel {
  width: 100%;
}
.cid-soDhtW4V2N .modal-backdrop.in {
  opacity: 0.8;
}
.cid-soDhtW4V2N .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-soDhtW4V2N .modal.fade .modal-dialog,
.cid-soDhtW4V2N .modal.in .modal-dialog {
  transform: none;
}
.cid-soDhtW4V2N .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-soDhtW4V2N H6 {
  text-align: center;
}
.cid-soDhtW4V2N H3 {
  color: #858484;
}
.cid-siMT33I7RA {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-siMT33I7RA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siMT33I7RA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-siMT33I7RA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-siMT33I7RA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-siMT33I7RA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sgqTgMWixd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgqTgMWixd nav.navbar {
  position: fixed;
}
.cid-sgqTgMWixd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgqTgMWixd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgqTgMWixd .dropdown-item:hover,
.cid-sgqTgMWixd .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sgqTgMWixd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sgqTgMWixd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sgqTgMWixd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgqTgMWixd .nav-link {
  position: relative;
}
.cid-sgqTgMWixd .container {
  display: flex;
  margin: auto;
}
.cid-sgqTgMWixd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown-menu,
.cid-sgqTgMWixd .navbar.opened {
  background: #ffffff !important;
}
.cid-sgqTgMWixd .nav-item:focus,
.cid-sgqTgMWixd .nav-link:focus {
  outline: none;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sgqTgMWixd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgqTgMWixd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgqTgMWixd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgqTgMWixd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.opened {
  transition: all 0.3s;
}
.cid-sgqTgMWixd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sgqTgMWixd .navbar .navbar-logo img {
  width: auto;
}
.cid-sgqTgMWixd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar.collapsed {
  justify-content: center;
}
.cid-sgqTgMWixd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgqTgMWixd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgqTgMWixd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sgqTgMWixd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgqTgMWixd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sgqTgMWixd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sgqTgMWixd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgqTgMWixd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sgqTgMWixd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sgqTgMWixd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgqTgMWixd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgqTgMWixd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgqTgMWixd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgqTgMWixd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sgqTgMWixd .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-sgqTgMWixd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sgqTgMWixd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgqTgMWixd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgqTgMWixd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgqTgMWixd .dropdown-item.active,
.cid-sgqTgMWixd .dropdown-item:active {
  background-color: transparent;
}
.cid-sgqTgMWixd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgqTgMWixd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sgqTgMWixd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgqTgMWixd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgqTgMWixd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgqTgMWixd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgqTgMWixd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgqTgMWixd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgqTgMWixd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgqTgMWixd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sgqTgMWixd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgqTgMWixd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgqTgMWixd .navbar {
    height: 70px;
  }
  .cid-sgqTgMWixd .navbar.opened {
    height: auto;
  }
  .cid-sgqTgMWixd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sktYpSqDZt {
  background-image: url("../../../assets/images/ceramicas-cor-header-2-1920x1280.jpg");
}
.cid-sktYpSqDZt .mbr-section-title {
  text-align: center;
  color: #7b7a7a;
}
.cid-sktYpSqDZt .mbr-text,
.cid-sktYpSqDZt .mbr-section-btn {
  color: #5c5c5c;
}
.cid-sktYpSqDZt .mbr-section-subtitle {
  color: #d04528;
}
.cid-sku1cSZpbl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-sku1cSZpbl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sku1cSZpbl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sku1cSZpbl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sku1cSZpbl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sku1cSZpbl .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-sku1cSZpbl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sku1cSZpbl .carousel-control,
.cid-sku1cSZpbl .close {
  background: #1b1b1b;
}
.cid-sku1cSZpbl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sku1cSZpbl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sku1cSZpbl .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-sku1cSZpbl .close::before {
  content: '\e91a';
}
.cid-sku1cSZpbl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sku1cSZpbl .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-sku1cSZpbl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sku1cSZpbl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sku1cSZpbl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sku1cSZpbl .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-sku1cSZpbl .carousel-indicators li.active,
.cid-sku1cSZpbl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sku1cSZpbl .carousel-indicators li::after,
.cid-sku1cSZpbl .carousel-indicators li::before {
  content: none;
}
.cid-sku1cSZpbl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sku1cSZpbl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sku1cSZpbl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sku1cSZpbl .carousel-indicators {
    display: none;
  }
}
.cid-sku1cSZpbl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sku1cSZpbl .carousel-inner > .active {
  display: block;
}
.cid-sku1cSZpbl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sku1cSZpbl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sku1cSZpbl .carousel-control,
  .cid-sku1cSZpbl .carousel-indicators,
  .cid-sku1cSZpbl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sku1cSZpbl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sku1cSZpbl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sku1cSZpbl .carousel-indicators .active,
.cid-sku1cSZpbl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sku1cSZpbl .carousel-indicators .active {
  background: #fff;
}
.cid-sku1cSZpbl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sku1cSZpbl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sku1cSZpbl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sku1cSZpbl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sku1cSZpbl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sku1cSZpbl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sku1cSZpbl .carousel {
  width: 100%;
}
.cid-sku1cSZpbl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sku1cSZpbl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sku1cSZpbl .modal.fade .modal-dialog,
.cid-sku1cSZpbl .modal.in .modal-dialog {
  transform: none;
}
.cid-sku1cSZpbl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sku1cSZpbl H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sku1cSZpbl H3 {
  color: #7b7a7a;
}
.cid-sku1cSZpbl H4 {
  color: #d04528;
}
.cid-skunENKLl3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skunENKLl3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skunENKLl3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skunENKLl3 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skunENKLl3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skunENKLl3 .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-skunENKLl3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skunENKLl3 .carousel-control,
.cid-skunENKLl3 .close {
  background: #1b1b1b;
}
.cid-skunENKLl3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skunENKLl3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skunENKLl3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skunENKLl3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-skunENKLl3 .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-skunENKLl3 .close::before {
  content: '\e91a';
}
.cid-skunENKLl3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skunENKLl3 .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-skunENKLl3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skunENKLl3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skunENKLl3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skunENKLl3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skunENKLl3 .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-skunENKLl3 .carousel-indicators li.active,
.cid-skunENKLl3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skunENKLl3 .carousel-indicators li::after,
.cid-skunENKLl3 .carousel-indicators li::before {
  content: none;
}
.cid-skunENKLl3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skunENKLl3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skunENKLl3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skunENKLl3 .carousel-indicators {
    display: none;
  }
}
.cid-skunENKLl3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skunENKLl3 .carousel-inner > .active {
  display: block;
}
.cid-skunENKLl3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skunENKLl3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skunENKLl3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skunENKLl3 .carousel-control,
  .cid-skunENKLl3 .carousel-indicators,
  .cid-skunENKLl3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skunENKLl3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skunENKLl3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skunENKLl3 .carousel-indicators .active,
.cid-skunENKLl3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skunENKLl3 .carousel-indicators .active {
  background: #fff;
}
.cid-skunENKLl3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skunENKLl3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skunENKLl3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skunENKLl3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skunENKLl3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skunENKLl3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skunENKLl3 .carousel {
  width: 100%;
}
.cid-skunENKLl3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skunENKLl3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skunENKLl3 .modal.fade .modal-dialog,
.cid-skunENKLl3 .modal.in .modal-dialog {
  transform: none;
}
.cid-skunENKLl3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skunENKLl3 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skunENKLl3 H3 {
  color: #7b7a7a;
}
.cid-skRWBm9VmH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skRWBm9VmH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skRWBm9VmH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skRWBm9VmH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skRWBm9VmH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skRWBm9VmH .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-skRWBm9VmH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skRWBm9VmH .carousel-control,
.cid-skRWBm9VmH .close {
  background: #1b1b1b;
}
.cid-skRWBm9VmH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skRWBm9VmH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control-next span {
  margin-left: 5px;
}
.cid-skRWBm9VmH .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-skRWBm9VmH .close::before {
  content: '\e91a';
}
.cid-skRWBm9VmH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skRWBm9VmH .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-skRWBm9VmH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skRWBm9VmH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skRWBm9VmH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skRWBm9VmH .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-skRWBm9VmH .carousel-indicators li.active,
.cid-skRWBm9VmH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skRWBm9VmH .carousel-indicators li::after,
.cid-skRWBm9VmH .carousel-indicators li::before {
  content: none;
}
.cid-skRWBm9VmH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skRWBm9VmH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skRWBm9VmH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skRWBm9VmH .carousel-indicators {
    display: none;
  }
}
.cid-skRWBm9VmH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skRWBm9VmH .carousel-inner > .active {
  display: block;
}
.cid-skRWBm9VmH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skRWBm9VmH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skRWBm9VmH .carousel-control,
  .cid-skRWBm9VmH .carousel-indicators,
  .cid-skRWBm9VmH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skRWBm9VmH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skRWBm9VmH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skRWBm9VmH .carousel-indicators .active,
.cid-skRWBm9VmH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skRWBm9VmH .carousel-indicators .active {
  background: #fff;
}
.cid-skRWBm9VmH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skRWBm9VmH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skRWBm9VmH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skRWBm9VmH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skRWBm9VmH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skRWBm9VmH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skRWBm9VmH .carousel {
  width: 100%;
}
.cid-skRWBm9VmH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skRWBm9VmH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skRWBm9VmH .modal.fade .modal-dialog,
.cid-skRWBm9VmH .modal.in .modal-dialog {
  transform: none;
}
.cid-skRWBm9VmH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skRWBm9VmH H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skRWBm9VmH H3 {
  color: #7b7a7a;
}
.cid-skS2ELpraz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skS2ELpraz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skS2ELpraz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skS2ELpraz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skS2ELpraz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skS2ELpraz .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-skS2ELpraz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skS2ELpraz .carousel-control,
.cid-skS2ELpraz .close {
  background: #1b1b1b;
}
.cid-skS2ELpraz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skS2ELpraz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skS2ELpraz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skS2ELpraz .carousel-control-next span {
  margin-left: 5px;
}
.cid-skS2ELpraz .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-skS2ELpraz .close::before {
  content: '\e91a';
}
.cid-skS2ELpraz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skS2ELpraz .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-skS2ELpraz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skS2ELpraz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skS2ELpraz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skS2ELpraz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skS2ELpraz .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-skS2ELpraz .carousel-indicators li.active,
.cid-skS2ELpraz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skS2ELpraz .carousel-indicators li::after,
.cid-skS2ELpraz .carousel-indicators li::before {
  content: none;
}
.cid-skS2ELpraz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skS2ELpraz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skS2ELpraz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skS2ELpraz .carousel-indicators {
    display: none;
  }
}
.cid-skS2ELpraz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skS2ELpraz .carousel-inner > .active {
  display: block;
}
.cid-skS2ELpraz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skS2ELpraz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skS2ELpraz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skS2ELpraz .carousel-control,
  .cid-skS2ELpraz .carousel-indicators,
  .cid-skS2ELpraz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skS2ELpraz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skS2ELpraz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skS2ELpraz .carousel-indicators .active,
.cid-skS2ELpraz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skS2ELpraz .carousel-indicators .active {
  background: #fff;
}
.cid-skS2ELpraz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skS2ELpraz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skS2ELpraz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skS2ELpraz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skS2ELpraz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skS2ELpraz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skS2ELpraz .carousel {
  width: 100%;
}
.cid-skS2ELpraz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skS2ELpraz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skS2ELpraz .modal.fade .modal-dialog,
.cid-skS2ELpraz .modal.in .modal-dialog {
  transform: none;
}
.cid-skS2ELpraz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skS2ELpraz H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skS2ELpraz H3 {
  color: #7b7a7a;
}
.cid-snXgDnhlWh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXgDnhlWh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXgDnhlWh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXgDnhlWh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXgDnhlWh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXgDnhlWh .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-snXgDnhlWh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXgDnhlWh .carousel-control,
.cid-snXgDnhlWh .close {
  background: #1b1b1b;
}
.cid-snXgDnhlWh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXgDnhlWh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXgDnhlWh .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-snXgDnhlWh .close::before {
  content: '\e91a';
}
.cid-snXgDnhlWh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXgDnhlWh .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-snXgDnhlWh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXgDnhlWh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXgDnhlWh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXgDnhlWh .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-snXgDnhlWh .carousel-indicators li.active,
.cid-snXgDnhlWh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXgDnhlWh .carousel-indicators li::after,
.cid-snXgDnhlWh .carousel-indicators li::before {
  content: none;
}
.cid-snXgDnhlWh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXgDnhlWh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXgDnhlWh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXgDnhlWh .carousel-indicators {
    display: none;
  }
}
.cid-snXgDnhlWh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXgDnhlWh .carousel-inner > .active {
  display: block;
}
.cid-snXgDnhlWh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXgDnhlWh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXgDnhlWh .carousel-control,
  .cid-snXgDnhlWh .carousel-indicators,
  .cid-snXgDnhlWh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXgDnhlWh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXgDnhlWh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXgDnhlWh .carousel-indicators .active,
.cid-snXgDnhlWh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXgDnhlWh .carousel-indicators .active {
  background: #fff;
}
.cid-snXgDnhlWh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXgDnhlWh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXgDnhlWh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXgDnhlWh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXgDnhlWh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXgDnhlWh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXgDnhlWh .carousel {
  width: 100%;
}
.cid-snXgDnhlWh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXgDnhlWh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXgDnhlWh .modal.fade .modal-dialog,
.cid-snXgDnhlWh .modal.in .modal-dialog {
  transform: none;
}
.cid-snXgDnhlWh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXgDnhlWh H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXgDnhlWh H3 {
  color: #7b7a7a;
}
.cid-snXmI0c5WK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXmI0c5WK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXmI0c5WK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXmI0c5WK .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXmI0c5WK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXmI0c5WK .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-snXmI0c5WK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXmI0c5WK .carousel-control,
.cid-snXmI0c5WK .close {
  background: #1b1b1b;
}
.cid-snXmI0c5WK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXmI0c5WK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXmI0c5WK .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-snXmI0c5WK .close::before {
  content: '\e91a';
}
.cid-snXmI0c5WK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXmI0c5WK .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-snXmI0c5WK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXmI0c5WK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXmI0c5WK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXmI0c5WK .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-snXmI0c5WK .carousel-indicators li.active,
.cid-snXmI0c5WK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXmI0c5WK .carousel-indicators li::after,
.cid-snXmI0c5WK .carousel-indicators li::before {
  content: none;
}
.cid-snXmI0c5WK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXmI0c5WK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXmI0c5WK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXmI0c5WK .carousel-indicators {
    display: none;
  }
}
.cid-snXmI0c5WK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXmI0c5WK .carousel-inner > .active {
  display: block;
}
.cid-snXmI0c5WK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXmI0c5WK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXmI0c5WK .carousel-control,
  .cid-snXmI0c5WK .carousel-indicators,
  .cid-snXmI0c5WK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXmI0c5WK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXmI0c5WK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXmI0c5WK .carousel-indicators .active,
.cid-snXmI0c5WK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXmI0c5WK .carousel-indicators .active {
  background: #fff;
}
.cid-snXmI0c5WK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXmI0c5WK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXmI0c5WK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXmI0c5WK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXmI0c5WK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXmI0c5WK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXmI0c5WK .carousel {
  width: 100%;
}
.cid-snXmI0c5WK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXmI0c5WK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXmI0c5WK .modal.fade .modal-dialog,
.cid-snXmI0c5WK .modal.in .modal-dialog {
  transform: none;
}
.cid-snXmI0c5WK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXmI0c5WK H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXmI0c5WK H3 {
  color: #7b7a7a;
}
.cid-snXmIUJ1zo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXmIUJ1zo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXmIUJ1zo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXmIUJ1zo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXmIUJ1zo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXmIUJ1zo .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-snXmIUJ1zo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXmIUJ1zo .carousel-control,
.cid-snXmIUJ1zo .close {
  background: #1b1b1b;
}
.cid-snXmIUJ1zo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXmIUJ1zo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXmIUJ1zo .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-snXmIUJ1zo .close::before {
  content: '\e91a';
}
.cid-snXmIUJ1zo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXmIUJ1zo .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-snXmIUJ1zo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXmIUJ1zo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXmIUJ1zo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXmIUJ1zo .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-snXmIUJ1zo .carousel-indicators li.active,
.cid-snXmIUJ1zo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXmIUJ1zo .carousel-indicators li::after,
.cid-snXmIUJ1zo .carousel-indicators li::before {
  content: none;
}
.cid-snXmIUJ1zo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXmIUJ1zo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXmIUJ1zo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXmIUJ1zo .carousel-indicators {
    display: none;
  }
}
.cid-snXmIUJ1zo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXmIUJ1zo .carousel-inner > .active {
  display: block;
}
.cid-snXmIUJ1zo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXmIUJ1zo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXmIUJ1zo .carousel-control,
  .cid-snXmIUJ1zo .carousel-indicators,
  .cid-snXmIUJ1zo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXmIUJ1zo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXmIUJ1zo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXmIUJ1zo .carousel-indicators .active,
.cid-snXmIUJ1zo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXmIUJ1zo .carousel-indicators .active {
  background: #fff;
}
.cid-snXmIUJ1zo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXmIUJ1zo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXmIUJ1zo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXmIUJ1zo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXmIUJ1zo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXmIUJ1zo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXmIUJ1zo .carousel {
  width: 100%;
}
.cid-snXmIUJ1zo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXmIUJ1zo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXmIUJ1zo .modal.fade .modal-dialog,
.cid-snXmIUJ1zo .modal.in .modal-dialog {
  transform: none;
}
.cid-snXmIUJ1zo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXmIUJ1zo H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXmIUJ1zo H3 {
  color: #7b7a7a;
}
.cid-snYepubryT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snYepubryT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snYepubryT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snYepubryT .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snYepubryT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snYepubryT .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-snYepubryT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snYepubryT .carousel-control,
.cid-snYepubryT .close {
  background: #1b1b1b;
}
.cid-snYepubryT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snYepubryT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snYepubryT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snYepubryT .carousel-control-next span {
  margin-left: 5px;
}
.cid-snYepubryT .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-snYepubryT .close::before {
  content: '\e91a';
}
.cid-snYepubryT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snYepubryT .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-snYepubryT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYepubryT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snYepubryT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snYepubryT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snYepubryT .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-snYepubryT .carousel-indicators li.active,
.cid-snYepubryT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snYepubryT .carousel-indicators li::after,
.cid-snYepubryT .carousel-indicators li::before {
  content: none;
}
.cid-snYepubryT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snYepubryT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snYepubryT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snYepubryT .carousel-indicators {
    display: none;
  }
}
.cid-snYepubryT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snYepubryT .carousel-inner > .active {
  display: block;
}
.cid-snYepubryT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYepubryT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snYepubryT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snYepubryT .carousel-control,
  .cid-snYepubryT .carousel-indicators,
  .cid-snYepubryT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snYepubryT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snYepubryT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snYepubryT .carousel-indicators .active,
.cid-snYepubryT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snYepubryT .carousel-indicators .active {
  background: #fff;
}
.cid-snYepubryT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snYepubryT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snYepubryT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snYepubryT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snYepubryT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snYepubryT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snYepubryT .carousel {
  width: 100%;
}
.cid-snYepubryT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snYepubryT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snYepubryT .modal.fade .modal-dialog,
.cid-snYepubryT .modal.in .modal-dialog {
  transform: none;
}
.cid-snYepubryT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snYepubryT H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snYepubryT H3 {
  color: #7b7a7a;
}
.cid-snYeqfSlPW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snYeqfSlPW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snYeqfSlPW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snYeqfSlPW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snYeqfSlPW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snYeqfSlPW .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-snYeqfSlPW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snYeqfSlPW .carousel-control,
.cid-snYeqfSlPW .close {
  background: #1b1b1b;
}
.cid-snYeqfSlPW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snYeqfSlPW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control-next span {
  margin-left: 5px;
}
.cid-snYeqfSlPW .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-snYeqfSlPW .close::before {
  content: '\e91a';
}
.cid-snYeqfSlPW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snYeqfSlPW .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-snYeqfSlPW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snYeqfSlPW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snYeqfSlPW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snYeqfSlPW .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-snYeqfSlPW .carousel-indicators li.active,
.cid-snYeqfSlPW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snYeqfSlPW .carousel-indicators li::after,
.cid-snYeqfSlPW .carousel-indicators li::before {
  content: none;
}
.cid-snYeqfSlPW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snYeqfSlPW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snYeqfSlPW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snYeqfSlPW .carousel-indicators {
    display: none;
  }
}
.cid-snYeqfSlPW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snYeqfSlPW .carousel-inner > .active {
  display: block;
}
.cid-snYeqfSlPW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snYeqfSlPW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snYeqfSlPW .carousel-control,
  .cid-snYeqfSlPW .carousel-indicators,
  .cid-snYeqfSlPW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snYeqfSlPW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snYeqfSlPW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snYeqfSlPW .carousel-indicators .active,
.cid-snYeqfSlPW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snYeqfSlPW .carousel-indicators .active {
  background: #fff;
}
.cid-snYeqfSlPW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snYeqfSlPW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snYeqfSlPW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snYeqfSlPW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snYeqfSlPW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snYeqfSlPW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snYeqfSlPW .carousel {
  width: 100%;
}
.cid-snYeqfSlPW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snYeqfSlPW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snYeqfSlPW .modal.fade .modal-dialog,
.cid-snYeqfSlPW .modal.in .modal-dialog {
  transform: none;
}
.cid-snYeqfSlPW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snYeqfSlPW H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snYeqfSlPW H3 {
  color: #7b7a7a;
}
.cid-snYeqVXKgz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snYeqVXKgz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snYeqVXKgz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snYeqVXKgz .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snYeqVXKgz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snYeqVXKgz .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-snYeqVXKgz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snYeqVXKgz .carousel-control,
.cid-snYeqVXKgz .close {
  background: #1b1b1b;
}
.cid-snYeqVXKgz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snYeqVXKgz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control-next span {
  margin-left: 5px;
}
.cid-snYeqVXKgz .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-snYeqVXKgz .close::before {
  content: '\e91a';
}
.cid-snYeqVXKgz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snYeqVXKgz .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-snYeqVXKgz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snYeqVXKgz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snYeqVXKgz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snYeqVXKgz .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-snYeqVXKgz .carousel-indicators li.active,
.cid-snYeqVXKgz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snYeqVXKgz .carousel-indicators li::after,
.cid-snYeqVXKgz .carousel-indicators li::before {
  content: none;
}
.cid-snYeqVXKgz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snYeqVXKgz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snYeqVXKgz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snYeqVXKgz .carousel-indicators {
    display: none;
  }
}
.cid-snYeqVXKgz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snYeqVXKgz .carousel-inner > .active {
  display: block;
}
.cid-snYeqVXKgz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snYeqVXKgz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snYeqVXKgz .carousel-control,
  .cid-snYeqVXKgz .carousel-indicators,
  .cid-snYeqVXKgz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snYeqVXKgz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snYeqVXKgz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snYeqVXKgz .carousel-indicators .active,
.cid-snYeqVXKgz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snYeqVXKgz .carousel-indicators .active {
  background: #fff;
}
.cid-snYeqVXKgz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snYeqVXKgz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snYeqVXKgz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snYeqVXKgz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snYeqVXKgz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snYeqVXKgz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snYeqVXKgz .carousel {
  width: 100%;
}
.cid-snYeqVXKgz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snYeqVXKgz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snYeqVXKgz .modal.fade .modal-dialog,
.cid-snYeqVXKgz .modal.in .modal-dialog {
  transform: none;
}
.cid-snYeqVXKgz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snYeqVXKgz H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snYeqVXKgz H3 {
  color: #7b7a7a;
}
.cid-so3l0iRGba {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3l0iRGba .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3l0iRGba .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3l0iRGba .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3l0iRGba .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3l0iRGba .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-so3l0iRGba .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3l0iRGba .carousel-control,
.cid-so3l0iRGba .close {
  background: #1b1b1b;
}
.cid-so3l0iRGba .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3l0iRGba .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3l0iRGba .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3l0iRGba .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3l0iRGba .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-so3l0iRGba .close::before {
  content: '\e91a';
}
.cid-so3l0iRGba .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3l0iRGba .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-so3l0iRGba .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l0iRGba .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3l0iRGba .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3l0iRGba .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3l0iRGba .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-so3l0iRGba .carousel-indicators li.active,
.cid-so3l0iRGba .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3l0iRGba .carousel-indicators li::after,
.cid-so3l0iRGba .carousel-indicators li::before {
  content: none;
}
.cid-so3l0iRGba .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3l0iRGba .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3l0iRGba .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3l0iRGba .carousel-indicators {
    display: none;
  }
}
.cid-so3l0iRGba .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3l0iRGba .carousel-inner > .active {
  display: block;
}
.cid-so3l0iRGba .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l0iRGba .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3l0iRGba .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3l0iRGba .carousel-control,
  .cid-so3l0iRGba .carousel-indicators,
  .cid-so3l0iRGba .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3l0iRGba .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3l0iRGba .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3l0iRGba .carousel-indicators .active,
.cid-so3l0iRGba .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3l0iRGba .carousel-indicators .active {
  background: #fff;
}
.cid-so3l0iRGba .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3l0iRGba .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3l0iRGba .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3l0iRGba .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3l0iRGba .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3l0iRGba .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3l0iRGba .carousel {
  width: 100%;
}
.cid-so3l0iRGba .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3l0iRGba .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3l0iRGba .modal.fade .modal-dialog,
.cid-so3l0iRGba .modal.in .modal-dialog {
  transform: none;
}
.cid-so3l0iRGba .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3l0iRGba H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3l0iRGba H3 {
  color: #7b7a7a;
}
.cid-so3l1fpar7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3l1fpar7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3l1fpar7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3l1fpar7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3l1fpar7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3l1fpar7 .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-so3l1fpar7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3l1fpar7 .carousel-control,
.cid-so3l1fpar7 .close {
  background: #1b1b1b;
}
.cid-so3l1fpar7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3l1fpar7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3l1fpar7 .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-so3l1fpar7 .close::before {
  content: '\e91a';
}
.cid-so3l1fpar7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3l1fpar7 .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-so3l1fpar7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3l1fpar7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3l1fpar7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3l1fpar7 .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-so3l1fpar7 .carousel-indicators li.active,
.cid-so3l1fpar7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3l1fpar7 .carousel-indicators li::after,
.cid-so3l1fpar7 .carousel-indicators li::before {
  content: none;
}
.cid-so3l1fpar7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3l1fpar7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3l1fpar7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3l1fpar7 .carousel-indicators {
    display: none;
  }
}
.cid-so3l1fpar7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3l1fpar7 .carousel-inner > .active {
  display: block;
}
.cid-so3l1fpar7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3l1fpar7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3l1fpar7 .carousel-control,
  .cid-so3l1fpar7 .carousel-indicators,
  .cid-so3l1fpar7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3l1fpar7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3l1fpar7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3l1fpar7 .carousel-indicators .active,
.cid-so3l1fpar7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3l1fpar7 .carousel-indicators .active {
  background: #fff;
}
.cid-so3l1fpar7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3l1fpar7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3l1fpar7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3l1fpar7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3l1fpar7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3l1fpar7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3l1fpar7 .carousel {
  width: 100%;
}
.cid-so3l1fpar7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3l1fpar7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3l1fpar7 .modal.fade .modal-dialog,
.cid-so3l1fpar7 .modal.in .modal-dialog {
  transform: none;
}
.cid-so3l1fpar7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3l1fpar7 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3l1fpar7 H3 {
  color: #7b7a7a;
}
.cid-so3l358CPZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3l358CPZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3l358CPZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3l358CPZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3l358CPZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3l358CPZ .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-so3l358CPZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3l358CPZ .carousel-control,
.cid-so3l358CPZ .close {
  background: #1b1b1b;
}
.cid-so3l358CPZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3l358CPZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3l358CPZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3l358CPZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3l358CPZ .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-so3l358CPZ .close::before {
  content: '\e91a';
}
.cid-so3l358CPZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3l358CPZ .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-so3l358CPZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l358CPZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3l358CPZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3l358CPZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3l358CPZ .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-so3l358CPZ .carousel-indicators li.active,
.cid-so3l358CPZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3l358CPZ .carousel-indicators li::after,
.cid-so3l358CPZ .carousel-indicators li::before {
  content: none;
}
.cid-so3l358CPZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3l358CPZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3l358CPZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3l358CPZ .carousel-indicators {
    display: none;
  }
}
.cid-so3l358CPZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3l358CPZ .carousel-inner > .active {
  display: block;
}
.cid-so3l358CPZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3l358CPZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3l358CPZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3l358CPZ .carousel-control,
  .cid-so3l358CPZ .carousel-indicators,
  .cid-so3l358CPZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3l358CPZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3l358CPZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3l358CPZ .carousel-indicators .active,
.cid-so3l358CPZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3l358CPZ .carousel-indicators .active {
  background: #fff;
}
.cid-so3l358CPZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3l358CPZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3l358CPZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3l358CPZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3l358CPZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3l358CPZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3l358CPZ .carousel {
  width: 100%;
}
.cid-so3l358CPZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3l358CPZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3l358CPZ .modal.fade .modal-dialog,
.cid-so3l358CPZ .modal.in .modal-dialog {
  transform: none;
}
.cid-so3l358CPZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3l358CPZ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3l358CPZ H3 {
  color: #7b7a7a;
}
.cid-so3lyVWZ8b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so3lyVWZ8b .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so3lyVWZ8b .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so3lyVWZ8b .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so3lyVWZ8b .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so3lyVWZ8b .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-so3lyVWZ8b .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so3lyVWZ8b .carousel-control,
.cid-so3lyVWZ8b .close {
  background: #1b1b1b;
}
.cid-so3lyVWZ8b .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so3lyVWZ8b .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control-next span {
  margin-left: 5px;
}
.cid-so3lyVWZ8b .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-so3lyVWZ8b .close::before {
  content: '\e91a';
}
.cid-so3lyVWZ8b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so3lyVWZ8b .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-so3lyVWZ8b .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so3lyVWZ8b .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3lyVWZ8b .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so3lyVWZ8b .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-so3lyVWZ8b .carousel-indicators li.active,
.cid-so3lyVWZ8b .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3lyVWZ8b .carousel-indicators li::after,
.cid-so3lyVWZ8b .carousel-indicators li::before {
  content: none;
}
.cid-so3lyVWZ8b .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3lyVWZ8b .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so3lyVWZ8b .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so3lyVWZ8b .carousel-indicators {
    display: none;
  }
}
.cid-so3lyVWZ8b .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so3lyVWZ8b .carousel-inner > .active {
  display: block;
}
.cid-so3lyVWZ8b .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3lyVWZ8b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so3lyVWZ8b .carousel-control,
  .cid-so3lyVWZ8b .carousel-indicators,
  .cid-so3lyVWZ8b .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so3lyVWZ8b .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so3lyVWZ8b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so3lyVWZ8b .carousel-indicators .active,
.cid-so3lyVWZ8b .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so3lyVWZ8b .carousel-indicators .active {
  background: #fff;
}
.cid-so3lyVWZ8b .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so3lyVWZ8b .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so3lyVWZ8b .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so3lyVWZ8b .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so3lyVWZ8b .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so3lyVWZ8b .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so3lyVWZ8b .carousel {
  width: 100%;
}
.cid-so3lyVWZ8b .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so3lyVWZ8b .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so3lyVWZ8b .modal.fade .modal-dialog,
.cid-so3lyVWZ8b .modal.in .modal-dialog {
  transform: none;
}
.cid-so3lyVWZ8b .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so3lyVWZ8b H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so3lyVWZ8b H3 {
  color: #7b7a7a;
}
.cid-so4nEgrufv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4nEgrufv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4nEgrufv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4nEgrufv .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4nEgrufv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4nEgrufv .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-so4nEgrufv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4nEgrufv .carousel-control,
.cid-so4nEgrufv .close {
  background: #1b1b1b;
}
.cid-so4nEgrufv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4nEgrufv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4nEgrufv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4nEgrufv .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4nEgrufv .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-so4nEgrufv .close::before {
  content: '\e91a';
}
.cid-so4nEgrufv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4nEgrufv .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-so4nEgrufv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nEgrufv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4nEgrufv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4nEgrufv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4nEgrufv .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-so4nEgrufv .carousel-indicators li.active,
.cid-so4nEgrufv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4nEgrufv .carousel-indicators li::after,
.cid-so4nEgrufv .carousel-indicators li::before {
  content: none;
}
.cid-so4nEgrufv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4nEgrufv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4nEgrufv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4nEgrufv .carousel-indicators {
    display: none;
  }
}
.cid-so4nEgrufv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4nEgrufv .carousel-inner > .active {
  display: block;
}
.cid-so4nEgrufv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nEgrufv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4nEgrufv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4nEgrufv .carousel-control,
  .cid-so4nEgrufv .carousel-indicators,
  .cid-so4nEgrufv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4nEgrufv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4nEgrufv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4nEgrufv .carousel-indicators .active,
.cid-so4nEgrufv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4nEgrufv .carousel-indicators .active {
  background: #fff;
}
.cid-so4nEgrufv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4nEgrufv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4nEgrufv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4nEgrufv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4nEgrufv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4nEgrufv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4nEgrufv .carousel {
  width: 100%;
}
.cid-so4nEgrufv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4nEgrufv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4nEgrufv .modal.fade .modal-dialog,
.cid-so4nEgrufv .modal.in .modal-dialog {
  transform: none;
}
.cid-so4nEgrufv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4nEgrufv H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4nEgrufv H3 {
  color: #7b7a7a;
}
.cid-so4nFdWL2B {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4nFdWL2B .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4nFdWL2B .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4nFdWL2B .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4nFdWL2B .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4nFdWL2B .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-so4nFdWL2B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4nFdWL2B .carousel-control,
.cid-so4nFdWL2B .close {
  background: #1b1b1b;
}
.cid-so4nFdWL2B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4nFdWL2B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4nFdWL2B .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-so4nFdWL2B .close::before {
  content: '\e91a';
}
.cid-so4nFdWL2B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4nFdWL2B .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-so4nFdWL2B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4nFdWL2B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4nFdWL2B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4nFdWL2B .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-so4nFdWL2B .carousel-indicators li.active,
.cid-so4nFdWL2B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4nFdWL2B .carousel-indicators li::after,
.cid-so4nFdWL2B .carousel-indicators li::before {
  content: none;
}
.cid-so4nFdWL2B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4nFdWL2B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4nFdWL2B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4nFdWL2B .carousel-indicators {
    display: none;
  }
}
.cid-so4nFdWL2B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4nFdWL2B .carousel-inner > .active {
  display: block;
}
.cid-so4nFdWL2B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4nFdWL2B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4nFdWL2B .carousel-control,
  .cid-so4nFdWL2B .carousel-indicators,
  .cid-so4nFdWL2B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4nFdWL2B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4nFdWL2B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4nFdWL2B .carousel-indicators .active,
.cid-so4nFdWL2B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4nFdWL2B .carousel-indicators .active {
  background: #fff;
}
.cid-so4nFdWL2B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4nFdWL2B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4nFdWL2B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4nFdWL2B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4nFdWL2B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4nFdWL2B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4nFdWL2B .carousel {
  width: 100%;
}
.cid-so4nFdWL2B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4nFdWL2B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4nFdWL2B .modal.fade .modal-dialog,
.cid-so4nFdWL2B .modal.in .modal-dialog {
  transform: none;
}
.cid-so4nFdWL2B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4nFdWL2B H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4nFdWL2B H3 {
  color: #7b7a7a;
}
.cid-so4nGb047g {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4nGb047g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4nGb047g .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4nGb047g .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4nGb047g .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4nGb047g .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-so4nGb047g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4nGb047g .carousel-control,
.cid-so4nGb047g .close {
  background: #1b1b1b;
}
.cid-so4nGb047g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4nGb047g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4nGb047g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4nGb047g .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4nGb047g .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-so4nGb047g .close::before {
  content: '\e91a';
}
.cid-so4nGb047g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4nGb047g .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-so4nGb047g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nGb047g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4nGb047g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4nGb047g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4nGb047g .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-so4nGb047g .carousel-indicators li.active,
.cid-so4nGb047g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4nGb047g .carousel-indicators li::after,
.cid-so4nGb047g .carousel-indicators li::before {
  content: none;
}
.cid-so4nGb047g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4nGb047g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4nGb047g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4nGb047g .carousel-indicators {
    display: none;
  }
}
.cid-so4nGb047g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4nGb047g .carousel-inner > .active {
  display: block;
}
.cid-so4nGb047g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4nGb047g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4nGb047g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4nGb047g .carousel-control,
  .cid-so4nGb047g .carousel-indicators,
  .cid-so4nGb047g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4nGb047g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4nGb047g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4nGb047g .carousel-indicators .active,
.cid-so4nGb047g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4nGb047g .carousel-indicators .active {
  background: #fff;
}
.cid-so4nGb047g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4nGb047g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4nGb047g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4nGb047g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4nGb047g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4nGb047g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4nGb047g .carousel {
  width: 100%;
}
.cid-so4nGb047g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4nGb047g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4nGb047g .modal.fade .modal-dialog,
.cid-so4nGb047g .modal.in .modal-dialog {
  transform: none;
}
.cid-so4nGb047g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4nGb047g H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4nGb047g H3 {
  color: #7b7a7a;
}
.cid-so4Q4LcKHp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4Q4LcKHp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4Q4LcKHp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4Q4LcKHp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4Q4LcKHp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4Q4LcKHp .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-so4Q4LcKHp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4Q4LcKHp .carousel-control,
.cid-so4Q4LcKHp .close {
  background: #1b1b1b;
}
.cid-so4Q4LcKHp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4Q4LcKHp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4Q4LcKHp .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-so4Q4LcKHp .close::before {
  content: '\e91a';
}
.cid-so4Q4LcKHp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4Q4LcKHp .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-so4Q4LcKHp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4Q4LcKHp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4Q4LcKHp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4Q4LcKHp .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-so4Q4LcKHp .carousel-indicators li.active,
.cid-so4Q4LcKHp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4Q4LcKHp .carousel-indicators li::after,
.cid-so4Q4LcKHp .carousel-indicators li::before {
  content: none;
}
.cid-so4Q4LcKHp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4Q4LcKHp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4Q4LcKHp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4Q4LcKHp .carousel-indicators {
    display: none;
  }
}
.cid-so4Q4LcKHp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4Q4LcKHp .carousel-inner > .active {
  display: block;
}
.cid-so4Q4LcKHp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4Q4LcKHp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4Q4LcKHp .carousel-control,
  .cid-so4Q4LcKHp .carousel-indicators,
  .cid-so4Q4LcKHp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4Q4LcKHp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4Q4LcKHp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4Q4LcKHp .carousel-indicators .active,
.cid-so4Q4LcKHp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4Q4LcKHp .carousel-indicators .active {
  background: #fff;
}
.cid-so4Q4LcKHp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4Q4LcKHp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4Q4LcKHp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4Q4LcKHp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4Q4LcKHp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4Q4LcKHp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4Q4LcKHp .carousel {
  width: 100%;
}
.cid-so4Q4LcKHp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4Q4LcKHp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4Q4LcKHp .modal.fade .modal-dialog,
.cid-so4Q4LcKHp .modal.in .modal-dialog {
  transform: none;
}
.cid-so4Q4LcKHp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4Q4LcKHp H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4Q4LcKHp H3 {
  color: #7b7a7a;
}
.cid-so4Q8Y74cp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-so4Q8Y74cp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-so4Q8Y74cp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-so4Q8Y74cp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-so4Q8Y74cp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-so4Q8Y74cp .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-so4Q8Y74cp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-so4Q8Y74cp .carousel-control,
.cid-so4Q8Y74cp .close {
  background: #1b1b1b;
}
.cid-so4Q8Y74cp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-so4Q8Y74cp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control-next span {
  margin-left: 5px;
}
.cid-so4Q8Y74cp .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-so4Q8Y74cp .close::before {
  content: '\e91a';
}
.cid-so4Q8Y74cp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-so4Q8Y74cp .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-so4Q8Y74cp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-so4Q8Y74cp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so4Q8Y74cp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-so4Q8Y74cp .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-so4Q8Y74cp .carousel-indicators li.active,
.cid-so4Q8Y74cp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so4Q8Y74cp .carousel-indicators li::after,
.cid-so4Q8Y74cp .carousel-indicators li::before {
  content: none;
}
.cid-so4Q8Y74cp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so4Q8Y74cp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-so4Q8Y74cp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-so4Q8Y74cp .carousel-indicators {
    display: none;
  }
}
.cid-so4Q8Y74cp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-so4Q8Y74cp .carousel-inner > .active {
  display: block;
}
.cid-so4Q8Y74cp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so4Q8Y74cp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-so4Q8Y74cp .carousel-control,
  .cid-so4Q8Y74cp .carousel-indicators,
  .cid-so4Q8Y74cp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-so4Q8Y74cp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-so4Q8Y74cp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-so4Q8Y74cp .carousel-indicators .active,
.cid-so4Q8Y74cp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-so4Q8Y74cp .carousel-indicators .active {
  background: #fff;
}
.cid-so4Q8Y74cp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-so4Q8Y74cp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-so4Q8Y74cp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-so4Q8Y74cp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-so4Q8Y74cp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-so4Q8Y74cp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-so4Q8Y74cp .carousel {
  width: 100%;
}
.cid-so4Q8Y74cp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-so4Q8Y74cp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-so4Q8Y74cp .modal.fade .modal-dialog,
.cid-so4Q8Y74cp .modal.in .modal-dialog {
  transform: none;
}
.cid-so4Q8Y74cp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-so4Q8Y74cp H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-so4Q8Y74cp H3 {
  color: #7b7a7a;
}
.cid-srrr2exmkX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srrr2exmkX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srrr2exmkX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srrr2exmkX .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srrr2exmkX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srrr2exmkX .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-srrr2exmkX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srrr2exmkX .carousel-control,
.cid-srrr2exmkX .close {
  background: #1b1b1b;
}
.cid-srrr2exmkX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srrr2exmkX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srrr2exmkX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srrr2exmkX .carousel-control-next span {
  margin-left: 5px;
}
.cid-srrr2exmkX .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-srrr2exmkX .close::before {
  content: '\e91a';
}
.cid-srrr2exmkX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srrr2exmkX .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-srrr2exmkX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srrr2exmkX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srrr2exmkX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srrr2exmkX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srrr2exmkX .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-srrr2exmkX .carousel-indicators li.active,
.cid-srrr2exmkX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srrr2exmkX .carousel-indicators li::after,
.cid-srrr2exmkX .carousel-indicators li::before {
  content: none;
}
.cid-srrr2exmkX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srrr2exmkX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srrr2exmkX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srrr2exmkX .carousel-indicators {
    display: none;
  }
}
.cid-srrr2exmkX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srrr2exmkX .carousel-inner > .active {
  display: block;
}
.cid-srrr2exmkX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srrr2exmkX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srrr2exmkX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srrr2exmkX .carousel-control,
  .cid-srrr2exmkX .carousel-indicators,
  .cid-srrr2exmkX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srrr2exmkX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srrr2exmkX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srrr2exmkX .carousel-indicators .active,
.cid-srrr2exmkX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srrr2exmkX .carousel-indicators .active {
  background: #fff;
}
.cid-srrr2exmkX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srrr2exmkX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srrr2exmkX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srrr2exmkX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srrr2exmkX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srrr2exmkX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srrr2exmkX .carousel {
  width: 100%;
}
.cid-srrr2exmkX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srrr2exmkX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srrr2exmkX .modal.fade .modal-dialog,
.cid-srrr2exmkX .modal.in .modal-dialog {
  transform: none;
}
.cid-srrr2exmkX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srrr2exmkX H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srrr2exmkX H3 {
  color: #7b7a7a;
}
.cid-stIShmOWQJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-stIShmOWQJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stIShmOWQJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stIShmOWQJ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-stIShmOWQJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stIShmOWQJ .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-stIShmOWQJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stIShmOWQJ .carousel-control,
.cid-stIShmOWQJ .close {
  background: #1b1b1b;
}
.cid-stIShmOWQJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stIShmOWQJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stIShmOWQJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stIShmOWQJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-stIShmOWQJ .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-stIShmOWQJ .close::before {
  content: '\e91a';
}
.cid-stIShmOWQJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stIShmOWQJ .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-stIShmOWQJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stIShmOWQJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stIShmOWQJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stIShmOWQJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stIShmOWQJ .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-stIShmOWQJ .carousel-indicators li.active,
.cid-stIShmOWQJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stIShmOWQJ .carousel-indicators li::after,
.cid-stIShmOWQJ .carousel-indicators li::before {
  content: none;
}
.cid-stIShmOWQJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stIShmOWQJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stIShmOWQJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stIShmOWQJ .carousel-indicators {
    display: none;
  }
}
.cid-stIShmOWQJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stIShmOWQJ .carousel-inner > .active {
  display: block;
}
.cid-stIShmOWQJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stIShmOWQJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stIShmOWQJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stIShmOWQJ .carousel-control,
  .cid-stIShmOWQJ .carousel-indicators,
  .cid-stIShmOWQJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stIShmOWQJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stIShmOWQJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stIShmOWQJ .carousel-indicators .active,
.cid-stIShmOWQJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stIShmOWQJ .carousel-indicators .active {
  background: #fff;
}
.cid-stIShmOWQJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stIShmOWQJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stIShmOWQJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stIShmOWQJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stIShmOWQJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stIShmOWQJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stIShmOWQJ .carousel {
  width: 100%;
}
.cid-stIShmOWQJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stIShmOWQJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stIShmOWQJ .modal.fade .modal-dialog,
.cid-stIShmOWQJ .modal.in .modal-dialog {
  transform: none;
}
.cid-stIShmOWQJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stIShmOWQJ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-stIShmOWQJ H3 {
  color: #7b7a7a;
}
.cid-slvgQ4seJo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-slvgQ4seJo .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slvgQ4seJo .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slvgQ4seJo .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slvgQ4seJo .mbr-text,
.cid-slvgQ4seJo .mbr-section-btn {
  color: #7b7a7a;
}
.cid-skA0S57lmT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-skA0S57lmT .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skA0S57lmT .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-skA0S57lmT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skA0S57lmT .inner-container {
    width: 100% !important;
  }
}
.cid-skuNjC9EdD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-skuNjC9EdD .img-wrapper {
  text-align: center;
}
.cid-skuNjC9EdD img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-skuNjC9EdD .row {
  align-items: flex-start;
}
.cid-skuNjC9EdD .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-skuNjC9EdD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-skuNjC9EdD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skuNjC9EdD .card-wrapper {
    padding: 1rem;
  }
}
.cid-skuNjC9EdD .card-title {
  color: #7b7a7a;
}
.cid-skuNjC9EdD .mbr-text,
.cid-skuNjC9EdD .mbr-section-btn {
  color: #858484;
}
.cid-siMT33I7RA {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siMT33I7RA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-siMT33I7RA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siMT33I7RA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-siMT33I7RA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-siMT33I7RA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-siMT33I7RA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siMT33I7RA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-slpDbJldzu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-slpDbJldzu nav.navbar {
  position: fixed;
}
.cid-slpDbJldzu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slpDbJldzu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-slpDbJldzu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-slpDbJldzu .dropdown-item:hover,
.cid-slpDbJldzu .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-slpDbJldzu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-slpDbJldzu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-slpDbJldzu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-slpDbJldzu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-slpDbJldzu .nav-link {
  position: relative;
}
.cid-slpDbJldzu .container {
  display: flex;
  margin: auto;
}
.cid-slpDbJldzu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-slpDbJldzu .dropdown-menu,
.cid-slpDbJldzu .navbar.opened {
  background: #ffffff !important;
}
.cid-slpDbJldzu .nav-item:focus,
.cid-slpDbJldzu .nav-link:focus {
  outline: none;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-slpDbJldzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slpDbJldzu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slpDbJldzu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slpDbJldzu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-slpDbJldzu .navbar.opened {
  transition: all 0.3s;
}
.cid-slpDbJldzu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-slpDbJldzu .navbar .navbar-logo img {
  width: auto;
}
.cid-slpDbJldzu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-slpDbJldzu .navbar.collapsed {
  justify-content: center;
}
.cid-slpDbJldzu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slpDbJldzu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slpDbJldzu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-slpDbJldzu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slpDbJldzu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-slpDbJldzu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-slpDbJldzu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slpDbJldzu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-slpDbJldzu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-slpDbJldzu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slpDbJldzu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slpDbJldzu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-slpDbJldzu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-slpDbJldzu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-slpDbJldzu .navbar.navbar-short {
  min-height: 60px;
}
.cid-slpDbJldzu .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-slpDbJldzu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-slpDbJldzu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slpDbJldzu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slpDbJldzu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slpDbJldzu .dropdown-item.active,
.cid-slpDbJldzu .dropdown-item:active {
  background-color: transparent;
}
.cid-slpDbJldzu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slpDbJldzu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slpDbJldzu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slpDbJldzu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-slpDbJldzu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slpDbJldzu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slpDbJldzu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-slpDbJldzu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-slpDbJldzu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slpDbJldzu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slpDbJldzu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slpDbJldzu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-slpDbJldzu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-slpDbJldzu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slpDbJldzu .navbar {
    height: 70px;
  }
  .cid-slpDbJldzu .navbar.opened {
    height: auto;
  }
  .cid-slpDbJldzu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slpDbJVLek {
  background-image: url("../../../assets/images/ceramicas-div-header1-3.jpg");
}
.cid-slpDbJVLek .mbr-section-title {
  text-align: center;
  color: #d04528;
}
.cid-slpDbJVLek .mbr-text,
.cid-slpDbJVLek .mbr-section-btn {
  color: #5c5c5c;
}
.cid-slpDbJVLek .mbr-section-subtitle {
  color: #353535;
}
.cid-slpDbKeyd5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-slpDbKeyd5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbKeyd5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbKeyd5 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbKeyd5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbKeyd5 .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-slpDbKeyd5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbKeyd5 .carousel-control,
.cid-slpDbKeyd5 .close {
  background: #1b1b1b;
}
.cid-slpDbKeyd5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbKeyd5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbKeyd5 .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-slpDbKeyd5 .close::before {
  content: '\e91a';
}
.cid-slpDbKeyd5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbKeyd5 .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-slpDbKeyd5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbKeyd5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbKeyd5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbKeyd5 .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-slpDbKeyd5 .carousel-indicators li.active,
.cid-slpDbKeyd5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbKeyd5 .carousel-indicators li::after,
.cid-slpDbKeyd5 .carousel-indicators li::before {
  content: none;
}
.cid-slpDbKeyd5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbKeyd5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbKeyd5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKeyd5 .carousel-indicators {
    display: none;
  }
}
.cid-slpDbKeyd5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbKeyd5 .carousel-inner > .active {
  display: block;
}
.cid-slpDbKeyd5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbKeyd5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbKeyd5 .carousel-control,
  .cid-slpDbKeyd5 .carousel-indicators,
  .cid-slpDbKeyd5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKeyd5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbKeyd5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbKeyd5 .carousel-indicators .active,
.cid-slpDbKeyd5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbKeyd5 .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbKeyd5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbKeyd5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbKeyd5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbKeyd5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbKeyd5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbKeyd5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbKeyd5 .carousel {
  width: 100%;
}
.cid-slpDbKeyd5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbKeyd5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbKeyd5 .modal.fade .modal-dialog,
.cid-slpDbKeyd5 .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbKeyd5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbKeyd5 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbKeyd5 H3 {
  color: #7b7a7a;
}
.cid-slpDbKeyd5 H4 {
  color: #d04528;
}
.cid-sHGCBWwkWq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sHGCBWwkWq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHGCBWwkWq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHGCBWwkWq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHGCBWwkWq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHGCBWwkWq .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-sHGCBWwkWq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHGCBWwkWq .carousel-control,
.cid-sHGCBWwkWq .close {
  background: #1b1b1b;
}
.cid-sHGCBWwkWq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHGCBWwkWq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHGCBWwkWq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHGCBWwkWq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHGCBWwkWq .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-sHGCBWwkWq .close::before {
  content: '\e91a';
}
.cid-sHGCBWwkWq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHGCBWwkWq .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-sHGCBWwkWq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGCBWwkWq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHGCBWwkWq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHGCBWwkWq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHGCBWwkWq .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-sHGCBWwkWq .carousel-indicators li.active,
.cid-sHGCBWwkWq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHGCBWwkWq .carousel-indicators li::after,
.cid-sHGCBWwkWq .carousel-indicators li::before {
  content: none;
}
.cid-sHGCBWwkWq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHGCBWwkWq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHGCBWwkWq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGCBWwkWq .carousel-indicators {
    display: none;
  }
}
.cid-sHGCBWwkWq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHGCBWwkWq .carousel-inner > .active {
  display: block;
}
.cid-sHGCBWwkWq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGCBWwkWq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHGCBWwkWq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHGCBWwkWq .carousel-control,
  .cid-sHGCBWwkWq .carousel-indicators,
  .cid-sHGCBWwkWq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHGCBWwkWq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHGCBWwkWq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHGCBWwkWq .carousel-indicators .active,
.cid-sHGCBWwkWq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHGCBWwkWq .carousel-indicators .active {
  background: #fff;
}
.cid-sHGCBWwkWq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHGCBWwkWq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHGCBWwkWq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHGCBWwkWq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHGCBWwkWq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHGCBWwkWq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHGCBWwkWq .carousel {
  width: 100%;
}
.cid-sHGCBWwkWq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHGCBWwkWq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHGCBWwkWq .modal.fade .modal-dialog,
.cid-sHGCBWwkWq .modal.in .modal-dialog {
  transform: none;
}
.cid-sHGCBWwkWq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHGCBWwkWq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sHGCBWwkWq H3 {
  color: #7b7a7a;
}
.cid-sHRL8j7R59 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sHRL8j7R59 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHRL8j7R59 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHRL8j7R59 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHRL8j7R59 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHRL8j7R59 .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-sHRL8j7R59 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHRL8j7R59 .carousel-control,
.cid-sHRL8j7R59 .close {
  background: #1b1b1b;
}
.cid-sHRL8j7R59 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHRL8j7R59 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHRL8j7R59 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHRL8j7R59 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHRL8j7R59 .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-sHRL8j7R59 .close::before {
  content: '\e91a';
}
.cid-sHRL8j7R59 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHRL8j7R59 .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-sHRL8j7R59 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHRL8j7R59 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHRL8j7R59 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHRL8j7R59 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHRL8j7R59 .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-sHRL8j7R59 .carousel-indicators li.active,
.cid-sHRL8j7R59 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHRL8j7R59 .carousel-indicators li::after,
.cid-sHRL8j7R59 .carousel-indicators li::before {
  content: none;
}
.cid-sHRL8j7R59 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHRL8j7R59 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHRL8j7R59 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHRL8j7R59 .carousel-indicators {
    display: none;
  }
}
.cid-sHRL8j7R59 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHRL8j7R59 .carousel-inner > .active {
  display: block;
}
.cid-sHRL8j7R59 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHRL8j7R59 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHRL8j7R59 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHRL8j7R59 .carousel-control,
  .cid-sHRL8j7R59 .carousel-indicators,
  .cid-sHRL8j7R59 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHRL8j7R59 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHRL8j7R59 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHRL8j7R59 .carousel-indicators .active,
.cid-sHRL8j7R59 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHRL8j7R59 .carousel-indicators .active {
  background: #fff;
}
.cid-sHRL8j7R59 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHRL8j7R59 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHRL8j7R59 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHRL8j7R59 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHRL8j7R59 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHRL8j7R59 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHRL8j7R59 .carousel {
  width: 100%;
}
.cid-sHRL8j7R59 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHRL8j7R59 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHRL8j7R59 .modal.fade .modal-dialog,
.cid-sHRL8j7R59 .modal.in .modal-dialog {
  transform: none;
}
.cid-sHRL8j7R59 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHRL8j7R59 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sHRL8j7R59 H3 {
  color: #7b7a7a;
}
.cid-sIjWrSoSZK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sIjWrSoSZK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sIjWrSoSZK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sIjWrSoSZK .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIjWrSoSZK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIjWrSoSZK .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-sIjWrSoSZK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIjWrSoSZK .carousel-control,
.cid-sIjWrSoSZK .close {
  background: #1b1b1b;
}
.cid-sIjWrSoSZK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIjWrSoSZK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIjWrSoSZK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIjWrSoSZK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIjWrSoSZK .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-sIjWrSoSZK .close::before {
  content: '\e91a';
}
.cid-sIjWrSoSZK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIjWrSoSZK .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-sIjWrSoSZK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIjWrSoSZK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIjWrSoSZK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIjWrSoSZK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIjWrSoSZK .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-sIjWrSoSZK .carousel-indicators li.active,
.cid-sIjWrSoSZK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIjWrSoSZK .carousel-indicators li::after,
.cid-sIjWrSoSZK .carousel-indicators li::before {
  content: none;
}
.cid-sIjWrSoSZK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIjWrSoSZK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIjWrSoSZK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIjWrSoSZK .carousel-indicators {
    display: none;
  }
}
.cid-sIjWrSoSZK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIjWrSoSZK .carousel-inner > .active {
  display: block;
}
.cid-sIjWrSoSZK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIjWrSoSZK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIjWrSoSZK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIjWrSoSZK .carousel-control,
  .cid-sIjWrSoSZK .carousel-indicators,
  .cid-sIjWrSoSZK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIjWrSoSZK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIjWrSoSZK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIjWrSoSZK .carousel-indicators .active,
.cid-sIjWrSoSZK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIjWrSoSZK .carousel-indicators .active {
  background: #fff;
}
.cid-sIjWrSoSZK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIjWrSoSZK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIjWrSoSZK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIjWrSoSZK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIjWrSoSZK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIjWrSoSZK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIjWrSoSZK .carousel {
  width: 100%;
}
.cid-sIjWrSoSZK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIjWrSoSZK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIjWrSoSZK .modal.fade .modal-dialog,
.cid-sIjWrSoSZK .modal.in .modal-dialog {
  transform: none;
}
.cid-sIjWrSoSZK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIjWrSoSZK H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sIjWrSoSZK H3 {
  color: #7b7a7a;
}
.cid-sIl0sYxTdQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sIl0sYxTdQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sIl0sYxTdQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sIl0sYxTdQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIl0sYxTdQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIl0sYxTdQ .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-sIl0sYxTdQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIl0sYxTdQ .carousel-control,
.cid-sIl0sYxTdQ .close {
  background: #1b1b1b;
}
.cid-sIl0sYxTdQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIl0sYxTdQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIl0sYxTdQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIl0sYxTdQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIl0sYxTdQ .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-sIl0sYxTdQ .close::before {
  content: '\e91a';
}
.cid-sIl0sYxTdQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIl0sYxTdQ .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-sIl0sYxTdQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIl0sYxTdQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIl0sYxTdQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIl0sYxTdQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIl0sYxTdQ .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-sIl0sYxTdQ .carousel-indicators li.active,
.cid-sIl0sYxTdQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIl0sYxTdQ .carousel-indicators li::after,
.cid-sIl0sYxTdQ .carousel-indicators li::before {
  content: none;
}
.cid-sIl0sYxTdQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIl0sYxTdQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIl0sYxTdQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIl0sYxTdQ .carousel-indicators {
    display: none;
  }
}
.cid-sIl0sYxTdQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIl0sYxTdQ .carousel-inner > .active {
  display: block;
}
.cid-sIl0sYxTdQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIl0sYxTdQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIl0sYxTdQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIl0sYxTdQ .carousel-control,
  .cid-sIl0sYxTdQ .carousel-indicators,
  .cid-sIl0sYxTdQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIl0sYxTdQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIl0sYxTdQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIl0sYxTdQ .carousel-indicators .active,
.cid-sIl0sYxTdQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIl0sYxTdQ .carousel-indicators .active {
  background: #fff;
}
.cid-sIl0sYxTdQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIl0sYxTdQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIl0sYxTdQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIl0sYxTdQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIl0sYxTdQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIl0sYxTdQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIl0sYxTdQ .carousel {
  width: 100%;
}
.cid-sIl0sYxTdQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIl0sYxTdQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIl0sYxTdQ .modal.fade .modal-dialog,
.cid-sIl0sYxTdQ .modal.in .modal-dialog {
  transform: none;
}
.cid-sIl0sYxTdQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIl0sYxTdQ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sIl0sYxTdQ H3 {
  color: #7b7a7a;
}
.cid-sITmTNLVoU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sITmTNLVoU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sITmTNLVoU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sITmTNLVoU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sITmTNLVoU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sITmTNLVoU .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-sITmTNLVoU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sITmTNLVoU .carousel-control,
.cid-sITmTNLVoU .close {
  background: #1b1b1b;
}
.cid-sITmTNLVoU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sITmTNLVoU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sITmTNLVoU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sITmTNLVoU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sITmTNLVoU .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-sITmTNLVoU .close::before {
  content: '\e91a';
}
.cid-sITmTNLVoU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sITmTNLVoU .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-sITmTNLVoU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sITmTNLVoU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sITmTNLVoU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sITmTNLVoU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sITmTNLVoU .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-sITmTNLVoU .carousel-indicators li.active,
.cid-sITmTNLVoU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sITmTNLVoU .carousel-indicators li::after,
.cid-sITmTNLVoU .carousel-indicators li::before {
  content: none;
}
.cid-sITmTNLVoU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sITmTNLVoU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sITmTNLVoU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sITmTNLVoU .carousel-indicators {
    display: none;
  }
}
.cid-sITmTNLVoU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sITmTNLVoU .carousel-inner > .active {
  display: block;
}
.cid-sITmTNLVoU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sITmTNLVoU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sITmTNLVoU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sITmTNLVoU .carousel-control,
  .cid-sITmTNLVoU .carousel-indicators,
  .cid-sITmTNLVoU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sITmTNLVoU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sITmTNLVoU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sITmTNLVoU .carousel-indicators .active,
.cid-sITmTNLVoU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sITmTNLVoU .carousel-indicators .active {
  background: #fff;
}
.cid-sITmTNLVoU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sITmTNLVoU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sITmTNLVoU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sITmTNLVoU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sITmTNLVoU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sITmTNLVoU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sITmTNLVoU .carousel {
  width: 100%;
}
.cid-sITmTNLVoU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sITmTNLVoU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sITmTNLVoU .modal.fade .modal-dialog,
.cid-sITmTNLVoU .modal.in .modal-dialog {
  transform: none;
}
.cid-sITmTNLVoU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sITmTNLVoU H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sITmTNLVoU H3 {
  color: #7b7a7a;
}
.cid-sIU6SvH6NF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sIU6SvH6NF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sIU6SvH6NF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sIU6SvH6NF .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sIU6SvH6NF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sIU6SvH6NF .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-sIU6SvH6NF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sIU6SvH6NF .carousel-control,
.cid-sIU6SvH6NF .close {
  background: #1b1b1b;
}
.cid-sIU6SvH6NF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sIU6SvH6NF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sIU6SvH6NF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sIU6SvH6NF .carousel-control-next span {
  margin-left: 5px;
}
.cid-sIU6SvH6NF .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-sIU6SvH6NF .close::before {
  content: '\e91a';
}
.cid-sIU6SvH6NF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sIU6SvH6NF .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-sIU6SvH6NF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIU6SvH6NF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIU6SvH6NF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sIU6SvH6NF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sIU6SvH6NF .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-sIU6SvH6NF .carousel-indicators li.active,
.cid-sIU6SvH6NF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sIU6SvH6NF .carousel-indicators li::after,
.cid-sIU6SvH6NF .carousel-indicators li::before {
  content: none;
}
.cid-sIU6SvH6NF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIU6SvH6NF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sIU6SvH6NF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIU6SvH6NF .carousel-indicators {
    display: none;
  }
}
.cid-sIU6SvH6NF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIU6SvH6NF .carousel-inner > .active {
  display: block;
}
.cid-sIU6SvH6NF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIU6SvH6NF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIU6SvH6NF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sIU6SvH6NF .carousel-control,
  .cid-sIU6SvH6NF .carousel-indicators,
  .cid-sIU6SvH6NF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sIU6SvH6NF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sIU6SvH6NF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sIU6SvH6NF .carousel-indicators .active,
.cid-sIU6SvH6NF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sIU6SvH6NF .carousel-indicators .active {
  background: #fff;
}
.cid-sIU6SvH6NF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sIU6SvH6NF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sIU6SvH6NF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sIU6SvH6NF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sIU6SvH6NF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sIU6SvH6NF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sIU6SvH6NF .carousel {
  width: 100%;
}
.cid-sIU6SvH6NF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sIU6SvH6NF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sIU6SvH6NF .modal.fade .modal-dialog,
.cid-sIU6SvH6NF .modal.in .modal-dialog {
  transform: none;
}
.cid-sIU6SvH6NF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sIU6SvH6NF H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sIU6SvH6NF H3 {
  color: #7b7a7a;
}
.cid-sJlUjDvwpZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sJlUjDvwpZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sJlUjDvwpZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sJlUjDvwpZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJlUjDvwpZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sJlUjDvwpZ .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-sJlUjDvwpZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJlUjDvwpZ .carousel-control,
.cid-sJlUjDvwpZ .close {
  background: #1b1b1b;
}
.cid-sJlUjDvwpZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJlUjDvwpZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJlUjDvwpZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJlUjDvwpZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJlUjDvwpZ .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-sJlUjDvwpZ .close::before {
  content: '\e91a';
}
.cid-sJlUjDvwpZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJlUjDvwpZ .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-sJlUjDvwpZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJlUjDvwpZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJlUjDvwpZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJlUjDvwpZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJlUjDvwpZ .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-sJlUjDvwpZ .carousel-indicators li.active,
.cid-sJlUjDvwpZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJlUjDvwpZ .carousel-indicators li::after,
.cid-sJlUjDvwpZ .carousel-indicators li::before {
  content: none;
}
.cid-sJlUjDvwpZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJlUjDvwpZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJlUjDvwpZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJlUjDvwpZ .carousel-indicators {
    display: none;
  }
}
.cid-sJlUjDvwpZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJlUjDvwpZ .carousel-inner > .active {
  display: block;
}
.cid-sJlUjDvwpZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJlUjDvwpZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJlUjDvwpZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJlUjDvwpZ .carousel-control,
  .cid-sJlUjDvwpZ .carousel-indicators,
  .cid-sJlUjDvwpZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJlUjDvwpZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJlUjDvwpZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJlUjDvwpZ .carousel-indicators .active,
.cid-sJlUjDvwpZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJlUjDvwpZ .carousel-indicators .active {
  background: #fff;
}
.cid-sJlUjDvwpZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJlUjDvwpZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJlUjDvwpZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJlUjDvwpZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJlUjDvwpZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJlUjDvwpZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJlUjDvwpZ .carousel {
  width: 100%;
}
.cid-sJlUjDvwpZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJlUjDvwpZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJlUjDvwpZ .modal.fade .modal-dialog,
.cid-sJlUjDvwpZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sJlUjDvwpZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJlUjDvwpZ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sJlUjDvwpZ H3 {
  color: #7b7a7a;
}
.cid-sJJPecRg5D {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sJJPecRg5D .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sJJPecRg5D .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sJJPecRg5D .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sJJPecRg5D .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sJJPecRg5D .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-sJJPecRg5D .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJJPecRg5D .carousel-control,
.cid-sJJPecRg5D .close {
  background: #1b1b1b;
}
.cid-sJJPecRg5D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJJPecRg5D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJJPecRg5D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJJPecRg5D .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJJPecRg5D .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-sJJPecRg5D .close::before {
  content: '\e91a';
}
.cid-sJJPecRg5D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJJPecRg5D .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-sJJPecRg5D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJJPecRg5D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJJPecRg5D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJJPecRg5D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJJPecRg5D .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-sJJPecRg5D .carousel-indicators li.active,
.cid-sJJPecRg5D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJJPecRg5D .carousel-indicators li::after,
.cid-sJJPecRg5D .carousel-indicators li::before {
  content: none;
}
.cid-sJJPecRg5D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJJPecRg5D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJJPecRg5D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJJPecRg5D .carousel-indicators {
    display: none;
  }
}
.cid-sJJPecRg5D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJJPecRg5D .carousel-inner > .active {
  display: block;
}
.cid-sJJPecRg5D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJJPecRg5D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJJPecRg5D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJJPecRg5D .carousel-control,
  .cid-sJJPecRg5D .carousel-indicators,
  .cid-sJJPecRg5D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJJPecRg5D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJJPecRg5D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJJPecRg5D .carousel-indicators .active,
.cid-sJJPecRg5D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJJPecRg5D .carousel-indicators .active {
  background: #fff;
}
.cid-sJJPecRg5D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJJPecRg5D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJJPecRg5D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJJPecRg5D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJJPecRg5D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJJPecRg5D .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJJPecRg5D .carousel {
  width: 100%;
}
.cid-sJJPecRg5D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJJPecRg5D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJJPecRg5D .modal.fade .modal-dialog,
.cid-sJJPecRg5D .modal.in .modal-dialog {
  transform: none;
}
.cid-sJJPecRg5D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJJPecRg5D H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sJJPecRg5D H3 {
  color: #7b7a7a;
}
.cid-sHGCkcS8RG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sHGCkcS8RG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sHGCkcS8RG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sHGCkcS8RG .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sHGCkcS8RG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sHGCkcS8RG .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-sHGCkcS8RG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHGCkcS8RG .carousel-control,
.cid-sHGCkcS8RG .close {
  background: #1b1b1b;
}
.cid-sHGCkcS8RG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHGCkcS8RG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHGCkcS8RG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHGCkcS8RG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHGCkcS8RG .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-sHGCkcS8RG .close::before {
  content: '\e91a';
}
.cid-sHGCkcS8RG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHGCkcS8RG .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-sHGCkcS8RG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGCkcS8RG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHGCkcS8RG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHGCkcS8RG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHGCkcS8RG .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-sHGCkcS8RG .carousel-indicators li.active,
.cid-sHGCkcS8RG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHGCkcS8RG .carousel-indicators li::after,
.cid-sHGCkcS8RG .carousel-indicators li::before {
  content: none;
}
.cid-sHGCkcS8RG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHGCkcS8RG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHGCkcS8RG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGCkcS8RG .carousel-indicators {
    display: none;
  }
}
.cid-sHGCkcS8RG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHGCkcS8RG .carousel-inner > .active {
  display: block;
}
.cid-sHGCkcS8RG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHGCkcS8RG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHGCkcS8RG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHGCkcS8RG .carousel-control,
  .cid-sHGCkcS8RG .carousel-indicators,
  .cid-sHGCkcS8RG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHGCkcS8RG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHGCkcS8RG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHGCkcS8RG .carousel-indicators .active,
.cid-sHGCkcS8RG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHGCkcS8RG .carousel-indicators .active {
  background: #fff;
}
.cid-sHGCkcS8RG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHGCkcS8RG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHGCkcS8RG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHGCkcS8RG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHGCkcS8RG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHGCkcS8RG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHGCkcS8RG .carousel {
  width: 100%;
}
.cid-sHGCkcS8RG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHGCkcS8RG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHGCkcS8RG .modal.fade .modal-dialog,
.cid-sHGCkcS8RG .modal.in .modal-dialog {
  transform: none;
}
.cid-sHGCkcS8RG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHGCkcS8RG H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sHGCkcS8RG H3 {
  color: #7b7a7a;
}
.cid-sFNGip10bA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFNGip10bA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFNGip10bA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFNGip10bA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFNGip10bA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFNGip10bA .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-sFNGip10bA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFNGip10bA .carousel-control,
.cid-sFNGip10bA .close {
  background: #1b1b1b;
}
.cid-sFNGip10bA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFNGip10bA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFNGip10bA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFNGip10bA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFNGip10bA .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-sFNGip10bA .close::before {
  content: '\e91a';
}
.cid-sFNGip10bA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFNGip10bA .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-sFNGip10bA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFNGip10bA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFNGip10bA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFNGip10bA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFNGip10bA .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-sFNGip10bA .carousel-indicators li.active,
.cid-sFNGip10bA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFNGip10bA .carousel-indicators li::after,
.cid-sFNGip10bA .carousel-indicators li::before {
  content: none;
}
.cid-sFNGip10bA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFNGip10bA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFNGip10bA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFNGip10bA .carousel-indicators {
    display: none;
  }
}
.cid-sFNGip10bA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFNGip10bA .carousel-inner > .active {
  display: block;
}
.cid-sFNGip10bA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFNGip10bA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFNGip10bA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFNGip10bA .carousel-control,
  .cid-sFNGip10bA .carousel-indicators,
  .cid-sFNGip10bA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFNGip10bA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFNGip10bA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFNGip10bA .carousel-indicators .active,
.cid-sFNGip10bA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFNGip10bA .carousel-indicators .active {
  background: #fff;
}
.cid-sFNGip10bA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFNGip10bA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFNGip10bA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFNGip10bA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFNGip10bA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFNGip10bA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFNGip10bA .carousel {
  width: 100%;
}
.cid-sFNGip10bA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFNGip10bA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFNGip10bA .modal.fade .modal-dialog,
.cid-sFNGip10bA .modal.in .modal-dialog {
  transform: none;
}
.cid-sFNGip10bA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFNGip10bA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFNGip10bA H3 {
  color: #7b7a7a;
}
.cid-sFSj5j46lW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFSj5j46lW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFSj5j46lW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFSj5j46lW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFSj5j46lW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFSj5j46lW .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-sFSj5j46lW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFSj5j46lW .carousel-control,
.cid-sFSj5j46lW .close {
  background: #1b1b1b;
}
.cid-sFSj5j46lW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFSj5j46lW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFSj5j46lW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFSj5j46lW .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFSj5j46lW .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-sFSj5j46lW .close::before {
  content: '\e91a';
}
.cid-sFSj5j46lW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFSj5j46lW .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-sFSj5j46lW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFSj5j46lW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFSj5j46lW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFSj5j46lW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFSj5j46lW .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-sFSj5j46lW .carousel-indicators li.active,
.cid-sFSj5j46lW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFSj5j46lW .carousel-indicators li::after,
.cid-sFSj5j46lW .carousel-indicators li::before {
  content: none;
}
.cid-sFSj5j46lW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFSj5j46lW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFSj5j46lW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSj5j46lW .carousel-indicators {
    display: none;
  }
}
.cid-sFSj5j46lW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFSj5j46lW .carousel-inner > .active {
  display: block;
}
.cid-sFSj5j46lW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFSj5j46lW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFSj5j46lW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFSj5j46lW .carousel-control,
  .cid-sFSj5j46lW .carousel-indicators,
  .cid-sFSj5j46lW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFSj5j46lW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFSj5j46lW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFSj5j46lW .carousel-indicators .active,
.cid-sFSj5j46lW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFSj5j46lW .carousel-indicators .active {
  background: #fff;
}
.cid-sFSj5j46lW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFSj5j46lW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFSj5j46lW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFSj5j46lW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFSj5j46lW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFSj5j46lW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFSj5j46lW .carousel {
  width: 100%;
}
.cid-sFSj5j46lW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFSj5j46lW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFSj5j46lW .modal.fade .modal-dialog,
.cid-sFSj5j46lW .modal.in .modal-dialog {
  transform: none;
}
.cid-sFSj5j46lW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFSj5j46lW H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFSj5j46lW H3 {
  color: #7b7a7a;
}
.cid-sFXZPzZt02 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFXZPzZt02 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFXZPzZt02 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFXZPzZt02 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFXZPzZt02 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFXZPzZt02 .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-sFXZPzZt02 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFXZPzZt02 .carousel-control,
.cid-sFXZPzZt02 .close {
  background: #1b1b1b;
}
.cid-sFXZPzZt02 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFXZPzZt02 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFXZPzZt02 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFXZPzZt02 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFXZPzZt02 .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-sFXZPzZt02 .close::before {
  content: '\e91a';
}
.cid-sFXZPzZt02 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFXZPzZt02 .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-sFXZPzZt02 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFXZPzZt02 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFXZPzZt02 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFXZPzZt02 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFXZPzZt02 .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-sFXZPzZt02 .carousel-indicators li.active,
.cid-sFXZPzZt02 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFXZPzZt02 .carousel-indicators li::after,
.cid-sFXZPzZt02 .carousel-indicators li::before {
  content: none;
}
.cid-sFXZPzZt02 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFXZPzZt02 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFXZPzZt02 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFXZPzZt02 .carousel-indicators {
    display: none;
  }
}
.cid-sFXZPzZt02 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFXZPzZt02 .carousel-inner > .active {
  display: block;
}
.cid-sFXZPzZt02 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFXZPzZt02 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFXZPzZt02 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFXZPzZt02 .carousel-control,
  .cid-sFXZPzZt02 .carousel-indicators,
  .cid-sFXZPzZt02 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFXZPzZt02 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFXZPzZt02 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFXZPzZt02 .carousel-indicators .active,
.cid-sFXZPzZt02 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFXZPzZt02 .carousel-indicators .active {
  background: #fff;
}
.cid-sFXZPzZt02 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFXZPzZt02 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFXZPzZt02 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFXZPzZt02 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFXZPzZt02 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFXZPzZt02 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFXZPzZt02 .carousel {
  width: 100%;
}
.cid-sFXZPzZt02 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFXZPzZt02 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFXZPzZt02 .modal.fade .modal-dialog,
.cid-sFXZPzZt02 .modal.in .modal-dialog {
  transform: none;
}
.cid-sFXZPzZt02 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFXZPzZt02 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFXZPzZt02 H3 {
  color: #7b7a7a;
}
.cid-sFYP5Y63OP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFYP5Y63OP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFYP5Y63OP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFYP5Y63OP .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFYP5Y63OP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFYP5Y63OP .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-sFYP5Y63OP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFYP5Y63OP .carousel-control,
.cid-sFYP5Y63OP .close {
  background: #1b1b1b;
}
.cid-sFYP5Y63OP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFYP5Y63OP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFYP5Y63OP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFYP5Y63OP .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFYP5Y63OP .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-sFYP5Y63OP .close::before {
  content: '\e91a';
}
.cid-sFYP5Y63OP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFYP5Y63OP .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-sFYP5Y63OP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFYP5Y63OP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFYP5Y63OP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFYP5Y63OP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFYP5Y63OP .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-sFYP5Y63OP .carousel-indicators li.active,
.cid-sFYP5Y63OP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFYP5Y63OP .carousel-indicators li::after,
.cid-sFYP5Y63OP .carousel-indicators li::before {
  content: none;
}
.cid-sFYP5Y63OP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFYP5Y63OP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFYP5Y63OP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFYP5Y63OP .carousel-indicators {
    display: none;
  }
}
.cid-sFYP5Y63OP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFYP5Y63OP .carousel-inner > .active {
  display: block;
}
.cid-sFYP5Y63OP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFYP5Y63OP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFYP5Y63OP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFYP5Y63OP .carousel-control,
  .cid-sFYP5Y63OP .carousel-indicators,
  .cid-sFYP5Y63OP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFYP5Y63OP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFYP5Y63OP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFYP5Y63OP .carousel-indicators .active,
.cid-sFYP5Y63OP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFYP5Y63OP .carousel-indicators .active {
  background: #fff;
}
.cid-sFYP5Y63OP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFYP5Y63OP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFYP5Y63OP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFYP5Y63OP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFYP5Y63OP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFYP5Y63OP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFYP5Y63OP .carousel {
  width: 100%;
}
.cid-sFYP5Y63OP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFYP5Y63OP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFYP5Y63OP .modal.fade .modal-dialog,
.cid-sFYP5Y63OP .modal.in .modal-dialog {
  transform: none;
}
.cid-sFYP5Y63OP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFYP5Y63OP H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFYP5Y63OP H3 {
  color: #7b7a7a;
}
.cid-sFNFK0tgcG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sFNFK0tgcG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFNFK0tgcG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFNFK0tgcG .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFNFK0tgcG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFNFK0tgcG .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-sFNFK0tgcG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFNFK0tgcG .carousel-control,
.cid-sFNFK0tgcG .close {
  background: #1b1b1b;
}
.cid-sFNFK0tgcG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFNFK0tgcG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFNFK0tgcG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFNFK0tgcG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFNFK0tgcG .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-sFNFK0tgcG .close::before {
  content: '\e91a';
}
.cid-sFNFK0tgcG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFNFK0tgcG .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-sFNFK0tgcG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFNFK0tgcG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFNFK0tgcG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFNFK0tgcG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFNFK0tgcG .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-sFNFK0tgcG .carousel-indicators li.active,
.cid-sFNFK0tgcG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFNFK0tgcG .carousel-indicators li::after,
.cid-sFNFK0tgcG .carousel-indicators li::before {
  content: none;
}
.cid-sFNFK0tgcG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFNFK0tgcG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFNFK0tgcG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFNFK0tgcG .carousel-indicators {
    display: none;
  }
}
.cid-sFNFK0tgcG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFNFK0tgcG .carousel-inner > .active {
  display: block;
}
.cid-sFNFK0tgcG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFNFK0tgcG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFNFK0tgcG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFNFK0tgcG .carousel-control,
  .cid-sFNFK0tgcG .carousel-indicators,
  .cid-sFNFK0tgcG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFNFK0tgcG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFNFK0tgcG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFNFK0tgcG .carousel-indicators .active,
.cid-sFNFK0tgcG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFNFK0tgcG .carousel-indicators .active {
  background: #fff;
}
.cid-sFNFK0tgcG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFNFK0tgcG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFNFK0tgcG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFNFK0tgcG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFNFK0tgcG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFNFK0tgcG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFNFK0tgcG .carousel {
  width: 100%;
}
.cid-sFNFK0tgcG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFNFK0tgcG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFNFK0tgcG .modal.fade .modal-dialog,
.cid-sFNFK0tgcG .modal.in .modal-dialog {
  transform: none;
}
.cid-sFNFK0tgcG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFNFK0tgcG H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sFNFK0tgcG H3 {
  color: #7b7a7a;
}
.cid-sF1A9G07SV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sF1A9G07SV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF1A9G07SV .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF1A9G07SV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sF1A9G07SV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF1A9G07SV .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-sF1A9G07SV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF1A9G07SV .carousel-control,
.cid-sF1A9G07SV .close {
  background: #1b1b1b;
}
.cid-sF1A9G07SV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF1A9G07SV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF1A9G07SV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF1A9G07SV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF1A9G07SV .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-sF1A9G07SV .close::before {
  content: '\e91a';
}
.cid-sF1A9G07SV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF1A9G07SV .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-sF1A9G07SV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1A9G07SV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF1A9G07SV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF1A9G07SV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF1A9G07SV .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-sF1A9G07SV .carousel-indicators li.active,
.cid-sF1A9G07SV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF1A9G07SV .carousel-indicators li::after,
.cid-sF1A9G07SV .carousel-indicators li::before {
  content: none;
}
.cid-sF1A9G07SV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF1A9G07SV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF1A9G07SV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF1A9G07SV .carousel-indicators {
    display: none;
  }
}
.cid-sF1A9G07SV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF1A9G07SV .carousel-inner > .active {
  display: block;
}
.cid-sF1A9G07SV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1A9G07SV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF1A9G07SV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF1A9G07SV .carousel-control,
  .cid-sF1A9G07SV .carousel-indicators,
  .cid-sF1A9G07SV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF1A9G07SV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF1A9G07SV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF1A9G07SV .carousel-indicators .active,
.cid-sF1A9G07SV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF1A9G07SV .carousel-indicators .active {
  background: #fff;
}
.cid-sF1A9G07SV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF1A9G07SV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF1A9G07SV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF1A9G07SV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF1A9G07SV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF1A9G07SV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF1A9G07SV .carousel {
  width: 100%;
}
.cid-sF1A9G07SV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF1A9G07SV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF1A9G07SV .modal.fade .modal-dialog,
.cid-sF1A9G07SV .modal.in .modal-dialog {
  transform: none;
}
.cid-sF1A9G07SV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF1A9G07SV H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sF1A9G07SV H3 {
  color: #7b7a7a;
}
.cid-sF1AbdK4Pq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sF1AbdK4Pq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF1AbdK4Pq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF1AbdK4Pq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sF1AbdK4Pq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF1AbdK4Pq .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-sF1AbdK4Pq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF1AbdK4Pq .carousel-control,
.cid-sF1AbdK4Pq .close {
  background: #1b1b1b;
}
.cid-sF1AbdK4Pq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF1AbdK4Pq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF1AbdK4Pq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF1AbdK4Pq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF1AbdK4Pq .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-sF1AbdK4Pq .close::before {
  content: '\e91a';
}
.cid-sF1AbdK4Pq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF1AbdK4Pq .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-sF1AbdK4Pq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1AbdK4Pq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF1AbdK4Pq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF1AbdK4Pq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF1AbdK4Pq .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-sF1AbdK4Pq .carousel-indicators li.active,
.cid-sF1AbdK4Pq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF1AbdK4Pq .carousel-indicators li::after,
.cid-sF1AbdK4Pq .carousel-indicators li::before {
  content: none;
}
.cid-sF1AbdK4Pq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF1AbdK4Pq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF1AbdK4Pq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF1AbdK4Pq .carousel-indicators {
    display: none;
  }
}
.cid-sF1AbdK4Pq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF1AbdK4Pq .carousel-inner > .active {
  display: block;
}
.cid-sF1AbdK4Pq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1AbdK4Pq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF1AbdK4Pq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF1AbdK4Pq .carousel-control,
  .cid-sF1AbdK4Pq .carousel-indicators,
  .cid-sF1AbdK4Pq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF1AbdK4Pq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF1AbdK4Pq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF1AbdK4Pq .carousel-indicators .active,
.cid-sF1AbdK4Pq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF1AbdK4Pq .carousel-indicators .active {
  background: #fff;
}
.cid-sF1AbdK4Pq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF1AbdK4Pq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF1AbdK4Pq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF1AbdK4Pq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF1AbdK4Pq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF1AbdK4Pq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF1AbdK4Pq .carousel {
  width: 100%;
}
.cid-sF1AbdK4Pq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF1AbdK4Pq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF1AbdK4Pq .modal.fade .modal-dialog,
.cid-sF1AbdK4Pq .modal.in .modal-dialog {
  transform: none;
}
.cid-sF1AbdK4Pq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF1AbdK4Pq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sF1AbdK4Pq H3 {
  color: #7b7a7a;
}
.cid-sF1AckG9hI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sF1AckG9hI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF1AckG9hI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF1AckG9hI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sF1AckG9hI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF1AckG9hI .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-sF1AckG9hI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF1AckG9hI .carousel-control,
.cid-sF1AckG9hI .close {
  background: #1b1b1b;
}
.cid-sF1AckG9hI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF1AckG9hI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF1AckG9hI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF1AckG9hI .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF1AckG9hI .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-sF1AckG9hI .close::before {
  content: '\e91a';
}
.cid-sF1AckG9hI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF1AckG9hI .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-sF1AckG9hI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1AckG9hI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF1AckG9hI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF1AckG9hI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF1AckG9hI .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-sF1AckG9hI .carousel-indicators li.active,
.cid-sF1AckG9hI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF1AckG9hI .carousel-indicators li::after,
.cid-sF1AckG9hI .carousel-indicators li::before {
  content: none;
}
.cid-sF1AckG9hI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF1AckG9hI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF1AckG9hI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF1AckG9hI .carousel-indicators {
    display: none;
  }
}
.cid-sF1AckG9hI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF1AckG9hI .carousel-inner > .active {
  display: block;
}
.cid-sF1AckG9hI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF1AckG9hI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF1AckG9hI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF1AckG9hI .carousel-control,
  .cid-sF1AckG9hI .carousel-indicators,
  .cid-sF1AckG9hI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF1AckG9hI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF1AckG9hI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF1AckG9hI .carousel-indicators .active,
.cid-sF1AckG9hI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF1AckG9hI .carousel-indicators .active {
  background: #fff;
}
.cid-sF1AckG9hI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF1AckG9hI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF1AckG9hI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF1AckG9hI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF1AckG9hI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF1AckG9hI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF1AckG9hI .carousel {
  width: 100%;
}
.cid-sF1AckG9hI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF1AckG9hI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF1AckG9hI .modal.fade .modal-dialog,
.cid-sF1AckG9hI .modal.in .modal-dialog {
  transform: none;
}
.cid-sF1AckG9hI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF1AckG9hI H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sF1AckG9hI H3 {
  color: #7b7a7a;
}
.cid-sDDt1xB6Px {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sDDt1xB6Px .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sDDt1xB6Px .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sDDt1xB6Px .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sDDt1xB6Px .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sDDt1xB6Px .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-sDDt1xB6Px .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sDDt1xB6Px .carousel-control,
.cid-sDDt1xB6Px .close {
  background: #1b1b1b;
}
.cid-sDDt1xB6Px .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sDDt1xB6Px .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sDDt1xB6Px .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sDDt1xB6Px .carousel-control-next span {
  margin-left: 5px;
}
.cid-sDDt1xB6Px .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-sDDt1xB6Px .close::before {
  content: '\e91a';
}
.cid-sDDt1xB6Px .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sDDt1xB6Px .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-sDDt1xB6Px .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDt1xB6Px .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDDt1xB6Px .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDDt1xB6Px .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sDDt1xB6Px .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-sDDt1xB6Px .carousel-indicators li.active,
.cid-sDDt1xB6Px .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDDt1xB6Px .carousel-indicators li::after,
.cid-sDDt1xB6Px .carousel-indicators li::before {
  content: none;
}
.cid-sDDt1xB6Px .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDDt1xB6Px .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sDDt1xB6Px .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sDDt1xB6Px .carousel-indicators {
    display: none;
  }
}
.cid-sDDt1xB6Px .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDDt1xB6Px .carousel-inner > .active {
  display: block;
}
.cid-sDDt1xB6Px .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDt1xB6Px .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDDt1xB6Px .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sDDt1xB6Px .carousel-control,
  .cid-sDDt1xB6Px .carousel-indicators,
  .cid-sDDt1xB6Px .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sDDt1xB6Px .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sDDt1xB6Px .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sDDt1xB6Px .carousel-indicators .active,
.cid-sDDt1xB6Px .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sDDt1xB6Px .carousel-indicators .active {
  background: #fff;
}
.cid-sDDt1xB6Px .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sDDt1xB6Px .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sDDt1xB6Px .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sDDt1xB6Px .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sDDt1xB6Px .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sDDt1xB6Px .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sDDt1xB6Px .carousel {
  width: 100%;
}
.cid-sDDt1xB6Px .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sDDt1xB6Px .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sDDt1xB6Px .modal.fade .modal-dialog,
.cid-sDDt1xB6Px .modal.in .modal-dialog {
  transform: none;
}
.cid-sDDt1xB6Px .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sDDt1xB6Px H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sDDt1xB6Px H3 {
  color: #7b7a7a;
}
.cid-sEmG7ZMU7T {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEmG7ZMU7T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEmG7ZMU7T .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEmG7ZMU7T .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEmG7ZMU7T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEmG7ZMU7T .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-sEmG7ZMU7T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEmG7ZMU7T .carousel-control,
.cid-sEmG7ZMU7T .close {
  background: #1b1b1b;
}
.cid-sEmG7ZMU7T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEmG7ZMU7T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEmG7ZMU7T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEmG7ZMU7T .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEmG7ZMU7T .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-sEmG7ZMU7T .close::before {
  content: '\e91a';
}
.cid-sEmG7ZMU7T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEmG7ZMU7T .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-sEmG7ZMU7T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmG7ZMU7T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEmG7ZMU7T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEmG7ZMU7T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEmG7ZMU7T .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-sEmG7ZMU7T .carousel-indicators li.active,
.cid-sEmG7ZMU7T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEmG7ZMU7T .carousel-indicators li::after,
.cid-sEmG7ZMU7T .carousel-indicators li::before {
  content: none;
}
.cid-sEmG7ZMU7T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEmG7ZMU7T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEmG7ZMU7T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEmG7ZMU7T .carousel-indicators {
    display: none;
  }
}
.cid-sEmG7ZMU7T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEmG7ZMU7T .carousel-inner > .active {
  display: block;
}
.cid-sEmG7ZMU7T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmG7ZMU7T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEmG7ZMU7T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEmG7ZMU7T .carousel-control,
  .cid-sEmG7ZMU7T .carousel-indicators,
  .cid-sEmG7ZMU7T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEmG7ZMU7T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEmG7ZMU7T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEmG7ZMU7T .carousel-indicators .active,
.cid-sEmG7ZMU7T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEmG7ZMU7T .carousel-indicators .active {
  background: #fff;
}
.cid-sEmG7ZMU7T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEmG7ZMU7T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEmG7ZMU7T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEmG7ZMU7T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEmG7ZMU7T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEmG7ZMU7T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEmG7ZMU7T .carousel {
  width: 100%;
}
.cid-sEmG7ZMU7T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEmG7ZMU7T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEmG7ZMU7T .modal.fade .modal-dialog,
.cid-sEmG7ZMU7T .modal.in .modal-dialog {
  transform: none;
}
.cid-sEmG7ZMU7T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEmG7ZMU7T H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEmG7ZMU7T H3 {
  color: #7b7a7a;
}
.cid-sEmG9TIX4k {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEmG9TIX4k .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEmG9TIX4k .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEmG9TIX4k .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEmG9TIX4k .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEmG9TIX4k .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-sEmG9TIX4k .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEmG9TIX4k .carousel-control,
.cid-sEmG9TIX4k .close {
  background: #1b1b1b;
}
.cid-sEmG9TIX4k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEmG9TIX4k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEmG9TIX4k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEmG9TIX4k .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEmG9TIX4k .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-sEmG9TIX4k .close::before {
  content: '\e91a';
}
.cid-sEmG9TIX4k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEmG9TIX4k .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-sEmG9TIX4k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmG9TIX4k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEmG9TIX4k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEmG9TIX4k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEmG9TIX4k .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-sEmG9TIX4k .carousel-indicators li.active,
.cid-sEmG9TIX4k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEmG9TIX4k .carousel-indicators li::after,
.cid-sEmG9TIX4k .carousel-indicators li::before {
  content: none;
}
.cid-sEmG9TIX4k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEmG9TIX4k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEmG9TIX4k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEmG9TIX4k .carousel-indicators {
    display: none;
  }
}
.cid-sEmG9TIX4k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEmG9TIX4k .carousel-inner > .active {
  display: block;
}
.cid-sEmG9TIX4k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEmG9TIX4k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEmG9TIX4k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEmG9TIX4k .carousel-control,
  .cid-sEmG9TIX4k .carousel-indicators,
  .cid-sEmG9TIX4k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEmG9TIX4k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEmG9TIX4k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEmG9TIX4k .carousel-indicators .active,
.cid-sEmG9TIX4k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEmG9TIX4k .carousel-indicators .active {
  background: #fff;
}
.cid-sEmG9TIX4k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEmG9TIX4k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEmG9TIX4k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEmG9TIX4k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEmG9TIX4k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEmG9TIX4k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEmG9TIX4k .carousel {
  width: 100%;
}
.cid-sEmG9TIX4k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEmG9TIX4k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEmG9TIX4k .modal.fade .modal-dialog,
.cid-sEmG9TIX4k .modal.in .modal-dialog {
  transform: none;
}
.cid-sEmG9TIX4k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEmG9TIX4k H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEmG9TIX4k H3 {
  color: #7b7a7a;
}
.cid-sEnGHNZgVR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEnGHNZgVR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEnGHNZgVR .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEnGHNZgVR .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEnGHNZgVR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEnGHNZgVR .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-sEnGHNZgVR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEnGHNZgVR .carousel-control,
.cid-sEnGHNZgVR .close {
  background: #1b1b1b;
}
.cid-sEnGHNZgVR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEnGHNZgVR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEnGHNZgVR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEnGHNZgVR .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEnGHNZgVR .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-sEnGHNZgVR .close::before {
  content: '\e91a';
}
.cid-sEnGHNZgVR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEnGHNZgVR .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-sEnGHNZgVR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnGHNZgVR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEnGHNZgVR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEnGHNZgVR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEnGHNZgVR .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-sEnGHNZgVR .carousel-indicators li.active,
.cid-sEnGHNZgVR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEnGHNZgVR .carousel-indicators li::after,
.cid-sEnGHNZgVR .carousel-indicators li::before {
  content: none;
}
.cid-sEnGHNZgVR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEnGHNZgVR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEnGHNZgVR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEnGHNZgVR .carousel-indicators {
    display: none;
  }
}
.cid-sEnGHNZgVR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEnGHNZgVR .carousel-inner > .active {
  display: block;
}
.cid-sEnGHNZgVR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnGHNZgVR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEnGHNZgVR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEnGHNZgVR .carousel-control,
  .cid-sEnGHNZgVR .carousel-indicators,
  .cid-sEnGHNZgVR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEnGHNZgVR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEnGHNZgVR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEnGHNZgVR .carousel-indicators .active,
.cid-sEnGHNZgVR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEnGHNZgVR .carousel-indicators .active {
  background: #fff;
}
.cid-sEnGHNZgVR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEnGHNZgVR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEnGHNZgVR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEnGHNZgVR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEnGHNZgVR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEnGHNZgVR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEnGHNZgVR .carousel {
  width: 100%;
}
.cid-sEnGHNZgVR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEnGHNZgVR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEnGHNZgVR .modal.fade .modal-dialog,
.cid-sEnGHNZgVR .modal.in .modal-dialog {
  transform: none;
}
.cid-sEnGHNZgVR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEnGHNZgVR H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEnGHNZgVR H3 {
  color: #7b7a7a;
}
.cid-sEnGJwl1S6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sEnGJwl1S6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sEnGJwl1S6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sEnGJwl1S6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sEnGJwl1S6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sEnGJwl1S6 .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-sEnGJwl1S6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sEnGJwl1S6 .carousel-control,
.cid-sEnGJwl1S6 .close {
  background: #1b1b1b;
}
.cid-sEnGJwl1S6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sEnGJwl1S6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sEnGJwl1S6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sEnGJwl1S6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sEnGJwl1S6 .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-sEnGJwl1S6 .close::before {
  content: '\e91a';
}
.cid-sEnGJwl1S6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sEnGJwl1S6 .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-sEnGJwl1S6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnGJwl1S6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sEnGJwl1S6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEnGJwl1S6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sEnGJwl1S6 .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-sEnGJwl1S6 .carousel-indicators li.active,
.cid-sEnGJwl1S6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEnGJwl1S6 .carousel-indicators li::after,
.cid-sEnGJwl1S6 .carousel-indicators li::before {
  content: none;
}
.cid-sEnGJwl1S6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEnGJwl1S6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sEnGJwl1S6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sEnGJwl1S6 .carousel-indicators {
    display: none;
  }
}
.cid-sEnGJwl1S6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sEnGJwl1S6 .carousel-inner > .active {
  display: block;
}
.cid-sEnGJwl1S6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sEnGJwl1S6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sEnGJwl1S6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sEnGJwl1S6 .carousel-control,
  .cid-sEnGJwl1S6 .carousel-indicators,
  .cid-sEnGJwl1S6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sEnGJwl1S6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sEnGJwl1S6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sEnGJwl1S6 .carousel-indicators .active,
.cid-sEnGJwl1S6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sEnGJwl1S6 .carousel-indicators .active {
  background: #fff;
}
.cid-sEnGJwl1S6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sEnGJwl1S6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sEnGJwl1S6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sEnGJwl1S6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sEnGJwl1S6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sEnGJwl1S6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sEnGJwl1S6 .carousel {
  width: 100%;
}
.cid-sEnGJwl1S6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sEnGJwl1S6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sEnGJwl1S6 .modal.fade .modal-dialog,
.cid-sEnGJwl1S6 .modal.in .modal-dialog {
  transform: none;
}
.cid-sEnGJwl1S6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sEnGJwl1S6 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sEnGJwl1S6 H3 {
  color: #7b7a7a;
}
.cid-sDDsGtMrCJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sDDsGtMrCJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sDDsGtMrCJ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sDDsGtMrCJ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sDDsGtMrCJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sDDsGtMrCJ .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-sDDsGtMrCJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sDDsGtMrCJ .carousel-control,
.cid-sDDsGtMrCJ .close {
  background: #1b1b1b;
}
.cid-sDDsGtMrCJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sDDsGtMrCJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sDDsGtMrCJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sDDsGtMrCJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sDDsGtMrCJ .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-sDDsGtMrCJ .close::before {
  content: '\e91a';
}
.cid-sDDsGtMrCJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sDDsGtMrCJ .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-sDDsGtMrCJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDsGtMrCJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDDsGtMrCJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDDsGtMrCJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sDDsGtMrCJ .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-sDDsGtMrCJ .carousel-indicators li.active,
.cid-sDDsGtMrCJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDDsGtMrCJ .carousel-indicators li::after,
.cid-sDDsGtMrCJ .carousel-indicators li::before {
  content: none;
}
.cid-sDDsGtMrCJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDDsGtMrCJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sDDsGtMrCJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sDDsGtMrCJ .carousel-indicators {
    display: none;
  }
}
.cid-sDDsGtMrCJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDDsGtMrCJ .carousel-inner > .active {
  display: block;
}
.cid-sDDsGtMrCJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDDsGtMrCJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sDDsGtMrCJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sDDsGtMrCJ .carousel-control,
  .cid-sDDsGtMrCJ .carousel-indicators,
  .cid-sDDsGtMrCJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sDDsGtMrCJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sDDsGtMrCJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sDDsGtMrCJ .carousel-indicators .active,
.cid-sDDsGtMrCJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sDDsGtMrCJ .carousel-indicators .active {
  background: #fff;
}
.cid-sDDsGtMrCJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sDDsGtMrCJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sDDsGtMrCJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sDDsGtMrCJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sDDsGtMrCJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sDDsGtMrCJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sDDsGtMrCJ .carousel {
  width: 100%;
}
.cid-sDDsGtMrCJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sDDsGtMrCJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sDDsGtMrCJ .modal.fade .modal-dialog,
.cid-sDDsGtMrCJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sDDsGtMrCJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sDDsGtMrCJ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sDDsGtMrCJ H3 {
  color: #7b7a7a;
}
.cid-sBJPbSAhAK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sBJPbSAhAK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBJPbSAhAK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBJPbSAhAK .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sBJPbSAhAK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBJPbSAhAK .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-sBJPbSAhAK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBJPbSAhAK .carousel-control,
.cid-sBJPbSAhAK .close {
  background: #1b1b1b;
}
.cid-sBJPbSAhAK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBJPbSAhAK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBJPbSAhAK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBJPbSAhAK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBJPbSAhAK .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-sBJPbSAhAK .close::before {
  content: '\e91a';
}
.cid-sBJPbSAhAK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBJPbSAhAK .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-sBJPbSAhAK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJPbSAhAK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBJPbSAhAK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBJPbSAhAK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBJPbSAhAK .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-sBJPbSAhAK .carousel-indicators li.active,
.cid-sBJPbSAhAK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBJPbSAhAK .carousel-indicators li::after,
.cid-sBJPbSAhAK .carousel-indicators li::before {
  content: none;
}
.cid-sBJPbSAhAK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBJPbSAhAK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBJPbSAhAK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBJPbSAhAK .carousel-indicators {
    display: none;
  }
}
.cid-sBJPbSAhAK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBJPbSAhAK .carousel-inner > .active {
  display: block;
}
.cid-sBJPbSAhAK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJPbSAhAK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBJPbSAhAK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBJPbSAhAK .carousel-control,
  .cid-sBJPbSAhAK .carousel-indicators,
  .cid-sBJPbSAhAK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBJPbSAhAK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBJPbSAhAK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBJPbSAhAK .carousel-indicators .active,
.cid-sBJPbSAhAK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBJPbSAhAK .carousel-indicators .active {
  background: #fff;
}
.cid-sBJPbSAhAK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBJPbSAhAK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBJPbSAhAK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBJPbSAhAK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBJPbSAhAK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBJPbSAhAK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBJPbSAhAK .carousel {
  width: 100%;
}
.cid-sBJPbSAhAK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBJPbSAhAK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBJPbSAhAK .modal.fade .modal-dialog,
.cid-sBJPbSAhAK .modal.in .modal-dialog {
  transform: none;
}
.cid-sBJPbSAhAK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBJPbSAhAK H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sBJPbSAhAK H3 {
  color: #7b7a7a;
}
.cid-sChRCOoHg2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sChRCOoHg2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sChRCOoHg2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sChRCOoHg2 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sChRCOoHg2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sChRCOoHg2 .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-sChRCOoHg2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sChRCOoHg2 .carousel-control,
.cid-sChRCOoHg2 .close {
  background: #1b1b1b;
}
.cid-sChRCOoHg2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sChRCOoHg2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sChRCOoHg2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sChRCOoHg2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sChRCOoHg2 .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-sChRCOoHg2 .close::before {
  content: '\e91a';
}
.cid-sChRCOoHg2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sChRCOoHg2 .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-sChRCOoHg2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChRCOoHg2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sChRCOoHg2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sChRCOoHg2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sChRCOoHg2 .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-sChRCOoHg2 .carousel-indicators li.active,
.cid-sChRCOoHg2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sChRCOoHg2 .carousel-indicators li::after,
.cid-sChRCOoHg2 .carousel-indicators li::before {
  content: none;
}
.cid-sChRCOoHg2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sChRCOoHg2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sChRCOoHg2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sChRCOoHg2 .carousel-indicators {
    display: none;
  }
}
.cid-sChRCOoHg2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sChRCOoHg2 .carousel-inner > .active {
  display: block;
}
.cid-sChRCOoHg2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChRCOoHg2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sChRCOoHg2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sChRCOoHg2 .carousel-control,
  .cid-sChRCOoHg2 .carousel-indicators,
  .cid-sChRCOoHg2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sChRCOoHg2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sChRCOoHg2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sChRCOoHg2 .carousel-indicators .active,
.cid-sChRCOoHg2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sChRCOoHg2 .carousel-indicators .active {
  background: #fff;
}
.cid-sChRCOoHg2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sChRCOoHg2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sChRCOoHg2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sChRCOoHg2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sChRCOoHg2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sChRCOoHg2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sChRCOoHg2 .carousel {
  width: 100%;
}
.cid-sChRCOoHg2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sChRCOoHg2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sChRCOoHg2 .modal.fade .modal-dialog,
.cid-sChRCOoHg2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sChRCOoHg2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sChRCOoHg2 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sChRCOoHg2 H3 {
  color: #7b7a7a;
}
.cid-swi4caSchW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swi4caSchW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swi4caSchW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swi4caSchW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swi4caSchW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swi4caSchW .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-swi4caSchW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swi4caSchW .carousel-control,
.cid-swi4caSchW .close {
  background: #1b1b1b;
}
.cid-swi4caSchW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swi4caSchW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swi4caSchW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swi4caSchW .carousel-control-next span {
  margin-left: 5px;
}
.cid-swi4caSchW .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-swi4caSchW .close::before {
  content: '\e91a';
}
.cid-swi4caSchW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swi4caSchW .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-swi4caSchW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swi4caSchW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swi4caSchW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swi4caSchW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swi4caSchW .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-swi4caSchW .carousel-indicators li.active,
.cid-swi4caSchW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swi4caSchW .carousel-indicators li::after,
.cid-swi4caSchW .carousel-indicators li::before {
  content: none;
}
.cid-swi4caSchW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swi4caSchW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swi4caSchW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swi4caSchW .carousel-indicators {
    display: none;
  }
}
.cid-swi4caSchW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swi4caSchW .carousel-inner > .active {
  display: block;
}
.cid-swi4caSchW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swi4caSchW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swi4caSchW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swi4caSchW .carousel-control,
  .cid-swi4caSchW .carousel-indicators,
  .cid-swi4caSchW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swi4caSchW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swi4caSchW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swi4caSchW .carousel-indicators .active,
.cid-swi4caSchW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swi4caSchW .carousel-indicators .active {
  background: #fff;
}
.cid-swi4caSchW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swi4caSchW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swi4caSchW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swi4caSchW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swi4caSchW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swi4caSchW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swi4caSchW .carousel {
  width: 100%;
}
.cid-swi4caSchW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swi4caSchW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swi4caSchW .modal.fade .modal-dialog,
.cid-swi4caSchW .modal.in .modal-dialog {
  transform: none;
}
.cid-swi4caSchW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swi4caSchW H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swi4caSchW H3 {
  color: #7b7a7a;
}
.cid-sChScMNXcU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sChScMNXcU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sChScMNXcU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sChScMNXcU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sChScMNXcU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sChScMNXcU .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-sChScMNXcU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sChScMNXcU .carousel-control,
.cid-sChScMNXcU .close {
  background: #1b1b1b;
}
.cid-sChScMNXcU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sChScMNXcU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sChScMNXcU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sChScMNXcU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sChScMNXcU .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-sChScMNXcU .close::before {
  content: '\e91a';
}
.cid-sChScMNXcU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sChScMNXcU .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-sChScMNXcU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChScMNXcU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sChScMNXcU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sChScMNXcU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sChScMNXcU .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-sChScMNXcU .carousel-indicators li.active,
.cid-sChScMNXcU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sChScMNXcU .carousel-indicators li::after,
.cid-sChScMNXcU .carousel-indicators li::before {
  content: none;
}
.cid-sChScMNXcU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sChScMNXcU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sChScMNXcU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sChScMNXcU .carousel-indicators {
    display: none;
  }
}
.cid-sChScMNXcU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sChScMNXcU .carousel-inner > .active {
  display: block;
}
.cid-sChScMNXcU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChScMNXcU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sChScMNXcU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sChScMNXcU .carousel-control,
  .cid-sChScMNXcU .carousel-indicators,
  .cid-sChScMNXcU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sChScMNXcU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sChScMNXcU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sChScMNXcU .carousel-indicators .active,
.cid-sChScMNXcU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sChScMNXcU .carousel-indicators .active {
  background: #fff;
}
.cid-sChScMNXcU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sChScMNXcU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sChScMNXcU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sChScMNXcU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sChScMNXcU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sChScMNXcU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sChScMNXcU .carousel {
  width: 100%;
}
.cid-sChScMNXcU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sChScMNXcU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sChScMNXcU .modal.fade .modal-dialog,
.cid-sChScMNXcU .modal.in .modal-dialog {
  transform: none;
}
.cid-sChScMNXcU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sChScMNXcU H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sChScMNXcU H3 {
  color: #7b7a7a;
}
.cid-sCEvsSfpfA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sCEvsSfpfA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCEvsSfpfA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCEvsSfpfA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sCEvsSfpfA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCEvsSfpfA .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-sCEvsSfpfA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCEvsSfpfA .carousel-control,
.cid-sCEvsSfpfA .close {
  background: #1b1b1b;
}
.cid-sCEvsSfpfA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCEvsSfpfA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCEvsSfpfA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCEvsSfpfA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCEvsSfpfA .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-sCEvsSfpfA .close::before {
  content: '\e91a';
}
.cid-sCEvsSfpfA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCEvsSfpfA .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-sCEvsSfpfA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCEvsSfpfA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCEvsSfpfA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCEvsSfpfA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCEvsSfpfA .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-sCEvsSfpfA .carousel-indicators li.active,
.cid-sCEvsSfpfA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCEvsSfpfA .carousel-indicators li::after,
.cid-sCEvsSfpfA .carousel-indicators li::before {
  content: none;
}
.cid-sCEvsSfpfA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCEvsSfpfA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCEvsSfpfA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCEvsSfpfA .carousel-indicators {
    display: none;
  }
}
.cid-sCEvsSfpfA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCEvsSfpfA .carousel-inner > .active {
  display: block;
}
.cid-sCEvsSfpfA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCEvsSfpfA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCEvsSfpfA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCEvsSfpfA .carousel-control,
  .cid-sCEvsSfpfA .carousel-indicators,
  .cid-sCEvsSfpfA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCEvsSfpfA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCEvsSfpfA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCEvsSfpfA .carousel-indicators .active,
.cid-sCEvsSfpfA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCEvsSfpfA .carousel-indicators .active {
  background: #fff;
}
.cid-sCEvsSfpfA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCEvsSfpfA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCEvsSfpfA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCEvsSfpfA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCEvsSfpfA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCEvsSfpfA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCEvsSfpfA .carousel {
  width: 100%;
}
.cid-sCEvsSfpfA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCEvsSfpfA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCEvsSfpfA .modal.fade .modal-dialog,
.cid-sCEvsSfpfA .modal.in .modal-dialog {
  transform: none;
}
.cid-sCEvsSfpfA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCEvsSfpfA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sCEvsSfpfA H3 {
  color: #7b7a7a;
}
.cid-sCEK1GwkEo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sCEK1GwkEo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCEK1GwkEo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCEK1GwkEo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sCEK1GwkEo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCEK1GwkEo .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-sCEK1GwkEo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCEK1GwkEo .carousel-control,
.cid-sCEK1GwkEo .close {
  background: #1b1b1b;
}
.cid-sCEK1GwkEo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCEK1GwkEo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCEK1GwkEo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCEK1GwkEo .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCEK1GwkEo .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-sCEK1GwkEo .close::before {
  content: '\e91a';
}
.cid-sCEK1GwkEo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCEK1GwkEo .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-sCEK1GwkEo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCEK1GwkEo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCEK1GwkEo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCEK1GwkEo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCEK1GwkEo .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-sCEK1GwkEo .carousel-indicators li.active,
.cid-sCEK1GwkEo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCEK1GwkEo .carousel-indicators li::after,
.cid-sCEK1GwkEo .carousel-indicators li::before {
  content: none;
}
.cid-sCEK1GwkEo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCEK1GwkEo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCEK1GwkEo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCEK1GwkEo .carousel-indicators {
    display: none;
  }
}
.cid-sCEK1GwkEo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCEK1GwkEo .carousel-inner > .active {
  display: block;
}
.cid-sCEK1GwkEo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCEK1GwkEo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCEK1GwkEo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCEK1GwkEo .carousel-control,
  .cid-sCEK1GwkEo .carousel-indicators,
  .cid-sCEK1GwkEo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCEK1GwkEo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCEK1GwkEo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCEK1GwkEo .carousel-indicators .active,
.cid-sCEK1GwkEo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCEK1GwkEo .carousel-indicators .active {
  background: #fff;
}
.cid-sCEK1GwkEo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCEK1GwkEo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCEK1GwkEo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCEK1GwkEo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCEK1GwkEo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCEK1GwkEo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCEK1GwkEo .carousel {
  width: 100%;
}
.cid-sCEK1GwkEo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCEK1GwkEo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCEK1GwkEo .modal.fade .modal-dialog,
.cid-sCEK1GwkEo .modal.in .modal-dialog {
  transform: none;
}
.cid-sCEK1GwkEo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCEK1GwkEo H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sCEK1GwkEo H3 {
  color: #7b7a7a;
}
.cid-sBJP9yGdVP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sBJP9yGdVP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBJP9yGdVP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sBJP9yGdVP .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sBJP9yGdVP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sBJP9yGdVP .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-sBJP9yGdVP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sBJP9yGdVP .carousel-control,
.cid-sBJP9yGdVP .close {
  background: #1b1b1b;
}
.cid-sBJP9yGdVP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sBJP9yGdVP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sBJP9yGdVP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sBJP9yGdVP .carousel-control-next span {
  margin-left: 5px;
}
.cid-sBJP9yGdVP .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-sBJP9yGdVP .close::before {
  content: '\e91a';
}
.cid-sBJP9yGdVP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sBJP9yGdVP .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-sBJP9yGdVP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJP9yGdVP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sBJP9yGdVP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBJP9yGdVP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sBJP9yGdVP .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-sBJP9yGdVP .carousel-indicators li.active,
.cid-sBJP9yGdVP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBJP9yGdVP .carousel-indicators li::after,
.cid-sBJP9yGdVP .carousel-indicators li::before {
  content: none;
}
.cid-sBJP9yGdVP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sBJP9yGdVP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sBJP9yGdVP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sBJP9yGdVP .carousel-indicators {
    display: none;
  }
}
.cid-sBJP9yGdVP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sBJP9yGdVP .carousel-inner > .active {
  display: block;
}
.cid-sBJP9yGdVP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJP9yGdVP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBJP9yGdVP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sBJP9yGdVP .carousel-control,
  .cid-sBJP9yGdVP .carousel-indicators,
  .cid-sBJP9yGdVP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sBJP9yGdVP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sBJP9yGdVP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBJP9yGdVP .carousel-indicators .active,
.cid-sBJP9yGdVP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sBJP9yGdVP .carousel-indicators .active {
  background: #fff;
}
.cid-sBJP9yGdVP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sBJP9yGdVP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sBJP9yGdVP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBJP9yGdVP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sBJP9yGdVP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sBJP9yGdVP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sBJP9yGdVP .carousel {
  width: 100%;
}
.cid-sBJP9yGdVP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sBJP9yGdVP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sBJP9yGdVP .modal.fade .modal-dialog,
.cid-sBJP9yGdVP .modal.in .modal-dialog {
  transform: none;
}
.cid-sBJP9yGdVP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sBJP9yGdVP H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sBJP9yGdVP H3 {
  color: #7b7a7a;
}
.cid-sChRE2ycLX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sChRE2ycLX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sChRE2ycLX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sChRE2ycLX .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sChRE2ycLX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sChRE2ycLX .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-sChRE2ycLX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sChRE2ycLX .carousel-control,
.cid-sChRE2ycLX .close {
  background: #1b1b1b;
}
.cid-sChRE2ycLX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sChRE2ycLX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sChRE2ycLX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sChRE2ycLX .carousel-control-next span {
  margin-left: 5px;
}
.cid-sChRE2ycLX .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-sChRE2ycLX .close::before {
  content: '\e91a';
}
.cid-sChRE2ycLX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sChRE2ycLX .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-sChRE2ycLX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChRE2ycLX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sChRE2ycLX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sChRE2ycLX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sChRE2ycLX .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-sChRE2ycLX .carousel-indicators li.active,
.cid-sChRE2ycLX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sChRE2ycLX .carousel-indicators li::after,
.cid-sChRE2ycLX .carousel-indicators li::before {
  content: none;
}
.cid-sChRE2ycLX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sChRE2ycLX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sChRE2ycLX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sChRE2ycLX .carousel-indicators {
    display: none;
  }
}
.cid-sChRE2ycLX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sChRE2ycLX .carousel-inner > .active {
  display: block;
}
.cid-sChRE2ycLX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChRE2ycLX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sChRE2ycLX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sChRE2ycLX .carousel-control,
  .cid-sChRE2ycLX .carousel-indicators,
  .cid-sChRE2ycLX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sChRE2ycLX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sChRE2ycLX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sChRE2ycLX .carousel-indicators .active,
.cid-sChRE2ycLX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sChRE2ycLX .carousel-indicators .active {
  background: #fff;
}
.cid-sChRE2ycLX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sChRE2ycLX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sChRE2ycLX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sChRE2ycLX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sChRE2ycLX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sChRE2ycLX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sChRE2ycLX .carousel {
  width: 100%;
}
.cid-sChRE2ycLX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sChRE2ycLX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sChRE2ycLX .modal.fade .modal-dialog,
.cid-sChRE2ycLX .modal.in .modal-dialog {
  transform: none;
}
.cid-sChRE2ycLX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sChRE2ycLX H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sChRE2ycLX H3 {
  color: #7b7a7a;
}
.cid-swl7SF4V9v {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swl7SF4V9v .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swl7SF4V9v .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swl7SF4V9v .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swl7SF4V9v .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swl7SF4V9v .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-swl7SF4V9v .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swl7SF4V9v .carousel-control,
.cid-swl7SF4V9v .close {
  background: #1b1b1b;
}
.cid-swl7SF4V9v .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swl7SF4V9v .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swl7SF4V9v .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swl7SF4V9v .carousel-control-next span {
  margin-left: 5px;
}
.cid-swl7SF4V9v .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-swl7SF4V9v .close::before {
  content: '\e91a';
}
.cid-swl7SF4V9v .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swl7SF4V9v .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-swl7SF4V9v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swl7SF4V9v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swl7SF4V9v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swl7SF4V9v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swl7SF4V9v .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-swl7SF4V9v .carousel-indicators li.active,
.cid-swl7SF4V9v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swl7SF4V9v .carousel-indicators li::after,
.cid-swl7SF4V9v .carousel-indicators li::before {
  content: none;
}
.cid-swl7SF4V9v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swl7SF4V9v .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swl7SF4V9v .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swl7SF4V9v .carousel-indicators {
    display: none;
  }
}
.cid-swl7SF4V9v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swl7SF4V9v .carousel-inner > .active {
  display: block;
}
.cid-swl7SF4V9v .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swl7SF4V9v .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swl7SF4V9v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swl7SF4V9v .carousel-control,
  .cid-swl7SF4V9v .carousel-indicators,
  .cid-swl7SF4V9v .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swl7SF4V9v .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swl7SF4V9v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swl7SF4V9v .carousel-indicators .active,
.cid-swl7SF4V9v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swl7SF4V9v .carousel-indicators .active {
  background: #fff;
}
.cid-swl7SF4V9v .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swl7SF4V9v .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swl7SF4V9v .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swl7SF4V9v .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swl7SF4V9v .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swl7SF4V9v .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swl7SF4V9v .carousel {
  width: 100%;
}
.cid-swl7SF4V9v .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swl7SF4V9v .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swl7SF4V9v .modal.fade .modal-dialog,
.cid-swl7SF4V9v .modal.in .modal-dialog {
  transform: none;
}
.cid-swl7SF4V9v .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swl7SF4V9v H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swl7SF4V9v H3 {
  color: #7b7a7a;
}
.cid-swlILAYuPU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swlILAYuPU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swlILAYuPU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swlILAYuPU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swlILAYuPU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swlILAYuPU .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-swlILAYuPU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swlILAYuPU .carousel-control,
.cid-swlILAYuPU .close {
  background: #1b1b1b;
}
.cid-swlILAYuPU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swlILAYuPU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swlILAYuPU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swlILAYuPU .carousel-control-next span {
  margin-left: 5px;
}
.cid-swlILAYuPU .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-swlILAYuPU .close::before {
  content: '\e91a';
}
.cid-swlILAYuPU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swlILAYuPU .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-swlILAYuPU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swlILAYuPU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swlILAYuPU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swlILAYuPU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swlILAYuPU .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-swlILAYuPU .carousel-indicators li.active,
.cid-swlILAYuPU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swlILAYuPU .carousel-indicators li::after,
.cid-swlILAYuPU .carousel-indicators li::before {
  content: none;
}
.cid-swlILAYuPU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swlILAYuPU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swlILAYuPU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swlILAYuPU .carousel-indicators {
    display: none;
  }
}
.cid-swlILAYuPU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swlILAYuPU .carousel-inner > .active {
  display: block;
}
.cid-swlILAYuPU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swlILAYuPU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swlILAYuPU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swlILAYuPU .carousel-control,
  .cid-swlILAYuPU .carousel-indicators,
  .cid-swlILAYuPU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swlILAYuPU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swlILAYuPU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swlILAYuPU .carousel-indicators .active,
.cid-swlILAYuPU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swlILAYuPU .carousel-indicators .active {
  background: #fff;
}
.cid-swlILAYuPU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swlILAYuPU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swlILAYuPU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swlILAYuPU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swlILAYuPU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swlILAYuPU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swlILAYuPU .carousel {
  width: 100%;
}
.cid-swlILAYuPU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swlILAYuPU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swlILAYuPU .modal.fade .modal-dialog,
.cid-swlILAYuPU .modal.in .modal-dialog {
  transform: none;
}
.cid-swlILAYuPU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swlILAYuPU H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swlILAYuPU H3 {
  color: #7b7a7a;
}
.cid-swrhmj9XGg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-swrhmj9XGg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-swrhmj9XGg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-swrhmj9XGg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swrhmj9XGg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swrhmj9XGg .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-swrhmj9XGg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swrhmj9XGg .carousel-control,
.cid-swrhmj9XGg .close {
  background: #1b1b1b;
}
.cid-swrhmj9XGg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swrhmj9XGg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swrhmj9XGg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swrhmj9XGg .carousel-control-next span {
  margin-left: 5px;
}
.cid-swrhmj9XGg .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-swrhmj9XGg .close::before {
  content: '\e91a';
}
.cid-swrhmj9XGg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swrhmj9XGg .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-swrhmj9XGg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swrhmj9XGg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swrhmj9XGg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swrhmj9XGg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swrhmj9XGg .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-swrhmj9XGg .carousel-indicators li.active,
.cid-swrhmj9XGg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swrhmj9XGg .carousel-indicators li::after,
.cid-swrhmj9XGg .carousel-indicators li::before {
  content: none;
}
.cid-swrhmj9XGg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swrhmj9XGg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swrhmj9XGg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swrhmj9XGg .carousel-indicators {
    display: none;
  }
}
.cid-swrhmj9XGg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swrhmj9XGg .carousel-inner > .active {
  display: block;
}
.cid-swrhmj9XGg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swrhmj9XGg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swrhmj9XGg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swrhmj9XGg .carousel-control,
  .cid-swrhmj9XGg .carousel-indicators,
  .cid-swrhmj9XGg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swrhmj9XGg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swrhmj9XGg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swrhmj9XGg .carousel-indicators .active,
.cid-swrhmj9XGg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swrhmj9XGg .carousel-indicators .active {
  background: #fff;
}
.cid-swrhmj9XGg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swrhmj9XGg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swrhmj9XGg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swrhmj9XGg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swrhmj9XGg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swrhmj9XGg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swrhmj9XGg .carousel {
  width: 100%;
}
.cid-swrhmj9XGg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swrhmj9XGg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swrhmj9XGg .modal.fade .modal-dialog,
.cid-swrhmj9XGg .modal.in .modal-dialog {
  transform: none;
}
.cid-swrhmj9XGg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swrhmj9XGg H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-swrhmj9XGg H3 {
  color: #7b7a7a;
}
.cid-sw4GyqfTXG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sw4GyqfTXG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sw4GyqfTXG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sw4GyqfTXG .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sw4GyqfTXG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sw4GyqfTXG .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-sw4GyqfTXG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sw4GyqfTXG .carousel-control,
.cid-sw4GyqfTXG .close {
  background: #1b1b1b;
}
.cid-sw4GyqfTXG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sw4GyqfTXG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sw4GyqfTXG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sw4GyqfTXG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sw4GyqfTXG .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-sw4GyqfTXG .close::before {
  content: '\e91a';
}
.cid-sw4GyqfTXG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sw4GyqfTXG .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-sw4GyqfTXG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw4GyqfTXG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sw4GyqfTXG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sw4GyqfTXG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sw4GyqfTXG .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-sw4GyqfTXG .carousel-indicators li.active,
.cid-sw4GyqfTXG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sw4GyqfTXG .carousel-indicators li::after,
.cid-sw4GyqfTXG .carousel-indicators li::before {
  content: none;
}
.cid-sw4GyqfTXG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sw4GyqfTXG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sw4GyqfTXG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sw4GyqfTXG .carousel-indicators {
    display: none;
  }
}
.cid-sw4GyqfTXG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sw4GyqfTXG .carousel-inner > .active {
  display: block;
}
.cid-sw4GyqfTXG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw4GyqfTXG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw4GyqfTXG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sw4GyqfTXG .carousel-control,
  .cid-sw4GyqfTXG .carousel-indicators,
  .cid-sw4GyqfTXG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sw4GyqfTXG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sw4GyqfTXG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sw4GyqfTXG .carousel-indicators .active,
.cid-sw4GyqfTXG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sw4GyqfTXG .carousel-indicators .active {
  background: #fff;
}
.cid-sw4GyqfTXG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sw4GyqfTXG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sw4GyqfTXG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sw4GyqfTXG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sw4GyqfTXG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sw4GyqfTXG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sw4GyqfTXG .carousel {
  width: 100%;
}
.cid-sw4GyqfTXG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sw4GyqfTXG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sw4GyqfTXG .modal.fade .modal-dialog,
.cid-sw4GyqfTXG .modal.in .modal-dialog {
  transform: none;
}
.cid-sw4GyqfTXG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sw4GyqfTXG H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sw4GyqfTXG H3 {
  color: #7b7a7a;
}
.cid-st3R9S3Ojp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-st3R9S3Ojp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3R9S3Ojp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-st3R9S3Ojp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-st3R9S3Ojp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st3R9S3Ojp .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-st3R9S3Ojp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-st3R9S3Ojp .carousel-control,
.cid-st3R9S3Ojp .close {
  background: #1b1b1b;
}
.cid-st3R9S3Ojp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st3R9S3Ojp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-st3R9S3Ojp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st3R9S3Ojp .carousel-control-next span {
  margin-left: 5px;
}
.cid-st3R9S3Ojp .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-st3R9S3Ojp .close::before {
  content: '\e91a';
}
.cid-st3R9S3Ojp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st3R9S3Ojp .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-st3R9S3Ojp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3R9S3Ojp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st3R9S3Ojp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st3R9S3Ojp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-st3R9S3Ojp .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-st3R9S3Ojp .carousel-indicators li.active,
.cid-st3R9S3Ojp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st3R9S3Ojp .carousel-indicators li::after,
.cid-st3R9S3Ojp .carousel-indicators li::before {
  content: none;
}
.cid-st3R9S3Ojp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st3R9S3Ojp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-st3R9S3Ojp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st3R9S3Ojp .carousel-indicators {
    display: none;
  }
}
.cid-st3R9S3Ojp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st3R9S3Ojp .carousel-inner > .active {
  display: block;
}
.cid-st3R9S3Ojp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3R9S3Ojp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st3R9S3Ojp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st3R9S3Ojp .carousel-control,
  .cid-st3R9S3Ojp .carousel-indicators,
  .cid-st3R9S3Ojp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st3R9S3Ojp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st3R9S3Ojp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st3R9S3Ojp .carousel-indicators .active,
.cid-st3R9S3Ojp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-st3R9S3Ojp .carousel-indicators .active {
  background: #fff;
}
.cid-st3R9S3Ojp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st3R9S3Ojp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st3R9S3Ojp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st3R9S3Ojp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st3R9S3Ojp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st3R9S3Ojp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st3R9S3Ojp .carousel {
  width: 100%;
}
.cid-st3R9S3Ojp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st3R9S3Ojp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-st3R9S3Ojp .modal.fade .modal-dialog,
.cid-st3R9S3Ojp .modal.in .modal-dialog {
  transform: none;
}
.cid-st3R9S3Ojp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st3R9S3Ojp H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-st3R9S3Ojp H3 {
  color: #7b7a7a;
}
.cid-st3RaN7jPS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-st3RaN7jPS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3RaN7jPS .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-st3RaN7jPS .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-st3RaN7jPS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st3RaN7jPS .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-st3RaN7jPS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-st3RaN7jPS .carousel-control,
.cid-st3RaN7jPS .close {
  background: #1b1b1b;
}
.cid-st3RaN7jPS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st3RaN7jPS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-st3RaN7jPS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st3RaN7jPS .carousel-control-next span {
  margin-left: 5px;
}
.cid-st3RaN7jPS .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-st3RaN7jPS .close::before {
  content: '\e91a';
}
.cid-st3RaN7jPS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st3RaN7jPS .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-st3RaN7jPS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3RaN7jPS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st3RaN7jPS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st3RaN7jPS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-st3RaN7jPS .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-st3RaN7jPS .carousel-indicators li.active,
.cid-st3RaN7jPS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st3RaN7jPS .carousel-indicators li::after,
.cid-st3RaN7jPS .carousel-indicators li::before {
  content: none;
}
.cid-st3RaN7jPS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st3RaN7jPS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-st3RaN7jPS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st3RaN7jPS .carousel-indicators {
    display: none;
  }
}
.cid-st3RaN7jPS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st3RaN7jPS .carousel-inner > .active {
  display: block;
}
.cid-st3RaN7jPS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3RaN7jPS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st3RaN7jPS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st3RaN7jPS .carousel-control,
  .cid-st3RaN7jPS .carousel-indicators,
  .cid-st3RaN7jPS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st3RaN7jPS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st3RaN7jPS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st3RaN7jPS .carousel-indicators .active,
.cid-st3RaN7jPS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-st3RaN7jPS .carousel-indicators .active {
  background: #fff;
}
.cid-st3RaN7jPS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st3RaN7jPS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st3RaN7jPS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st3RaN7jPS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st3RaN7jPS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st3RaN7jPS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st3RaN7jPS .carousel {
  width: 100%;
}
.cid-st3RaN7jPS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st3RaN7jPS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-st3RaN7jPS .modal.fade .modal-dialog,
.cid-st3RaN7jPS .modal.in .modal-dialog {
  transform: none;
}
.cid-st3RaN7jPS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st3RaN7jPS H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-st3RaN7jPS H3 {
  color: #7b7a7a;
}
.cid-sutIuMGVeL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sutIuMGVeL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sutIuMGVeL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sutIuMGVeL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sutIuMGVeL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sutIuMGVeL .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-sutIuMGVeL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sutIuMGVeL .carousel-control,
.cid-sutIuMGVeL .close {
  background: #1b1b1b;
}
.cid-sutIuMGVeL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sutIuMGVeL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sutIuMGVeL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sutIuMGVeL .carousel-control-next span {
  margin-left: 5px;
}
.cid-sutIuMGVeL .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-sutIuMGVeL .close::before {
  content: '\e91a';
}
.cid-sutIuMGVeL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sutIuMGVeL .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-sutIuMGVeL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sutIuMGVeL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sutIuMGVeL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sutIuMGVeL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sutIuMGVeL .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-sutIuMGVeL .carousel-indicators li.active,
.cid-sutIuMGVeL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sutIuMGVeL .carousel-indicators li::after,
.cid-sutIuMGVeL .carousel-indicators li::before {
  content: none;
}
.cid-sutIuMGVeL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sutIuMGVeL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sutIuMGVeL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sutIuMGVeL .carousel-indicators {
    display: none;
  }
}
.cid-sutIuMGVeL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sutIuMGVeL .carousel-inner > .active {
  display: block;
}
.cid-sutIuMGVeL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sutIuMGVeL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sutIuMGVeL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sutIuMGVeL .carousel-control,
  .cid-sutIuMGVeL .carousel-indicators,
  .cid-sutIuMGVeL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sutIuMGVeL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sutIuMGVeL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sutIuMGVeL .carousel-indicators .active,
.cid-sutIuMGVeL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sutIuMGVeL .carousel-indicators .active {
  background: #fff;
}
.cid-sutIuMGVeL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sutIuMGVeL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sutIuMGVeL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sutIuMGVeL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sutIuMGVeL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sutIuMGVeL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sutIuMGVeL .carousel {
  width: 100%;
}
.cid-sutIuMGVeL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sutIuMGVeL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sutIuMGVeL .modal.fade .modal-dialog,
.cid-sutIuMGVeL .modal.in .modal-dialog {
  transform: none;
}
.cid-sutIuMGVeL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sutIuMGVeL H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sutIuMGVeL H3 {
  color: #7b7a7a;
}
.cid-suDQLCFoHx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-suDQLCFoHx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suDQLCFoHx .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-suDQLCFoHx .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-suDQLCFoHx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-suDQLCFoHx .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-suDQLCFoHx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-suDQLCFoHx .carousel-control,
.cid-suDQLCFoHx .close {
  background: #1b1b1b;
}
.cid-suDQLCFoHx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-suDQLCFoHx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-suDQLCFoHx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-suDQLCFoHx .carousel-control-next span {
  margin-left: 5px;
}
.cid-suDQLCFoHx .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-suDQLCFoHx .close::before {
  content: '\e91a';
}
.cid-suDQLCFoHx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suDQLCFoHx .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-suDQLCFoHx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suDQLCFoHx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suDQLCFoHx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suDQLCFoHx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-suDQLCFoHx .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-suDQLCFoHx .carousel-indicators li.active,
.cid-suDQLCFoHx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-suDQLCFoHx .carousel-indicators li::after,
.cid-suDQLCFoHx .carousel-indicators li::before {
  content: none;
}
.cid-suDQLCFoHx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suDQLCFoHx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-suDQLCFoHx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-suDQLCFoHx .carousel-indicators {
    display: none;
  }
}
.cid-suDQLCFoHx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suDQLCFoHx .carousel-inner > .active {
  display: block;
}
.cid-suDQLCFoHx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suDQLCFoHx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suDQLCFoHx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-suDQLCFoHx .carousel-control,
  .cid-suDQLCFoHx .carousel-indicators,
  .cid-suDQLCFoHx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-suDQLCFoHx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-suDQLCFoHx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suDQLCFoHx .carousel-indicators .active,
.cid-suDQLCFoHx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-suDQLCFoHx .carousel-indicators .active {
  background: #fff;
}
.cid-suDQLCFoHx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-suDQLCFoHx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-suDQLCFoHx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suDQLCFoHx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-suDQLCFoHx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-suDQLCFoHx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-suDQLCFoHx .carousel {
  width: 100%;
}
.cid-suDQLCFoHx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-suDQLCFoHx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-suDQLCFoHx .modal.fade .modal-dialog,
.cid-suDQLCFoHx .modal.in .modal-dialog {
  transform: none;
}
.cid-suDQLCFoHx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-suDQLCFoHx H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-suDQLCFoHx H3 {
  color: #7b7a7a;
}
.cid-suWJ3RE5oY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-suWJ3RE5oY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suWJ3RE5oY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-suWJ3RE5oY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-suWJ3RE5oY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-suWJ3RE5oY .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-suWJ3RE5oY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-suWJ3RE5oY .carousel-control,
.cid-suWJ3RE5oY .close {
  background: #1b1b1b;
}
.cid-suWJ3RE5oY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-suWJ3RE5oY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-suWJ3RE5oY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-suWJ3RE5oY .carousel-control-next span {
  margin-left: 5px;
}
.cid-suWJ3RE5oY .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-suWJ3RE5oY .close::before {
  content: '\e91a';
}
.cid-suWJ3RE5oY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suWJ3RE5oY .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-suWJ3RE5oY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suWJ3RE5oY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suWJ3RE5oY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suWJ3RE5oY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-suWJ3RE5oY .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-suWJ3RE5oY .carousel-indicators li.active,
.cid-suWJ3RE5oY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-suWJ3RE5oY .carousel-indicators li::after,
.cid-suWJ3RE5oY .carousel-indicators li::before {
  content: none;
}
.cid-suWJ3RE5oY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suWJ3RE5oY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-suWJ3RE5oY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-suWJ3RE5oY .carousel-indicators {
    display: none;
  }
}
.cid-suWJ3RE5oY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suWJ3RE5oY .carousel-inner > .active {
  display: block;
}
.cid-suWJ3RE5oY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suWJ3RE5oY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suWJ3RE5oY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-suWJ3RE5oY .carousel-control,
  .cid-suWJ3RE5oY .carousel-indicators,
  .cid-suWJ3RE5oY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-suWJ3RE5oY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-suWJ3RE5oY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suWJ3RE5oY .carousel-indicators .active,
.cid-suWJ3RE5oY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-suWJ3RE5oY .carousel-indicators .active {
  background: #fff;
}
.cid-suWJ3RE5oY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-suWJ3RE5oY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-suWJ3RE5oY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suWJ3RE5oY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-suWJ3RE5oY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-suWJ3RE5oY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-suWJ3RE5oY .carousel {
  width: 100%;
}
.cid-suWJ3RE5oY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-suWJ3RE5oY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-suWJ3RE5oY .modal.fade .modal-dialog,
.cid-suWJ3RE5oY .modal.in .modal-dialog {
  transform: none;
}
.cid-suWJ3RE5oY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-suWJ3RE5oY H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-suWJ3RE5oY H3 {
  color: #7b7a7a;
}
.cid-sveMMiYuF3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sveMMiYuF3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sveMMiYuF3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sveMMiYuF3 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sveMMiYuF3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sveMMiYuF3 .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-sveMMiYuF3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sveMMiYuF3 .carousel-control,
.cid-sveMMiYuF3 .close {
  background: #1b1b1b;
}
.cid-sveMMiYuF3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sveMMiYuF3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sveMMiYuF3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sveMMiYuF3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sveMMiYuF3 .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-sveMMiYuF3 .close::before {
  content: '\e91a';
}
.cid-sveMMiYuF3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sveMMiYuF3 .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-sveMMiYuF3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sveMMiYuF3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sveMMiYuF3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sveMMiYuF3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sveMMiYuF3 .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-sveMMiYuF3 .carousel-indicators li.active,
.cid-sveMMiYuF3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sveMMiYuF3 .carousel-indicators li::after,
.cid-sveMMiYuF3 .carousel-indicators li::before {
  content: none;
}
.cid-sveMMiYuF3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sveMMiYuF3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sveMMiYuF3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sveMMiYuF3 .carousel-indicators {
    display: none;
  }
}
.cid-sveMMiYuF3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sveMMiYuF3 .carousel-inner > .active {
  display: block;
}
.cid-sveMMiYuF3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sveMMiYuF3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sveMMiYuF3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sveMMiYuF3 .carousel-control,
  .cid-sveMMiYuF3 .carousel-indicators,
  .cid-sveMMiYuF3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sveMMiYuF3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sveMMiYuF3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sveMMiYuF3 .carousel-indicators .active,
.cid-sveMMiYuF3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sveMMiYuF3 .carousel-indicators .active {
  background: #fff;
}
.cid-sveMMiYuF3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sveMMiYuF3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sveMMiYuF3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sveMMiYuF3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sveMMiYuF3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sveMMiYuF3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sveMMiYuF3 .carousel {
  width: 100%;
}
.cid-sveMMiYuF3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sveMMiYuF3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sveMMiYuF3 .modal.fade .modal-dialog,
.cid-sveMMiYuF3 .modal.in .modal-dialog {
  transform: none;
}
.cid-sveMMiYuF3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sveMMiYuF3 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sveMMiYuF3 H3 {
  color: #7b7a7a;
}
.cid-svGkswR6IY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-svGkswR6IY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-svGkswR6IY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-svGkswR6IY .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-svGkswR6IY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-svGkswR6IY .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-svGkswR6IY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-svGkswR6IY .carousel-control,
.cid-svGkswR6IY .close {
  background: #1b1b1b;
}
.cid-svGkswR6IY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-svGkswR6IY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-svGkswR6IY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-svGkswR6IY .carousel-control-next span {
  margin-left: 5px;
}
.cid-svGkswR6IY .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-svGkswR6IY .close::before {
  content: '\e91a';
}
.cid-svGkswR6IY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svGkswR6IY .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-svGkswR6IY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svGkswR6IY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-svGkswR6IY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-svGkswR6IY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-svGkswR6IY .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-svGkswR6IY .carousel-indicators li.active,
.cid-svGkswR6IY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-svGkswR6IY .carousel-indicators li::after,
.cid-svGkswR6IY .carousel-indicators li::before {
  content: none;
}
.cid-svGkswR6IY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-svGkswR6IY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-svGkswR6IY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-svGkswR6IY .carousel-indicators {
    display: none;
  }
}
.cid-svGkswR6IY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-svGkswR6IY .carousel-inner > .active {
  display: block;
}
.cid-svGkswR6IY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svGkswR6IY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svGkswR6IY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-svGkswR6IY .carousel-control,
  .cid-svGkswR6IY .carousel-indicators,
  .cid-svGkswR6IY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-svGkswR6IY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-svGkswR6IY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svGkswR6IY .carousel-indicators .active,
.cid-svGkswR6IY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-svGkswR6IY .carousel-indicators .active {
  background: #fff;
}
.cid-svGkswR6IY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-svGkswR6IY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-svGkswR6IY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-svGkswR6IY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-svGkswR6IY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-svGkswR6IY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-svGkswR6IY .carousel {
  width: 100%;
}
.cid-svGkswR6IY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-svGkswR6IY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-svGkswR6IY .modal.fade .modal-dialog,
.cid-svGkswR6IY .modal.in .modal-dialog {
  transform: none;
}
.cid-svGkswR6IY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-svGkswR6IY H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-svGkswR6IY H3 {
  color: #7b7a7a;
}
.cid-svI32ZOr58 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-svI32ZOr58 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-svI32ZOr58 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-svI32ZOr58 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-svI32ZOr58 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-svI32ZOr58 .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-svI32ZOr58 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-svI32ZOr58 .carousel-control,
.cid-svI32ZOr58 .close {
  background: #1b1b1b;
}
.cid-svI32ZOr58 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-svI32ZOr58 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-svI32ZOr58 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-svI32ZOr58 .carousel-control-next span {
  margin-left: 5px;
}
.cid-svI32ZOr58 .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-svI32ZOr58 .close::before {
  content: '\e91a';
}
.cid-svI32ZOr58 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svI32ZOr58 .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-svI32ZOr58 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svI32ZOr58 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-svI32ZOr58 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-svI32ZOr58 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-svI32ZOr58 .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-svI32ZOr58 .carousel-indicators li.active,
.cid-svI32ZOr58 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-svI32ZOr58 .carousel-indicators li::after,
.cid-svI32ZOr58 .carousel-indicators li::before {
  content: none;
}
.cid-svI32ZOr58 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-svI32ZOr58 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-svI32ZOr58 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-svI32ZOr58 .carousel-indicators {
    display: none;
  }
}
.cid-svI32ZOr58 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-svI32ZOr58 .carousel-inner > .active {
  display: block;
}
.cid-svI32ZOr58 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svI32ZOr58 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svI32ZOr58 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-svI32ZOr58 .carousel-control,
  .cid-svI32ZOr58 .carousel-indicators,
  .cid-svI32ZOr58 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-svI32ZOr58 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-svI32ZOr58 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svI32ZOr58 .carousel-indicators .active,
.cid-svI32ZOr58 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-svI32ZOr58 .carousel-indicators .active {
  background: #fff;
}
.cid-svI32ZOr58 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-svI32ZOr58 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-svI32ZOr58 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-svI32ZOr58 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-svI32ZOr58 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-svI32ZOr58 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-svI32ZOr58 .carousel {
  width: 100%;
}
.cid-svI32ZOr58 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-svI32ZOr58 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-svI32ZOr58 .modal.fade .modal-dialog,
.cid-svI32ZOr58 .modal.in .modal-dialog {
  transform: none;
}
.cid-svI32ZOr58 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-svI32ZOr58 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-svI32ZOr58 H3 {
  color: #7b7a7a;
}
.cid-suzapr7WDk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-suzapr7WDk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suzapr7WDk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-suzapr7WDk .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-suzapr7WDk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-suzapr7WDk .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-suzapr7WDk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-suzapr7WDk .carousel-control,
.cid-suzapr7WDk .close {
  background: #1b1b1b;
}
.cid-suzapr7WDk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-suzapr7WDk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-suzapr7WDk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-suzapr7WDk .carousel-control-next span {
  margin-left: 5px;
}
.cid-suzapr7WDk .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-suzapr7WDk .close::before {
  content: '\e91a';
}
.cid-suzapr7WDk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-suzapr7WDk .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-suzapr7WDk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suzapr7WDk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suzapr7WDk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suzapr7WDk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-suzapr7WDk .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-suzapr7WDk .carousel-indicators li.active,
.cid-suzapr7WDk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-suzapr7WDk .carousel-indicators li::after,
.cid-suzapr7WDk .carousel-indicators li::before {
  content: none;
}
.cid-suzapr7WDk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suzapr7WDk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-suzapr7WDk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-suzapr7WDk .carousel-indicators {
    display: none;
  }
}
.cid-suzapr7WDk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suzapr7WDk .carousel-inner > .active {
  display: block;
}
.cid-suzapr7WDk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suzapr7WDk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-suzapr7WDk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-suzapr7WDk .carousel-control,
  .cid-suzapr7WDk .carousel-indicators,
  .cid-suzapr7WDk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-suzapr7WDk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-suzapr7WDk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-suzapr7WDk .carousel-indicators .active,
.cid-suzapr7WDk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-suzapr7WDk .carousel-indicators .active {
  background: #fff;
}
.cid-suzapr7WDk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-suzapr7WDk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-suzapr7WDk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-suzapr7WDk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-suzapr7WDk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-suzapr7WDk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-suzapr7WDk .carousel {
  width: 100%;
}
.cid-suzapr7WDk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-suzapr7WDk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-suzapr7WDk .modal.fade .modal-dialog,
.cid-suzapr7WDk .modal.in .modal-dialog {
  transform: none;
}
.cid-suzapr7WDk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-suzapr7WDk H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-suzapr7WDk H3 {
  color: #7b7a7a;
}
.cid-st3RdcG5om {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-st3RdcG5om .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-st3RdcG5om .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-st3RdcG5om .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-st3RdcG5om .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-st3RdcG5om .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-st3RdcG5om .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-st3RdcG5om .carousel-control,
.cid-st3RdcG5om .close {
  background: #1b1b1b;
}
.cid-st3RdcG5om .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-st3RdcG5om .carousel-control-prev span {
  margin-right: 5px;
}
.cid-st3RdcG5om .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-st3RdcG5om .carousel-control-next span {
  margin-left: 5px;
}
.cid-st3RdcG5om .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-st3RdcG5om .close::before {
  content: '\e91a';
}
.cid-st3RdcG5om .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-st3RdcG5om .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-st3RdcG5om .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3RdcG5om .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-st3RdcG5om .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-st3RdcG5om .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-st3RdcG5om .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-st3RdcG5om .carousel-indicators li.active,
.cid-st3RdcG5om .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-st3RdcG5om .carousel-indicators li::after,
.cid-st3RdcG5om .carousel-indicators li::before {
  content: none;
}
.cid-st3RdcG5om .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-st3RdcG5om .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-st3RdcG5om .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-st3RdcG5om .carousel-indicators {
    display: none;
  }
}
.cid-st3RdcG5om .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-st3RdcG5om .carousel-inner > .active {
  display: block;
}
.cid-st3RdcG5om .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-st3RdcG5om .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-st3RdcG5om .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-st3RdcG5om .carousel-control,
  .cid-st3RdcG5om .carousel-indicators,
  .cid-st3RdcG5om .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-st3RdcG5om .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-st3RdcG5om .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-st3RdcG5om .carousel-indicators .active,
.cid-st3RdcG5om .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-st3RdcG5om .carousel-indicators .active {
  background: #fff;
}
.cid-st3RdcG5om .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-st3RdcG5om .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-st3RdcG5om .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-st3RdcG5om .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-st3RdcG5om .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-st3RdcG5om .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-st3RdcG5om .carousel {
  width: 100%;
}
.cid-st3RdcG5om .modal-backdrop.in {
  opacity: 0.8;
}
.cid-st3RdcG5om .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-st3RdcG5om .modal.fade .modal-dialog,
.cid-st3RdcG5om .modal.in .modal-dialog {
  transform: none;
}
.cid-st3RdcG5om .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-st3RdcG5om H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-st3RdcG5om H3 {
  color: #7b7a7a;
}
.cid-srVWlZk9DU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVWlZk9DU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVWlZk9DU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVWlZk9DU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVWlZk9DU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVWlZk9DU .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-srVWlZk9DU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVWlZk9DU .carousel-control,
.cid-srVWlZk9DU .close {
  background: #1b1b1b;
}
.cid-srVWlZk9DU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVWlZk9DU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVWlZk9DU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVWlZk9DU .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVWlZk9DU .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-srVWlZk9DU .close::before {
  content: '\e91a';
}
.cid-srVWlZk9DU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVWlZk9DU .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-srVWlZk9DU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWlZk9DU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVWlZk9DU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVWlZk9DU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVWlZk9DU .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-srVWlZk9DU .carousel-indicators li.active,
.cid-srVWlZk9DU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVWlZk9DU .carousel-indicators li::after,
.cid-srVWlZk9DU .carousel-indicators li::before {
  content: none;
}
.cid-srVWlZk9DU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVWlZk9DU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVWlZk9DU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVWlZk9DU .carousel-indicators {
    display: none;
  }
}
.cid-srVWlZk9DU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVWlZk9DU .carousel-inner > .active {
  display: block;
}
.cid-srVWlZk9DU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWlZk9DU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVWlZk9DU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVWlZk9DU .carousel-control,
  .cid-srVWlZk9DU .carousel-indicators,
  .cid-srVWlZk9DU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVWlZk9DU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVWlZk9DU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVWlZk9DU .carousel-indicators .active,
.cid-srVWlZk9DU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVWlZk9DU .carousel-indicators .active {
  background: #fff;
}
.cid-srVWlZk9DU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVWlZk9DU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVWlZk9DU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVWlZk9DU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVWlZk9DU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVWlZk9DU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVWlZk9DU .carousel {
  width: 100%;
}
.cid-srVWlZk9DU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVWlZk9DU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVWlZk9DU .modal.fade .modal-dialog,
.cid-srVWlZk9DU .modal.in .modal-dialog {
  transform: none;
}
.cid-srVWlZk9DU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVWlZk9DU H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVWlZk9DU H3 {
  color: #7b7a7a;
}
.cid-srVWmVOoiU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVWmVOoiU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVWmVOoiU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVWmVOoiU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVWmVOoiU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVWmVOoiU .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-srVWmVOoiU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVWmVOoiU .carousel-control,
.cid-srVWmVOoiU .close {
  background: #1b1b1b;
}
.cid-srVWmVOoiU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVWmVOoiU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVWmVOoiU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVWmVOoiU .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVWmVOoiU .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-srVWmVOoiU .close::before {
  content: '\e91a';
}
.cid-srVWmVOoiU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVWmVOoiU .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-srVWmVOoiU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWmVOoiU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVWmVOoiU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVWmVOoiU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVWmVOoiU .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-srVWmVOoiU .carousel-indicators li.active,
.cid-srVWmVOoiU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVWmVOoiU .carousel-indicators li::after,
.cid-srVWmVOoiU .carousel-indicators li::before {
  content: none;
}
.cid-srVWmVOoiU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVWmVOoiU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVWmVOoiU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVWmVOoiU .carousel-indicators {
    display: none;
  }
}
.cid-srVWmVOoiU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVWmVOoiU .carousel-inner > .active {
  display: block;
}
.cid-srVWmVOoiU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWmVOoiU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVWmVOoiU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVWmVOoiU .carousel-control,
  .cid-srVWmVOoiU .carousel-indicators,
  .cid-srVWmVOoiU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVWmVOoiU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVWmVOoiU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVWmVOoiU .carousel-indicators .active,
.cid-srVWmVOoiU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVWmVOoiU .carousel-indicators .active {
  background: #fff;
}
.cid-srVWmVOoiU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVWmVOoiU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVWmVOoiU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVWmVOoiU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVWmVOoiU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVWmVOoiU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVWmVOoiU .carousel {
  width: 100%;
}
.cid-srVWmVOoiU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVWmVOoiU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVWmVOoiU .modal.fade .modal-dialog,
.cid-srVWmVOoiU .modal.in .modal-dialog {
  transform: none;
}
.cid-srVWmVOoiU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVWmVOoiU H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVWmVOoiU H3 {
  color: #7b7a7a;
}
.cid-srVVLFXwEe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVVLFXwEe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVVLFXwEe .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVVLFXwEe .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVVLFXwEe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVVLFXwEe .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-srVVLFXwEe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVVLFXwEe .carousel-control,
.cid-srVVLFXwEe .close {
  background: #1b1b1b;
}
.cid-srVVLFXwEe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVVLFXwEe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVVLFXwEe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVVLFXwEe .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVVLFXwEe .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-srVVLFXwEe .close::before {
  content: '\e91a';
}
.cid-srVVLFXwEe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVVLFXwEe .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-srVVLFXwEe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVVLFXwEe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVVLFXwEe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVVLFXwEe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVVLFXwEe .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-srVVLFXwEe .carousel-indicators li.active,
.cid-srVVLFXwEe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVVLFXwEe .carousel-indicators li::after,
.cid-srVVLFXwEe .carousel-indicators li::before {
  content: none;
}
.cid-srVVLFXwEe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVVLFXwEe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVVLFXwEe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVVLFXwEe .carousel-indicators {
    display: none;
  }
}
.cid-srVVLFXwEe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVVLFXwEe .carousel-inner > .active {
  display: block;
}
.cid-srVVLFXwEe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVVLFXwEe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVVLFXwEe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVVLFXwEe .carousel-control,
  .cid-srVVLFXwEe .carousel-indicators,
  .cid-srVVLFXwEe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVVLFXwEe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVVLFXwEe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVVLFXwEe .carousel-indicators .active,
.cid-srVVLFXwEe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVVLFXwEe .carousel-indicators .active {
  background: #fff;
}
.cid-srVVLFXwEe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVVLFXwEe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVVLFXwEe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVVLFXwEe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVVLFXwEe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVVLFXwEe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVVLFXwEe .carousel {
  width: 100%;
}
.cid-srVVLFXwEe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVVLFXwEe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVVLFXwEe .modal.fade .modal-dialog,
.cid-srVVLFXwEe .modal.in .modal-dialog {
  transform: none;
}
.cid-srVVLFXwEe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVVLFXwEe H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVVLFXwEe H3 {
  color: #7b7a7a;
}
.cid-srVVNMkI4p {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVVNMkI4p .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVVNMkI4p .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVVNMkI4p .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVVNMkI4p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVVNMkI4p .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-srVVNMkI4p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVVNMkI4p .carousel-control,
.cid-srVVNMkI4p .close {
  background: #1b1b1b;
}
.cid-srVVNMkI4p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVVNMkI4p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVVNMkI4p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVVNMkI4p .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVVNMkI4p .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-srVVNMkI4p .close::before {
  content: '\e91a';
}
.cid-srVVNMkI4p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVVNMkI4p .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-srVVNMkI4p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVVNMkI4p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVVNMkI4p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVVNMkI4p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVVNMkI4p .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-srVVNMkI4p .carousel-indicators li.active,
.cid-srVVNMkI4p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVVNMkI4p .carousel-indicators li::after,
.cid-srVVNMkI4p .carousel-indicators li::before {
  content: none;
}
.cid-srVVNMkI4p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVVNMkI4p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVVNMkI4p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVVNMkI4p .carousel-indicators {
    display: none;
  }
}
.cid-srVVNMkI4p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVVNMkI4p .carousel-inner > .active {
  display: block;
}
.cid-srVVNMkI4p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVVNMkI4p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVVNMkI4p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVVNMkI4p .carousel-control,
  .cid-srVVNMkI4p .carousel-indicators,
  .cid-srVVNMkI4p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVVNMkI4p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVVNMkI4p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVVNMkI4p .carousel-indicators .active,
.cid-srVVNMkI4p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVVNMkI4p .carousel-indicators .active {
  background: #fff;
}
.cid-srVVNMkI4p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVVNMkI4p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVVNMkI4p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVVNMkI4p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVVNMkI4p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVVNMkI4p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVVNMkI4p .carousel {
  width: 100%;
}
.cid-srVVNMkI4p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVVNMkI4p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVVNMkI4p .modal.fade .modal-dialog,
.cid-srVVNMkI4p .modal.in .modal-dialog {
  transform: none;
}
.cid-srVVNMkI4p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVVNMkI4p H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVVNMkI4p H3 {
  color: #7b7a7a;
}
.cid-srVWiFSyxh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVWiFSyxh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVWiFSyxh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVWiFSyxh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVWiFSyxh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVWiFSyxh .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-srVWiFSyxh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVWiFSyxh .carousel-control,
.cid-srVWiFSyxh .close {
  background: #1b1b1b;
}
.cid-srVWiFSyxh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVWiFSyxh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVWiFSyxh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVWiFSyxh .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVWiFSyxh .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-srVWiFSyxh .close::before {
  content: '\e91a';
}
.cid-srVWiFSyxh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVWiFSyxh .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-srVWiFSyxh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWiFSyxh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVWiFSyxh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVWiFSyxh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVWiFSyxh .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-srVWiFSyxh .carousel-indicators li.active,
.cid-srVWiFSyxh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVWiFSyxh .carousel-indicators li::after,
.cid-srVWiFSyxh .carousel-indicators li::before {
  content: none;
}
.cid-srVWiFSyxh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVWiFSyxh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVWiFSyxh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVWiFSyxh .carousel-indicators {
    display: none;
  }
}
.cid-srVWiFSyxh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVWiFSyxh .carousel-inner > .active {
  display: block;
}
.cid-srVWiFSyxh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWiFSyxh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVWiFSyxh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVWiFSyxh .carousel-control,
  .cid-srVWiFSyxh .carousel-indicators,
  .cid-srVWiFSyxh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVWiFSyxh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVWiFSyxh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVWiFSyxh .carousel-indicators .active,
.cid-srVWiFSyxh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVWiFSyxh .carousel-indicators .active {
  background: #fff;
}
.cid-srVWiFSyxh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVWiFSyxh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVWiFSyxh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVWiFSyxh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVWiFSyxh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVWiFSyxh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVWiFSyxh .carousel {
  width: 100%;
}
.cid-srVWiFSyxh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVWiFSyxh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVWiFSyxh .modal.fade .modal-dialog,
.cid-srVWiFSyxh .modal.in .modal-dialog {
  transform: none;
}
.cid-srVWiFSyxh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVWiFSyxh H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVWiFSyxh H3 {
  color: #7b7a7a;
}
.cid-srVWjXGjWB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVWjXGjWB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVWjXGjWB .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVWjXGjWB .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVWjXGjWB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVWjXGjWB .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-srVWjXGjWB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVWjXGjWB .carousel-control,
.cid-srVWjXGjWB .close {
  background: #1b1b1b;
}
.cid-srVWjXGjWB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVWjXGjWB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVWjXGjWB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVWjXGjWB .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVWjXGjWB .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-srVWjXGjWB .close::before {
  content: '\e91a';
}
.cid-srVWjXGjWB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVWjXGjWB .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-srVWjXGjWB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWjXGjWB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVWjXGjWB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVWjXGjWB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVWjXGjWB .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-srVWjXGjWB .carousel-indicators li.active,
.cid-srVWjXGjWB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVWjXGjWB .carousel-indicators li::after,
.cid-srVWjXGjWB .carousel-indicators li::before {
  content: none;
}
.cid-srVWjXGjWB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVWjXGjWB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVWjXGjWB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVWjXGjWB .carousel-indicators {
    display: none;
  }
}
.cid-srVWjXGjWB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVWjXGjWB .carousel-inner > .active {
  display: block;
}
.cid-srVWjXGjWB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVWjXGjWB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVWjXGjWB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVWjXGjWB .carousel-control,
  .cid-srVWjXGjWB .carousel-indicators,
  .cid-srVWjXGjWB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVWjXGjWB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVWjXGjWB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVWjXGjWB .carousel-indicators .active,
.cid-srVWjXGjWB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVWjXGjWB .carousel-indicators .active {
  background: #fff;
}
.cid-srVWjXGjWB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVWjXGjWB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVWjXGjWB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVWjXGjWB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVWjXGjWB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVWjXGjWB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVWjXGjWB .carousel {
  width: 100%;
}
.cid-srVWjXGjWB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVWjXGjWB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVWjXGjWB .modal.fade .modal-dialog,
.cid-srVWjXGjWB .modal.in .modal-dialog {
  transform: none;
}
.cid-srVWjXGjWB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVWjXGjWB H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVWjXGjWB H3 {
  color: #7b7a7a;
}
.cid-srVVQ6nun0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-srVVQ6nun0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srVVQ6nun0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srVVQ6nun0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-srVVQ6nun0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srVVQ6nun0 .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-srVVQ6nun0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srVVQ6nun0 .carousel-control,
.cid-srVVQ6nun0 .close {
  background: #1b1b1b;
}
.cid-srVVQ6nun0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srVVQ6nun0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srVVQ6nun0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srVVQ6nun0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-srVVQ6nun0 .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-srVVQ6nun0 .close::before {
  content: '\e91a';
}
.cid-srVVQ6nun0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srVVQ6nun0 .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-srVVQ6nun0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVVQ6nun0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srVVQ6nun0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srVVQ6nun0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srVVQ6nun0 .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-srVVQ6nun0 .carousel-indicators li.active,
.cid-srVVQ6nun0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srVVQ6nun0 .carousel-indicators li::after,
.cid-srVVQ6nun0 .carousel-indicators li::before {
  content: none;
}
.cid-srVVQ6nun0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srVVQ6nun0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srVVQ6nun0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srVVQ6nun0 .carousel-indicators {
    display: none;
  }
}
.cid-srVVQ6nun0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srVVQ6nun0 .carousel-inner > .active {
  display: block;
}
.cid-srVVQ6nun0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srVVQ6nun0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srVVQ6nun0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srVVQ6nun0 .carousel-control,
  .cid-srVVQ6nun0 .carousel-indicators,
  .cid-srVVQ6nun0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srVVQ6nun0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srVVQ6nun0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srVVQ6nun0 .carousel-indicators .active,
.cid-srVVQ6nun0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srVVQ6nun0 .carousel-indicators .active {
  background: #fff;
}
.cid-srVVQ6nun0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srVVQ6nun0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srVVQ6nun0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srVVQ6nun0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srVVQ6nun0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srVVQ6nun0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srVVQ6nun0 .carousel {
  width: 100%;
}
.cid-srVVQ6nun0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srVVQ6nun0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srVVQ6nun0 .modal.fade .modal-dialog,
.cid-srVVQ6nun0 .modal.in .modal-dialog {
  transform: none;
}
.cid-srVVQ6nun0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srVVQ6nun0 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-srVVQ6nun0 H3 {
  color: #7b7a7a;
}
.cid-sq3etNf24M {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sq3etNf24M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq3etNf24M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sq3etNf24M .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sq3etNf24M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq3etNf24M .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-sq3etNf24M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq3etNf24M .carousel-control,
.cid-sq3etNf24M .close {
  background: #1b1b1b;
}
.cid-sq3etNf24M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq3etNf24M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq3etNf24M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq3etNf24M .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq3etNf24M .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-sq3etNf24M .close::before {
  content: '\e91a';
}
.cid-sq3etNf24M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq3etNf24M .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-sq3etNf24M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3etNf24M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq3etNf24M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq3etNf24M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq3etNf24M .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-sq3etNf24M .carousel-indicators li.active,
.cid-sq3etNf24M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq3etNf24M .carousel-indicators li::after,
.cid-sq3etNf24M .carousel-indicators li::before {
  content: none;
}
.cid-sq3etNf24M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq3etNf24M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq3etNf24M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3etNf24M .carousel-indicators {
    display: none;
  }
}
.cid-sq3etNf24M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq3etNf24M .carousel-inner > .active {
  display: block;
}
.cid-sq3etNf24M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq3etNf24M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq3etNf24M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq3etNf24M .carousel-control,
  .cid-sq3etNf24M .carousel-indicators,
  .cid-sq3etNf24M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq3etNf24M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq3etNf24M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq3etNf24M .carousel-indicators .active,
.cid-sq3etNf24M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq3etNf24M .carousel-indicators .active {
  background: #fff;
}
.cid-sq3etNf24M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq3etNf24M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq3etNf24M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq3etNf24M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq3etNf24M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq3etNf24M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq3etNf24M .carousel {
  width: 100%;
}
.cid-sq3etNf24M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq3etNf24M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq3etNf24M .modal.fade .modal-dialog,
.cid-sq3etNf24M .modal.in .modal-dialog {
  transform: none;
}
.cid-sq3etNf24M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq3etNf24M H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sq3etNf24M H3 {
  color: #7b7a7a;
}
.cid-snp5n14p4H {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp5n14p4H .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp5n14p4H .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp5n14p4H .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp5n14p4H .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp5n14p4H .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-snp5n14p4H .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp5n14p4H .carousel-control,
.cid-snp5n14p4H .close {
  background: #1b1b1b;
}
.cid-snp5n14p4H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp5n14p4H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp5n14p4H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp5n14p4H .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp5n14p4H .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-snp5n14p4H .close::before {
  content: '\e91a';
}
.cid-snp5n14p4H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp5n14p4H .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-snp5n14p4H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5n14p4H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp5n14p4H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp5n14p4H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp5n14p4H .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-snp5n14p4H .carousel-indicators li.active,
.cid-snp5n14p4H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp5n14p4H .carousel-indicators li::after,
.cid-snp5n14p4H .carousel-indicators li::before {
  content: none;
}
.cid-snp5n14p4H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp5n14p4H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp5n14p4H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp5n14p4H .carousel-indicators {
    display: none;
  }
}
.cid-snp5n14p4H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp5n14p4H .carousel-inner > .active {
  display: block;
}
.cid-snp5n14p4H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5n14p4H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp5n14p4H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp5n14p4H .carousel-control,
  .cid-snp5n14p4H .carousel-indicators,
  .cid-snp5n14p4H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp5n14p4H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp5n14p4H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp5n14p4H .carousel-indicators .active,
.cid-snp5n14p4H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp5n14p4H .carousel-indicators .active {
  background: #fff;
}
.cid-snp5n14p4H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp5n14p4H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp5n14p4H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp5n14p4H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp5n14p4H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp5n14p4H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp5n14p4H .carousel {
  width: 100%;
}
.cid-snp5n14p4H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp5n14p4H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp5n14p4H .modal.fade .modal-dialog,
.cid-snp5n14p4H .modal.in .modal-dialog {
  transform: none;
}
.cid-snp5n14p4H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp5n14p4H H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp5n14p4H H3 {
  color: #7b7a7a;
}
.cid-snp5hB6Ec1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp5hB6Ec1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp5hB6Ec1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp5hB6Ec1 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp5hB6Ec1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp5hB6Ec1 .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-snp5hB6Ec1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp5hB6Ec1 .carousel-control,
.cid-snp5hB6Ec1 .close {
  background: #1b1b1b;
}
.cid-snp5hB6Ec1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp5hB6Ec1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp5hB6Ec1 .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-snp5hB6Ec1 .close::before {
  content: '\e91a';
}
.cid-snp5hB6Ec1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp5hB6Ec1 .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-snp5hB6Ec1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp5hB6Ec1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp5hB6Ec1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp5hB6Ec1 .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-snp5hB6Ec1 .carousel-indicators li.active,
.cid-snp5hB6Ec1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp5hB6Ec1 .carousel-indicators li::after,
.cid-snp5hB6Ec1 .carousel-indicators li::before {
  content: none;
}
.cid-snp5hB6Ec1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp5hB6Ec1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp5hB6Ec1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp5hB6Ec1 .carousel-indicators {
    display: none;
  }
}
.cid-snp5hB6Ec1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp5hB6Ec1 .carousel-inner > .active {
  display: block;
}
.cid-snp5hB6Ec1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp5hB6Ec1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp5hB6Ec1 .carousel-control,
  .cid-snp5hB6Ec1 .carousel-indicators,
  .cid-snp5hB6Ec1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp5hB6Ec1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp5hB6Ec1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp5hB6Ec1 .carousel-indicators .active,
.cid-snp5hB6Ec1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp5hB6Ec1 .carousel-indicators .active {
  background: #fff;
}
.cid-snp5hB6Ec1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp5hB6Ec1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp5hB6Ec1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp5hB6Ec1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp5hB6Ec1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp5hB6Ec1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp5hB6Ec1 .carousel {
  width: 100%;
}
.cid-snp5hB6Ec1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp5hB6Ec1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp5hB6Ec1 .modal.fade .modal-dialog,
.cid-snp5hB6Ec1 .modal.in .modal-dialog {
  transform: none;
}
.cid-snp5hB6Ec1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp5hB6Ec1 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp5hB6Ec1 H3 {
  color: #7b7a7a;
}
.cid-ssSWi5rXAb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssSWi5rXAb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssSWi5rXAb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssSWi5rXAb .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssSWi5rXAb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssSWi5rXAb .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-ssSWi5rXAb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssSWi5rXAb .carousel-control,
.cid-ssSWi5rXAb .close {
  background: #1b1b1b;
}
.cid-ssSWi5rXAb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssSWi5rXAb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssSWi5rXAb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssSWi5rXAb .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssSWi5rXAb .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-ssSWi5rXAb .close::before {
  content: '\e91a';
}
.cid-ssSWi5rXAb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssSWi5rXAb .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-ssSWi5rXAb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWi5rXAb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssSWi5rXAb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssSWi5rXAb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssSWi5rXAb .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-ssSWi5rXAb .carousel-indicators li.active,
.cid-ssSWi5rXAb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssSWi5rXAb .carousel-indicators li::after,
.cid-ssSWi5rXAb .carousel-indicators li::before {
  content: none;
}
.cid-ssSWi5rXAb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssSWi5rXAb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssSWi5rXAb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssSWi5rXAb .carousel-indicators {
    display: none;
  }
}
.cid-ssSWi5rXAb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssSWi5rXAb .carousel-inner > .active {
  display: block;
}
.cid-ssSWi5rXAb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWi5rXAb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssSWi5rXAb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssSWi5rXAb .carousel-control,
  .cid-ssSWi5rXAb .carousel-indicators,
  .cid-ssSWi5rXAb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssSWi5rXAb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssSWi5rXAb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssSWi5rXAb .carousel-indicators .active,
.cid-ssSWi5rXAb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssSWi5rXAb .carousel-indicators .active {
  background: #fff;
}
.cid-ssSWi5rXAb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssSWi5rXAb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssSWi5rXAb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssSWi5rXAb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssSWi5rXAb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssSWi5rXAb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssSWi5rXAb .carousel {
  width: 100%;
}
.cid-ssSWi5rXAb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssSWi5rXAb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssSWi5rXAb .modal.fade .modal-dialog,
.cid-ssSWi5rXAb .modal.in .modal-dialog {
  transform: none;
}
.cid-ssSWi5rXAb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssSWi5rXAb H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssSWi5rXAb H3 {
  color: #7b7a7a;
}
.cid-ssSWjCoZA0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssSWjCoZA0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssSWjCoZA0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssSWjCoZA0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssSWjCoZA0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssSWjCoZA0 .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-ssSWjCoZA0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssSWjCoZA0 .carousel-control,
.cid-ssSWjCoZA0 .close {
  background: #1b1b1b;
}
.cid-ssSWjCoZA0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssSWjCoZA0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssSWjCoZA0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssSWjCoZA0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssSWjCoZA0 .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-ssSWjCoZA0 .close::before {
  content: '\e91a';
}
.cid-ssSWjCoZA0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssSWjCoZA0 .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-ssSWjCoZA0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWjCoZA0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssSWjCoZA0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssSWjCoZA0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssSWjCoZA0 .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-ssSWjCoZA0 .carousel-indicators li.active,
.cid-ssSWjCoZA0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssSWjCoZA0 .carousel-indicators li::after,
.cid-ssSWjCoZA0 .carousel-indicators li::before {
  content: none;
}
.cid-ssSWjCoZA0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssSWjCoZA0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssSWjCoZA0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssSWjCoZA0 .carousel-indicators {
    display: none;
  }
}
.cid-ssSWjCoZA0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssSWjCoZA0 .carousel-inner > .active {
  display: block;
}
.cid-ssSWjCoZA0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWjCoZA0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssSWjCoZA0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssSWjCoZA0 .carousel-control,
  .cid-ssSWjCoZA0 .carousel-indicators,
  .cid-ssSWjCoZA0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssSWjCoZA0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssSWjCoZA0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssSWjCoZA0 .carousel-indicators .active,
.cid-ssSWjCoZA0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssSWjCoZA0 .carousel-indicators .active {
  background: #fff;
}
.cid-ssSWjCoZA0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssSWjCoZA0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssSWjCoZA0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssSWjCoZA0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssSWjCoZA0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssSWjCoZA0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssSWjCoZA0 .carousel {
  width: 100%;
}
.cid-ssSWjCoZA0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssSWjCoZA0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssSWjCoZA0 .modal.fade .modal-dialog,
.cid-ssSWjCoZA0 .modal.in .modal-dialog {
  transform: none;
}
.cid-ssSWjCoZA0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssSWjCoZA0 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssSWjCoZA0 H3 {
  color: #7b7a7a;
}
.cid-ssSWkSwL0j {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssSWkSwL0j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssSWkSwL0j .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssSWkSwL0j .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssSWkSwL0j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssSWkSwL0j .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-ssSWkSwL0j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssSWkSwL0j .carousel-control,
.cid-ssSWkSwL0j .close {
  background: #1b1b1b;
}
.cid-ssSWkSwL0j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssSWkSwL0j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssSWkSwL0j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssSWkSwL0j .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssSWkSwL0j .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-ssSWkSwL0j .close::before {
  content: '\e91a';
}
.cid-ssSWkSwL0j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssSWkSwL0j .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-ssSWkSwL0j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWkSwL0j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssSWkSwL0j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssSWkSwL0j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssSWkSwL0j .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-ssSWkSwL0j .carousel-indicators li.active,
.cid-ssSWkSwL0j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssSWkSwL0j .carousel-indicators li::after,
.cid-ssSWkSwL0j .carousel-indicators li::before {
  content: none;
}
.cid-ssSWkSwL0j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssSWkSwL0j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssSWkSwL0j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssSWkSwL0j .carousel-indicators {
    display: none;
  }
}
.cid-ssSWkSwL0j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssSWkSwL0j .carousel-inner > .active {
  display: block;
}
.cid-ssSWkSwL0j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWkSwL0j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssSWkSwL0j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssSWkSwL0j .carousel-control,
  .cid-ssSWkSwL0j .carousel-indicators,
  .cid-ssSWkSwL0j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssSWkSwL0j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssSWkSwL0j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssSWkSwL0j .carousel-indicators .active,
.cid-ssSWkSwL0j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssSWkSwL0j .carousel-indicators .active {
  background: #fff;
}
.cid-ssSWkSwL0j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssSWkSwL0j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssSWkSwL0j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssSWkSwL0j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssSWkSwL0j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssSWkSwL0j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssSWkSwL0j .carousel {
  width: 100%;
}
.cid-ssSWkSwL0j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssSWkSwL0j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssSWkSwL0j .modal.fade .modal-dialog,
.cid-ssSWkSwL0j .modal.in .modal-dialog {
  transform: none;
}
.cid-ssSWkSwL0j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssSWkSwL0j H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssSWkSwL0j H3 {
  color: #7b7a7a;
}
.cid-ssSWmdMUXB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-ssSWmdMUXB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssSWmdMUXB .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssSWmdMUXB .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-ssSWmdMUXB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssSWmdMUXB .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-ssSWmdMUXB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssSWmdMUXB .carousel-control,
.cid-ssSWmdMUXB .close {
  background: #1b1b1b;
}
.cid-ssSWmdMUXB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssSWmdMUXB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssSWmdMUXB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssSWmdMUXB .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssSWmdMUXB .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-ssSWmdMUXB .close::before {
  content: '\e91a';
}
.cid-ssSWmdMUXB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssSWmdMUXB .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-ssSWmdMUXB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWmdMUXB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssSWmdMUXB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssSWmdMUXB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssSWmdMUXB .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-ssSWmdMUXB .carousel-indicators li.active,
.cid-ssSWmdMUXB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssSWmdMUXB .carousel-indicators li::after,
.cid-ssSWmdMUXB .carousel-indicators li::before {
  content: none;
}
.cid-ssSWmdMUXB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssSWmdMUXB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssSWmdMUXB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssSWmdMUXB .carousel-indicators {
    display: none;
  }
}
.cid-ssSWmdMUXB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssSWmdMUXB .carousel-inner > .active {
  display: block;
}
.cid-ssSWmdMUXB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssSWmdMUXB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssSWmdMUXB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssSWmdMUXB .carousel-control,
  .cid-ssSWmdMUXB .carousel-indicators,
  .cid-ssSWmdMUXB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssSWmdMUXB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssSWmdMUXB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssSWmdMUXB .carousel-indicators .active,
.cid-ssSWmdMUXB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssSWmdMUXB .carousel-indicators .active {
  background: #fff;
}
.cid-ssSWmdMUXB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssSWmdMUXB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssSWmdMUXB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssSWmdMUXB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssSWmdMUXB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssSWmdMUXB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssSWmdMUXB .carousel {
  width: 100%;
}
.cid-ssSWmdMUXB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssSWmdMUXB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssSWmdMUXB .modal.fade .modal-dialog,
.cid-ssSWmdMUXB .modal.in .modal-dialog {
  transform: none;
}
.cid-ssSWmdMUXB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssSWmdMUXB H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-ssSWmdMUXB H3 {
  color: #7b7a7a;
}
.cid-snNd3D1SF2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snNd3D1SF2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snNd3D1SF2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snNd3D1SF2 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snNd3D1SF2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snNd3D1SF2 .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-snNd3D1SF2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snNd3D1SF2 .carousel-control,
.cid-snNd3D1SF2 .close {
  background: #1b1b1b;
}
.cid-snNd3D1SF2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snNd3D1SF2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snNd3D1SF2 .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-snNd3D1SF2 .close::before {
  content: '\e91a';
}
.cid-snNd3D1SF2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snNd3D1SF2 .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-snNd3D1SF2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snNd3D1SF2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snNd3D1SF2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snNd3D1SF2 .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-snNd3D1SF2 .carousel-indicators li.active,
.cid-snNd3D1SF2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snNd3D1SF2 .carousel-indicators li::after,
.cid-snNd3D1SF2 .carousel-indicators li::before {
  content: none;
}
.cid-snNd3D1SF2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snNd3D1SF2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snNd3D1SF2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNd3D1SF2 .carousel-indicators {
    display: none;
  }
}
.cid-snNd3D1SF2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snNd3D1SF2 .carousel-inner > .active {
  display: block;
}
.cid-snNd3D1SF2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNd3D1SF2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snNd3D1SF2 .carousel-control,
  .cid-snNd3D1SF2 .carousel-indicators,
  .cid-snNd3D1SF2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snNd3D1SF2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snNd3D1SF2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snNd3D1SF2 .carousel-indicators .active,
.cid-snNd3D1SF2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snNd3D1SF2 .carousel-indicators .active {
  background: #fff;
}
.cid-snNd3D1SF2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snNd3D1SF2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snNd3D1SF2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snNd3D1SF2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snNd3D1SF2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snNd3D1SF2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snNd3D1SF2 .carousel {
  width: 100%;
}
.cid-snNd3D1SF2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snNd3D1SF2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snNd3D1SF2 .modal.fade .modal-dialog,
.cid-snNd3D1SF2 .modal.in .modal-dialog {
  transform: none;
}
.cid-snNd3D1SF2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snNd3D1SF2 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snNd3D1SF2 H3 {
  color: #7b7a7a;
}
.cid-snNd4WXEwq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snNd4WXEwq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snNd4WXEwq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snNd4WXEwq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snNd4WXEwq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snNd4WXEwq .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-snNd4WXEwq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snNd4WXEwq .carousel-control,
.cid-snNd4WXEwq .close {
  background: #1b1b1b;
}
.cid-snNd4WXEwq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snNd4WXEwq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control-next span {
  margin-left: 5px;
}
.cid-snNd4WXEwq .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-snNd4WXEwq .close::before {
  content: '\e91a';
}
.cid-snNd4WXEwq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snNd4WXEwq .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-snNd4WXEwq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snNd4WXEwq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snNd4WXEwq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snNd4WXEwq .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-snNd4WXEwq .carousel-indicators li.active,
.cid-snNd4WXEwq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snNd4WXEwq .carousel-indicators li::after,
.cid-snNd4WXEwq .carousel-indicators li::before {
  content: none;
}
.cid-snNd4WXEwq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snNd4WXEwq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snNd4WXEwq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snNd4WXEwq .carousel-indicators {
    display: none;
  }
}
.cid-snNd4WXEwq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snNd4WXEwq .carousel-inner > .active {
  display: block;
}
.cid-snNd4WXEwq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snNd4WXEwq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snNd4WXEwq .carousel-control,
  .cid-snNd4WXEwq .carousel-indicators,
  .cid-snNd4WXEwq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snNd4WXEwq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snNd4WXEwq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snNd4WXEwq .carousel-indicators .active,
.cid-snNd4WXEwq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snNd4WXEwq .carousel-indicators .active {
  background: #fff;
}
.cid-snNd4WXEwq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snNd4WXEwq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snNd4WXEwq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snNd4WXEwq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snNd4WXEwq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snNd4WXEwq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snNd4WXEwq .carousel {
  width: 100%;
}
.cid-snNd4WXEwq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snNd4WXEwq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snNd4WXEwq .modal.fade .modal-dialog,
.cid-snNd4WXEwq .modal.in .modal-dialog {
  transform: none;
}
.cid-snNd4WXEwq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snNd4WXEwq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snNd4WXEwq H3 {
  color: #7b7a7a;
}
.cid-snTeL5lrCr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snTeL5lrCr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snTeL5lrCr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snTeL5lrCr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snTeL5lrCr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snTeL5lrCr .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-snTeL5lrCr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snTeL5lrCr .carousel-control,
.cid-snTeL5lrCr .close {
  background: #1b1b1b;
}
.cid-snTeL5lrCr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snTeL5lrCr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control-next span {
  margin-left: 5px;
}
.cid-snTeL5lrCr .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-snTeL5lrCr .close::before {
  content: '\e91a';
}
.cid-snTeL5lrCr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snTeL5lrCr .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-snTeL5lrCr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snTeL5lrCr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snTeL5lrCr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snTeL5lrCr .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-snTeL5lrCr .carousel-indicators li.active,
.cid-snTeL5lrCr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snTeL5lrCr .carousel-indicators li::after,
.cid-snTeL5lrCr .carousel-indicators li::before {
  content: none;
}
.cid-snTeL5lrCr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snTeL5lrCr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snTeL5lrCr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snTeL5lrCr .carousel-indicators {
    display: none;
  }
}
.cid-snTeL5lrCr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snTeL5lrCr .carousel-inner > .active {
  display: block;
}
.cid-snTeL5lrCr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTeL5lrCr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snTeL5lrCr .carousel-control,
  .cid-snTeL5lrCr .carousel-indicators,
  .cid-snTeL5lrCr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snTeL5lrCr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snTeL5lrCr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snTeL5lrCr .carousel-indicators .active,
.cid-snTeL5lrCr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snTeL5lrCr .carousel-indicators .active {
  background: #fff;
}
.cid-snTeL5lrCr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snTeL5lrCr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snTeL5lrCr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snTeL5lrCr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snTeL5lrCr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snTeL5lrCr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snTeL5lrCr .carousel {
  width: 100%;
}
.cid-snTeL5lrCr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snTeL5lrCr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snTeL5lrCr .modal.fade .modal-dialog,
.cid-snTeL5lrCr .modal.in .modal-dialog {
  transform: none;
}
.cid-snTeL5lrCr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snTeL5lrCr H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snTeL5lrCr H3 {
  color: #7b7a7a;
}
.cid-snTeMLbgJC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snTeMLbgJC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snTeMLbgJC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snTeMLbgJC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snTeMLbgJC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snTeMLbgJC .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-snTeMLbgJC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snTeMLbgJC .carousel-control,
.cid-snTeMLbgJC .close {
  background: #1b1b1b;
}
.cid-snTeMLbgJC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snTeMLbgJC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control-next span {
  margin-left: 5px;
}
.cid-snTeMLbgJC .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-snTeMLbgJC .close::before {
  content: '\e91a';
}
.cid-snTeMLbgJC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snTeMLbgJC .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-snTeMLbgJC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snTeMLbgJC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snTeMLbgJC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snTeMLbgJC .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-snTeMLbgJC .carousel-indicators li.active,
.cid-snTeMLbgJC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snTeMLbgJC .carousel-indicators li::after,
.cid-snTeMLbgJC .carousel-indicators li::before {
  content: none;
}
.cid-snTeMLbgJC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snTeMLbgJC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snTeMLbgJC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snTeMLbgJC .carousel-indicators {
    display: none;
  }
}
.cid-snTeMLbgJC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snTeMLbgJC .carousel-inner > .active {
  display: block;
}
.cid-snTeMLbgJC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTeMLbgJC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snTeMLbgJC .carousel-control,
  .cid-snTeMLbgJC .carousel-indicators,
  .cid-snTeMLbgJC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snTeMLbgJC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snTeMLbgJC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snTeMLbgJC .carousel-indicators .active,
.cid-snTeMLbgJC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snTeMLbgJC .carousel-indicators .active {
  background: #fff;
}
.cid-snTeMLbgJC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snTeMLbgJC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snTeMLbgJC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snTeMLbgJC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snTeMLbgJC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snTeMLbgJC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snTeMLbgJC .carousel {
  width: 100%;
}
.cid-snTeMLbgJC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snTeMLbgJC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snTeMLbgJC .modal.fade .modal-dialog,
.cid-snTeMLbgJC .modal.in .modal-dialog {
  transform: none;
}
.cid-snTeMLbgJC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snTeMLbgJC H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snTeMLbgJC H3 {
  color: #7b7a7a;
}
.cid-snTeO5r4r6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snTeO5r4r6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snTeO5r4r6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snTeO5r4r6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snTeO5r4r6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snTeO5r4r6 .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-snTeO5r4r6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snTeO5r4r6 .carousel-control,
.cid-snTeO5r4r6 .close {
  background: #1b1b1b;
}
.cid-snTeO5r4r6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snTeO5r4r6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snTeO5r4r6 .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-snTeO5r4r6 .close::before {
  content: '\e91a';
}
.cid-snTeO5r4r6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snTeO5r4r6 .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-snTeO5r4r6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snTeO5r4r6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snTeO5r4r6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snTeO5r4r6 .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-snTeO5r4r6 .carousel-indicators li.active,
.cid-snTeO5r4r6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snTeO5r4r6 .carousel-indicators li::after,
.cid-snTeO5r4r6 .carousel-indicators li::before {
  content: none;
}
.cid-snTeO5r4r6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snTeO5r4r6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snTeO5r4r6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snTeO5r4r6 .carousel-indicators {
    display: none;
  }
}
.cid-snTeO5r4r6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snTeO5r4r6 .carousel-inner > .active {
  display: block;
}
.cid-snTeO5r4r6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snTeO5r4r6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snTeO5r4r6 .carousel-control,
  .cid-snTeO5r4r6 .carousel-indicators,
  .cid-snTeO5r4r6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snTeO5r4r6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snTeO5r4r6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snTeO5r4r6 .carousel-indicators .active,
.cid-snTeO5r4r6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snTeO5r4r6 .carousel-indicators .active {
  background: #fff;
}
.cid-snTeO5r4r6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snTeO5r4r6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snTeO5r4r6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snTeO5r4r6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snTeO5r4r6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snTeO5r4r6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snTeO5r4r6 .carousel {
  width: 100%;
}
.cid-snTeO5r4r6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snTeO5r4r6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snTeO5r4r6 .modal.fade .modal-dialog,
.cid-snTeO5r4r6 .modal.in .modal-dialog {
  transform: none;
}
.cid-snTeO5r4r6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snTeO5r4r6 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snTeO5r4r6 H3 {
  color: #7b7a7a;
}
.cid-snThjEePXA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snThjEePXA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snThjEePXA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snThjEePXA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snThjEePXA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snThjEePXA .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-snThjEePXA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snThjEePXA .carousel-control,
.cid-snThjEePXA .close {
  background: #1b1b1b;
}
.cid-snThjEePXA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snThjEePXA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snThjEePXA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snThjEePXA .carousel-control-next span {
  margin-left: 5px;
}
.cid-snThjEePXA .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-snThjEePXA .close::before {
  content: '\e91a';
}
.cid-snThjEePXA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snThjEePXA .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-snThjEePXA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snThjEePXA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snThjEePXA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snThjEePXA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snThjEePXA .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-snThjEePXA .carousel-indicators li.active,
.cid-snThjEePXA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snThjEePXA .carousel-indicators li::after,
.cid-snThjEePXA .carousel-indicators li::before {
  content: none;
}
.cid-snThjEePXA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snThjEePXA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snThjEePXA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snThjEePXA .carousel-indicators {
    display: none;
  }
}
.cid-snThjEePXA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snThjEePXA .carousel-inner > .active {
  display: block;
}
.cid-snThjEePXA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snThjEePXA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snThjEePXA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snThjEePXA .carousel-control,
  .cid-snThjEePXA .carousel-indicators,
  .cid-snThjEePXA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snThjEePXA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snThjEePXA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snThjEePXA .carousel-indicators .active,
.cid-snThjEePXA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snThjEePXA .carousel-indicators .active {
  background: #fff;
}
.cid-snThjEePXA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snThjEePXA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snThjEePXA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snThjEePXA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snThjEePXA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snThjEePXA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snThjEePXA .carousel {
  width: 100%;
}
.cid-snThjEePXA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snThjEePXA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snThjEePXA .modal.fade .modal-dialog,
.cid-snThjEePXA .modal.in .modal-dialog {
  transform: none;
}
.cid-snThjEePXA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snThjEePXA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snThjEePXA H3 {
  color: #7b7a7a;
}
.cid-snp3PNESUZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3PNESUZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3PNESUZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3PNESUZ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3PNESUZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3PNESUZ .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-snp3PNESUZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3PNESUZ .carousel-control,
.cid-snp3PNESUZ .close {
  background: #1b1b1b;
}
.cid-snp3PNESUZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3PNESUZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3PNESUZ .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-snp3PNESUZ .close::before {
  content: '\e91a';
}
.cid-snp3PNESUZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3PNESUZ .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-snp3PNESUZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3PNESUZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3PNESUZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3PNESUZ .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-snp3PNESUZ .carousel-indicators li.active,
.cid-snp3PNESUZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3PNESUZ .carousel-indicators li::after,
.cid-snp3PNESUZ .carousel-indicators li::before {
  content: none;
}
.cid-snp3PNESUZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3PNESUZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3PNESUZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3PNESUZ .carousel-indicators {
    display: none;
  }
}
.cid-snp3PNESUZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3PNESUZ .carousel-inner > .active {
  display: block;
}
.cid-snp3PNESUZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3PNESUZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3PNESUZ .carousel-control,
  .cid-snp3PNESUZ .carousel-indicators,
  .cid-snp3PNESUZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3PNESUZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3PNESUZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3PNESUZ .carousel-indicators .active,
.cid-snp3PNESUZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3PNESUZ .carousel-indicators .active {
  background: #fff;
}
.cid-snp3PNESUZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3PNESUZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3PNESUZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3PNESUZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3PNESUZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3PNESUZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3PNESUZ .carousel {
  width: 100%;
}
.cid-snp3PNESUZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3PNESUZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3PNESUZ .modal.fade .modal-dialog,
.cid-snp3PNESUZ .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3PNESUZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3PNESUZ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3PNESUZ H3 {
  color: #7b7a7a;
}
.cid-snp3QEdRDQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3QEdRDQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3QEdRDQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3QEdRDQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3QEdRDQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3QEdRDQ .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-snp3QEdRDQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3QEdRDQ .carousel-control,
.cid-snp3QEdRDQ .close {
  background: #1b1b1b;
}
.cid-snp3QEdRDQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3QEdRDQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3QEdRDQ .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-snp3QEdRDQ .close::before {
  content: '\e91a';
}
.cid-snp3QEdRDQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3QEdRDQ .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-snp3QEdRDQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3QEdRDQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3QEdRDQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3QEdRDQ .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-snp3QEdRDQ .carousel-indicators li.active,
.cid-snp3QEdRDQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3QEdRDQ .carousel-indicators li::after,
.cid-snp3QEdRDQ .carousel-indicators li::before {
  content: none;
}
.cid-snp3QEdRDQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3QEdRDQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3QEdRDQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3QEdRDQ .carousel-indicators {
    display: none;
  }
}
.cid-snp3QEdRDQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3QEdRDQ .carousel-inner > .active {
  display: block;
}
.cid-snp3QEdRDQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3QEdRDQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3QEdRDQ .carousel-control,
  .cid-snp3QEdRDQ .carousel-indicators,
  .cid-snp3QEdRDQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3QEdRDQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3QEdRDQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3QEdRDQ .carousel-indicators .active,
.cid-snp3QEdRDQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3QEdRDQ .carousel-indicators .active {
  background: #fff;
}
.cid-snp3QEdRDQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3QEdRDQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3QEdRDQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3QEdRDQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3QEdRDQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3QEdRDQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3QEdRDQ .carousel {
  width: 100%;
}
.cid-snp3QEdRDQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3QEdRDQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3QEdRDQ .modal.fade .modal-dialog,
.cid-snp3QEdRDQ .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3QEdRDQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3QEdRDQ H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3QEdRDQ H3 {
  color: #7b7a7a;
}
.cid-snp3RfuwUu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3RfuwUu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3RfuwUu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3RfuwUu .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3RfuwUu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3RfuwUu .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-snp3RfuwUu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3RfuwUu .carousel-control,
.cid-snp3RfuwUu .close {
  background: #1b1b1b;
}
.cid-snp3RfuwUu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3RfuwUu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3RfuwUu .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-snp3RfuwUu .close::before {
  content: '\e91a';
}
.cid-snp3RfuwUu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3RfuwUu .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-snp3RfuwUu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3RfuwUu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3RfuwUu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3RfuwUu .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-snp3RfuwUu .carousel-indicators li.active,
.cid-snp3RfuwUu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3RfuwUu .carousel-indicators li::after,
.cid-snp3RfuwUu .carousel-indicators li::before {
  content: none;
}
.cid-snp3RfuwUu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3RfuwUu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3RfuwUu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3RfuwUu .carousel-indicators {
    display: none;
  }
}
.cid-snp3RfuwUu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3RfuwUu .carousel-inner > .active {
  display: block;
}
.cid-snp3RfuwUu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3RfuwUu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3RfuwUu .carousel-control,
  .cid-snp3RfuwUu .carousel-indicators,
  .cid-snp3RfuwUu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3RfuwUu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3RfuwUu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3RfuwUu .carousel-indicators .active,
.cid-snp3RfuwUu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3RfuwUu .carousel-indicators .active {
  background: #fff;
}
.cid-snp3RfuwUu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3RfuwUu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3RfuwUu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3RfuwUu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3RfuwUu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3RfuwUu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3RfuwUu .carousel {
  width: 100%;
}
.cid-snp3RfuwUu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3RfuwUu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3RfuwUu .modal.fade .modal-dialog,
.cid-snp3RfuwUu .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3RfuwUu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3RfuwUu H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3RfuwUu H3 {
  color: #7b7a7a;
}
.cid-snp3RXMX8M {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3RXMX8M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3RXMX8M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3RXMX8M .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3RXMX8M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3RXMX8M .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-snp3RXMX8M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3RXMX8M .carousel-control,
.cid-snp3RXMX8M .close {
  background: #1b1b1b;
}
.cid-snp3RXMX8M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3RXMX8M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3RXMX8M .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-snp3RXMX8M .close::before {
  content: '\e91a';
}
.cid-snp3RXMX8M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3RXMX8M .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-snp3RXMX8M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3RXMX8M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3RXMX8M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3RXMX8M .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-snp3RXMX8M .carousel-indicators li.active,
.cid-snp3RXMX8M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3RXMX8M .carousel-indicators li::after,
.cid-snp3RXMX8M .carousel-indicators li::before {
  content: none;
}
.cid-snp3RXMX8M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3RXMX8M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3RXMX8M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3RXMX8M .carousel-indicators {
    display: none;
  }
}
.cid-snp3RXMX8M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3RXMX8M .carousel-inner > .active {
  display: block;
}
.cid-snp3RXMX8M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3RXMX8M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3RXMX8M .carousel-control,
  .cid-snp3RXMX8M .carousel-indicators,
  .cid-snp3RXMX8M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3RXMX8M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3RXMX8M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3RXMX8M .carousel-indicators .active,
.cid-snp3RXMX8M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3RXMX8M .carousel-indicators .active {
  background: #fff;
}
.cid-snp3RXMX8M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3RXMX8M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3RXMX8M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3RXMX8M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3RXMX8M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3RXMX8M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3RXMX8M .carousel {
  width: 100%;
}
.cid-snp3RXMX8M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3RXMX8M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3RXMX8M .modal.fade .modal-dialog,
.cid-snp3RXMX8M .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3RXMX8M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3RXMX8M H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3RXMX8M H3 {
  color: #7b7a7a;
}
.cid-snp5BZQq4S {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp5BZQq4S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp5BZQq4S .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp5BZQq4S .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp5BZQq4S .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp5BZQq4S .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-snp5BZQq4S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp5BZQq4S .carousel-control,
.cid-snp5BZQq4S .close {
  background: #1b1b1b;
}
.cid-snp5BZQq4S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp5BZQq4S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp5BZQq4S .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-snp5BZQq4S .close::before {
  content: '\e91a';
}
.cid-snp5BZQq4S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp5BZQq4S .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-snp5BZQq4S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp5BZQq4S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp5BZQq4S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp5BZQq4S .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-snp5BZQq4S .carousel-indicators li.active,
.cid-snp5BZQq4S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp5BZQq4S .carousel-indicators li::after,
.cid-snp5BZQq4S .carousel-indicators li::before {
  content: none;
}
.cid-snp5BZQq4S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp5BZQq4S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp5BZQq4S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp5BZQq4S .carousel-indicators {
    display: none;
  }
}
.cid-snp5BZQq4S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp5BZQq4S .carousel-inner > .active {
  display: block;
}
.cid-snp5BZQq4S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp5BZQq4S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp5BZQq4S .carousel-control,
  .cid-snp5BZQq4S .carousel-indicators,
  .cid-snp5BZQq4S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp5BZQq4S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp5BZQq4S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp5BZQq4S .carousel-indicators .active,
.cid-snp5BZQq4S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp5BZQq4S .carousel-indicators .active {
  background: #fff;
}
.cid-snp5BZQq4S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp5BZQq4S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp5BZQq4S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp5BZQq4S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp5BZQq4S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp5BZQq4S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp5BZQq4S .carousel {
  width: 100%;
}
.cid-snp5BZQq4S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp5BZQq4S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp5BZQq4S .modal.fade .modal-dialog,
.cid-snp5BZQq4S .modal.in .modal-dialog {
  transform: none;
}
.cid-snp5BZQq4S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp5BZQq4S H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp5BZQq4S H3 {
  color: #7b7a7a;
}
.cid-snp3pKLnQq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snp3pKLnQq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snp3pKLnQq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snp3pKLnQq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snp3pKLnQq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snp3pKLnQq .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-snp3pKLnQq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snp3pKLnQq .carousel-control,
.cid-snp3pKLnQq .close {
  background: #1b1b1b;
}
.cid-snp3pKLnQq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snp3pKLnQq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control-next span {
  margin-left: 5px;
}
.cid-snp3pKLnQq .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-snp3pKLnQq .close::before {
  content: '\e91a';
}
.cid-snp3pKLnQq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snp3pKLnQq .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-snp3pKLnQq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snp3pKLnQq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snp3pKLnQq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snp3pKLnQq .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-snp3pKLnQq .carousel-indicators li.active,
.cid-snp3pKLnQq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snp3pKLnQq .carousel-indicators li::after,
.cid-snp3pKLnQq .carousel-indicators li::before {
  content: none;
}
.cid-snp3pKLnQq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snp3pKLnQq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snp3pKLnQq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snp3pKLnQq .carousel-indicators {
    display: none;
  }
}
.cid-snp3pKLnQq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snp3pKLnQq .carousel-inner > .active {
  display: block;
}
.cid-snp3pKLnQq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snp3pKLnQq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snp3pKLnQq .carousel-control,
  .cid-snp3pKLnQq .carousel-indicators,
  .cid-snp3pKLnQq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snp3pKLnQq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snp3pKLnQq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snp3pKLnQq .carousel-indicators .active,
.cid-snp3pKLnQq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snp3pKLnQq .carousel-indicators .active {
  background: #fff;
}
.cid-snp3pKLnQq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snp3pKLnQq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snp3pKLnQq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snp3pKLnQq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snp3pKLnQq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snp3pKLnQq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snp3pKLnQq .carousel {
  width: 100%;
}
.cid-snp3pKLnQq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snp3pKLnQq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snp3pKLnQq .modal.fade .modal-dialog,
.cid-snp3pKLnQq .modal.in .modal-dialog {
  transform: none;
}
.cid-snp3pKLnQq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snp3pKLnQq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snp3pKLnQq H3 {
  color: #7b7a7a;
}
.cid-slpDbKSn9C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-slpDbKSn9C .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbKSn9C .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbKSn9C .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbKSn9C .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbKSn9C .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-slpDbKSn9C .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbKSn9C .carousel-control,
.cid-slpDbKSn9C .close {
  background: #1b1b1b;
}
.cid-slpDbKSn9C .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbKSn9C .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbKSn9C .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-slpDbKSn9C .close::before {
  content: '\e91a';
}
.cid-slpDbKSn9C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbKSn9C .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-slpDbKSn9C .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbKSn9C .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbKSn9C .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbKSn9C .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-slpDbKSn9C .carousel-indicators li.active,
.cid-slpDbKSn9C .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbKSn9C .carousel-indicators li::after,
.cid-slpDbKSn9C .carousel-indicators li::before {
  content: none;
}
.cid-slpDbKSn9C .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbKSn9C .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbKSn9C .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKSn9C .carousel-indicators {
    display: none;
  }
}
.cid-slpDbKSn9C .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbKSn9C .carousel-inner > .active {
  display: block;
}
.cid-slpDbKSn9C .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbKSn9C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbKSn9C .carousel-control,
  .cid-slpDbKSn9C .carousel-indicators,
  .cid-slpDbKSn9C .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbKSn9C .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbKSn9C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbKSn9C .carousel-indicators .active,
.cid-slpDbKSn9C .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbKSn9C .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbKSn9C .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbKSn9C .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbKSn9C .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbKSn9C .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbKSn9C .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbKSn9C .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbKSn9C .carousel {
  width: 100%;
}
.cid-slpDbKSn9C .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbKSn9C .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbKSn9C .modal.fade .modal-dialog,
.cid-slpDbKSn9C .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbKSn9C .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbKSn9C H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbKSn9C H3 {
  color: #7b7a7a;
}
.cid-slpDbLsDKg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-slpDbLsDKg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbLsDKg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbLsDKg .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbLsDKg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbLsDKg .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-slpDbLsDKg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbLsDKg .carousel-control,
.cid-slpDbLsDKg .close {
  background: #1b1b1b;
}
.cid-slpDbLsDKg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbLsDKg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbLsDKg .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-slpDbLsDKg .close::before {
  content: '\e91a';
}
.cid-slpDbLsDKg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbLsDKg .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-slpDbLsDKg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbLsDKg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbLsDKg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbLsDKg .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-slpDbLsDKg .carousel-indicators li.active,
.cid-slpDbLsDKg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbLsDKg .carousel-indicators li::after,
.cid-slpDbLsDKg .carousel-indicators li::before {
  content: none;
}
.cid-slpDbLsDKg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbLsDKg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbLsDKg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbLsDKg .carousel-indicators {
    display: none;
  }
}
.cid-slpDbLsDKg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbLsDKg .carousel-inner > .active {
  display: block;
}
.cid-slpDbLsDKg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbLsDKg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbLsDKg .carousel-control,
  .cid-slpDbLsDKg .carousel-indicators,
  .cid-slpDbLsDKg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbLsDKg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbLsDKg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbLsDKg .carousel-indicators .active,
.cid-slpDbLsDKg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbLsDKg .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbLsDKg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbLsDKg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbLsDKg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbLsDKg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbLsDKg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbLsDKg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbLsDKg .carousel {
  width: 100%;
}
.cid-slpDbLsDKg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbLsDKg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbLsDKg .modal.fade .modal-dialog,
.cid-slpDbLsDKg .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbLsDKg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbLsDKg H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbLsDKg H3 {
  color: #7b7a7a;
}
.cid-slpDbM0xXL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-slpDbM0xXL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-slpDbM0xXL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-slpDbM0xXL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-slpDbM0xXL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-slpDbM0xXL .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-slpDbM0xXL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-slpDbM0xXL .carousel-control,
.cid-slpDbM0xXL .close {
  background: #1b1b1b;
}
.cid-slpDbM0xXL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-slpDbM0xXL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control-next span {
  margin-left: 5px;
}
.cid-slpDbM0xXL .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-slpDbM0xXL .close::before {
  content: '\e91a';
}
.cid-slpDbM0xXL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-slpDbM0xXL .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-slpDbM0xXL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-slpDbM0xXL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slpDbM0xXL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-slpDbM0xXL .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-slpDbM0xXL .carousel-indicators li.active,
.cid-slpDbM0xXL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-slpDbM0xXL .carousel-indicators li::after,
.cid-slpDbM0xXL .carousel-indicators li::before {
  content: none;
}
.cid-slpDbM0xXL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-slpDbM0xXL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-slpDbM0xXL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbM0xXL .carousel-indicators {
    display: none;
  }
}
.cid-slpDbM0xXL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-slpDbM0xXL .carousel-inner > .active {
  display: block;
}
.cid-slpDbM0xXL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slpDbM0xXL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-slpDbM0xXL .carousel-control,
  .cid-slpDbM0xXL .carousel-indicators,
  .cid-slpDbM0xXL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-slpDbM0xXL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-slpDbM0xXL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slpDbM0xXL .carousel-indicators .active,
.cid-slpDbM0xXL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-slpDbM0xXL .carousel-indicators .active {
  background: #fff;
}
.cid-slpDbM0xXL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-slpDbM0xXL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-slpDbM0xXL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-slpDbM0xXL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-slpDbM0xXL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-slpDbM0xXL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-slpDbM0xXL .carousel {
  width: 100%;
}
.cid-slpDbM0xXL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-slpDbM0xXL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-slpDbM0xXL .modal.fade .modal-dialog,
.cid-slpDbM0xXL .modal.in .modal-dialog {
  transform: none;
}
.cid-slpDbM0xXL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-slpDbM0xXL H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-slpDbM0xXL H3 {
  color: #7b7a7a;
}
.cid-smyBFu62qu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-smyBFu62qu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smyBFu62qu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smyBFu62qu .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smyBFu62qu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smyBFu62qu .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-smyBFu62qu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smyBFu62qu .carousel-control,
.cid-smyBFu62qu .close {
  background: #1b1b1b;
}
.cid-smyBFu62qu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smyBFu62qu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smyBFu62qu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smyBFu62qu .carousel-control-next span {
  margin-left: 5px;
}
.cid-smyBFu62qu .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-smyBFu62qu .close::before {
  content: '\e91a';
}
.cid-smyBFu62qu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smyBFu62qu .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-smyBFu62qu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smyBFu62qu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smyBFu62qu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smyBFu62qu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smyBFu62qu .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-smyBFu62qu .carousel-indicators li.active,
.cid-smyBFu62qu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smyBFu62qu .carousel-indicators li::after,
.cid-smyBFu62qu .carousel-indicators li::before {
  content: none;
}
.cid-smyBFu62qu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smyBFu62qu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smyBFu62qu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smyBFu62qu .carousel-indicators {
    display: none;
  }
}
.cid-smyBFu62qu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smyBFu62qu .carousel-inner > .active {
  display: block;
}
.cid-smyBFu62qu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smyBFu62qu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smyBFu62qu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smyBFu62qu .carousel-control,
  .cid-smyBFu62qu .carousel-indicators,
  .cid-smyBFu62qu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smyBFu62qu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smyBFu62qu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smyBFu62qu .carousel-indicators .active,
.cid-smyBFu62qu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smyBFu62qu .carousel-indicators .active {
  background: #fff;
}
.cid-smyBFu62qu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smyBFu62qu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smyBFu62qu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smyBFu62qu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smyBFu62qu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smyBFu62qu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smyBFu62qu .carousel {
  width: 100%;
}
.cid-smyBFu62qu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smyBFu62qu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smyBFu62qu .modal.fade .modal-dialog,
.cid-smyBFu62qu .modal.in .modal-dialog {
  transform: none;
}
.cid-smyBFu62qu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smyBFu62qu H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smyBFu62qu H3 {
  color: #7b7a7a;
}
.cid-slvieVR6UG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-slvieVR6UG .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slvieVR6UG .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slvieVR6UG .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slvieVR6UG .mbr-text,
.cid-slvieVR6UG .mbr-section-btn {
  color: #7b7a7a;
}
.cid-slpDbMEYMC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-slpDbMEYMC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-slpDbMEYMC .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-slpDbMEYMC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-slpDbMEYMC .inner-container {
    width: 100% !important;
  }
}
.cid-slpDbMROrX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-slpDbMROrX .img-wrapper {
  text-align: center;
}
.cid-slpDbMROrX img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-slpDbMROrX .row {
  align-items: flex-start;
}
.cid-slpDbMROrX .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-slpDbMROrX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-slpDbMROrX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slpDbMROrX .card-wrapper {
    padding: 1rem;
  }
}
.cid-slpDbMROrX .card-title {
  color: #7b7a7a;
}
.cid-slpDbMROrX .mbr-text,
.cid-slpDbMROrX .mbr-section-btn {
  color: #858484;
}
.cid-slpDbNtiVh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slpDbNtiVh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slpDbNtiVh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-slpDbNtiVh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slpDbNtiVh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slpDbNtiVh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-slpDbNtiVh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slpDbNtiVh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slpDbNtiVh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-slv3kQoOxL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-slv3kQoOxL nav.navbar {
  position: fixed;
}
.cid-slv3kQoOxL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slv3kQoOxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-slv3kQoOxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-slv3kQoOxL .dropdown-item:hover,
.cid-slv3kQoOxL .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-slv3kQoOxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-slv3kQoOxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-slv3kQoOxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-slv3kQoOxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-slv3kQoOxL .nav-link {
  position: relative;
}
.cid-slv3kQoOxL .container {
  display: flex;
  margin: auto;
}
.cid-slv3kQoOxL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-slv3kQoOxL .dropdown-menu,
.cid-slv3kQoOxL .navbar.opened {
  background: #ffffff !important;
}
.cid-slv3kQoOxL .nav-item:focus,
.cid-slv3kQoOxL .nav-link:focus {
  outline: none;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-slv3kQoOxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-slv3kQoOxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slv3kQoOxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slv3kQoOxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-slv3kQoOxL .navbar.opened {
  transition: all 0.3s;
}
.cid-slv3kQoOxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-slv3kQoOxL .navbar .navbar-logo img {
  width: auto;
}
.cid-slv3kQoOxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-slv3kQoOxL .navbar.collapsed {
  justify-content: center;
}
.cid-slv3kQoOxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slv3kQoOxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slv3kQoOxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-slv3kQoOxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slv3kQoOxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-slv3kQoOxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-slv3kQoOxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slv3kQoOxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-slv3kQoOxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-slv3kQoOxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slv3kQoOxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-slv3kQoOxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-slv3kQoOxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-slv3kQoOxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-slv3kQoOxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-slv3kQoOxL .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-slv3kQoOxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-slv3kQoOxL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-slv3kQoOxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slv3kQoOxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slv3kQoOxL .dropdown-item.active,
.cid-slv3kQoOxL .dropdown-item:active {
  background-color: transparent;
}
.cid-slv3kQoOxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-slv3kQoOxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slv3kQoOxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slv3kQoOxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-slv3kQoOxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slv3kQoOxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slv3kQoOxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-slv3kQoOxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-slv3kQoOxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-slv3kQoOxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-slv3kQoOxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-slv3kQoOxL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-slv3kQoOxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-slv3kQoOxL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-slv3kQoOxL .navbar {
    height: 70px;
  }
  .cid-slv3kQoOxL .navbar.opened {
    height: auto;
  }
  .cid-slv3kQoOxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slvaBMCsJ2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-slvaBMCsJ2 .card .card-img img {
  transition: all .5s;
}
.cid-slvaBMCsJ2 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-slvaBMCsJ2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-slvaBMCsJ2 .form1 {
  background: #e4e4e4;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slvaBMCsJ2 .form-group {
  margin-bottom: 1rem;
}
.cid-slvaBMCsJ2 .form-control {
  border: none;
  padding: 1rem;
  background: #fafafa;
  color: #d04528;
  width: 100%;
}
.cid-slvaBMCsJ2 .form-control::-webkit-input-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 .form-control::-moz-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 .form-control:-moz-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 .form-control:-ms-input-placeholder {
  color: #d04528;
}
.cid-slvaBMCsJ2 textarea.form-control {
  min-height: 172px;
}
.cid-slvaBMCsJ2 .input-group-btn {
  width: 100%;
}
.cid-slvaBMCsJ2 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-slvaBMCsJ2 .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-slvaBMCsJ2 .only-first-row {
  height: 100%;
}
.cid-slvaBMCsJ2 .card {
  height: 100%;
}
.cid-slvaBMCsJ2 .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-slvaBMCsJ2 .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-slvaBMCsJ2 .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-slvaBMCsJ2 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-slvaBMCsJ2 .caption .mbr-text {
  margin: 0;
}
.cid-slvaBMCsJ2 .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slvaBMCsJ2 .form1 {
    padding: 1.5rem;
  }
  .cid-slvaBMCsJ2 .second-card {
    padding-bottom: 2rem;
  }
  .cid-slvaBMCsJ2 .first-row,
  .cid-slvaBMCsJ2 .second-row,
  .cid-slvaBMCsJ2 .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-slvaBMCsJ2 .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-slvaBMCsJ2 .items-column {
    padding-top: 2rem;
  }
}
.cid-slvaBMCsJ2 .card-title {
  color: #d04528;
}
.cid-slvaBMCsJ2 H3 {
  color: #bbbbbb;
}
.cid-slv4duXyMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vcc-emp1-5-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-slv4duXyMY .row {
    flex-direction: column-reverse;
  }
  .cid-slv4duXyMY .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-slv4duXyMY .google-map {
  height: 100%;
  position: relative;
}
.cid-slv4duXyMY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-slv4duXyMY .google-map [data-state-details] {
  color: #6b6763;
  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-slv4duXyMY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-slv4duXyMY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-slv4duXyMY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-slv4duXyMY .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-slv4duXyMY .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-slv4duXyMY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slv4duXyMY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-slv4duXyMY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #bbbbbb;
}
.cid-slv4duXyMY .card-title {
  color: #5c5c5c;
}
.cid-slv4duXyMY .mbr-section-title {
  color: #ffffff;
}
.cid-slv4duXyMY .mbr-section-subtitle {
  color: #7b7a7a;
}
.cid-slCHgCiKrS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4e4e4;
}
.cid-slCHgCiKrS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-slCHgCiKrS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-slCHgCiKrS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-slCHgCiKrS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-slCHgCiKrS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #bbbbbb;
}
.cid-slCHgCiKrS .card-title {
  color: #5c5c5c;
}
.cid-slv3kSQTNI {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slv3kSQTNI .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slv3kSQTNI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-slv3kSQTNI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slv3kSQTNI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slv3kSQTNI .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-slv3kSQTNI .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-slv3kSQTNI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slv3kSQTNI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-sjaFcyuIEM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjaFcyuIEM nav.navbar {
  position: fixed;
}
.cid-sjaFcyuIEM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjaFcyuIEM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sjaFcyuIEM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sjaFcyuIEM .dropdown-item:hover,
.cid-sjaFcyuIEM .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sjaFcyuIEM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sjaFcyuIEM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sjaFcyuIEM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sjaFcyuIEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sjaFcyuIEM .nav-link {
  position: relative;
}
.cid-sjaFcyuIEM .container {
  display: flex;
  margin: auto;
}
.cid-sjaFcyuIEM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sjaFcyuIEM .dropdown-menu,
.cid-sjaFcyuIEM .navbar.opened {
  background: #ffffff !important;
}
.cid-sjaFcyuIEM .nav-item:focus,
.cid-sjaFcyuIEM .nav-link:focus {
  outline: none;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjaFcyuIEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjaFcyuIEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjaFcyuIEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjaFcyuIEM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sjaFcyuIEM .navbar.opened {
  transition: all 0.3s;
}
.cid-sjaFcyuIEM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sjaFcyuIEM .navbar .navbar-logo img {
  width: auto;
}
.cid-sjaFcyuIEM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sjaFcyuIEM .navbar.collapsed {
  justify-content: center;
}
.cid-sjaFcyuIEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjaFcyuIEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjaFcyuIEM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sjaFcyuIEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjaFcyuIEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sjaFcyuIEM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sjaFcyuIEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sjaFcyuIEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sjaFcyuIEM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjaFcyuIEM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjaFcyuIEM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sjaFcyuIEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjaFcyuIEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjaFcyuIEM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sjaFcyuIEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjaFcyuIEM .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-sjaFcyuIEM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjaFcyuIEM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjaFcyuIEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjaFcyuIEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjaFcyuIEM .dropdown-item.active,
.cid-sjaFcyuIEM .dropdown-item:active {
  background-color: transparent;
}
.cid-sjaFcyuIEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjaFcyuIEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjaFcyuIEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjaFcyuIEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjaFcyuIEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjaFcyuIEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjaFcyuIEM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjaFcyuIEM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjaFcyuIEM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjaFcyuIEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjaFcyuIEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjaFcyuIEM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjaFcyuIEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sjaFcyuIEM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjaFcyuIEM .navbar {
    height: 70px;
  }
  .cid-sjaFcyuIEM .navbar.opened {
    height: auto;
  }
  .cid-sjaFcyuIEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skB4JnCIKk {
  background-image: url("../../../assets/images/vcc-emp1-1.jpg");
}
.cid-skB4JnCIKk .container-fluid {
  padding: 0 3rem;
}
.cid-skB4JnCIKk .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #d04528;
}
.cid-skB4JnCIKk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-skB4JnCIKk .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skB4JnCIKk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skB4JnCIKk .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-skB4JnCIKk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-skB4JnCIKk a.close:hover {
  color: #d04528;
}
.cid-skB4JnCIKk svg {
  transition: all 0.5s ease-in;
}
.cid-skB4JnCIKk svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-skB4JnCIKk svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-skB4JnCIKk svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-skB4JnCIKk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-skB4JnCIKk H1 {
  color: #ffffff;
}
.cid-skB4JnCIKk .icon-description,
.cid-skB4JnCIKk .mbr-media {
  color: #d04528;
}
.cid-skB4JnCIKk .mbr-text,
.cid-skB4JnCIKk .mbr-section-btn {
  color: #353535;
}
.cid-sma5tjGlx1 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-sma5tjGlx1 .card-wrapper {
  background: #d04528;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sma5tjGlx1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sma5tjGlx1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sma5tjGlx1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sma5tjGlx1 .mbr-text,
.cid-sma5tjGlx1 .mbr-section-btn {
  color: #fafafa;
}
.cid-sma5tjGlx1 .card-title,
.cid-sma5tjGlx1 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-smyNAOqk5x {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-smyNAOqk5x .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-smyNAOqk5x .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d04528;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-smyNAOqk5x .image-block:hover:before {
  opacity: 0.2;
}
.cid-smyNAOqk5x .image-block:hover .wrap {
  opacity: 1;
}
.cid-smyNAOqk5x .image-block:hover img {
  transform: scale(1.05);
}
.cid-smyNAOqk5x h4 {
  letter-spacing: 2px;
}
.cid-smyNAOqk5x figcaption {
  position: relative;
}
.cid-smyNAOqk5x figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-smyNAOqk5x img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-smyNAOqk5x .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-smyNAOqk5x .wrap {
    opacity: 1!important;
  }
  .cid-smyNAOqk5x .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sjaFcAVbqx {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjaFcAVbqx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjaFcAVbqx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sjaFcAVbqx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjaFcAVbqx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sjaFcAVbqx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sjaFcAVbqx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sjaFcAVbqx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjaFcAVbqx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-smJzmG1kB6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smJzmG1kB6 nav.navbar {
  position: fixed;
}
.cid-smJzmG1kB6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smJzmG1kB6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smJzmG1kB6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smJzmG1kB6 .dropdown-item:hover,
.cid-smJzmG1kB6 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-smJzmG1kB6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smJzmG1kB6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smJzmG1kB6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smJzmG1kB6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smJzmG1kB6 .nav-link {
  position: relative;
}
.cid-smJzmG1kB6 .container {
  display: flex;
  margin: auto;
}
.cid-smJzmG1kB6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smJzmG1kB6 .dropdown-menu,
.cid-smJzmG1kB6 .navbar.opened {
  background: #ffffff !important;
}
.cid-smJzmG1kB6 .nav-item:focus,
.cid-smJzmG1kB6 .nav-link:focus {
  outline: none;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smJzmG1kB6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smJzmG1kB6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smJzmG1kB6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smJzmG1kB6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-smJzmG1kB6 .navbar.opened {
  transition: all 0.3s;
}
.cid-smJzmG1kB6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smJzmG1kB6 .navbar .navbar-logo img {
  width: auto;
}
.cid-smJzmG1kB6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smJzmG1kB6 .navbar.collapsed {
  justify-content: center;
}
.cid-smJzmG1kB6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smJzmG1kB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smJzmG1kB6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smJzmG1kB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smJzmG1kB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smJzmG1kB6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smJzmG1kB6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smJzmG1kB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smJzmG1kB6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smJzmG1kB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smJzmG1kB6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smJzmG1kB6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smJzmG1kB6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smJzmG1kB6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smJzmG1kB6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-smJzmG1kB6 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-smJzmG1kB6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smJzmG1kB6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smJzmG1kB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smJzmG1kB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smJzmG1kB6 .dropdown-item.active,
.cid-smJzmG1kB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-smJzmG1kB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smJzmG1kB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smJzmG1kB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smJzmG1kB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smJzmG1kB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smJzmG1kB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smJzmG1kB6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smJzmG1kB6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smJzmG1kB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smJzmG1kB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smJzmG1kB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smJzmG1kB6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smJzmG1kB6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smJzmG1kB6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smJzmG1kB6 .navbar {
    height: 70px;
  }
  .cid-smJzmG1kB6 .navbar.opened {
    height: auto;
  }
  .cid-smJzmG1kB6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smJzmGAcRz {
  background-image: url("../../../assets/images/cc-header-secxv.jpg");
}
.cid-smJzmGAcRz .mbr-section-title {
  text-align: center;
  color: #7b7a7a;
}
.cid-smJzmGAcRz .mbr-text,
.cid-smJzmGAcRz .mbr-section-btn {
  color: #5c5c5c;
}
.cid-smJzmGAcRz .mbr-section-subtitle {
  color: #d04528;
}
.cid-smJzmGRagA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-smJzmGRagA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smJzmGRagA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smJzmGRagA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smJzmGRagA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smJzmGRagA .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-smJzmGRagA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smJzmGRagA .carousel-control,
.cid-smJzmGRagA .close {
  background: #1b1b1b;
}
.cid-smJzmGRagA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smJzmGRagA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smJzmGRagA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smJzmGRagA .carousel-control-next span {
  margin-left: 5px;
}
.cid-smJzmGRagA .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-smJzmGRagA .close::before {
  content: '\e91a';
}
.cid-smJzmGRagA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smJzmGRagA .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-smJzmGRagA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmGRagA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smJzmGRagA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smJzmGRagA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smJzmGRagA .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-smJzmGRagA .carousel-indicators li.active,
.cid-smJzmGRagA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smJzmGRagA .carousel-indicators li::after,
.cid-smJzmGRagA .carousel-indicators li::before {
  content: none;
}
.cid-smJzmGRagA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smJzmGRagA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smJzmGRagA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smJzmGRagA .carousel-indicators {
    display: none;
  }
}
.cid-smJzmGRagA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smJzmGRagA .carousel-inner > .active {
  display: block;
}
.cid-smJzmGRagA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmGRagA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smJzmGRagA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smJzmGRagA .carousel-control,
  .cid-smJzmGRagA .carousel-indicators,
  .cid-smJzmGRagA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smJzmGRagA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smJzmGRagA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smJzmGRagA .carousel-indicators .active,
.cid-smJzmGRagA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smJzmGRagA .carousel-indicators .active {
  background: #fff;
}
.cid-smJzmGRagA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smJzmGRagA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smJzmGRagA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smJzmGRagA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smJzmGRagA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smJzmGRagA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smJzmGRagA .carousel {
  width: 100%;
}
.cid-smJzmGRagA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smJzmGRagA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smJzmGRagA .modal.fade .modal-dialog,
.cid-smJzmGRagA .modal.in .modal-dialog {
  transform: none;
}
.cid-smJzmGRagA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smJzmGRagA H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smJzmGRagA H3 {
  color: #7b7a7a;
}
.cid-smJzmGRagA H4 {
  color: #d04528;
}
.cid-smJzmHu5hh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-smJzmHu5hh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smJzmHu5hh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smJzmHu5hh .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smJzmHu5hh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smJzmHu5hh .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-smJzmHu5hh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smJzmHu5hh .carousel-control,
.cid-smJzmHu5hh .close {
  background: #1b1b1b;
}
.cid-smJzmHu5hh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smJzmHu5hh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control-next span {
  margin-left: 5px;
}
.cid-smJzmHu5hh .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-smJzmHu5hh .close::before {
  content: '\e91a';
}
.cid-smJzmHu5hh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smJzmHu5hh .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-smJzmHu5hh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smJzmHu5hh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smJzmHu5hh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smJzmHu5hh .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-smJzmHu5hh .carousel-indicators li.active,
.cid-smJzmHu5hh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smJzmHu5hh .carousel-indicators li::after,
.cid-smJzmHu5hh .carousel-indicators li::before {
  content: none;
}
.cid-smJzmHu5hh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smJzmHu5hh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smJzmHu5hh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smJzmHu5hh .carousel-indicators {
    display: none;
  }
}
.cid-smJzmHu5hh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smJzmHu5hh .carousel-inner > .active {
  display: block;
}
.cid-smJzmHu5hh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smJzmHu5hh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smJzmHu5hh .carousel-control,
  .cid-smJzmHu5hh .carousel-indicators,
  .cid-smJzmHu5hh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smJzmHu5hh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smJzmHu5hh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smJzmHu5hh .carousel-indicators .active,
.cid-smJzmHu5hh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smJzmHu5hh .carousel-indicators .active {
  background: #fff;
}
.cid-smJzmHu5hh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smJzmHu5hh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smJzmHu5hh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smJzmHu5hh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smJzmHu5hh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smJzmHu5hh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smJzmHu5hh .carousel {
  width: 100%;
}
.cid-smJzmHu5hh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smJzmHu5hh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smJzmHu5hh .modal.fade .modal-dialog,
.cid-smJzmHu5hh .modal.in .modal-dialog {
  transform: none;
}
.cid-smJzmHu5hh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smJzmHu5hh H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smJzmHu5hh H3 {
  color: #7b7a7a;
}
.cid-spXNrdYFt7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-spXNrdYFt7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spXNrdYFt7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-spXNrdYFt7 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-spXNrdYFt7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spXNrdYFt7 .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-spXNrdYFt7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spXNrdYFt7 .carousel-control,
.cid-spXNrdYFt7 .close {
  background: #1b1b1b;
}
.cid-spXNrdYFt7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spXNrdYFt7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-spXNrdYFt7 .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-spXNrdYFt7 .close::before {
  content: '\e91a';
}
.cid-spXNrdYFt7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spXNrdYFt7 .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-spXNrdYFt7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spXNrdYFt7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spXNrdYFt7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spXNrdYFt7 .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-spXNrdYFt7 .carousel-indicators li.active,
.cid-spXNrdYFt7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spXNrdYFt7 .carousel-indicators li::after,
.cid-spXNrdYFt7 .carousel-indicators li::before {
  content: none;
}
.cid-spXNrdYFt7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spXNrdYFt7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spXNrdYFt7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spXNrdYFt7 .carousel-indicators {
    display: none;
  }
}
.cid-spXNrdYFt7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spXNrdYFt7 .carousel-inner > .active {
  display: block;
}
.cid-spXNrdYFt7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spXNrdYFt7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spXNrdYFt7 .carousel-control,
  .cid-spXNrdYFt7 .carousel-indicators,
  .cid-spXNrdYFt7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spXNrdYFt7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spXNrdYFt7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spXNrdYFt7 .carousel-indicators .active,
.cid-spXNrdYFt7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spXNrdYFt7 .carousel-indicators .active {
  background: #fff;
}
.cid-spXNrdYFt7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spXNrdYFt7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spXNrdYFt7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spXNrdYFt7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spXNrdYFt7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spXNrdYFt7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spXNrdYFt7 .carousel {
  width: 100%;
}
.cid-spXNrdYFt7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spXNrdYFt7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spXNrdYFt7 .modal.fade .modal-dialog,
.cid-spXNrdYFt7 .modal.in .modal-dialog {
  transform: none;
}
.cid-spXNrdYFt7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spXNrdYFt7 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-spXNrdYFt7 H3 {
  color: #7b7a7a;
}
.cid-sq1DYevwvO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sq1DYevwvO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sq1DYevwvO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sq1DYevwvO .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sq1DYevwvO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sq1DYevwvO .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-sq1DYevwvO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sq1DYevwvO .carousel-control,
.cid-sq1DYevwvO .close {
  background: #1b1b1b;
}
.cid-sq1DYevwvO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sq1DYevwvO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control-next span {
  margin-left: 5px;
}
.cid-sq1DYevwvO .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-sq1DYevwvO .close::before {
  content: '\e91a';
}
.cid-sq1DYevwvO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sq1DYevwvO .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-sq1DYevwvO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sq1DYevwvO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sq1DYevwvO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sq1DYevwvO .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-sq1DYevwvO .carousel-indicators li.active,
.cid-sq1DYevwvO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sq1DYevwvO .carousel-indicators li::after,
.cid-sq1DYevwvO .carousel-indicators li::before {
  content: none;
}
.cid-sq1DYevwvO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sq1DYevwvO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sq1DYevwvO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sq1DYevwvO .carousel-indicators {
    display: none;
  }
}
.cid-sq1DYevwvO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sq1DYevwvO .carousel-inner > .active {
  display: block;
}
.cid-sq1DYevwvO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sq1DYevwvO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sq1DYevwvO .carousel-control,
  .cid-sq1DYevwvO .carousel-indicators,
  .cid-sq1DYevwvO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sq1DYevwvO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sq1DYevwvO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sq1DYevwvO .carousel-indicators .active,
.cid-sq1DYevwvO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sq1DYevwvO .carousel-indicators .active {
  background: #fff;
}
.cid-sq1DYevwvO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sq1DYevwvO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sq1DYevwvO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sq1DYevwvO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sq1DYevwvO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sq1DYevwvO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sq1DYevwvO .carousel {
  width: 100%;
}
.cid-sq1DYevwvO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sq1DYevwvO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sq1DYevwvO .modal.fade .modal-dialog,
.cid-sq1DYevwvO .modal.in .modal-dialog {
  transform: none;
}
.cid-sq1DYevwvO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sq1DYevwvO H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sq1DYevwvO H3 {
  color: #7b7a7a;
}
.cid-stHR7UqMn9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-stHR7UqMn9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stHR7UqMn9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stHR7UqMn9 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-stHR7UqMn9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stHR7UqMn9 .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-stHR7UqMn9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stHR7UqMn9 .carousel-control,
.cid-stHR7UqMn9 .close {
  background: #1b1b1b;
}
.cid-stHR7UqMn9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stHR7UqMn9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stHR7UqMn9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stHR7UqMn9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-stHR7UqMn9 .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-stHR7UqMn9 .close::before {
  content: '\e91a';
}
.cid-stHR7UqMn9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stHR7UqMn9 .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-stHR7UqMn9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stHR7UqMn9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stHR7UqMn9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stHR7UqMn9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stHR7UqMn9 .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-stHR7UqMn9 .carousel-indicators li.active,
.cid-stHR7UqMn9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stHR7UqMn9 .carousel-indicators li::after,
.cid-stHR7UqMn9 .carousel-indicators li::before {
  content: none;
}
.cid-stHR7UqMn9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stHR7UqMn9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stHR7UqMn9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stHR7UqMn9 .carousel-indicators {
    display: none;
  }
}
.cid-stHR7UqMn9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stHR7UqMn9 .carousel-inner > .active {
  display: block;
}
.cid-stHR7UqMn9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stHR7UqMn9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stHR7UqMn9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stHR7UqMn9 .carousel-control,
  .cid-stHR7UqMn9 .carousel-indicators,
  .cid-stHR7UqMn9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stHR7UqMn9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stHR7UqMn9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stHR7UqMn9 .carousel-indicators .active,
.cid-stHR7UqMn9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stHR7UqMn9 .carousel-indicators .active {
  background: #fff;
}
.cid-stHR7UqMn9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stHR7UqMn9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stHR7UqMn9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stHR7UqMn9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stHR7UqMn9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stHR7UqMn9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stHR7UqMn9 .carousel {
  width: 100%;
}
.cid-stHR7UqMn9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stHR7UqMn9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stHR7UqMn9 .modal.fade .modal-dialog,
.cid-stHR7UqMn9 .modal.in .modal-dialog {
  transform: none;
}
.cid-stHR7UqMn9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stHR7UqMn9 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-stHR7UqMn9 H3 {
  color: #7b7a7a;
}
.cid-smJzmJiOLp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-smJzmJiOLp .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-smJzmJiOLp .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-smJzmJiOLp .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-smJzmJiOLp .mbr-text,
.cid-smJzmJiOLp .mbr-section-btn {
  color: #7b7a7a;
}
.cid-smJzmJzzPo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-smJzmJzzPo .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smJzmJzzPo .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-smJzmJzzPo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smJzmJzzPo .inner-container {
    width: 100% !important;
  }
}
.cid-smJzmJLklT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-smJzmJLklT .img-wrapper {
  text-align: center;
}
.cid-smJzmJLklT img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-smJzmJLklT .row {
  align-items: flex-start;
}
.cid-smJzmJLklT .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-smJzmJLklT .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-smJzmJLklT .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smJzmJLklT .card-wrapper {
    padding: 1rem;
  }
}
.cid-smJzmJLklT .card-title {
  color: #7b7a7a;
}
.cid-smJzmJLklT .mbr-text,
.cid-smJzmJLklT .mbr-section-btn {
  color: #858484;
}
.cid-smJzmKnI7s {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smJzmKnI7s .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smJzmKnI7s .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-smJzmKnI7s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smJzmKnI7s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-smJzmKnI7s .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-smJzmKnI7s .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-smJzmKnI7s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smJzmKnI7s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-smQF0gFB1U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-smQF0gFB1U nav.navbar {
  position: fixed;
}
.cid-smQF0gFB1U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smQF0gFB1U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-smQF0gFB1U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-smQF0gFB1U .dropdown-item:hover,
.cid-smQF0gFB1U .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-smQF0gFB1U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-smQF0gFB1U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-smQF0gFB1U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-smQF0gFB1U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-smQF0gFB1U .nav-link {
  position: relative;
}
.cid-smQF0gFB1U .container {
  display: flex;
  margin: auto;
}
.cid-smQF0gFB1U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smQF0gFB1U .dropdown-menu,
.cid-smQF0gFB1U .navbar.opened {
  background: #ffffff !important;
}
.cid-smQF0gFB1U .nav-item:focus,
.cid-smQF0gFB1U .nav-link:focus {
  outline: none;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-smQF0gFB1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-smQF0gFB1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smQF0gFB1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smQF0gFB1U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-smQF0gFB1U .navbar.opened {
  transition: all 0.3s;
}
.cid-smQF0gFB1U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-smQF0gFB1U .navbar .navbar-logo img {
  width: auto;
}
.cid-smQF0gFB1U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-smQF0gFB1U .navbar.collapsed {
  justify-content: center;
}
.cid-smQF0gFB1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smQF0gFB1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smQF0gFB1U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-smQF0gFB1U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smQF0gFB1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smQF0gFB1U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-smQF0gFB1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smQF0gFB1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-smQF0gFB1U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-smQF0gFB1U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smQF0gFB1U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smQF0gFB1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-smQF0gFB1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-smQF0gFB1U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smQF0gFB1U .navbar.navbar-short {
  min-height: 60px;
}
.cid-smQF0gFB1U .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-smQF0gFB1U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-smQF0gFB1U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smQF0gFB1U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smQF0gFB1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smQF0gFB1U .dropdown-item.active,
.cid-smQF0gFB1U .dropdown-item:active {
  background-color: transparent;
}
.cid-smQF0gFB1U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smQF0gFB1U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smQF0gFB1U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smQF0gFB1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smQF0gFB1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smQF0gFB1U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smQF0gFB1U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-smQF0gFB1U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-smQF0gFB1U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smQF0gFB1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smQF0gFB1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smQF0gFB1U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-smQF0gFB1U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smQF0gFB1U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smQF0gFB1U .navbar {
    height: 70px;
  }
  .cid-smQF0gFB1U .navbar.opened {
    height: auto;
  }
  .cid-smQF0gFB1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smQF0hn7XK {
  background-image: url("../../../assets/images/ceramicas-especiais-header-1.jpg");
}
.cid-smQF0hn7XK .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-smQF0hn7XK .mbr-text,
.cid-smQF0hn7XK .mbr-section-btn {
  color: #5c5c5c;
}
.cid-smQF0hn7XK .mbr-section-subtitle {
  color: #d04528;
}
.cid-smQF0hMYml {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-smQF0hMYml .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smQF0hMYml .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smQF0hMYml .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smQF0hMYml .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smQF0hMYml .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-smQF0hMYml .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smQF0hMYml .carousel-control,
.cid-smQF0hMYml .close {
  background: #1b1b1b;
}
.cid-smQF0hMYml .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smQF0hMYml .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smQF0hMYml .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smQF0hMYml .carousel-control-next span {
  margin-left: 5px;
}
.cid-smQF0hMYml .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-smQF0hMYml .close::before {
  content: '\e91a';
}
.cid-smQF0hMYml .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smQF0hMYml .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-smQF0hMYml .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0hMYml .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smQF0hMYml .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smQF0hMYml .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smQF0hMYml .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-smQF0hMYml .carousel-indicators li.active,
.cid-smQF0hMYml .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smQF0hMYml .carousel-indicators li::after,
.cid-smQF0hMYml .carousel-indicators li::before {
  content: none;
}
.cid-smQF0hMYml .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smQF0hMYml .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smQF0hMYml .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smQF0hMYml .carousel-indicators {
    display: none;
  }
}
.cid-smQF0hMYml .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smQF0hMYml .carousel-inner > .active {
  display: block;
}
.cid-smQF0hMYml .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0hMYml .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smQF0hMYml .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smQF0hMYml .carousel-control,
  .cid-smQF0hMYml .carousel-indicators,
  .cid-smQF0hMYml .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smQF0hMYml .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smQF0hMYml .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smQF0hMYml .carousel-indicators .active,
.cid-smQF0hMYml .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smQF0hMYml .carousel-indicators .active {
  background: #fff;
}
.cid-smQF0hMYml .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smQF0hMYml .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smQF0hMYml .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smQF0hMYml .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smQF0hMYml .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smQF0hMYml .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smQF0hMYml .carousel {
  width: 100%;
}
.cid-smQF0hMYml .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smQF0hMYml .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smQF0hMYml .modal.fade .modal-dialog,
.cid-smQF0hMYml .modal.in .modal-dialog {
  transform: none;
}
.cid-smQF0hMYml .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smQF0hMYml H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smQF0hMYml H3 {
  color: #7b7a7a;
}
.cid-smQF0hMYml H4 {
  color: #d04528;
}
.cid-smQF0kGDTn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-smQF0kGDTn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-smQF0kGDTn .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-smQF0kGDTn .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-smQF0kGDTn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smQF0kGDTn .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-smQF0kGDTn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smQF0kGDTn .carousel-control,
.cid-smQF0kGDTn .close {
  background: #1b1b1b;
}
.cid-smQF0kGDTn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smQF0kGDTn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control-next span {
  margin-left: 5px;
}
.cid-smQF0kGDTn .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-smQF0kGDTn .close::before {
  content: '\e91a';
}
.cid-smQF0kGDTn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smQF0kGDTn .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-smQF0kGDTn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smQF0kGDTn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smQF0kGDTn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smQF0kGDTn .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-smQF0kGDTn .carousel-indicators li.active,
.cid-smQF0kGDTn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smQF0kGDTn .carousel-indicators li::after,
.cid-smQF0kGDTn .carousel-indicators li::before {
  content: none;
}
.cid-smQF0kGDTn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smQF0kGDTn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smQF0kGDTn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smQF0kGDTn .carousel-indicators {
    display: none;
  }
}
.cid-smQF0kGDTn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smQF0kGDTn .carousel-inner > .active {
  display: block;
}
.cid-smQF0kGDTn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smQF0kGDTn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smQF0kGDTn .carousel-control,
  .cid-smQF0kGDTn .carousel-indicators,
  .cid-smQF0kGDTn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smQF0kGDTn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smQF0kGDTn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smQF0kGDTn .carousel-indicators .active,
.cid-smQF0kGDTn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smQF0kGDTn .carousel-indicators .active {
  background: #fff;
}
.cid-smQF0kGDTn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smQF0kGDTn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smQF0kGDTn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smQF0kGDTn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smQF0kGDTn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smQF0kGDTn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smQF0kGDTn .carousel {
  width: 100%;
}
.cid-smQF0kGDTn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smQF0kGDTn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smQF0kGDTn .modal.fade .modal-dialog,
.cid-smQF0kGDTn .modal.in .modal-dialog {
  transform: none;
}
.cid-smQF0kGDTn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smQF0kGDTn H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-smQF0kGDTn H3 {
  color: #7b7a7a;
}
.cid-smQF0lrADi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-smQF0lrADi .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-smQF0lrADi .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-smQF0lrADi .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-smQF0lrADi .mbr-text,
.cid-smQF0lrADi .mbr-section-btn {
  color: #7b7a7a;
}
.cid-smQF0lO77c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-smQF0lO77c .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smQF0lO77c .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-smQF0lO77c .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smQF0lO77c .inner-container {
    width: 100% !important;
  }
}
.cid-smQF0m74Xd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-smQF0m74Xd .img-wrapper {
  text-align: center;
}
.cid-smQF0m74Xd img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-smQF0m74Xd .row {
  align-items: flex-start;
}
.cid-smQF0m74Xd .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-smQF0m74Xd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-smQF0m74Xd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smQF0m74Xd .card-wrapper {
    padding: 1rem;
  }
}
.cid-smQF0m74Xd .card-title {
  color: #7b7a7a;
}
.cid-smQF0m74Xd .mbr-text,
.cid-smQF0m74Xd .mbr-section-btn {
  color: #858484;
}
.cid-smQF0mLDMh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smQF0mLDMh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smQF0mLDMh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-smQF0mLDMh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smQF0mLDMh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-smQF0mLDMh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-smQF0mLDMh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-smQF0mLDMh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smQF0mLDMh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-skzOhsldQw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skzOhsldQw nav.navbar {
  position: fixed;
}
.cid-skzOhsldQw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skzOhsldQw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-skzOhsldQw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-skzOhsldQw .dropdown-item:hover,
.cid-skzOhsldQw .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-skzOhsldQw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-skzOhsldQw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-skzOhsldQw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-skzOhsldQw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skzOhsldQw .nav-link {
  position: relative;
}
.cid-skzOhsldQw .container {
  display: flex;
  margin: auto;
}
.cid-skzOhsldQw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skzOhsldQw .dropdown-menu,
.cid-skzOhsldQw .navbar.opened {
  background: #ffffff !important;
}
.cid-skzOhsldQw .nav-item:focus,
.cid-skzOhsldQw .nav-link:focus {
  outline: none;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skzOhsldQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skzOhsldQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skzOhsldQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skzOhsldQw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-skzOhsldQw .navbar.opened {
  transition: all 0.3s;
}
.cid-skzOhsldQw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skzOhsldQw .navbar .navbar-logo img {
  width: auto;
}
.cid-skzOhsldQw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skzOhsldQw .navbar.collapsed {
  justify-content: center;
}
.cid-skzOhsldQw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skzOhsldQw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skzOhsldQw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skzOhsldQw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skzOhsldQw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skzOhsldQw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skzOhsldQw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skzOhsldQw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skzOhsldQw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skzOhsldQw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skzOhsldQw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skzOhsldQw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skzOhsldQw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skzOhsldQw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skzOhsldQw .navbar.navbar-short {
  min-height: 60px;
}
.cid-skzOhsldQw .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-skzOhsldQw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skzOhsldQw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skzOhsldQw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skzOhsldQw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skzOhsldQw .dropdown-item.active,
.cid-skzOhsldQw .dropdown-item:active {
  background-color: transparent;
}
.cid-skzOhsldQw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skzOhsldQw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skzOhsldQw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skzOhsldQw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skzOhsldQw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skzOhsldQw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skzOhsldQw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skzOhsldQw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skzOhsldQw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skzOhsldQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skzOhsldQw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skzOhsldQw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skzOhsldQw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skzOhsldQw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skzOhsldQw .navbar {
    height: 70px;
  }
  .cid-skzOhsldQw .navbar.opened {
    height: auto;
  }
  .cid-skzOhsldQw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skzOht88qq {
  background-image: url("../../../assets/images/ceramicas-azul-header-1920x1280.jpg");
}
.cid-skzOht88qq .mbr-section-title {
  text-align: center;
  color: #7b7a7a;
}
.cid-skzOht88qq .mbr-text,
.cid-skzOht88qq .mbr-section-btn {
  color: #5c5c5c;
}
.cid-skzOht88qq .mbr-section-subtitle {
  color: #284988;
}
.cid-skzOhtFHtF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-skzOhtFHtF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skzOhtFHtF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skzOhtFHtF .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skzOhtFHtF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skzOhtFHtF .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-skzOhtFHtF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skzOhtFHtF .carousel-control,
.cid-skzOhtFHtF .close {
  background: #1b1b1b;
}
.cid-skzOhtFHtF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skzOhtFHtF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control-next span {
  margin-left: 5px;
}
.cid-skzOhtFHtF .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-skzOhtFHtF .close::before {
  content: '\e91a';
}
.cid-skzOhtFHtF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skzOhtFHtF .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-skzOhtFHtF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skzOhtFHtF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skzOhtFHtF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skzOhtFHtF .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-skzOhtFHtF .carousel-indicators li.active,
.cid-skzOhtFHtF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skzOhtFHtF .carousel-indicators li::after,
.cid-skzOhtFHtF .carousel-indicators li::before {
  content: none;
}
.cid-skzOhtFHtF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skzOhtFHtF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skzOhtFHtF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skzOhtFHtF .carousel-indicators {
    display: none;
  }
}
.cid-skzOhtFHtF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skzOhtFHtF .carousel-inner > .active {
  display: block;
}
.cid-skzOhtFHtF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skzOhtFHtF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skzOhtFHtF .carousel-control,
  .cid-skzOhtFHtF .carousel-indicators,
  .cid-skzOhtFHtF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skzOhtFHtF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skzOhtFHtF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skzOhtFHtF .carousel-indicators .active,
.cid-skzOhtFHtF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skzOhtFHtF .carousel-indicators .active {
  background: #fff;
}
.cid-skzOhtFHtF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skzOhtFHtF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skzOhtFHtF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skzOhtFHtF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skzOhtFHtF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skzOhtFHtF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skzOhtFHtF .carousel {
  width: 100%;
}
.cid-skzOhtFHtF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skzOhtFHtF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skzOhtFHtF .modal.fade .modal-dialog,
.cid-skzOhtFHtF .modal.in .modal-dialog {
  transform: none;
}
.cid-skzOhtFHtF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skzOhtFHtF H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skzOhtFHtF H3 {
  color: #7b7a7a;
}
.cid-skzOhtFHtF H4 {
  color: #284988;
}
.cid-skzOhuoAMk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-skzOhuoAMk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skzOhuoAMk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skzOhuoAMk .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-skzOhuoAMk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skzOhuoAMk .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-skzOhuoAMk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skzOhuoAMk .carousel-control,
.cid-skzOhuoAMk .close {
  background: #1b1b1b;
}
.cid-skzOhuoAMk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skzOhuoAMk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control-next span {
  margin-left: 5px;
}
.cid-skzOhuoAMk .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-skzOhuoAMk .close::before {
  content: '\e91a';
}
.cid-skzOhuoAMk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skzOhuoAMk .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-skzOhuoAMk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skzOhuoAMk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skzOhuoAMk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skzOhuoAMk .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-skzOhuoAMk .carousel-indicators li.active,
.cid-skzOhuoAMk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skzOhuoAMk .carousel-indicators li::after,
.cid-skzOhuoAMk .carousel-indicators li::before {
  content: none;
}
.cid-skzOhuoAMk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skzOhuoAMk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skzOhuoAMk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skzOhuoAMk .carousel-indicators {
    display: none;
  }
}
.cid-skzOhuoAMk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skzOhuoAMk .carousel-inner > .active {
  display: block;
}
.cid-skzOhuoAMk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skzOhuoAMk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skzOhuoAMk .carousel-control,
  .cid-skzOhuoAMk .carousel-indicators,
  .cid-skzOhuoAMk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skzOhuoAMk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skzOhuoAMk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skzOhuoAMk .carousel-indicators .active,
.cid-skzOhuoAMk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skzOhuoAMk .carousel-indicators .active {
  background: #fff;
}
.cid-skzOhuoAMk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skzOhuoAMk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skzOhuoAMk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skzOhuoAMk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skzOhuoAMk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skzOhuoAMk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skzOhuoAMk .carousel {
  width: 100%;
}
.cid-skzOhuoAMk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skzOhuoAMk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skzOhuoAMk .modal.fade .modal-dialog,
.cid-skzOhuoAMk .modal.in .modal-dialog {
  transform: none;
}
.cid-skzOhuoAMk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skzOhuoAMk H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-skzOhuoAMk H3 {
  color: #7b7a7a;
}
.cid-snXdRK6yv6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXdRK6yv6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXdRK6yv6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXdRK6yv6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXdRK6yv6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXdRK6yv6 .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-snXdRK6yv6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXdRK6yv6 .carousel-control,
.cid-snXdRK6yv6 .close {
  background: #1b1b1b;
}
.cid-snXdRK6yv6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXdRK6yv6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXdRK6yv6 .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-snXdRK6yv6 .close::before {
  content: '\e91a';
}
.cid-snXdRK6yv6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXdRK6yv6 .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-snXdRK6yv6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXdRK6yv6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXdRK6yv6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXdRK6yv6 .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-snXdRK6yv6 .carousel-indicators li.active,
.cid-snXdRK6yv6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXdRK6yv6 .carousel-indicators li::after,
.cid-snXdRK6yv6 .carousel-indicators li::before {
  content: none;
}
.cid-snXdRK6yv6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXdRK6yv6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXdRK6yv6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXdRK6yv6 .carousel-indicators {
    display: none;
  }
}
.cid-snXdRK6yv6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXdRK6yv6 .carousel-inner > .active {
  display: block;
}
.cid-snXdRK6yv6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXdRK6yv6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXdRK6yv6 .carousel-control,
  .cid-snXdRK6yv6 .carousel-indicators,
  .cid-snXdRK6yv6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXdRK6yv6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXdRK6yv6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXdRK6yv6 .carousel-indicators .active,
.cid-snXdRK6yv6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXdRK6yv6 .carousel-indicators .active {
  background: #fff;
}
.cid-snXdRK6yv6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXdRK6yv6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXdRK6yv6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXdRK6yv6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXdRK6yv6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXdRK6yv6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXdRK6yv6 .carousel {
  width: 100%;
}
.cid-snXdRK6yv6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXdRK6yv6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXdRK6yv6 .modal.fade .modal-dialog,
.cid-snXdRK6yv6 .modal.in .modal-dialog {
  transform: none;
}
.cid-snXdRK6yv6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXdRK6yv6 H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXdRK6yv6 H3 {
  color: #7b7a7a;
}
.cid-snXdSDPEvW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-snXdSDPEvW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snXdSDPEvW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-snXdSDPEvW .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-snXdSDPEvW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-snXdSDPEvW .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-snXdSDPEvW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-snXdSDPEvW .carousel-control,
.cid-snXdSDPEvW .close {
  background: #1b1b1b;
}
.cid-snXdSDPEvW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-snXdSDPEvW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control-next span {
  margin-left: 5px;
}
.cid-snXdSDPEvW .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-snXdSDPEvW .close::before {
  content: '\e91a';
}
.cid-snXdSDPEvW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-snXdSDPEvW .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-snXdSDPEvW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snXdSDPEvW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snXdSDPEvW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-snXdSDPEvW .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-snXdSDPEvW .carousel-indicators li.active,
.cid-snXdSDPEvW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snXdSDPEvW .carousel-indicators li::after,
.cid-snXdSDPEvW .carousel-indicators li::before {
  content: none;
}
.cid-snXdSDPEvW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snXdSDPEvW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-snXdSDPEvW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-snXdSDPEvW .carousel-indicators {
    display: none;
  }
}
.cid-snXdSDPEvW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snXdSDPEvW .carousel-inner > .active {
  display: block;
}
.cid-snXdSDPEvW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snXdSDPEvW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-snXdSDPEvW .carousel-control,
  .cid-snXdSDPEvW .carousel-indicators,
  .cid-snXdSDPEvW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-snXdSDPEvW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-snXdSDPEvW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-snXdSDPEvW .carousel-indicators .active,
.cid-snXdSDPEvW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-snXdSDPEvW .carousel-indicators .active {
  background: #fff;
}
.cid-snXdSDPEvW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-snXdSDPEvW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-snXdSDPEvW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-snXdSDPEvW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-snXdSDPEvW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-snXdSDPEvW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-snXdSDPEvW .carousel {
  width: 100%;
}
.cid-snXdSDPEvW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-snXdSDPEvW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-snXdSDPEvW .modal.fade .modal-dialog,
.cid-snXdSDPEvW .modal.in .modal-dialog {
  transform: none;
}
.cid-snXdSDPEvW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-snXdSDPEvW H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-snXdSDPEvW H3 {
  color: #7b7a7a;
}
.cid-slvi21Dyxh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-slvi21Dyxh .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-slvi21Dyxh .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-slvi21Dyxh .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-slvi21Dyxh .mbr-text,
.cid-slvi21Dyxh .mbr-section-btn {
  color: #7b7a7a;
}
.cid-skA5joa0kH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-skA5joa0kH .line {
  background-color: #eb539e;
  color: #eb539e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-skA5joa0kH .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-skA5joa0kH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skA5joa0kH .inner-container {
    width: 100% !important;
  }
}
.cid-skzOhv6lJn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-skzOhv6lJn .img-wrapper {
  text-align: center;
}
.cid-skzOhv6lJn img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-skzOhv6lJn .row {
  align-items: flex-start;
}
.cid-skzOhv6lJn .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-skzOhv6lJn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-skzOhv6lJn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skzOhv6lJn .card-wrapper {
    padding: 1rem;
  }
}
.cid-skzOhv6lJn .card-title {
  color: #7b7a7a;
}
.cid-skzOhv6lJn .mbr-text,
.cid-skzOhv6lJn .mbr-section-btn {
  color: #858484;
}
.cid-skzOhvHlgr {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-skzOhvHlgr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-skzOhvHlgr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-skzOhvHlgr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-skzOhvHlgr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-skzOhvHlgr .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-skzOhvHlgr .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skzOhvHlgr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skzOhvHlgr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-snphM2k4sz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-snphM2k4sz nav.navbar {
  position: fixed;
}
.cid-snphM2k4sz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snphM2k4sz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-snphM2k4sz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-snphM2k4sz .dropdown-item:hover,
.cid-snphM2k4sz .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-snphM2k4sz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-snphM2k4sz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-snphM2k4sz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-snphM2k4sz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-snphM2k4sz .nav-link {
  position: relative;
}
.cid-snphM2k4sz .container {
  display: flex;
  margin: auto;
}
.cid-snphM2k4sz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-snphM2k4sz .dropdown-menu,
.cid-snphM2k4sz .navbar.opened {
  background: #ffffff !important;
}
.cid-snphM2k4sz .nav-item:focus,
.cid-snphM2k4sz .nav-link:focus {
  outline: none;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-snphM2k4sz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-snphM2k4sz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snphM2k4sz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snphM2k4sz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-snphM2k4sz .navbar.opened {
  transition: all 0.3s;
}
.cid-snphM2k4sz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-snphM2k4sz .navbar .navbar-logo img {
  width: auto;
}
.cid-snphM2k4sz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snphM2k4sz .navbar.collapsed {
  justify-content: center;
}
.cid-snphM2k4sz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snphM2k4sz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snphM2k4sz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-snphM2k4sz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-snphM2k4sz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-snphM2k4sz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-snphM2k4sz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snphM2k4sz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-snphM2k4sz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-snphM2k4sz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-snphM2k4sz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-snphM2k4sz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-snphM2k4sz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-snphM2k4sz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-snphM2k4sz .navbar.navbar-short {
  min-height: 60px;
}
.cid-snphM2k4sz .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-snphM2k4sz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-snphM2k4sz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-snphM2k4sz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-snphM2k4sz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snphM2k4sz .dropdown-item.active,
.cid-snphM2k4sz .dropdown-item:active {
  background-color: transparent;
}
.cid-snphM2k4sz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-snphM2k4sz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snphM2k4sz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-snphM2k4sz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snphM2k4sz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-snphM2k4sz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snphM2k4sz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-snphM2k4sz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-snphM2k4sz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snphM2k4sz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snphM2k4sz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snphM2k4sz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-snphM2k4sz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-snphM2k4sz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snphM2k4sz .navbar {
    height: 70px;
  }
  .cid-snphM2k4sz .navbar.opened {
    height: auto;
  }
  .cid-snphM2k4sz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snpj4wh99t {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/vcc-emp1-5-1920x1280.jpg");
}
.cid-snpj4wh99t p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-snpj4wh99t .panel-title {
  border-bottom: 2px solid #d04528;
}
.cid-snpj4wh99t .collapsed {
  border: none;
}
.cid-snpj4wh99t .panel-body {
  padding-top: 0.5rem;
}
.cid-snpj4wh99t .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-snpj4wh99t .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-snpj4wh99t .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-snpj4wh99t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-snpj4wh99t .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-snpj4wh99t .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-snpj4wh99t .panel-text {
  color: #000000;
}
.cid-snpj4wh99t H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-snpj4wh99t H2 {
  color: #7b7a7a;
}
.cid-snpunKuDXX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}
.cid-snpunKuDXX .line {
  background-color: #bbbbbb;
  color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-snpunKuDXX .section-text {
  padding: 2rem 0;
  color: #d04528;
}
.cid-snpunKuDXX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-snpunKuDXX .inner-container {
    width: 100% !important;
  }
}
.cid-snphM55Roo {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snphM55Roo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-snphM55Roo .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-snphM55Roo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-snphM55Roo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-snphM55Roo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-snphM55Roo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-snphM55Roo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-snphM55Roo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-snphM55Roo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snphM55Roo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-snphM55Roo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-spVFEdXQh0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spVFEdXQh0 nav.navbar {
  position: fixed;
}
.cid-spVFEdXQh0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spVFEdXQh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spVFEdXQh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spVFEdXQh0 .dropdown-item:hover,
.cid-spVFEdXQh0 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-spVFEdXQh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spVFEdXQh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spVFEdXQh0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spVFEdXQh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spVFEdXQh0 .nav-link {
  position: relative;
}
.cid-spVFEdXQh0 .container {
  display: flex;
  margin: auto;
}
.cid-spVFEdXQh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spVFEdXQh0 .dropdown-menu,
.cid-spVFEdXQh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-spVFEdXQh0 .nav-item:focus,
.cid-spVFEdXQh0 .nav-link:focus {
  outline: none;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spVFEdXQh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spVFEdXQh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spVFEdXQh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spVFEdXQh0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-spVFEdXQh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-spVFEdXQh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spVFEdXQh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-spVFEdXQh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spVFEdXQh0 .navbar.collapsed {
  justify-content: center;
}
.cid-spVFEdXQh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spVFEdXQh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spVFEdXQh0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spVFEdXQh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spVFEdXQh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spVFEdXQh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spVFEdXQh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spVFEdXQh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spVFEdXQh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spVFEdXQh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spVFEdXQh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spVFEdXQh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spVFEdXQh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spVFEdXQh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spVFEdXQh0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-spVFEdXQh0 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-spVFEdXQh0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spVFEdXQh0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spVFEdXQh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spVFEdXQh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spVFEdXQh0 .dropdown-item.active,
.cid-spVFEdXQh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-spVFEdXQh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spVFEdXQh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spVFEdXQh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spVFEdXQh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spVFEdXQh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spVFEdXQh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spVFEdXQh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spVFEdXQh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spVFEdXQh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spVFEdXQh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spVFEdXQh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spVFEdXQh0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spVFEdXQh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spVFEdXQh0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spVFEdXQh0 .navbar {
    height: 70px;
  }
  .cid-spVFEdXQh0 .navbar.opened {
    height: auto;
  }
  .cid-spVFEdXQh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spVFEexd1x {
  background-image: url("../../../assets/images/azulejos-header-5.jpg");
}
.cid-spVFEexd1x .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-spVFEexd1x .mbr-text,
.cid-spVFEexd1x .mbr-section-btn {
  color: #5c5c5c;
}
.cid-spVFEexd1x .mbr-section-subtitle {
  color: #d04528;
}
.cid-spVFEeQVcO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-spVFEeQVcO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spVFEeQVcO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-spVFEeQVcO .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-spVFEeQVcO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spVFEeQVcO .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-spVFEeQVcO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spVFEeQVcO .carousel-control,
.cid-spVFEeQVcO .close {
  background: #1b1b1b;
}
.cid-spVFEeQVcO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spVFEeQVcO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control-next span {
  margin-left: 5px;
}
.cid-spVFEeQVcO .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-spVFEeQVcO .close::before {
  content: '\e91a';
}
.cid-spVFEeQVcO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spVFEeQVcO .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-spVFEeQVcO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spVFEeQVcO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spVFEeQVcO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spVFEeQVcO .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-spVFEeQVcO .carousel-indicators li.active,
.cid-spVFEeQVcO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spVFEeQVcO .carousel-indicators li::after,
.cid-spVFEeQVcO .carousel-indicators li::before {
  content: none;
}
.cid-spVFEeQVcO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spVFEeQVcO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spVFEeQVcO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spVFEeQVcO .carousel-indicators {
    display: none;
  }
}
.cid-spVFEeQVcO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spVFEeQVcO .carousel-inner > .active {
  display: block;
}
.cid-spVFEeQVcO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spVFEeQVcO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spVFEeQVcO .carousel-control,
  .cid-spVFEeQVcO .carousel-indicators,
  .cid-spVFEeQVcO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spVFEeQVcO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spVFEeQVcO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spVFEeQVcO .carousel-indicators .active,
.cid-spVFEeQVcO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spVFEeQVcO .carousel-indicators .active {
  background: #fff;
}
.cid-spVFEeQVcO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spVFEeQVcO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spVFEeQVcO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spVFEeQVcO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spVFEeQVcO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spVFEeQVcO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spVFEeQVcO .carousel {
  width: 100%;
}
.cid-spVFEeQVcO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spVFEeQVcO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spVFEeQVcO .modal.fade .modal-dialog,
.cid-spVFEeQVcO .modal.in .modal-dialog {
  transform: none;
}
.cid-spVFEeQVcO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spVFEeQVcO H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-spVFEeQVcO H3 {
  color: #7b7a7a;
}
.cid-spVFEeQVcO H4 {
  color: #d04528;
}
.cid-spVFEfvkYT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-spVFEfvkYT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-spVFEfvkYT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-spVFEfvkYT .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-spVFEfvkYT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-spVFEfvkYT .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-spVFEfvkYT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-spVFEfvkYT .carousel-control,
.cid-spVFEfvkYT .close {
  background: #1b1b1b;
}
.cid-spVFEfvkYT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-spVFEfvkYT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control-next span {
  margin-left: 5px;
}
.cid-spVFEfvkYT .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-spVFEfvkYT .close::before {
  content: '\e91a';
}
.cid-spVFEfvkYT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spVFEfvkYT .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-spVFEfvkYT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spVFEfvkYT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spVFEfvkYT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-spVFEfvkYT .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-spVFEfvkYT .carousel-indicators li.active,
.cid-spVFEfvkYT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spVFEfvkYT .carousel-indicators li::after,
.cid-spVFEfvkYT .carousel-indicators li::before {
  content: none;
}
.cid-spVFEfvkYT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spVFEfvkYT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-spVFEfvkYT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-spVFEfvkYT .carousel-indicators {
    display: none;
  }
}
.cid-spVFEfvkYT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-spVFEfvkYT .carousel-inner > .active {
  display: block;
}
.cid-spVFEfvkYT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spVFEfvkYT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-spVFEfvkYT .carousel-control,
  .cid-spVFEfvkYT .carousel-indicators,
  .cid-spVFEfvkYT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-spVFEfvkYT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-spVFEfvkYT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spVFEfvkYT .carousel-indicators .active,
.cid-spVFEfvkYT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-spVFEfvkYT .carousel-indicators .active {
  background: #fff;
}
.cid-spVFEfvkYT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-spVFEfvkYT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-spVFEfvkYT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-spVFEfvkYT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-spVFEfvkYT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-spVFEfvkYT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-spVFEfvkYT .carousel {
  width: 100%;
}
.cid-spVFEfvkYT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-spVFEfvkYT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-spVFEfvkYT .modal.fade .modal-dialog,
.cid-spVFEfvkYT .modal.in .modal-dialog {
  transform: none;
}
.cid-spVFEfvkYT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-spVFEfvkYT H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-spVFEfvkYT H3 {
  color: #7b7a7a;
}
.cid-sr4tDKo4Rq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sr4tDKo4Rq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr4tDKo4Rq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sr4tDKo4Rq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sr4tDKo4Rq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sr4tDKo4Rq .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-sr4tDKo4Rq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr4tDKo4Rq .carousel-control,
.cid-sr4tDKo4Rq .close {
  background: #1b1b1b;
}
.cid-sr4tDKo4Rq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr4tDKo4Rq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr4tDKo4Rq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr4tDKo4Rq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr4tDKo4Rq .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-sr4tDKo4Rq .close::before {
  content: '\e91a';
}
.cid-sr4tDKo4Rq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr4tDKo4Rq .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-sr4tDKo4Rq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4tDKo4Rq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr4tDKo4Rq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr4tDKo4Rq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr4tDKo4Rq .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-sr4tDKo4Rq .carousel-indicators li.active,
.cid-sr4tDKo4Rq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr4tDKo4Rq .carousel-indicators li::after,
.cid-sr4tDKo4Rq .carousel-indicators li::before {
  content: none;
}
.cid-sr4tDKo4Rq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr4tDKo4Rq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr4tDKo4Rq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr4tDKo4Rq .carousel-indicators {
    display: none;
  }
}
.cid-sr4tDKo4Rq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr4tDKo4Rq .carousel-inner > .active {
  display: block;
}
.cid-sr4tDKo4Rq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr4tDKo4Rq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr4tDKo4Rq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr4tDKo4Rq .carousel-control,
  .cid-sr4tDKo4Rq .carousel-indicators,
  .cid-sr4tDKo4Rq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr4tDKo4Rq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr4tDKo4Rq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr4tDKo4Rq .carousel-indicators .active,
.cid-sr4tDKo4Rq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr4tDKo4Rq .carousel-indicators .active {
  background: #fff;
}
.cid-sr4tDKo4Rq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr4tDKo4Rq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr4tDKo4Rq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr4tDKo4Rq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr4tDKo4Rq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr4tDKo4Rq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr4tDKo4Rq .carousel {
  width: 100%;
}
.cid-sr4tDKo4Rq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr4tDKo4Rq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr4tDKo4Rq .modal.fade .modal-dialog,
.cid-sr4tDKo4Rq .modal.in .modal-dialog {
  transform: none;
}
.cid-sr4tDKo4Rq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr4tDKo4Rq H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sr4tDKo4Rq H3 {
  color: #7b7a7a;
}
.cid-sCEKrYuf6S {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-sCEKrYuf6S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCEKrYuf6S .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sCEKrYuf6S .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sCEKrYuf6S .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCEKrYuf6S .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-sCEKrYuf6S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCEKrYuf6S .carousel-control,
.cid-sCEKrYuf6S .close {
  background: #1b1b1b;
}
.cid-sCEKrYuf6S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCEKrYuf6S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCEKrYuf6S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCEKrYuf6S .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCEKrYuf6S .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-sCEKrYuf6S .close::before {
  content: '\e91a';
}
.cid-sCEKrYuf6S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCEKrYuf6S .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-sCEKrYuf6S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCEKrYuf6S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCEKrYuf6S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCEKrYuf6S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCEKrYuf6S .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-sCEKrYuf6S .carousel-indicators li.active,
.cid-sCEKrYuf6S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCEKrYuf6S .carousel-indicators li::after,
.cid-sCEKrYuf6S .carousel-indicators li::before {
  content: none;
}
.cid-sCEKrYuf6S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCEKrYuf6S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCEKrYuf6S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCEKrYuf6S .carousel-indicators {
    display: none;
  }
}
.cid-sCEKrYuf6S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCEKrYuf6S .carousel-inner > .active {
  display: block;
}
.cid-sCEKrYuf6S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCEKrYuf6S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCEKrYuf6S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCEKrYuf6S .carousel-control,
  .cid-sCEKrYuf6S .carousel-indicators,
  .cid-sCEKrYuf6S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCEKrYuf6S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCEKrYuf6S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCEKrYuf6S .carousel-indicators .active,
.cid-sCEKrYuf6S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCEKrYuf6S .carousel-indicators .active {
  background: #fff;
}
.cid-sCEKrYuf6S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCEKrYuf6S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCEKrYuf6S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCEKrYuf6S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCEKrYuf6S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCEKrYuf6S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCEKrYuf6S .carousel {
  width: 100%;
}
.cid-sCEKrYuf6S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCEKrYuf6S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCEKrYuf6S .modal.fade .modal-dialog,
.cid-sCEKrYuf6S .modal.in .modal-dialog {
  transform: none;
}
.cid-sCEKrYuf6S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCEKrYuf6S H6 {
  text-align: center;
  color: #7b7a7a;
}
.cid-sCEKrYuf6S H3 {
  color: #7b7a7a;
}
.cid-spVFEg4Mux {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/img-1920x822.jpg");
}
.cid-spVFEg4Mux .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-spVFEg4Mux .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-spVFEg4Mux .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-spVFEg4Mux .mbr-text,
.cid-spVFEg4Mux .mbr-section-btn {
  color: #7b7a7a;
}
.cid-spVFEgp2rW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-spVFEgp2rW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-spVFEgp2rW .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-spVFEgp2rW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-spVFEgp2rW .inner-container {
    width: 100% !important;
  }
}
.cid-spVFEgBhji {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-spVFEgBhji .img-wrapper {
  text-align: center;
}
.cid-spVFEgBhji img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-spVFEgBhji .row {
  align-items: flex-start;
}
.cid-spVFEgBhji .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-spVFEgBhji .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-spVFEgBhji .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spVFEgBhji .card-wrapper {
    padding: 1rem;
  }
}
.cid-spVFEgBhji .card-title {
  color: #7b7a7a;
}
.cid-spVFEgBhji .mbr-text,
.cid-spVFEgBhji .mbr-section-btn {
  color: #858484;
}
.cid-spVFEh8oOc {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spVFEh8oOc .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spVFEh8oOc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-spVFEh8oOc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spVFEh8oOc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spVFEh8oOc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-spVFEh8oOc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-spVFEh8oOc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spVFEh8oOc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-taHEnAXLHm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taHEnAXLHm nav.navbar {
  position: fixed;
}
.cid-taHEnAXLHm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEnAXLHm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHEnAXLHm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHEnAXLHm .dropdown-item:hover,
.cid-taHEnAXLHm .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-taHEnAXLHm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHEnAXLHm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHEnAXLHm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHEnAXLHm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHEnAXLHm .nav-link {
  position: relative;
}
.cid-taHEnAXLHm .container {
  display: flex;
  margin: auto;
}
.cid-taHEnAXLHm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taHEnAXLHm .dropdown-menu,
.cid-taHEnAXLHm .navbar.opened {
  background: #ffffff !important;
}
.cid-taHEnAXLHm .nav-item:focus,
.cid-taHEnAXLHm .nav-link:focus {
  outline: none;
}
.cid-taHEnAXLHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHEnAXLHm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHEnAXLHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHEnAXLHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHEnAXLHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHEnAXLHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHEnAXLHm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-taHEnAXLHm .navbar.opened {
  transition: all 0.3s;
}
.cid-taHEnAXLHm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHEnAXLHm .navbar .navbar-logo img {
  width: auto;
}
.cid-taHEnAXLHm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHEnAXLHm .navbar.collapsed {
  justify-content: center;
}
.cid-taHEnAXLHm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHEnAXLHm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHEnAXLHm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-taHEnAXLHm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHEnAXLHm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHEnAXLHm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taHEnAXLHm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHEnAXLHm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHEnAXLHm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHEnAXLHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHEnAXLHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHEnAXLHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHEnAXLHm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHEnAXLHm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taHEnAXLHm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHEnAXLHm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHEnAXLHm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHEnAXLHm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taHEnAXLHm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHEnAXLHm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHEnAXLHm .navbar.navbar-short {
  min-height: 60px;
}
.cid-taHEnAXLHm .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-taHEnAXLHm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taHEnAXLHm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taHEnAXLHm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHEnAXLHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHEnAXLHm .dropdown-item.active,
.cid-taHEnAXLHm .dropdown-item:active {
  background-color: transparent;
}
.cid-taHEnAXLHm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHEnAXLHm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHEnAXLHm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHEnAXLHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taHEnAXLHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHEnAXLHm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHEnAXLHm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHEnAXLHm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taHEnAXLHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taHEnAXLHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-taHEnAXLHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taHEnAXLHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHEnAXLHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHEnAXLHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taHEnAXLHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEnAXLHm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHEnAXLHm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHEnAXLHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHEnAXLHm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHEnAXLHm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHEnAXLHm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taHEnAXLHm .navbar {
    height: 70px;
  }
  .cid-taHEnAXLHm .navbar.opened {
    height: auto;
  }
  .cid-taHEnAXLHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHEnBxaBa {
  background-image: url("../../../assets/images/header-vidrados3.jpg");
}
.cid-taHEnBxaBa .mbr-section-title {
  text-align: center;
  color: #858484;
}
.cid-taHEnBxaBa .mbr-text,
.cid-taHEnBxaBa .mbr-section-btn {
  color: #5c5c5c;
}
.cid-taHEnBxaBa .mbr-section-subtitle {
  color: #140f51;
}
.cid-taHIwggyuL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taHIwggyuL .item {
  padding-bottom: 2rem;
}
.cid-taHIwggyuL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taHIwggyuL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taHIwggyuL .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-taHIwggyuL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taHIwggyuL .carousel-control,
.cid-taHIwggyuL .close {
  background: #1b1b1b;
}
.cid-taHIwggyuL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taHIwggyuL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taHIwggyuL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taHIwggyuL .carousel-control-next span {
  margin-left: 5px;
}
.cid-taHIwggyuL .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-taHIwggyuL .close::before {
  content: '\e91a';
}
.cid-taHIwggyuL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taHIwggyuL .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-taHIwggyuL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIwggyuL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taHIwggyuL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHIwggyuL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taHIwggyuL .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-taHIwggyuL .carousel-indicators li.active,
.cid-taHIwggyuL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taHIwggyuL .carousel-indicators li::after,
.cid-taHIwggyuL .carousel-indicators li::before {
  content: none;
}
.cid-taHIwggyuL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taHIwggyuL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taHIwggyuL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taHIwggyuL .carousel-indicators {
    display: none;
  }
}
.cid-taHIwggyuL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taHIwggyuL .carousel-inner > .active {
  display: block;
}
.cid-taHIwggyuL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIwggyuL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHIwggyuL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taHIwggyuL .carousel-control,
  .cid-taHIwggyuL .carousel-indicators,
  .cid-taHIwggyuL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taHIwggyuL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taHIwggyuL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHIwggyuL .carousel-indicators .active,
.cid-taHIwggyuL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taHIwggyuL .carousel-indicators .active {
  background: #fff;
}
.cid-taHIwggyuL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taHIwggyuL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taHIwggyuL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taHIwggyuL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taHIwggyuL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taHIwggyuL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taHIwggyuL .carousel {
  width: 100%;
}
.cid-taHIwggyuL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taHIwggyuL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taHIwggyuL .modal.fade .modal-dialog,
.cid-taHIwggyuL .modal.in .modal-dialog {
  transform: none;
}
.cid-taHIwggyuL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taHIwggyuL H6 {
  text-align: center;
}
.cid-taHIwggyuL H3 {
  color: #858484;
}
.cid-taHIwggyuL H4 {
  color: #140f51;
}
.cid-taHIxwm93j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taHIxwm93j .item {
  padding-bottom: 2rem;
}
.cid-taHIxwm93j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taHIxwm93j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taHIxwm93j .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-taHIxwm93j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taHIxwm93j .carousel-control,
.cid-taHIxwm93j .close {
  background: #1b1b1b;
}
.cid-taHIxwm93j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taHIxwm93j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taHIxwm93j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taHIxwm93j .carousel-control-next span {
  margin-left: 5px;
}
.cid-taHIxwm93j .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-taHIxwm93j .close::before {
  content: '\e91a';
}
.cid-taHIxwm93j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taHIxwm93j .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-taHIxwm93j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIxwm93j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taHIxwm93j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHIxwm93j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taHIxwm93j .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-taHIxwm93j .carousel-indicators li.active,
.cid-taHIxwm93j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taHIxwm93j .carousel-indicators li::after,
.cid-taHIxwm93j .carousel-indicators li::before {
  content: none;
}
.cid-taHIxwm93j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taHIxwm93j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taHIxwm93j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taHIxwm93j .carousel-indicators {
    display: none;
  }
}
.cid-taHIxwm93j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taHIxwm93j .carousel-inner > .active {
  display: block;
}
.cid-taHIxwm93j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIxwm93j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHIxwm93j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taHIxwm93j .carousel-control,
  .cid-taHIxwm93j .carousel-indicators,
  .cid-taHIxwm93j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taHIxwm93j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taHIxwm93j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHIxwm93j .carousel-indicators .active,
.cid-taHIxwm93j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taHIxwm93j .carousel-indicators .active {
  background: #fff;
}
.cid-taHIxwm93j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taHIxwm93j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taHIxwm93j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taHIxwm93j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taHIxwm93j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taHIxwm93j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taHIxwm93j .carousel {
  width: 100%;
}
.cid-taHIxwm93j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taHIxwm93j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taHIxwm93j .modal.fade .modal-dialog,
.cid-taHIxwm93j .modal.in .modal-dialog {
  transform: none;
}
.cid-taHIxwm93j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taHIxwm93j H6 {
  text-align: center;
}
.cid-taHIxwm93j H3 {
  color: #858484;
}
.cid-taHIyPV1B3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taHIyPV1B3 .item {
  padding-bottom: 2rem;
}
.cid-taHIyPV1B3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taHIyPV1B3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taHIyPV1B3 .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-taHIyPV1B3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taHIyPV1B3 .carousel-control,
.cid-taHIyPV1B3 .close {
  background: #1b1b1b;
}
.cid-taHIyPV1B3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taHIyPV1B3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taHIyPV1B3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taHIyPV1B3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-taHIyPV1B3 .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-taHIyPV1B3 .close::before {
  content: '\e91a';
}
.cid-taHIyPV1B3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taHIyPV1B3 .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-taHIyPV1B3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIyPV1B3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taHIyPV1B3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHIyPV1B3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taHIyPV1B3 .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-taHIyPV1B3 .carousel-indicators li.active,
.cid-taHIyPV1B3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taHIyPV1B3 .carousel-indicators li::after,
.cid-taHIyPV1B3 .carousel-indicators li::before {
  content: none;
}
.cid-taHIyPV1B3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taHIyPV1B3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taHIyPV1B3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taHIyPV1B3 .carousel-indicators {
    display: none;
  }
}
.cid-taHIyPV1B3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taHIyPV1B3 .carousel-inner > .active {
  display: block;
}
.cid-taHIyPV1B3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIyPV1B3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHIyPV1B3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taHIyPV1B3 .carousel-control,
  .cid-taHIyPV1B3 .carousel-indicators,
  .cid-taHIyPV1B3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taHIyPV1B3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taHIyPV1B3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHIyPV1B3 .carousel-indicators .active,
.cid-taHIyPV1B3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taHIyPV1B3 .carousel-indicators .active {
  background: #fff;
}
.cid-taHIyPV1B3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taHIyPV1B3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taHIyPV1B3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taHIyPV1B3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taHIyPV1B3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taHIyPV1B3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taHIyPV1B3 .carousel {
  width: 100%;
}
.cid-taHIyPV1B3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taHIyPV1B3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taHIyPV1B3 .modal.fade .modal-dialog,
.cid-taHIyPV1B3 .modal.in .modal-dialog {
  transform: none;
}
.cid-taHIyPV1B3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taHIyPV1B3 H6 {
  text-align: center;
}
.cid-taHIyPV1B3 H3 {
  color: #858484;
}
.cid-taHIAGZHwk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taHIAGZHwk .item {
  padding-bottom: 2rem;
}
.cid-taHIAGZHwk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taHIAGZHwk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taHIAGZHwk .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-taHIAGZHwk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taHIAGZHwk .carousel-control,
.cid-taHIAGZHwk .close {
  background: #1b1b1b;
}
.cid-taHIAGZHwk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taHIAGZHwk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taHIAGZHwk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taHIAGZHwk .carousel-control-next span {
  margin-left: 5px;
}
.cid-taHIAGZHwk .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-taHIAGZHwk .close::before {
  content: '\e91a';
}
.cid-taHIAGZHwk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taHIAGZHwk .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-taHIAGZHwk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIAGZHwk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taHIAGZHwk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHIAGZHwk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taHIAGZHwk .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-taHIAGZHwk .carousel-indicators li.active,
.cid-taHIAGZHwk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taHIAGZHwk .carousel-indicators li::after,
.cid-taHIAGZHwk .carousel-indicators li::before {
  content: none;
}
.cid-taHIAGZHwk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taHIAGZHwk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taHIAGZHwk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taHIAGZHwk .carousel-indicators {
    display: none;
  }
}
.cid-taHIAGZHwk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taHIAGZHwk .carousel-inner > .active {
  display: block;
}
.cid-taHIAGZHwk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHIAGZHwk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHIAGZHwk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taHIAGZHwk .carousel-control,
  .cid-taHIAGZHwk .carousel-indicators,
  .cid-taHIAGZHwk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taHIAGZHwk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taHIAGZHwk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHIAGZHwk .carousel-indicators .active,
.cid-taHIAGZHwk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taHIAGZHwk .carousel-indicators .active {
  background: #fff;
}
.cid-taHIAGZHwk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taHIAGZHwk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taHIAGZHwk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taHIAGZHwk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taHIAGZHwk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taHIAGZHwk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taHIAGZHwk .carousel {
  width: 100%;
}
.cid-taHIAGZHwk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taHIAGZHwk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taHIAGZHwk .modal.fade .modal-dialog,
.cid-taHIAGZHwk .modal.in .modal-dialog {
  transform: none;
}
.cid-taHIAGZHwk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taHIAGZHwk H6 {
  text-align: center;
}
.cid-taHIAGZHwk H3 {
  color: #858484;
}
.cid-taHEnFw0J3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-taHEnFw0J3 .line {
  background-color: #eb539e;
  color: #eb539e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taHEnFw0J3 .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-taHEnFw0J3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taHEnFw0J3 .inner-container {
    width: 100% !important;
  }
}
.cid-taHEnFVBEo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-taHEnFVBEo .img-wrapper {
  text-align: center;
}
.cid-taHEnFVBEo img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-taHEnFVBEo .row {
  align-items: flex-start;
}
.cid-taHEnFVBEo .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-taHEnFVBEo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-taHEnFVBEo .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taHEnFVBEo .card-wrapper {
    padding: 1rem;
  }
}
.cid-taHEnFVBEo .card-title {
  color: #7b7a7a;
}
.cid-taHEnFVBEo .mbr-text,
.cid-taHEnFVBEo .mbr-section-btn {
  color: #858484;
}
.cid-taHEnGCxZ6 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-taHEnGCxZ6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taHEnGCxZ6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-taHEnGCxZ6 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-taHEnGCxZ6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taHEnGCxZ6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-taHEnGCxZ6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taHEnGCxZ6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-taHEnGCxZ6 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taHEnGCxZ6 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taHEnGCxZ6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taHEnGCxZ6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-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;
          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;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */.cid-taHIYiKiPP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taHIYiKiPP nav.navbar {
  position: fixed;
}
.cid-taHIYiKiPP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHIYiKiPP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taHIYiKiPP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taHIYiKiPP .dropdown-item:hover,
.cid-taHIYiKiPP .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-taHIYiKiPP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taHIYiKiPP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taHIYiKiPP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taHIYiKiPP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taHIYiKiPP .nav-link {
  position: relative;
}
.cid-taHIYiKiPP .container {
  display: flex;
  margin: auto;
}
.cid-taHIYiKiPP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taHIYiKiPP .dropdown-menu,
.cid-taHIYiKiPP .navbar.opened {
  background: #ffffff !important;
}
.cid-taHIYiKiPP .nav-item:focus,
.cid-taHIYiKiPP .nav-link:focus {
  outline: none;
}
.cid-taHIYiKiPP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taHIYiKiPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taHIYiKiPP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taHIYiKiPP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taHIYiKiPP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taHIYiKiPP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taHIYiKiPP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-taHIYiKiPP .navbar.opened {
  transition: all 0.3s;
}
.cid-taHIYiKiPP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taHIYiKiPP .navbar .navbar-logo img {
  width: auto;
}
.cid-taHIYiKiPP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taHIYiKiPP .navbar.collapsed {
  justify-content: center;
}
.cid-taHIYiKiPP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taHIYiKiPP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taHIYiKiPP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-taHIYiKiPP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taHIYiKiPP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taHIYiKiPP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taHIYiKiPP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taHIYiKiPP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taHIYiKiPP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taHIYiKiPP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taHIYiKiPP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taHIYiKiPP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taHIYiKiPP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taHIYiKiPP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taHIYiKiPP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taHIYiKiPP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taHIYiKiPP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taHIYiKiPP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taHIYiKiPP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taHIYiKiPP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taHIYiKiPP .navbar.navbar-short {
  min-height: 60px;
}
.cid-taHIYiKiPP .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-taHIYiKiPP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taHIYiKiPP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taHIYiKiPP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taHIYiKiPP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taHIYiKiPP .dropdown-item.active,
.cid-taHIYiKiPP .dropdown-item:active {
  background-color: transparent;
}
.cid-taHIYiKiPP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taHIYiKiPP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taHIYiKiPP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taHIYiKiPP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taHIYiKiPP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taHIYiKiPP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taHIYiKiPP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taHIYiKiPP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taHIYiKiPP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taHIYiKiPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dc3b0f;
}
.cid-taHIYiKiPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taHIYiKiPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHIYiKiPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taHIYiKiPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taHIYiKiPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHIYiKiPP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taHIYiKiPP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taHIYiKiPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taHIYiKiPP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taHIYiKiPP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taHIYiKiPP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taHIYiKiPP .navbar {
    height: 70px;
  }
  .cid-taHIYiKiPP .navbar.opened {
    height: auto;
  }
  .cid-taHIYiKiPP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taHJDhUhNa {
  background-image: url("../../../assets/images/header-gres-1.jpg");
}
.cid-taHJDhUhNa .mbr-section-title {
  text-align: center;
  color: #dc3b0f;
}
.cid-taHJDhUhNa .mbr-text,
.cid-taHJDhUhNa .mbr-section-btn {
  color: #5c5c5c;
}
.cid-taHJDhUhNa .mbr-section-subtitle {
  color: #000000;
}
.cid-taHR2iQlCJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taHR2iQlCJ .item {
  padding-bottom: 2rem;
}
.cid-taHR2iQlCJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taHR2iQlCJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taHR2iQlCJ .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-taHR2iQlCJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taHR2iQlCJ .carousel-control,
.cid-taHR2iQlCJ .close {
  background: #1b1b1b;
}
.cid-taHR2iQlCJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taHR2iQlCJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taHR2iQlCJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taHR2iQlCJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-taHR2iQlCJ .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-taHR2iQlCJ .close::before {
  content: '\e91a';
}
.cid-taHR2iQlCJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taHR2iQlCJ .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-taHR2iQlCJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHR2iQlCJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taHR2iQlCJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHR2iQlCJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taHR2iQlCJ .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-taHR2iQlCJ .carousel-indicators li.active,
.cid-taHR2iQlCJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taHR2iQlCJ .carousel-indicators li::after,
.cid-taHR2iQlCJ .carousel-indicators li::before {
  content: none;
}
.cid-taHR2iQlCJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taHR2iQlCJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taHR2iQlCJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taHR2iQlCJ .carousel-indicators {
    display: none;
  }
}
.cid-taHR2iQlCJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taHR2iQlCJ .carousel-inner > .active {
  display: block;
}
.cid-taHR2iQlCJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHR2iQlCJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHR2iQlCJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taHR2iQlCJ .carousel-control,
  .cid-taHR2iQlCJ .carousel-indicators,
  .cid-taHR2iQlCJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taHR2iQlCJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taHR2iQlCJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHR2iQlCJ .carousel-indicators .active,
.cid-taHR2iQlCJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taHR2iQlCJ .carousel-indicators .active {
  background: #fff;
}
.cid-taHR2iQlCJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taHR2iQlCJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taHR2iQlCJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taHR2iQlCJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taHR2iQlCJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taHR2iQlCJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taHR2iQlCJ .carousel {
  width: 100%;
}
.cid-taHR2iQlCJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taHR2iQlCJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taHR2iQlCJ .modal.fade .modal-dialog,
.cid-taHR2iQlCJ .modal.in .modal-dialog {
  transform: none;
}
.cid-taHR2iQlCJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taHR2iQlCJ H6 {
  text-align: center;
}
.cid-taHR2iQlCJ H3 {
  color: #858484;
}
.cid-taHR2iQlCJ H4 {
  color: #000000;
}
.cid-taHR4bvLrm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bk-cc.jpg");
}
.cid-taHR4bvLrm .item {
  padding-bottom: 2rem;
}
.cid-taHR4bvLrm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taHR4bvLrm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taHR4bvLrm .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-taHR4bvLrm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taHR4bvLrm .carousel-control,
.cid-taHR4bvLrm .close {
  background: #1b1b1b;
}
.cid-taHR4bvLrm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taHR4bvLrm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taHR4bvLrm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taHR4bvLrm .carousel-control-next span {
  margin-left: 5px;
}
.cid-taHR4bvLrm .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-taHR4bvLrm .close::before {
  content: '\e91a';
}
.cid-taHR4bvLrm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taHR4bvLrm .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-taHR4bvLrm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHR4bvLrm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taHR4bvLrm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taHR4bvLrm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taHR4bvLrm .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-taHR4bvLrm .carousel-indicators li.active,
.cid-taHR4bvLrm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taHR4bvLrm .carousel-indicators li::after,
.cid-taHR4bvLrm .carousel-indicators li::before {
  content: none;
}
.cid-taHR4bvLrm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taHR4bvLrm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taHR4bvLrm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taHR4bvLrm .carousel-indicators {
    display: none;
  }
}
.cid-taHR4bvLrm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taHR4bvLrm .carousel-inner > .active {
  display: block;
}
.cid-taHR4bvLrm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taHR4bvLrm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taHR4bvLrm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taHR4bvLrm .carousel-control,
  .cid-taHR4bvLrm .carousel-indicators,
  .cid-taHR4bvLrm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taHR4bvLrm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taHR4bvLrm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taHR4bvLrm .carousel-indicators .active,
.cid-taHR4bvLrm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taHR4bvLrm .carousel-indicators .active {
  background: #fff;
}
.cid-taHR4bvLrm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taHR4bvLrm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taHR4bvLrm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taHR4bvLrm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taHR4bvLrm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taHR4bvLrm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taHR4bvLrm .carousel {
  width: 100%;
}
.cid-taHR4bvLrm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taHR4bvLrm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taHR4bvLrm .modal.fade .modal-dialog,
.cid-taHR4bvLrm .modal.in .modal-dialog {
  transform: none;
}
.cid-taHR4bvLrm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taHR4bvLrm H6 {
  text-align: center;
}
.cid-taHR4bvLrm H3 {
  color: #858484;
}
.cid-taHIYoLwOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-taHIYoLwOM .line {
  background-color: #eb539e;
  color: #eb539e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-taHIYoLwOM .section-text {
  padding: 2rem 0;
  color: #7b7a7a;
}
.cid-taHIYoLwOM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-taHIYoLwOM .inner-container {
    width: 100% !important;
  }
}
.cid-taHIYpatUY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/slide1-1920x1280.jpg");
}
.cid-taHIYpatUY .img-wrapper {
  text-align: center;
}
.cid-taHIYpatUY img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-taHIYpatUY .row {
  align-items: flex-start;
}
.cid-taHIYpatUY .card-wrapper {
  border-radius: 4px;
  background: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-taHIYpatUY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-taHIYpatUY .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taHIYpatUY .card-wrapper {
    padding: 1rem;
  }
}
.cid-taHIYpatUY .card-title {
  color: #7b7a7a;
}
.cid-taHIYpatUY .mbr-text,
.cid-taHIYpatUY .mbr-section-btn {
  color: #858484;
}
.cid-taHIYpSLtx {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-taHIYpSLtx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taHIYpSLtx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-taHIYpSLtx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-taHIYpSLtx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taHIYpSLtx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-taHIYpSLtx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taHIYpSLtx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-taHIYpSLtx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taHIYpSLtx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taHIYpSLtx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taHIYpSLtx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
