/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #000000;
}

.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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

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

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

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

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

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  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: 32px;
  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%);
}

.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;
}

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

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

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

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*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: 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: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

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

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

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

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -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 {
  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;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  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;
}
* {
  user-select: none;
}body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Geologica', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Geologica', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Geologica', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Geologica', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #243a5e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #243a5e !important;
  border-color: #243a5e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f1827 !important;
  border-color: #0f1827 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f1827 !important;
  border-color: #0f1827 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #080c14;
  color: #080c14;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #243a5e;
  border-color: #243a5e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #243a5e !important;
  border-color: #243a5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #243a5e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080c14 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #243a5e;
  border-color: #243a5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #243a5e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4873b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Geologica', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #243a5e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #243a5e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #243a5e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #243a5e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #243a5e;
  border-bottom-color: #243a5e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #243a5e !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23243a5e' %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.3;
}
.cid-uqOhZimxJu {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uqOhZimxJu .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uqOhZimxJu .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uqOhZimxJu .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uqOhZimxJu .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uqOhZimxJu .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uqOhZimxJu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uqOhZimxJu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uqOhZimxJu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqOhZimxJu .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uqOhZimxJu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uqOhZimxJu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uqOhZimxJu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqOhZimxJu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uqOhZimxJu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uqOhZimxJu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqOhZimxJu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqOhZimxJu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqOhZimxJu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uqOhZimxJu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uqOhZimxJu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqOhZimxJu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uqOhZimxJu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uqOhZimxJu .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uqOhZimxJu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqOhZimxJu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uqOhZimxJu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqOhZimxJu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqOhZimxJu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqOhZimxJu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uqOhZimxJu .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uqOhZimxJu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqOhZimxJu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uqOhZimxJu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uqOhZimxJu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uqOhZimxJu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uqOhZimxJu .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uqOhZimxJu .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uqOhZimxJu .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uqOhZimxJu .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uqOhZimxJu .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uqOhZimxJu .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uqOhZimxJu .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uqOhZimxJu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqOhZimxJu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqOhZimxJu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uqOhZimxJu .dropdown-item.active,
.cid-uqOhZimxJu .dropdown-item:active {
  background-color: transparent;
}
.cid-uqOhZimxJu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uqOhZimxJu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqOhZimxJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqOhZimxJu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqOhZimxJu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uqOhZimxJu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqOhZimxJu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uqOhZimxJu .navbar-buttons {
  text-align: center;
}
.cid-uqOhZimxJu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqOhZimxJu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uqOhZimxJu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqOhZimxJu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uqOhZimxJu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uqOhZimxJu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqOhZimxJu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOhZimxJu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uqOhZimxJu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uqOhZimxJu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOhZimxJu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uqOhZimxJu .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uqOhZimxJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uqOhZimxJu .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uqOhZimxJu .nav-link:hover,
.cid-uqOhZimxJu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uqOhZimxJu .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uqOhZimxJu .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uqOhZimxJu .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uyOyuisxZ8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/pf-kara-0088-fixed-1531x1142.jpeg");
}
.cid-uyOyuisxZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOyuisxZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOyuisxZ8 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 80vh;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uyOyuisxZ8 .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
.cid-uyOyuisxZ8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uyOyuisxZ8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uyOyuisxZ8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uyOyuisxZ8 .mbr-section-title {
  color: #000000;
}
.cid-uyOyuisxZ8 .mbr-text {
  color: #000000;
}
.cid-uyOyuisxZ8 .mbr-section-title,
.cid-uyOyuisxZ8 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uyOyuisxZ8 .mbr-section-title {
    font-size: 1.5rem;
  }
  .cid-uyOyuisxZ8 .mbr-sub {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .cid-uyOyuisxZ8 .mbr-section-title {
    font-size: 1.2rem;
  }
  .cid-uyOyuisxZ8 .mbr-sub {
    font-size: 0.75rem;
  }
}
.cid-uyrs6ofjVJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #9cb9d1;
}
.cid-uyrs6ofjVJ img {
  border-radius: 0px;
}
.cid-uyrs6ofjVJ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uyrs6ofjVJ .date {
  text-transform: uppercase;
  color: #243a5e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uyrs6ofjVJ .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uyrs6ofjVJ .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uyrs6ofjVJ .right {
  display: flex;
  flex-direction: column;
}
.cid-uyrs6ofjVJ .mbr-section-btn {
  border: 2px solid #243a5e;
  width: auto;
}
.cid-uyrs6ofjVJ .mbr-section-btn:hover {
  background-color: #243a5e;
  border: 2px solid #243a5e;
}
.cid-uyrs6ofjVJ .card-heading {
  padding-top: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uyrs6ofjVJ .mbr-text {
  padding-top: 10px;
  color: #ffffff;
  text-align: justify;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uvfjaBeeKV {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uvfjaBeeKV .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uvfjaBeeKV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvfjaBeeKV .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uvfjaBeeKV .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uvfjaBeeKV .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uvfjaBeeKV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvfjaBeeKV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uvfjaBeeKV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfjaBeeKV .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uvfjaBeeKV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uvfjaBeeKV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfjaBeeKV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvfjaBeeKV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uvfjaBeeKV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uvfjaBeeKV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uvfjaBeeKV .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uvfjaBeeKV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvfjaBeeKV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uvfjaBeeKV .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uvfjaBeeKV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uvfjaBeeKV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uvfjaBeeKV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvfjaBeeKV .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uvfjaBeeKV .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uvfjaBeeKV .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uvfjaBeeKV .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uvfjaBeeKV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uvfjaBeeKV .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uvfjaBeeKV .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uvfjaBeeKV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfjaBeeKV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfjaBeeKV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvfjaBeeKV .dropdown-item.active,
.cid-uvfjaBeeKV .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfjaBeeKV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uvfjaBeeKV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfjaBeeKV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfjaBeeKV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvfjaBeeKV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uvfjaBeeKV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfjaBeeKV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uvfjaBeeKV .navbar-buttons {
  text-align: center;
}
.cid-uvfjaBeeKV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uvfjaBeeKV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uvfjaBeeKV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uvfjaBeeKV .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uvfjaBeeKV .nav-link:hover,
.cid-uvfjaBeeKV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvfjaBeeKV .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uvfjaBeeKV .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uvfjaBeeKV .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uvfl5FtaZJ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uvfl5FtaZJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uvfl5FtaZJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvfl5FtaZJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uvfl5FtaZJ .title {
  padding: 0 2rem;
}
.cid-uvfl5FtaZJ .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uvfl5FtaZJ .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uvfl5FtaZJ .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uvfl5FtaZJ .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uvfl5FtaZJ .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uvfl5FtaZJ .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uvfl5FtaZJ .container {
  padding: 0 1rem;
}
.cid-uvfl5FtaZJ .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uvfl5FtaZJ .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvfl5FtaZJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uvfl5FtaZJ .icon-focus {
  display: none;
}
.cid-uvfl5FtaZJ .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uvfl5FtaZJ .btn-primary-outline:hover {
  background: transparent !important;
  color: #243a5e !important;
}
.cid-uvfl5FtaZJ li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uvfl5FtaZJ li {
  position: relative;
}
.cid-uvfl5FtaZJ .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uvfl5FtaZJ .btn {
  font-family: Rubik !important;
}
.cid-uvfl5FtaZJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uvfl5FtaZJ .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvfl5FtaZJ li:not(:last-child):after {
    top: 9px;
  }
  .cid-uvfl5FtaZJ .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uvfl5FtaZJ .container {
    padding: 0rem;
  }
  .cid-uvfl5FtaZJ .title {
    padding: 0 1rem;
  }
}
.cid-uvfl5FtaZJ H2 {
  color: #89b758;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uxRzTXtOwb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uxRzTXtOwb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uxRzTXtOwb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uxRzTXtOwb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uxRzTXtOwb .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uxRzTXtOwb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uxRzTXtOwb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxRzTXtOwb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxRzTXtOwb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxRzTXtOwb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uxRzTXtOwb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uxRzTXtOwb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxRzTXtOwb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxRzTXtOwb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uxRzTXtOwb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxRzTXtOwb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxRzTXtOwb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxRzTXtOwb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxRzTXtOwb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxRzTXtOwb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uxRzTXtOwb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxRzTXtOwb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxRzTXtOwb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxRzTXtOwb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uxRzTXtOwb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxRzTXtOwb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxRzTXtOwb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxRzTXtOwb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxRzTXtOwb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxRzTXtOwb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxRzTXtOwb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uxRzTXtOwb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxRzTXtOwb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uxRzTXtOwb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxRzTXtOwb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uxRzTXtOwb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxRzTXtOwb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uxRzTXtOwb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uxRzTXtOwb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uxRzTXtOwb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uxRzTXtOwb .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uxRzTXtOwb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uxRzTXtOwb .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uxRzTXtOwb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxRzTXtOwb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxRzTXtOwb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxRzTXtOwb .dropdown-item.active,
.cid-uxRzTXtOwb .dropdown-item:active {
  background-color: transparent;
}
.cid-uxRzTXtOwb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uxRzTXtOwb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxRzTXtOwb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxRzTXtOwb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxRzTXtOwb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxRzTXtOwb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxRzTXtOwb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxRzTXtOwb .navbar-buttons {
  text-align: center;
}
.cid-uxRzTXtOwb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxRzTXtOwb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxRzTXtOwb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxRzTXtOwb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uxRzTXtOwb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uxRzTXtOwb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxRzTXtOwb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxRzTXtOwb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uxRzTXtOwb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uxRzTXtOwb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxRzTXtOwb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uxRzTXtOwb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uxRzTXtOwb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxRzTXtOwb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uxRzTXtOwb .nav-link:hover,
.cid-uxRzTXtOwb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxRzTXtOwb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uxRzTXtOwb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uxRzTXtOwb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uxRzTXYeLC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uxS8BYv8RU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxS8BYv8RU .mbr-text,
.cid-uxS8BYv8RU blockquote {
  color: #767676;
}
.cid-uxS8BYv8RU .mbr-text {
  color: #232323;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uxSa2ihAVU {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uxSa2ihAVU .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uxSa2ihAVU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uxSa2ihAVU .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uxSa2ihAVU .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uxSa2ihAVU .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uxSa2ihAVU .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uxSa2ihAVU .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uxSa2ihAVU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxSa2ihAVU .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uxSa2ihAVU .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uxSa2ihAVU .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uxSa2ihAVU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxSa2ihAVU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uxSa2ihAVU .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uxSa2ihAVU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxSa2ihAVU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxSa2ihAVU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxSa2ihAVU .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uxSa2ihAVU .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uxSa2ihAVU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxSa2ihAVU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uxSa2ihAVU .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uxSa2ihAVU .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uxSa2ihAVU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxSa2ihAVU .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uxSa2ihAVU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxSa2ihAVU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxSa2ihAVU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxSa2ihAVU .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uxSa2ihAVU .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uxSa2ihAVU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxSa2ihAVU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uxSa2ihAVU .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uxSa2ihAVU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uxSa2ihAVU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uxSa2ihAVU .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uxSa2ihAVU .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uxSa2ihAVU .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uxSa2ihAVU .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uxSa2ihAVU .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uxSa2ihAVU .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uxSa2ihAVU .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uxSa2ihAVU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxSa2ihAVU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxSa2ihAVU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxSa2ihAVU .dropdown-item.active,
.cid-uxSa2ihAVU .dropdown-item:active {
  background-color: transparent;
}
.cid-uxSa2ihAVU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uxSa2ihAVU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxSa2ihAVU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxSa2ihAVU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxSa2ihAVU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uxSa2ihAVU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxSa2ihAVU ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uxSa2ihAVU .navbar-buttons {
  text-align: center;
}
.cid-uxSa2ihAVU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxSa2ihAVU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uxSa2ihAVU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxSa2ihAVU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uxSa2ihAVU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uxSa2ihAVU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxSa2ihAVU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSa2ihAVU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uxSa2ihAVU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uxSa2ihAVU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxSa2ihAVU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uxSa2ihAVU .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uxSa2ihAVU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uxSa2ihAVU .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uxSa2ihAVU .nav-link:hover,
.cid-uxSa2ihAVU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uxSa2ihAVU .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uxSa2ihAVU .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uxSa2ihAVU .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uyrrULpgbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #243a5e;
}
.cid-uyrrULpgbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyrrULpgbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyrrULpgbp .end {
  justify-content: flex-end;
}
.cid-uyrrULpgbp .title .num {
  width: 100%;
  display: block;
}
.cid-uyrrULpgbp .title .card-title {
  z-index: 1;
}
.cid-uyrrULpgbp .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uyrrULpgbp .num {
  color: #ffffff;
}
.cid-uyrrULpgbp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uyrrULpgbp .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyrrULpgbp * {
    text-align: center !important;
  }
  .cid-uyrrULpgbp .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uyrrULpgbp .mbr-section-title,
.cid-uyrrULpgbp .card-box {
  text-align: left;
  color: #edefeb;
}
.cid-uyrrULpgbp .mbr-text,
.cid-uyrrULpgbp .mbr-section-btn {
  color: #ffffff;
}
.cid-uyrrULpgbp .card-title,
.cid-uyrrULpgbp .card-img {
  color: #ffffff;
}
.cid-uyrrULpgbp .mbr-maintext,
.cid-uyrrULpgbp .mbr-section-btn {
  color: #ffffff;
}
.cid-uyrrULpgbp .card-text {
  color: #f3f6f9;
}
.cid-uxSa2iXYs4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uxSa2iXYs4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxSa2iXYs4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxSa2iXYs4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxSa2iXYs4 .title {
  padding: 0 2rem;
}
.cid-uxSa2iXYs4 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uxSa2iXYs4 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uxSa2iXYs4 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uxSa2iXYs4 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uxSa2iXYs4 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uxSa2iXYs4 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uxSa2iXYs4 .container {
  padding: 0 1rem;
}
.cid-uxSa2iXYs4 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uxSa2iXYs4 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uxSa2iXYs4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxSa2iXYs4 .icon-focus {
  display: none;
}
.cid-uxSa2iXYs4 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uxSa2iXYs4 .btn-primary-outline:hover {
  background: transparent !important;
  color: #243a5e !important;
}
.cid-uxSa2iXYs4 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uxSa2iXYs4 li {
  position: relative;
}
.cid-uxSa2iXYs4 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uxSa2iXYs4 .btn {
  font-family: Rubik !important;
}
.cid-uxSa2iXYs4 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uxSa2iXYs4 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxSa2iXYs4 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uxSa2iXYs4 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uxSa2iXYs4 .container {
    padding: 0rem;
  }
  .cid-uxSa2iXYs4 .title {
    padding: 0 1rem;
  }
}
.cid-uxSa2iXYs4 H2 {
  color: #89b758;
}
.cid-uyOzw41Kdn {
  background-image: url("../../../assets/images/pf-kara-89-1500x1142.jpeg");
}
.cid-uzSgj74cLa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-uzSgj74cLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSgj74cLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzSgj74cLa .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uzSgj74cLa .card {
    padding: 0;
    border-left: 8px solid #ffffff;
    border-radius: 0 !important;
  }
  .cid-uzSgj74cLa .card:first-child {
    border: none;
  }
  .cid-uzSgj74cLa .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uzSgj74cLa .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uzSgj74cLa .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uzSgj74cLa .card-wrapper .mbr-text,
.cid-uzSgj74cLa .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzSgj74cLa .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uzSgj74cLa .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uzSgj74cLa .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uzSgglK2r1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-uzSgglK2r1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSgglK2r1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzSgglK2r1 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uzSgglK2r1 .card {
    padding: 0;
    border-left: 8px solid #ffffff;
    border-radius: 0 !important;
  }
  .cid-uzSgglK2r1 .card:first-child {
    border: none;
  }
  .cid-uzSgglK2r1 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uzSgglK2r1 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uzSgglK2r1 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uzSgglK2r1 .card-wrapper .mbr-text,
.cid-uzSgglK2r1 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzSgglK2r1 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uzSgglK2r1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uzSgglK2r1 .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uzSitduYXc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4d295;
}
.cid-uzSitduYXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSitduYXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzSitduYXc .item {
  padding-bottom: 2rem;
}
.cid-uzSitduYXc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uzSitduYXc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzSitduYXc .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-uzSitduYXc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uzSitduYXc .carousel-control,
.cid-uzSitduYXc .close {
  background: #1b1b1b;
}
.cid-uzSitduYXc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uzSitduYXc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uzSitduYXc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uzSitduYXc .carousel-control-next span {
  margin-left: 5px;
}
.cid-uzSitduYXc .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-uzSitduYXc .close::before {
  content: '\e91a';
}
.cid-uzSitduYXc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uzSitduYXc .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-uzSitduYXc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzSitduYXc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzSitduYXc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzSitduYXc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uzSitduYXc .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-uzSitduYXc .carousel-indicators li.active,
.cid-uzSitduYXc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uzSitduYXc .carousel-indicators li::after,
.cid-uzSitduYXc .carousel-indicators li::before {
  content: none;
}
.cid-uzSitduYXc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzSitduYXc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uzSitduYXc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzSitduYXc .carousel-indicators {
    display: none;
  }
}
.cid-uzSitduYXc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uzSitduYXc .carousel-inner > .active {
  display: block;
}
.cid-uzSitduYXc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzSitduYXc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzSitduYXc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uzSitduYXc .carousel-control,
  .cid-uzSitduYXc .carousel-indicators,
  .cid-uzSitduYXc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uzSitduYXc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uzSitduYXc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uzSitduYXc .carousel-indicators .active,
.cid-uzSitduYXc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uzSitduYXc .carousel-indicators .active {
  background: #fff;
}
.cid-uzSitduYXc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uzSitduYXc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uzSitduYXc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uzSitduYXc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uzSitduYXc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uzSitduYXc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uzSitduYXc .carousel {
  width: 100%;
}
.cid-uzSitduYXc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uzSitduYXc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uzSitduYXc .modal.fade .modal-dialog,
.cid-uzSitduYXc .modal.in .modal-dialog {
  transform: none;
}
.cid-uzSitduYXc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uzSitduYXc H6 {
  text-align: center;
}
.cid-uzSitduYXc .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uzSitduYXc .gallery5 {
  position: relative;
  min-height: 100vh;
  background-color: transparent;
}
.cid-uzSitduYXc .gallery5::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  background-color: black;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 992px) {
  .cid-uzSitduYXc .gallery5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 8px;
    background-color: black;
    transform: translateX(-50%);
    z-index: 0;
  }
}
.cid-uxSa7Os0j8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxSa7Os0j8 h2 {
  text-align: center;
}
.cid-uxSa7Os0j8 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uxSa7Os0j8 p {
  color: #767676;
}
.cid-uxSa7Os0j8 img {
  object-fit: cover;
}
.cid-uxSa7Os0j8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uxSa7Os0j8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uxSa7Os0j8 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uxSa7Os0j8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uxSa7Os0j8 .card-title {
  font-weight: 500;
}
.cid-uxSa7Os0j8 .card-img {
  text-align: inherit;
}
.cid-uxSa7Os0j8 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uxSa7Os0j8 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uxSa7Os0j8 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxSa7Os0j8 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uxSa7Os0j8 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uxSa7Os0j8 .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uqOmOWX8Tm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uqOmOWX8Tm .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uqOmOWX8Tm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uqOmOWX8Tm .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uqOmOWX8Tm .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uqOmOWX8Tm .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uqOmOWX8Tm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uqOmOWX8Tm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uqOmOWX8Tm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqOmOWX8Tm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uqOmOWX8Tm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uqOmOWX8Tm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqOmOWX8Tm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqOmOWX8Tm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uqOmOWX8Tm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uqOmOWX8Tm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uqOmOWX8Tm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uqOmOWX8Tm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqOmOWX8Tm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uqOmOWX8Tm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uqOmOWX8Tm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uqOmOWX8Tm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uqOmOWX8Tm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uqOmOWX8Tm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uqOmOWX8Tm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uqOmOWX8Tm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uqOmOWX8Tm .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uqOmOWX8Tm .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uqOmOWX8Tm .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uqOmOWX8Tm .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uqOmOWX8Tm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqOmOWX8Tm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqOmOWX8Tm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uqOmOWX8Tm .dropdown-item.active,
.cid-uqOmOWX8Tm .dropdown-item:active {
  background-color: transparent;
}
.cid-uqOmOWX8Tm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uqOmOWX8Tm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqOmOWX8Tm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqOmOWX8Tm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqOmOWX8Tm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uqOmOWX8Tm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqOmOWX8Tm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uqOmOWX8Tm .navbar-buttons {
  text-align: center;
}
.cid-uqOmOWX8Tm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uqOmOWX8Tm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uqOmOWX8Tm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uqOmOWX8Tm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uqOmOWX8Tm .nav-link:hover,
.cid-uqOmOWX8Tm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uqOmOWX8Tm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uqOmOWX8Tm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uqOmOWX8Tm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uzL8m7QPK0 {
  background: #ffffff;
}
.cid-uzL8m7QPK0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uzL8m7QPK0 .mbr-figure {
  margin: 0 auto;
}
.cid-uzL8m7QPK0 figcaption {
  position: relative;
}
.cid-uzL8m7QPK0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzL8m7QPK0 .image-block {
    width: 100% !important;
  }
}
.cid-uzL9xgfXYV {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #243a5e;
}
.cid-uzL9xgfXYV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uzL9xgfXYV .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-uzL9xgfXYV .mbr-section-title {
  text-align: left;
}
.cid-uzLanpiEGD {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzLanpiEGD .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uzLanpiEGD .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uzLanpiEGD .mbr-section-title {
  text-align: left;
}
.cid-uA2jC46X9k {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2jC46X9k .mbr-section-subtitle {
  color: #767676;
}
.cid-uB4m6MuuTd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB4m6MuuTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4m6MuuTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4m6MuuTd .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uB4m6MuuTd .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uB4m6MuuTd .card:first-child {
    border: none;
  }
  .cid-uB4m6MuuTd .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uB4m6MuuTd .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uB4m6MuuTd .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uB4m6MuuTd .card-wrapper .mbr-text,
.cid-uB4m6MuuTd .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uB4m6MuuTd .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uB4m6MuuTd .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uB4m6MuuTd .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2iVYAhaF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2iVYAhaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2iVYAhaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2iVYAhaF .item {
  padding-bottom: 2rem;
}
.cid-uA2iVYAhaF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uA2iVYAhaF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uA2iVYAhaF .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-uA2iVYAhaF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2iVYAhaF .carousel-control,
.cid-uA2iVYAhaF .close {
  background: #1b1b1b;
}
.cid-uA2iVYAhaF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2iVYAhaF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2iVYAhaF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2iVYAhaF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2iVYAhaF .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-uA2iVYAhaF .close::before {
  content: '\e91a';
}
.cid-uA2iVYAhaF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2iVYAhaF .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-uA2iVYAhaF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2iVYAhaF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2iVYAhaF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2iVYAhaF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2iVYAhaF .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-uA2iVYAhaF .carousel-indicators li.active,
.cid-uA2iVYAhaF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2iVYAhaF .carousel-indicators li::after,
.cid-uA2iVYAhaF .carousel-indicators li::before {
  content: none;
}
.cid-uA2iVYAhaF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2iVYAhaF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2iVYAhaF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2iVYAhaF .carousel-indicators {
    display: none;
  }
}
.cid-uA2iVYAhaF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2iVYAhaF .carousel-inner > .active {
  display: block;
}
.cid-uA2iVYAhaF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2iVYAhaF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2iVYAhaF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2iVYAhaF .carousel-control,
  .cid-uA2iVYAhaF .carousel-indicators,
  .cid-uA2iVYAhaF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2iVYAhaF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2iVYAhaF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2iVYAhaF .carousel-indicators .active,
.cid-uA2iVYAhaF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2iVYAhaF .carousel-indicators .active {
  background: #fff;
}
.cid-uA2iVYAhaF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2iVYAhaF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2iVYAhaF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2iVYAhaF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2iVYAhaF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2iVYAhaF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2iVYAhaF .carousel {
  width: 100%;
}
.cid-uA2iVYAhaF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2iVYAhaF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2iVYAhaF .modal.fade .modal-dialog,
.cid-uA2iVYAhaF .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2iVYAhaF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2iVYAhaF H6 {
  text-align: center;
}
.cid-uA2iVYAhaF .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2iTasFum {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2iTasFum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2iTasFum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2iTasFum .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2iTasFum .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2iTasFum .card:first-child {
    border: none;
  }
  .cid-uA2iTasFum .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2iTasFum .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2iTasFum .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2iTasFum .card-wrapper .mbr-text,
.cid-uA2iTasFum .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2iTasFum .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2iTasFum .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2iTasFum .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2iWKQODL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2iWKQODL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2iWKQODL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2iWKQODL .item {
  padding-bottom: 2rem;
}
.cid-uA2iWKQODL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uA2iWKQODL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uA2iWKQODL .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-uA2iWKQODL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2iWKQODL .carousel-control,
.cid-uA2iWKQODL .close {
  background: #1b1b1b;
}
.cid-uA2iWKQODL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2iWKQODL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2iWKQODL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2iWKQODL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2iWKQODL .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-uA2iWKQODL .close::before {
  content: '\e91a';
}
.cid-uA2iWKQODL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2iWKQODL .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-uA2iWKQODL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2iWKQODL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2iWKQODL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2iWKQODL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2iWKQODL .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-uA2iWKQODL .carousel-indicators li.active,
.cid-uA2iWKQODL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2iWKQODL .carousel-indicators li::after,
.cid-uA2iWKQODL .carousel-indicators li::before {
  content: none;
}
.cid-uA2iWKQODL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2iWKQODL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2iWKQODL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2iWKQODL .carousel-indicators {
    display: none;
  }
}
.cid-uA2iWKQODL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2iWKQODL .carousel-inner > .active {
  display: block;
}
.cid-uA2iWKQODL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2iWKQODL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2iWKQODL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2iWKQODL .carousel-control,
  .cid-uA2iWKQODL .carousel-indicators,
  .cid-uA2iWKQODL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2iWKQODL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2iWKQODL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2iWKQODL .carousel-indicators .active,
.cid-uA2iWKQODL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2iWKQODL .carousel-indicators .active {
  background: #fff;
}
.cid-uA2iWKQODL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2iWKQODL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2iWKQODL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2iWKQODL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2iWKQODL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2iWKQODL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2iWKQODL .carousel {
  width: 100%;
}
.cid-uA2iWKQODL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2iWKQODL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2iWKQODL .modal.fade .modal-dialog,
.cid-uA2iWKQODL .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2iWKQODL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2iWKQODL H6 {
  text-align: center;
}
.cid-uA2iWKQODL .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2JqKSe5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2JqKSe5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2JqKSe5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2JqKSe5F .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2JqKSe5F .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2JqKSe5F .card:first-child {
    border: none;
  }
  .cid-uA2JqKSe5F .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2JqKSe5F .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2JqKSe5F .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2JqKSe5F .card-wrapper .mbr-text,
.cid-uA2JqKSe5F .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2JqKSe5F .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2JqKSe5F .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2JqKSe5F .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uA2JEB9LAR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2JEB9LAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2JEB9LAR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2JEB9LAR .item {
  padding-bottom: 2rem;
}
.cid-uA2JEB9LAR .item-wrapper {
  position: relative;
}
.cid-uA2JEB9LAR .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-uA2JEB9LAR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2JEB9LAR .carousel-control,
.cid-uA2JEB9LAR .close {
  background: #1b1b1b;
}
.cid-uA2JEB9LAR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2JEB9LAR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2JEB9LAR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2JEB9LAR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2JEB9LAR .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-uA2JEB9LAR .close::before {
  content: '\e91a';
}
.cid-uA2JEB9LAR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2JEB9LAR .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-uA2JEB9LAR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2JEB9LAR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2JEB9LAR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2JEB9LAR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2JEB9LAR .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-uA2JEB9LAR .carousel-indicators li.active,
.cid-uA2JEB9LAR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2JEB9LAR .carousel-indicators li::after,
.cid-uA2JEB9LAR .carousel-indicators li::before {
  content: none;
}
.cid-uA2JEB9LAR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2JEB9LAR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2JEB9LAR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2JEB9LAR .carousel-indicators {
    display: none;
  }
}
.cid-uA2JEB9LAR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2JEB9LAR .carousel-inner > .active {
  display: block;
}
.cid-uA2JEB9LAR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2JEB9LAR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2JEB9LAR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2JEB9LAR .carousel-control,
  .cid-uA2JEB9LAR .carousel-indicators,
  .cid-uA2JEB9LAR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2JEB9LAR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2JEB9LAR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2JEB9LAR .carousel-indicators .active,
.cid-uA2JEB9LAR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2JEB9LAR .carousel-indicators .active {
  background: #fff;
}
.cid-uA2JEB9LAR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2JEB9LAR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2JEB9LAR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2JEB9LAR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2JEB9LAR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2JEB9LAR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2JEB9LAR .carousel {
  width: 100%;
}
.cid-uA2JEB9LAR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2JEB9LAR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2JEB9LAR .modal.fade .modal-dialog,
.cid-uA2JEB9LAR .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2JEB9LAR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2JEB9LAR H6 {
  text-align: center;
}
.cid-uA2JEB9LAR .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2KUIKZCo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2KUIKZCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2KUIKZCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2KUIKZCo .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2KUIKZCo .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2KUIKZCo .card:first-child {
    border: none;
  }
  .cid-uA2KUIKZCo .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2KUIKZCo .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2KUIKZCo .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2KUIKZCo .card-wrapper .mbr-text,
.cid-uA2KUIKZCo .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2KUIKZCo .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2KUIKZCo .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2KUIKZCo .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2KWy8tZO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2KWy8tZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2KWy8tZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2KWy8tZO .item {
  padding-bottom: 2rem;
}
.cid-uA2KWy8tZO .item-wrapper {
  position: relative;
}
.cid-uA2KWy8tZO .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-uA2KWy8tZO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2KWy8tZO .carousel-control,
.cid-uA2KWy8tZO .close {
  background: #1b1b1b;
}
.cid-uA2KWy8tZO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2KWy8tZO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2KWy8tZO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2KWy8tZO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2KWy8tZO .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-uA2KWy8tZO .close::before {
  content: '\e91a';
}
.cid-uA2KWy8tZO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2KWy8tZO .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-uA2KWy8tZO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2KWy8tZO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2KWy8tZO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2KWy8tZO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2KWy8tZO .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-uA2KWy8tZO .carousel-indicators li.active,
.cid-uA2KWy8tZO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2KWy8tZO .carousel-indicators li::after,
.cid-uA2KWy8tZO .carousel-indicators li::before {
  content: none;
}
.cid-uA2KWy8tZO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2KWy8tZO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2KWy8tZO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2KWy8tZO .carousel-indicators {
    display: none;
  }
}
.cid-uA2KWy8tZO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2KWy8tZO .carousel-inner > .active {
  display: block;
}
.cid-uA2KWy8tZO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2KWy8tZO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2KWy8tZO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2KWy8tZO .carousel-control,
  .cid-uA2KWy8tZO .carousel-indicators,
  .cid-uA2KWy8tZO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2KWy8tZO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2KWy8tZO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2KWy8tZO .carousel-indicators .active,
.cid-uA2KWy8tZO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2KWy8tZO .carousel-indicators .active {
  background: #fff;
}
.cid-uA2KWy8tZO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2KWy8tZO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2KWy8tZO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2KWy8tZO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2KWy8tZO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2KWy8tZO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2KWy8tZO .carousel {
  width: 100%;
}
.cid-uA2KWy8tZO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2KWy8tZO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2KWy8tZO .modal.fade .modal-dialog,
.cid-uA2KWy8tZO .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2KWy8tZO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2KWy8tZO H6 {
  text-align: center;
}
.cid-uA2KWy8tZO .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2Le3qfr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Le3qfr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Le3qfr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Le3qfr5 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2Le3qfr5 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2Le3qfr5 .card:first-child {
    border: none;
  }
  .cid-uA2Le3qfr5 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2Le3qfr5 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2Le3qfr5 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2Le3qfr5 .card-wrapper .mbr-text,
.cid-uA2Le3qfr5 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2Le3qfr5 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2Le3qfr5 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2Le3qfr5 .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uA2LgtBVhI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2LgtBVhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2LgtBVhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2LgtBVhI .item {
  padding-bottom: 2rem;
}
.cid-uA2LgtBVhI .item-wrapper {
  position: relative;
}
.cid-uA2LgtBVhI .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-uA2LgtBVhI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2LgtBVhI .carousel-control,
.cid-uA2LgtBVhI .close {
  background: #1b1b1b;
}
.cid-uA2LgtBVhI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2LgtBVhI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2LgtBVhI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2LgtBVhI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2LgtBVhI .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-uA2LgtBVhI .close::before {
  content: '\e91a';
}
.cid-uA2LgtBVhI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2LgtBVhI .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-uA2LgtBVhI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2LgtBVhI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2LgtBVhI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2LgtBVhI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2LgtBVhI .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-uA2LgtBVhI .carousel-indicators li.active,
.cid-uA2LgtBVhI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2LgtBVhI .carousel-indicators li::after,
.cid-uA2LgtBVhI .carousel-indicators li::before {
  content: none;
}
.cid-uA2LgtBVhI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2LgtBVhI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2LgtBVhI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2LgtBVhI .carousel-indicators {
    display: none;
  }
}
.cid-uA2LgtBVhI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2LgtBVhI .carousel-inner > .active {
  display: block;
}
.cid-uA2LgtBVhI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2LgtBVhI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2LgtBVhI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2LgtBVhI .carousel-control,
  .cid-uA2LgtBVhI .carousel-indicators,
  .cid-uA2LgtBVhI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2LgtBVhI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2LgtBVhI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2LgtBVhI .carousel-indicators .active,
.cid-uA2LgtBVhI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2LgtBVhI .carousel-indicators .active {
  background: #fff;
}
.cid-uA2LgtBVhI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2LgtBVhI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2LgtBVhI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2LgtBVhI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2LgtBVhI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2LgtBVhI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2LgtBVhI .carousel {
  width: 100%;
}
.cid-uA2LgtBVhI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2LgtBVhI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2LgtBVhI .modal.fade .modal-dialog,
.cid-uA2LgtBVhI .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2LgtBVhI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2LgtBVhI H6 {
  text-align: center;
}
.cid-uA2LgtBVhI .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2NvxmSbF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2NvxmSbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2NvxmSbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2NvxmSbF .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2NvxmSbF .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2NvxmSbF .card:first-child {
    border: none;
  }
  .cid-uA2NvxmSbF .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2NvxmSbF .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2NvxmSbF .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2NvxmSbF .card-wrapper .mbr-text,
.cid-uA2NvxmSbF .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2NvxmSbF .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2NvxmSbF .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2NvxmSbF .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2Nxs1qii {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Nxs1qii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Nxs1qii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Nxs1qii .item {
  padding-bottom: 2rem;
}
.cid-uA2Nxs1qii .item-wrapper {
  position: relative;
}
.cid-uA2Nxs1qii .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-uA2Nxs1qii .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2Nxs1qii .carousel-control,
.cid-uA2Nxs1qii .close {
  background: #1b1b1b;
}
.cid-uA2Nxs1qii .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2Nxs1qii .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2Nxs1qii .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2Nxs1qii .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2Nxs1qii .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-uA2Nxs1qii .close::before {
  content: '\e91a';
}
.cid-uA2Nxs1qii .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2Nxs1qii .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-uA2Nxs1qii .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2Nxs1qii .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2Nxs1qii .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2Nxs1qii .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2Nxs1qii .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-uA2Nxs1qii .carousel-indicators li.active,
.cid-uA2Nxs1qii .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2Nxs1qii .carousel-indicators li::after,
.cid-uA2Nxs1qii .carousel-indicators li::before {
  content: none;
}
.cid-uA2Nxs1qii .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2Nxs1qii .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2Nxs1qii .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2Nxs1qii .carousel-indicators {
    display: none;
  }
}
.cid-uA2Nxs1qii .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2Nxs1qii .carousel-inner > .active {
  display: block;
}
.cid-uA2Nxs1qii .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2Nxs1qii .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2Nxs1qii .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2Nxs1qii .carousel-control,
  .cid-uA2Nxs1qii .carousel-indicators,
  .cid-uA2Nxs1qii .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2Nxs1qii .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2Nxs1qii .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2Nxs1qii .carousel-indicators .active,
.cid-uA2Nxs1qii .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2Nxs1qii .carousel-indicators .active {
  background: #fff;
}
.cid-uA2Nxs1qii .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2Nxs1qii .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2Nxs1qii .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2Nxs1qii .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2Nxs1qii .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2Nxs1qii .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2Nxs1qii .carousel {
  width: 100%;
}
.cid-uA2Nxs1qii .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2Nxs1qii .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2Nxs1qii .modal.fade .modal-dialog,
.cid-uA2Nxs1qii .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2Nxs1qii .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2Nxs1qii H6 {
  text-align: center;
}
.cid-uA2Nxs1qii .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2O4gMQM3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2O4gMQM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2O4gMQM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2O4gMQM3 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2O4gMQM3 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2O4gMQM3 .card:first-child {
    border: none;
  }
  .cid-uA2O4gMQM3 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2O4gMQM3 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2O4gMQM3 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2O4gMQM3 .card-wrapper .mbr-text,
.cid-uA2O4gMQM3 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2O4gMQM3 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2O4gMQM3 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2O4gMQM3 .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uA2O6b0iLV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2O6b0iLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2O6b0iLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2O6b0iLV .item {
  padding-bottom: 2rem;
}
.cid-uA2O6b0iLV .item-wrapper {
  position: relative;
}
.cid-uA2O6b0iLV .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-uA2O6b0iLV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2O6b0iLV .carousel-control,
.cid-uA2O6b0iLV .close {
  background: #1b1b1b;
}
.cid-uA2O6b0iLV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2O6b0iLV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2O6b0iLV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2O6b0iLV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2O6b0iLV .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-uA2O6b0iLV .close::before {
  content: '\e91a';
}
.cid-uA2O6b0iLV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2O6b0iLV .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-uA2O6b0iLV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2O6b0iLV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2O6b0iLV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2O6b0iLV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2O6b0iLV .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-uA2O6b0iLV .carousel-indicators li.active,
.cid-uA2O6b0iLV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2O6b0iLV .carousel-indicators li::after,
.cid-uA2O6b0iLV .carousel-indicators li::before {
  content: none;
}
.cid-uA2O6b0iLV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2O6b0iLV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2O6b0iLV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2O6b0iLV .carousel-indicators {
    display: none;
  }
}
.cid-uA2O6b0iLV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2O6b0iLV .carousel-inner > .active {
  display: block;
}
.cid-uA2O6b0iLV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2O6b0iLV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2O6b0iLV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2O6b0iLV .carousel-control,
  .cid-uA2O6b0iLV .carousel-indicators,
  .cid-uA2O6b0iLV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2O6b0iLV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2O6b0iLV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2O6b0iLV .carousel-indicators .active,
.cid-uA2O6b0iLV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2O6b0iLV .carousel-indicators .active {
  background: #fff;
}
.cid-uA2O6b0iLV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2O6b0iLV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2O6b0iLV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2O6b0iLV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2O6b0iLV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2O6b0iLV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2O6b0iLV .carousel {
  width: 100%;
}
.cid-uA2O6b0iLV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2O6b0iLV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2O6b0iLV .modal.fade .modal-dialog,
.cid-uA2O6b0iLV .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2O6b0iLV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2O6b0iLV H6 {
  text-align: center;
}
.cid-uA2O6b0iLV .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2OAVKSkZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2OAVKSkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2OAVKSkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2OAVKSkZ .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2OAVKSkZ .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2OAVKSkZ .card:first-child {
    border: none;
  }
  .cid-uA2OAVKSkZ .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2OAVKSkZ .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2OAVKSkZ .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2OAVKSkZ .card-wrapper .mbr-text,
.cid-uA2OAVKSkZ .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2OAVKSkZ .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2OAVKSkZ .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2OAVKSkZ .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2OCKCovy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2OCKCovy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2OCKCovy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2OCKCovy .item {
  padding-bottom: 2rem;
}
.cid-uA2OCKCovy .item-wrapper {
  position: relative;
}
.cid-uA2OCKCovy .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-uA2OCKCovy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2OCKCovy .carousel-control,
.cid-uA2OCKCovy .close {
  background: #1b1b1b;
}
.cid-uA2OCKCovy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2OCKCovy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2OCKCovy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2OCKCovy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2OCKCovy .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-uA2OCKCovy .close::before {
  content: '\e91a';
}
.cid-uA2OCKCovy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2OCKCovy .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-uA2OCKCovy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2OCKCovy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2OCKCovy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2OCKCovy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2OCKCovy .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-uA2OCKCovy .carousel-indicators li.active,
.cid-uA2OCKCovy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2OCKCovy .carousel-indicators li::after,
.cid-uA2OCKCovy .carousel-indicators li::before {
  content: none;
}
.cid-uA2OCKCovy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2OCKCovy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2OCKCovy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2OCKCovy .carousel-indicators {
    display: none;
  }
}
.cid-uA2OCKCovy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2OCKCovy .carousel-inner > .active {
  display: block;
}
.cid-uA2OCKCovy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2OCKCovy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2OCKCovy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2OCKCovy .carousel-control,
  .cid-uA2OCKCovy .carousel-indicators,
  .cid-uA2OCKCovy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2OCKCovy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2OCKCovy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2OCKCovy .carousel-indicators .active,
.cid-uA2OCKCovy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2OCKCovy .carousel-indicators .active {
  background: #fff;
}
.cid-uA2OCKCovy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2OCKCovy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2OCKCovy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2OCKCovy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2OCKCovy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2OCKCovy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2OCKCovy .carousel {
  width: 100%;
}
.cid-uA2OCKCovy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2OCKCovy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2OCKCovy .modal.fade .modal-dialog,
.cid-uA2OCKCovy .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2OCKCovy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2OCKCovy H6 {
  text-align: center;
}
.cid-uA2OCKCovy .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2jCDBQ04 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2jCDBQ04 .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2iTTrLV2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2iTTrLV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2iTTrLV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2iTTrLV2 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2iTTrLV2 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2iTTrLV2 .card:first-child {
    border: none;
  }
  .cid-uA2iTTrLV2 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2iTTrLV2 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2iTTrLV2 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2iTTrLV2 .card-wrapper .mbr-text,
.cid-uA2iTTrLV2 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2iTTrLV2 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2iTTrLV2 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2iTTrLV2 .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2jEl56N8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2jEl56N8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2jEl56N8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2jEl56N8 .item {
  padding-bottom: 2rem;
}
.cid-uA2jEl56N8 .item-wrapper {
  position: relative;
}
.cid-uA2jEl56N8 .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-uA2jEl56N8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2jEl56N8 .carousel-control,
.cid-uA2jEl56N8 .close {
  background: #1b1b1b;
}
.cid-uA2jEl56N8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2jEl56N8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2jEl56N8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2jEl56N8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2jEl56N8 .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-uA2jEl56N8 .close::before {
  content: '\e91a';
}
.cid-uA2jEl56N8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2jEl56N8 .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-uA2jEl56N8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2jEl56N8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2jEl56N8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2jEl56N8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2jEl56N8 .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-uA2jEl56N8 .carousel-indicators li.active,
.cid-uA2jEl56N8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2jEl56N8 .carousel-indicators li::after,
.cid-uA2jEl56N8 .carousel-indicators li::before {
  content: none;
}
.cid-uA2jEl56N8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2jEl56N8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2jEl56N8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2jEl56N8 .carousel-indicators {
    display: none;
  }
}
.cid-uA2jEl56N8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2jEl56N8 .carousel-inner > .active {
  display: block;
}
.cid-uA2jEl56N8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2jEl56N8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2jEl56N8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2jEl56N8 .carousel-control,
  .cid-uA2jEl56N8 .carousel-indicators,
  .cid-uA2jEl56N8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2jEl56N8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2jEl56N8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2jEl56N8 .carousel-indicators .active,
.cid-uA2jEl56N8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2jEl56N8 .carousel-indicators .active {
  background: #fff;
}
.cid-uA2jEl56N8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2jEl56N8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2jEl56N8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2jEl56N8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2jEl56N8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2jEl56N8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2jEl56N8 .carousel {
  width: 100%;
}
.cid-uA2jEl56N8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2jEl56N8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2jEl56N8 .modal.fade .modal-dialog,
.cid-uA2jEl56N8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2jEl56N8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2jEl56N8 H6 {
  text-align: center;
}
.cid-uA2jEl56N8 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2PTdcObH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2PTdcObH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2PTdcObH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2PTdcObH .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2PTdcObH .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2PTdcObH .card:first-child {
    border: none;
  }
  .cid-uA2PTdcObH .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2PTdcObH .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2PTdcObH .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2PTdcObH .card-wrapper .mbr-text,
.cid-uA2PTdcObH .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2PTdcObH .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2PTdcObH .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2PTdcObH .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2PXsQiY6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2PXsQiY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2PXsQiY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2PXsQiY6 .item {
  padding-bottom: 2rem;
}
.cid-uA2PXsQiY6 .item-wrapper {
  position: relative;
}
.cid-uA2PXsQiY6 .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-uA2PXsQiY6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2PXsQiY6 .carousel-control,
.cid-uA2PXsQiY6 .close {
  background: #1b1b1b;
}
.cid-uA2PXsQiY6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2PXsQiY6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2PXsQiY6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2PXsQiY6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2PXsQiY6 .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-uA2PXsQiY6 .close::before {
  content: '\e91a';
}
.cid-uA2PXsQiY6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2PXsQiY6 .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-uA2PXsQiY6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2PXsQiY6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2PXsQiY6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2PXsQiY6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2PXsQiY6 .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-uA2PXsQiY6 .carousel-indicators li.active,
.cid-uA2PXsQiY6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2PXsQiY6 .carousel-indicators li::after,
.cid-uA2PXsQiY6 .carousel-indicators li::before {
  content: none;
}
.cid-uA2PXsQiY6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2PXsQiY6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2PXsQiY6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2PXsQiY6 .carousel-indicators {
    display: none;
  }
}
.cid-uA2PXsQiY6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2PXsQiY6 .carousel-inner > .active {
  display: block;
}
.cid-uA2PXsQiY6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2PXsQiY6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2PXsQiY6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2PXsQiY6 .carousel-control,
  .cid-uA2PXsQiY6 .carousel-indicators,
  .cid-uA2PXsQiY6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2PXsQiY6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2PXsQiY6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2PXsQiY6 .carousel-indicators .active,
.cid-uA2PXsQiY6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2PXsQiY6 .carousel-indicators .active {
  background: #fff;
}
.cid-uA2PXsQiY6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2PXsQiY6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2PXsQiY6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2PXsQiY6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2PXsQiY6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2PXsQiY6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2PXsQiY6 .carousel {
  width: 100%;
}
.cid-uA2PXsQiY6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2PXsQiY6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2PXsQiY6 .modal.fade .modal-dialog,
.cid-uA2PXsQiY6 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2PXsQiY6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2PXsQiY6 H6 {
  text-align: center;
}
.cid-uA2PXsQiY6 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2Qui0Qs1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Qui0Qs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Qui0Qs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Qui0Qs1 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2Qui0Qs1 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2Qui0Qs1 .card:first-child {
    border: none;
  }
  .cid-uA2Qui0Qs1 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2Qui0Qs1 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2Qui0Qs1 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2Qui0Qs1 .card-wrapper .mbr-text,
.cid-uA2Qui0Qs1 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2Qui0Qs1 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2Qui0Qs1 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2Qui0Qs1 .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2Qui0Qs1 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2QvX5Q6y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2QvX5Q6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2QvX5Q6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2QvX5Q6y .item {
  padding-bottom: 2rem;
}
.cid-uA2QvX5Q6y .item-wrapper {
  position: relative;
}
.cid-uA2QvX5Q6y .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-uA2QvX5Q6y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2QvX5Q6y .carousel-control,
.cid-uA2QvX5Q6y .close {
  background: #1b1b1b;
}
.cid-uA2QvX5Q6y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2QvX5Q6y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2QvX5Q6y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2QvX5Q6y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2QvX5Q6y .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-uA2QvX5Q6y .close::before {
  content: '\e91a';
}
.cid-uA2QvX5Q6y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2QvX5Q6y .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-uA2QvX5Q6y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2QvX5Q6y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2QvX5Q6y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2QvX5Q6y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2QvX5Q6y .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-uA2QvX5Q6y .carousel-indicators li.active,
.cid-uA2QvX5Q6y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2QvX5Q6y .carousel-indicators li::after,
.cid-uA2QvX5Q6y .carousel-indicators li::before {
  content: none;
}
.cid-uA2QvX5Q6y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2QvX5Q6y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2QvX5Q6y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2QvX5Q6y .carousel-indicators {
    display: none;
  }
}
.cid-uA2QvX5Q6y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2QvX5Q6y .carousel-inner > .active {
  display: block;
}
.cid-uA2QvX5Q6y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2QvX5Q6y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2QvX5Q6y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2QvX5Q6y .carousel-control,
  .cid-uA2QvX5Q6y .carousel-indicators,
  .cid-uA2QvX5Q6y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2QvX5Q6y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2QvX5Q6y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2QvX5Q6y .carousel-indicators .active,
.cid-uA2QvX5Q6y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2QvX5Q6y .carousel-indicators .active {
  background: #fff;
}
.cid-uA2QvX5Q6y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2QvX5Q6y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2QvX5Q6y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2QvX5Q6y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2QvX5Q6y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2QvX5Q6y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2QvX5Q6y .carousel {
  width: 100%;
}
.cid-uA2QvX5Q6y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2QvX5Q6y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2QvX5Q6y .modal.fade .modal-dialog,
.cid-uA2QvX5Q6y .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2QvX5Q6y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2QvX5Q6y H6 {
  text-align: center;
}
.cid-uA2QvX5Q6y .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2QV6rtJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2QV6rtJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2QV6rtJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2QV6rtJR .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2QV6rtJR .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2QV6rtJR .card:first-child {
    border: none;
  }
  .cid-uA2QV6rtJR .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2QV6rtJR .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2QV6rtJR .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2QV6rtJR .card-wrapper .mbr-text,
.cid-uA2QV6rtJR .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2QV6rtJR .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2QV6rtJR .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2QV6rtJR .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2QRPhshC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2QRPhshC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2QRPhshC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2QRPhshC .item {
  padding-bottom: 2rem;
}
.cid-uA2QRPhshC .item-wrapper {
  position: relative;
}
.cid-uA2QRPhshC .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-uA2QRPhshC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2QRPhshC .carousel-control,
.cid-uA2QRPhshC .close {
  background: #1b1b1b;
}
.cid-uA2QRPhshC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2QRPhshC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2QRPhshC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2QRPhshC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2QRPhshC .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-uA2QRPhshC .close::before {
  content: '\e91a';
}
.cid-uA2QRPhshC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2QRPhshC .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-uA2QRPhshC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2QRPhshC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2QRPhshC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2QRPhshC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2QRPhshC .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-uA2QRPhshC .carousel-indicators li.active,
.cid-uA2QRPhshC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2QRPhshC .carousel-indicators li::after,
.cid-uA2QRPhshC .carousel-indicators li::before {
  content: none;
}
.cid-uA2QRPhshC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2QRPhshC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2QRPhshC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2QRPhshC .carousel-indicators {
    display: none;
  }
}
.cid-uA2QRPhshC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2QRPhshC .carousel-inner > .active {
  display: block;
}
.cid-uA2QRPhshC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2QRPhshC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2QRPhshC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2QRPhshC .carousel-control,
  .cid-uA2QRPhshC .carousel-indicators,
  .cid-uA2QRPhshC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2QRPhshC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2QRPhshC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2QRPhshC .carousel-indicators .active,
.cid-uA2QRPhshC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2QRPhshC .carousel-indicators .active {
  background: #fff;
}
.cid-uA2QRPhshC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2QRPhshC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2QRPhshC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2QRPhshC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2QRPhshC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2QRPhshC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2QRPhshC .carousel {
  width: 100%;
}
.cid-uA2QRPhshC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2QRPhshC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2QRPhshC .modal.fade .modal-dialog,
.cid-uA2QRPhshC .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2QRPhshC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2QRPhshC H6 {
  text-align: center;
}
.cid-uA2QRPhshC .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2R9ZKLVD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2R9ZKLVD .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2Rb7c48l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Rb7c48l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Rb7c48l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Rb7c48l .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2Rb7c48l .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2Rb7c48l .card:first-child {
    border: none;
  }
  .cid-uA2Rb7c48l .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2Rb7c48l .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2Rb7c48l .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2Rb7c48l .card-wrapper .mbr-text,
.cid-uA2Rb7c48l .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2Rb7c48l .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2Rb7c48l .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2Rb7c48l .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2Rcc8Fy9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Rcc8Fy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Rcc8Fy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Rcc8Fy9 .item {
  padding-bottom: 2rem;
}
.cid-uA2Rcc8Fy9 .item-wrapper {
  position: relative;
}
.cid-uA2Rcc8Fy9 .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-uA2Rcc8Fy9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2Rcc8Fy9 .carousel-control,
.cid-uA2Rcc8Fy9 .close {
  background: #1b1b1b;
}
.cid-uA2Rcc8Fy9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2Rcc8Fy9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2Rcc8Fy9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2Rcc8Fy9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2Rcc8Fy9 .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-uA2Rcc8Fy9 .close::before {
  content: '\e91a';
}
.cid-uA2Rcc8Fy9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2Rcc8Fy9 .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-uA2Rcc8Fy9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2Rcc8Fy9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2Rcc8Fy9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2Rcc8Fy9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2Rcc8Fy9 .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-uA2Rcc8Fy9 .carousel-indicators li.active,
.cid-uA2Rcc8Fy9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2Rcc8Fy9 .carousel-indicators li::after,
.cid-uA2Rcc8Fy9 .carousel-indicators li::before {
  content: none;
}
.cid-uA2Rcc8Fy9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2Rcc8Fy9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2Rcc8Fy9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2Rcc8Fy9 .carousel-indicators {
    display: none;
  }
}
.cid-uA2Rcc8Fy9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2Rcc8Fy9 .carousel-inner > .active {
  display: block;
}
.cid-uA2Rcc8Fy9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2Rcc8Fy9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2Rcc8Fy9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2Rcc8Fy9 .carousel-control,
  .cid-uA2Rcc8Fy9 .carousel-indicators,
  .cid-uA2Rcc8Fy9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2Rcc8Fy9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2Rcc8Fy9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2Rcc8Fy9 .carousel-indicators .active,
.cid-uA2Rcc8Fy9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2Rcc8Fy9 .carousel-indicators .active {
  background: #fff;
}
.cid-uA2Rcc8Fy9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2Rcc8Fy9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2Rcc8Fy9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2Rcc8Fy9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2Rcc8Fy9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2Rcc8Fy9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2Rcc8Fy9 .carousel {
  width: 100%;
}
.cid-uA2Rcc8Fy9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2Rcc8Fy9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2Rcc8Fy9 .modal.fade .modal-dialog,
.cid-uA2Rcc8Fy9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2Rcc8Fy9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2Rcc8Fy9 H6 {
  text-align: center;
}
.cid-uA2Rcc8Fy9 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2Ry4h34Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Ry4h34Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Ry4h34Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Ry4h34Z .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2Ry4h34Z .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2Ry4h34Z .card:first-child {
    border: none;
  }
  .cid-uA2Ry4h34Z .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2Ry4h34Z .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2Ry4h34Z .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2Ry4h34Z .card-wrapper .mbr-text,
.cid-uA2Ry4h34Z .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2Ry4h34Z .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2Ry4h34Z .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2Ry4h34Z .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2RAom4hc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2RAom4hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2RAom4hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2RAom4hc .item {
  padding-bottom: 2rem;
}
.cid-uA2RAom4hc .item-wrapper {
  position: relative;
}
.cid-uA2RAom4hc .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-uA2RAom4hc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2RAom4hc .carousel-control,
.cid-uA2RAom4hc .close {
  background: #1b1b1b;
}
.cid-uA2RAom4hc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2RAom4hc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2RAom4hc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2RAom4hc .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2RAom4hc .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-uA2RAom4hc .close::before {
  content: '\e91a';
}
.cid-uA2RAom4hc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2RAom4hc .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-uA2RAom4hc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2RAom4hc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2RAom4hc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2RAom4hc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2RAom4hc .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-uA2RAom4hc .carousel-indicators li.active,
.cid-uA2RAom4hc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2RAom4hc .carousel-indicators li::after,
.cid-uA2RAom4hc .carousel-indicators li::before {
  content: none;
}
.cid-uA2RAom4hc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2RAom4hc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2RAom4hc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2RAom4hc .carousel-indicators {
    display: none;
  }
}
.cid-uA2RAom4hc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2RAom4hc .carousel-inner > .active {
  display: block;
}
.cid-uA2RAom4hc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2RAom4hc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2RAom4hc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2RAom4hc .carousel-control,
  .cid-uA2RAom4hc .carousel-indicators,
  .cid-uA2RAom4hc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2RAom4hc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2RAom4hc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2RAom4hc .carousel-indicators .active,
.cid-uA2RAom4hc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2RAom4hc .carousel-indicators .active {
  background: #fff;
}
.cid-uA2RAom4hc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2RAom4hc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2RAom4hc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2RAom4hc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2RAom4hc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2RAom4hc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2RAom4hc .carousel {
  width: 100%;
}
.cid-uA2RAom4hc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2RAom4hc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2RAom4hc .modal.fade .modal-dialog,
.cid-uA2RAom4hc .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2RAom4hc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2RAom4hc H6 {
  text-align: center;
}
.cid-uA2RAom4hc .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2RRTAYdf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2RRTAYdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2RRTAYdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2RRTAYdf .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2RRTAYdf .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2RRTAYdf .card:first-child {
    border: none;
  }
  .cid-uA2RRTAYdf .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2RRTAYdf .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2RRTAYdf .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2RRTAYdf .card-wrapper .mbr-text,
.cid-uA2RRTAYdf .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2RRTAYdf .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2RRTAYdf .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2RRTAYdf .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2RSYWdi6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2RSYWdi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2RSYWdi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2RSYWdi6 .item {
  padding-bottom: 2rem;
}
.cid-uA2RSYWdi6 .item-wrapper {
  position: relative;
}
.cid-uA2RSYWdi6 .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-uA2RSYWdi6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2RSYWdi6 .carousel-control,
.cid-uA2RSYWdi6 .close {
  background: #1b1b1b;
}
.cid-uA2RSYWdi6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2RSYWdi6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2RSYWdi6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2RSYWdi6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2RSYWdi6 .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-uA2RSYWdi6 .close::before {
  content: '\e91a';
}
.cid-uA2RSYWdi6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2RSYWdi6 .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-uA2RSYWdi6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2RSYWdi6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2RSYWdi6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2RSYWdi6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2RSYWdi6 .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-uA2RSYWdi6 .carousel-indicators li.active,
.cid-uA2RSYWdi6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2RSYWdi6 .carousel-indicators li::after,
.cid-uA2RSYWdi6 .carousel-indicators li::before {
  content: none;
}
.cid-uA2RSYWdi6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2RSYWdi6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2RSYWdi6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2RSYWdi6 .carousel-indicators {
    display: none;
  }
}
.cid-uA2RSYWdi6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2RSYWdi6 .carousel-inner > .active {
  display: block;
}
.cid-uA2RSYWdi6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2RSYWdi6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2RSYWdi6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2RSYWdi6 .carousel-control,
  .cid-uA2RSYWdi6 .carousel-indicators,
  .cid-uA2RSYWdi6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2RSYWdi6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2RSYWdi6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2RSYWdi6 .carousel-indicators .active,
.cid-uA2RSYWdi6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2RSYWdi6 .carousel-indicators .active {
  background: #fff;
}
.cid-uA2RSYWdi6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2RSYWdi6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2RSYWdi6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2RSYWdi6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2RSYWdi6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2RSYWdi6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2RSYWdi6 .carousel {
  width: 100%;
}
.cid-uA2RSYWdi6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2RSYWdi6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2RSYWdi6 .modal.fade .modal-dialog,
.cid-uA2RSYWdi6 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2RSYWdi6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2RSYWdi6 H6 {
  text-align: center;
}
.cid-uA2RSYWdi6 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2SaDdWHn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2SaDdWHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2SaDdWHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2SaDdWHn .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2SaDdWHn .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2SaDdWHn .card:first-child {
    border: none;
  }
  .cid-uA2SaDdWHn .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2SaDdWHn .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2SaDdWHn .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2SaDdWHn .card-wrapper .mbr-text,
.cid-uA2SaDdWHn .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2SaDdWHn .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2SaDdWHn .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2SaDdWHn .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2SbPbJAD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2SbPbJAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2SbPbJAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2SbPbJAD .item {
  padding-bottom: 2rem;
}
.cid-uA2SbPbJAD .item-wrapper {
  position: relative;
}
.cid-uA2SbPbJAD .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-uA2SbPbJAD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2SbPbJAD .carousel-control,
.cid-uA2SbPbJAD .close {
  background: #1b1b1b;
}
.cid-uA2SbPbJAD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2SbPbJAD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2SbPbJAD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2SbPbJAD .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2SbPbJAD .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-uA2SbPbJAD .close::before {
  content: '\e91a';
}
.cid-uA2SbPbJAD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2SbPbJAD .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-uA2SbPbJAD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2SbPbJAD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2SbPbJAD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2SbPbJAD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2SbPbJAD .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-uA2SbPbJAD .carousel-indicators li.active,
.cid-uA2SbPbJAD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2SbPbJAD .carousel-indicators li::after,
.cid-uA2SbPbJAD .carousel-indicators li::before {
  content: none;
}
.cid-uA2SbPbJAD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2SbPbJAD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2SbPbJAD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2SbPbJAD .carousel-indicators {
    display: none;
  }
}
.cid-uA2SbPbJAD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2SbPbJAD .carousel-inner > .active {
  display: block;
}
.cid-uA2SbPbJAD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2SbPbJAD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2SbPbJAD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2SbPbJAD .carousel-control,
  .cid-uA2SbPbJAD .carousel-indicators,
  .cid-uA2SbPbJAD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2SbPbJAD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2SbPbJAD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2SbPbJAD .carousel-indicators .active,
.cid-uA2SbPbJAD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2SbPbJAD .carousel-indicators .active {
  background: #fff;
}
.cid-uA2SbPbJAD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2SbPbJAD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2SbPbJAD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2SbPbJAD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2SbPbJAD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2SbPbJAD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2SbPbJAD .carousel {
  width: 100%;
}
.cid-uA2SbPbJAD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2SbPbJAD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2SbPbJAD .modal.fade .modal-dialog,
.cid-uA2SbPbJAD .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2SbPbJAD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2SbPbJAD H6 {
  text-align: center;
}
.cid-uA2SbPbJAD .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2SsOnigv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2SsOnigv .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2Studdpn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Studdpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Studdpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Studdpn .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2Studdpn .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2Studdpn .card:first-child {
    border: none;
  }
  .cid-uA2Studdpn .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2Studdpn .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2Studdpn .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2Studdpn .card-wrapper .mbr-text,
.cid-uA2Studdpn .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2Studdpn .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2Studdpn .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2Studdpn .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2Suz0P9j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2Suz0P9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2Suz0P9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2Suz0P9j .item {
  padding-bottom: 2rem;
}
.cid-uA2Suz0P9j .item-wrapper {
  position: relative;
}
.cid-uA2Suz0P9j .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-uA2Suz0P9j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2Suz0P9j .carousel-control,
.cid-uA2Suz0P9j .close {
  background: #1b1b1b;
}
.cid-uA2Suz0P9j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2Suz0P9j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2Suz0P9j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2Suz0P9j .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2Suz0P9j .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-uA2Suz0P9j .close::before {
  content: '\e91a';
}
.cid-uA2Suz0P9j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2Suz0P9j .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-uA2Suz0P9j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2Suz0P9j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2Suz0P9j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2Suz0P9j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2Suz0P9j .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-uA2Suz0P9j .carousel-indicators li.active,
.cid-uA2Suz0P9j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2Suz0P9j .carousel-indicators li::after,
.cid-uA2Suz0P9j .carousel-indicators li::before {
  content: none;
}
.cid-uA2Suz0P9j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2Suz0P9j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2Suz0P9j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2Suz0P9j .carousel-indicators {
    display: none;
  }
}
.cid-uA2Suz0P9j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2Suz0P9j .carousel-inner > .active {
  display: block;
}
.cid-uA2Suz0P9j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2Suz0P9j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2Suz0P9j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2Suz0P9j .carousel-control,
  .cid-uA2Suz0P9j .carousel-indicators,
  .cid-uA2Suz0P9j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2Suz0P9j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2Suz0P9j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2Suz0P9j .carousel-indicators .active,
.cid-uA2Suz0P9j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2Suz0P9j .carousel-indicators .active {
  background: #fff;
}
.cid-uA2Suz0P9j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2Suz0P9j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2Suz0P9j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2Suz0P9j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2Suz0P9j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2Suz0P9j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2Suz0P9j .carousel {
  width: 100%;
}
.cid-uA2Suz0P9j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2Suz0P9j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2Suz0P9j .modal.fade .modal-dialog,
.cid-uA2Suz0P9j .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2Suz0P9j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2Suz0P9j H6 {
  text-align: center;
}
.cid-uA2Suz0P9j .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2SxwewYB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2SxwewYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2SxwewYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2SxwewYB .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2SxwewYB .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2SxwewYB .card:first-child {
    border: none;
  }
  .cid-uA2SxwewYB .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2SxwewYB .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2SxwewYB .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2SxwewYB .card-wrapper .mbr-text,
.cid-uA2SxwewYB .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2SxwewYB .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2SxwewYB .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2SxwewYB .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2SyyxlzS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA2SyyxlzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2SyyxlzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2SyyxlzS .item {
  padding-bottom: 2rem;
}
.cid-uA2SyyxlzS .item-wrapper {
  position: relative;
}
.cid-uA2SyyxlzS .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-uA2SyyxlzS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2SyyxlzS .carousel-control,
.cid-uA2SyyxlzS .close {
  background: #1b1b1b;
}
.cid-uA2SyyxlzS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2SyyxlzS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2SyyxlzS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2SyyxlzS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2SyyxlzS .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-uA2SyyxlzS .close::before {
  content: '\e91a';
}
.cid-uA2SyyxlzS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2SyyxlzS .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-uA2SyyxlzS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2SyyxlzS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2SyyxlzS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2SyyxlzS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2SyyxlzS .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-uA2SyyxlzS .carousel-indicators li.active,
.cid-uA2SyyxlzS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2SyyxlzS .carousel-indicators li::after,
.cid-uA2SyyxlzS .carousel-indicators li::before {
  content: none;
}
.cid-uA2SyyxlzS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2SyyxlzS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2SyyxlzS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2SyyxlzS .carousel-indicators {
    display: none;
  }
}
.cid-uA2SyyxlzS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2SyyxlzS .carousel-inner > .active {
  display: block;
}
.cid-uA2SyyxlzS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2SyyxlzS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2SyyxlzS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2SyyxlzS .carousel-control,
  .cid-uA2SyyxlzS .carousel-indicators,
  .cid-uA2SyyxlzS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2SyyxlzS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2SyyxlzS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2SyyxlzS .carousel-indicators .active,
.cid-uA2SyyxlzS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2SyyxlzS .carousel-indicators .active {
  background: #fff;
}
.cid-uA2SyyxlzS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2SyyxlzS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2SyyxlzS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2SyyxlzS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2SyyxlzS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2SyyxlzS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2SyyxlzS .carousel {
  width: 100%;
}
.cid-uA2SyyxlzS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2SyyxlzS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2SyyxlzS .modal.fade .modal-dialog,
.cid-uA2SyyxlzS .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2SyyxlzS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2SyyxlzS H6 {
  text-align: center;
}
.cid-uA2SyyxlzS .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2TLJT076 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2TLJT076 .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2TMubzHF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2TMubzHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2TMubzHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2TMubzHF .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2TMubzHF .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2TMubzHF .card:first-child {
    border: none;
  }
  .cid-uA2TMubzHF .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2TMubzHF .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2TMubzHF .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2TMubzHF .card-wrapper .mbr-text,
.cid-uA2TMubzHF .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2TMubzHF .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2TMubzHF .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2TMubzHF .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2TNFiV3y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA2TNFiV3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2TNFiV3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2TNFiV3y .item {
  padding-bottom: 2rem;
}
.cid-uA2TNFiV3y .item-wrapper {
  position: relative;
}
.cid-uA2TNFiV3y .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-uA2TNFiV3y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2TNFiV3y .carousel-control,
.cid-uA2TNFiV3y .close {
  background: #1b1b1b;
}
.cid-uA2TNFiV3y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2TNFiV3y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2TNFiV3y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2TNFiV3y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2TNFiV3y .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-uA2TNFiV3y .close::before {
  content: '\e91a';
}
.cid-uA2TNFiV3y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2TNFiV3y .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-uA2TNFiV3y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2TNFiV3y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2TNFiV3y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2TNFiV3y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2TNFiV3y .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-uA2TNFiV3y .carousel-indicators li.active,
.cid-uA2TNFiV3y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2TNFiV3y .carousel-indicators li::after,
.cid-uA2TNFiV3y .carousel-indicators li::before {
  content: none;
}
.cid-uA2TNFiV3y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2TNFiV3y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2TNFiV3y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2TNFiV3y .carousel-indicators {
    display: none;
  }
}
.cid-uA2TNFiV3y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2TNFiV3y .carousel-inner > .active {
  display: block;
}
.cid-uA2TNFiV3y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2TNFiV3y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2TNFiV3y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2TNFiV3y .carousel-control,
  .cid-uA2TNFiV3y .carousel-indicators,
  .cid-uA2TNFiV3y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2TNFiV3y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2TNFiV3y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2TNFiV3y .carousel-indicators .active,
.cid-uA2TNFiV3y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2TNFiV3y .carousel-indicators .active {
  background: #fff;
}
.cid-uA2TNFiV3y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2TNFiV3y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2TNFiV3y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2TNFiV3y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2TNFiV3y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2TNFiV3y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2TNFiV3y .carousel {
  width: 100%;
}
.cid-uA2TNFiV3y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2TNFiV3y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2TNFiV3y .modal.fade .modal-dialog,
.cid-uA2TNFiV3y .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2TNFiV3y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2TNFiV3y H6 {
  text-align: center;
}
.cid-uA2TNFiV3y .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uvfj90VeHg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uvfj90VeHg .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uvfj90VeHg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvfj90VeHg .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uvfj90VeHg .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uvfj90VeHg .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uvfj90VeHg .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvfj90VeHg .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uvfj90VeHg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfj90VeHg .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uvfj90VeHg .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uvfj90VeHg .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uvfj90VeHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfj90VeHg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uvfj90VeHg .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uvfj90VeHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfj90VeHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfj90VeHg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvfj90VeHg .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uvfj90VeHg .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uvfj90VeHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfj90VeHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uvfj90VeHg .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uvfj90VeHg .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uvfj90VeHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfj90VeHg .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uvfj90VeHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfj90VeHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfj90VeHg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvfj90VeHg .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uvfj90VeHg .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uvfj90VeHg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfj90VeHg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uvfj90VeHg .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uvfj90VeHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uvfj90VeHg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvfj90VeHg .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uvfj90VeHg .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uvfj90VeHg .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uvfj90VeHg .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uvfj90VeHg .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uvfj90VeHg .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uvfj90VeHg .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uvfj90VeHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfj90VeHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfj90VeHg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvfj90VeHg .dropdown-item.active,
.cid-uvfj90VeHg .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfj90VeHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uvfj90VeHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfj90VeHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfj90VeHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvfj90VeHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uvfj90VeHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfj90VeHg ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uvfj90VeHg .navbar-buttons {
  text-align: center;
}
.cid-uvfj90VeHg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvfj90VeHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uvfj90VeHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfj90VeHg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfj90VeHg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfj90VeHg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfj90VeHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfj90VeHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uvfj90VeHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uvfj90VeHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfj90VeHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uvfj90VeHg .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uvfj90VeHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uvfj90VeHg .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uvfj90VeHg .nav-link:hover,
.cid-uvfj90VeHg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvfj90VeHg .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uvfj90VeHg .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uvfj90VeHg .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uzLbaaUWx9 {
  background: #ffffff;
}
.cid-uzLbaaUWx9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uzLbaaUWx9 .mbr-figure {
  margin: 0 auto;
}
.cid-uzLbaaUWx9 figcaption {
  position: relative;
}
.cid-uzLbaaUWx9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzLbaaUWx9 .image-block {
    width: 100% !important;
  }
}
.cid-uzWKVHF0Ug {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #243a5e;
}
.cid-uzWKVHF0Ug .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uzWKVHF0Ug .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-uzWKVHF0Ug .mbr-section-title {
  text-align: left;
}
.cid-uzLbaEiRop {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzLbaEiRop .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uzLbaEiRop .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uzLbaEiRop .mbr-section-title {
  text-align: left;
}
.cid-uA2UNlmLGg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2UNlmLGg .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2UOu1wfe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2UOu1wfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UOu1wfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2UOu1wfe .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2UOu1wfe .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2UOu1wfe .card:first-child {
    border: none;
  }
  .cid-uA2UOu1wfe .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2UOu1wfe .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2UOu1wfe .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2UOu1wfe .card-wrapper .mbr-text,
.cid-uA2UOu1wfe .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2UOu1wfe .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2UOu1wfe .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2UOu1wfe .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2UQ3R59G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2UQ3R59G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UQ3R59G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2UQ3R59G .item {
  padding-bottom: 2rem;
}
.cid-uA2UQ3R59G .item-wrapper {
  position: relative;
}
.cid-uA2UQ3R59G .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-uA2UQ3R59G .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2UQ3R59G .carousel-control,
.cid-uA2UQ3R59G .close {
  background: #1b1b1b;
}
.cid-uA2UQ3R59G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2UQ3R59G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2UQ3R59G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2UQ3R59G .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2UQ3R59G .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-uA2UQ3R59G .close::before {
  content: '\e91a';
}
.cid-uA2UQ3R59G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2UQ3R59G .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-uA2UQ3R59G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2UQ3R59G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2UQ3R59G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2UQ3R59G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2UQ3R59G .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-uA2UQ3R59G .carousel-indicators li.active,
.cid-uA2UQ3R59G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2UQ3R59G .carousel-indicators li::after,
.cid-uA2UQ3R59G .carousel-indicators li::before {
  content: none;
}
.cid-uA2UQ3R59G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2UQ3R59G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2UQ3R59G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2UQ3R59G .carousel-indicators {
    display: none;
  }
}
.cid-uA2UQ3R59G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2UQ3R59G .carousel-inner > .active {
  display: block;
}
.cid-uA2UQ3R59G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2UQ3R59G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2UQ3R59G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2UQ3R59G .carousel-control,
  .cid-uA2UQ3R59G .carousel-indicators,
  .cid-uA2UQ3R59G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2UQ3R59G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2UQ3R59G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2UQ3R59G .carousel-indicators .active,
.cid-uA2UQ3R59G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2UQ3R59G .carousel-indicators .active {
  background: #fff;
}
.cid-uA2UQ3R59G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2UQ3R59G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2UQ3R59G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2UQ3R59G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2UQ3R59G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2UQ3R59G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2UQ3R59G .carousel {
  width: 100%;
}
.cid-uA2UQ3R59G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2UQ3R59G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2UQ3R59G .modal.fade .modal-dialog,
.cid-uA2UQ3R59G .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2UQ3R59G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2UQ3R59G H6 {
  text-align: center;
}
.cid-uA2UQ3R59G .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2VhMcEPH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2VhMcEPH .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2USogFgO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2USogFgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2USogFgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2USogFgO .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2USogFgO .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2USogFgO .card:first-child {
    border: none;
  }
  .cid-uA2USogFgO .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2USogFgO .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2USogFgO .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2USogFgO .card-wrapper .mbr-text,
.cid-uA2USogFgO .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2USogFgO .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2USogFgO .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2USogFgO .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2UTs5DBh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2UTs5DBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2UTs5DBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2UTs5DBh .item {
  padding-bottom: 2rem;
}
.cid-uA2UTs5DBh .item-wrapper {
  position: relative;
}
.cid-uA2UTs5DBh .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-uA2UTs5DBh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2UTs5DBh .carousel-control,
.cid-uA2UTs5DBh .close {
  background: #1b1b1b;
}
.cid-uA2UTs5DBh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2UTs5DBh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2UTs5DBh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2UTs5DBh .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2UTs5DBh .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-uA2UTs5DBh .close::before {
  content: '\e91a';
}
.cid-uA2UTs5DBh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2UTs5DBh .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-uA2UTs5DBh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2UTs5DBh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2UTs5DBh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2UTs5DBh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2UTs5DBh .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-uA2UTs5DBh .carousel-indicators li.active,
.cid-uA2UTs5DBh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2UTs5DBh .carousel-indicators li::after,
.cid-uA2UTs5DBh .carousel-indicators li::before {
  content: none;
}
.cid-uA2UTs5DBh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2UTs5DBh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2UTs5DBh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2UTs5DBh .carousel-indicators {
    display: none;
  }
}
.cid-uA2UTs5DBh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2UTs5DBh .carousel-inner > .active {
  display: block;
}
.cid-uA2UTs5DBh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2UTs5DBh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2UTs5DBh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2UTs5DBh .carousel-control,
  .cid-uA2UTs5DBh .carousel-indicators,
  .cid-uA2UTs5DBh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2UTs5DBh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2UTs5DBh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2UTs5DBh .carousel-indicators .active,
.cid-uA2UTs5DBh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2UTs5DBh .carousel-indicators .active {
  background: #fff;
}
.cid-uA2UTs5DBh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2UTs5DBh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2UTs5DBh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2UTs5DBh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2UTs5DBh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2UTs5DBh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2UTs5DBh .carousel {
  width: 100%;
}
.cid-uA2UTs5DBh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2UTs5DBh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2UTs5DBh .modal.fade .modal-dialog,
.cid-uA2UTs5DBh .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2UTs5DBh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2UTs5DBh H6 {
  text-align: center;
}
.cid-uA2UTs5DBh .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2VvfhHwB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2VvfhHwB .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2VwhCw3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2VwhCw3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VwhCw3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VwhCw3e .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2VwhCw3e .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2VwhCw3e .card:first-child {
    border: none;
  }
  .cid-uA2VwhCw3e .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2VwhCw3e .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2VwhCw3e .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2VwhCw3e .card-wrapper .mbr-text,
.cid-uA2VwhCw3e .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2VwhCw3e .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2VwhCw3e .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2VwhCw3e .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2VxiNY2o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2VxiNY2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VxiNY2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VxiNY2o .item {
  padding-bottom: 2rem;
}
.cid-uA2VxiNY2o .item-wrapper {
  position: relative;
}
.cid-uA2VxiNY2o .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-uA2VxiNY2o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2VxiNY2o .carousel-control,
.cid-uA2VxiNY2o .close {
  background: #1b1b1b;
}
.cid-uA2VxiNY2o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2VxiNY2o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2VxiNY2o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2VxiNY2o .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2VxiNY2o .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-uA2VxiNY2o .close::before {
  content: '\e91a';
}
.cid-uA2VxiNY2o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2VxiNY2o .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-uA2VxiNY2o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2VxiNY2o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2VxiNY2o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2VxiNY2o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2VxiNY2o .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-uA2VxiNY2o .carousel-indicators li.active,
.cid-uA2VxiNY2o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2VxiNY2o .carousel-indicators li::after,
.cid-uA2VxiNY2o .carousel-indicators li::before {
  content: none;
}
.cid-uA2VxiNY2o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2VxiNY2o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2VxiNY2o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2VxiNY2o .carousel-indicators {
    display: none;
  }
}
.cid-uA2VxiNY2o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2VxiNY2o .carousel-inner > .active {
  display: block;
}
.cid-uA2VxiNY2o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2VxiNY2o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2VxiNY2o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2VxiNY2o .carousel-control,
  .cid-uA2VxiNY2o .carousel-indicators,
  .cid-uA2VxiNY2o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2VxiNY2o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2VxiNY2o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2VxiNY2o .carousel-indicators .active,
.cid-uA2VxiNY2o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2VxiNY2o .carousel-indicators .active {
  background: #fff;
}
.cid-uA2VxiNY2o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2VxiNY2o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2VxiNY2o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2VxiNY2o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2VxiNY2o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2VxiNY2o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2VxiNY2o .carousel {
  width: 100%;
}
.cid-uA2VxiNY2o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2VxiNY2o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2VxiNY2o .modal.fade .modal-dialog,
.cid-uA2VxiNY2o .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2VxiNY2o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2VxiNY2o H6 {
  text-align: center;
}
.cid-uA2VxiNY2o .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2VzFUbxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2VzFUbxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VzFUbxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VzFUbxZ .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2VzFUbxZ .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2VzFUbxZ .card:first-child {
    border: none;
  }
  .cid-uA2VzFUbxZ .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2VzFUbxZ .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2VzFUbxZ .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2VzFUbxZ .card-wrapper .mbr-text,
.cid-uA2VzFUbxZ .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2VzFUbxZ .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2VzFUbxZ .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2VzFUbxZ .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2VAyC5Uv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2VAyC5Uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2VAyC5Uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2VAyC5Uv .item {
  padding-bottom: 2rem;
}
.cid-uA2VAyC5Uv .item-wrapper {
  position: relative;
}
.cid-uA2VAyC5Uv .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-uA2VAyC5Uv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2VAyC5Uv .carousel-control,
.cid-uA2VAyC5Uv .close {
  background: #1b1b1b;
}
.cid-uA2VAyC5Uv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2VAyC5Uv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2VAyC5Uv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2VAyC5Uv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2VAyC5Uv .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-uA2VAyC5Uv .close::before {
  content: '\e91a';
}
.cid-uA2VAyC5Uv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2VAyC5Uv .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-uA2VAyC5Uv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2VAyC5Uv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2VAyC5Uv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2VAyC5Uv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2VAyC5Uv .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-uA2VAyC5Uv .carousel-indicators li.active,
.cid-uA2VAyC5Uv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2VAyC5Uv .carousel-indicators li::after,
.cid-uA2VAyC5Uv .carousel-indicators li::before {
  content: none;
}
.cid-uA2VAyC5Uv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2VAyC5Uv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2VAyC5Uv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2VAyC5Uv .carousel-indicators {
    display: none;
  }
}
.cid-uA2VAyC5Uv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2VAyC5Uv .carousel-inner > .active {
  display: block;
}
.cid-uA2VAyC5Uv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2VAyC5Uv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2VAyC5Uv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2VAyC5Uv .carousel-control,
  .cid-uA2VAyC5Uv .carousel-indicators,
  .cid-uA2VAyC5Uv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2VAyC5Uv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2VAyC5Uv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2VAyC5Uv .carousel-indicators .active,
.cid-uA2VAyC5Uv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2VAyC5Uv .carousel-indicators .active {
  background: #fff;
}
.cid-uA2VAyC5Uv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2VAyC5Uv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2VAyC5Uv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2VAyC5Uv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2VAyC5Uv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2VAyC5Uv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2VAyC5Uv .carousel {
  width: 100%;
}
.cid-uA2VAyC5Uv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2VAyC5Uv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2VAyC5Uv .modal.fade .modal-dialog,
.cid-uA2VAyC5Uv .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2VAyC5Uv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2VAyC5Uv H6 {
  text-align: center;
}
.cid-uA2VAyC5Uv .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2W121Z3I {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2W121Z3I .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2W1XtIy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2W1XtIy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2W1XtIy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2W1XtIy2 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2W1XtIy2 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2W1XtIy2 .card:first-child {
    border: none;
  }
  .cid-uA2W1XtIy2 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2W1XtIy2 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2W1XtIy2 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2W1XtIy2 .card-wrapper .mbr-text,
.cid-uA2W1XtIy2 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2W1XtIy2 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2W1XtIy2 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2W1XtIy2 .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2W2TJTle {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2W2TJTle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2W2TJTle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2W2TJTle .item {
  padding-bottom: 2rem;
}
.cid-uA2W2TJTle .item-wrapper {
  position: relative;
}
.cid-uA2W2TJTle .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-uA2W2TJTle .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2W2TJTle .carousel-control,
.cid-uA2W2TJTle .close {
  background: #1b1b1b;
}
.cid-uA2W2TJTle .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2W2TJTle .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2W2TJTle .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2W2TJTle .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2W2TJTle .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-uA2W2TJTle .close::before {
  content: '\e91a';
}
.cid-uA2W2TJTle .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2W2TJTle .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-uA2W2TJTle .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2W2TJTle .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2W2TJTle .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2W2TJTle .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2W2TJTle .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-uA2W2TJTle .carousel-indicators li.active,
.cid-uA2W2TJTle .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2W2TJTle .carousel-indicators li::after,
.cid-uA2W2TJTle .carousel-indicators li::before {
  content: none;
}
.cid-uA2W2TJTle .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2W2TJTle .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2W2TJTle .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2W2TJTle .carousel-indicators {
    display: none;
  }
}
.cid-uA2W2TJTle .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2W2TJTle .carousel-inner > .active {
  display: block;
}
.cid-uA2W2TJTle .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2W2TJTle .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2W2TJTle .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2W2TJTle .carousel-control,
  .cid-uA2W2TJTle .carousel-indicators,
  .cid-uA2W2TJTle .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2W2TJTle .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2W2TJTle .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2W2TJTle .carousel-indicators .active,
.cid-uA2W2TJTle .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2W2TJTle .carousel-indicators .active {
  background: #fff;
}
.cid-uA2W2TJTle .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2W2TJTle .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2W2TJTle .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2W2TJTle .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2W2TJTle .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2W2TJTle .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2W2TJTle .carousel {
  width: 100%;
}
.cid-uA2W2TJTle .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2W2TJTle .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2W2TJTle .modal.fade .modal-dialog,
.cid-uA2W2TJTle .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2W2TJTle .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2W2TJTle H6 {
  text-align: center;
}
.cid-uA2W2TJTle .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2W4NLHu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2W4NLHu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2W4NLHu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2W4NLHu0 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2W4NLHu0 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2W4NLHu0 .card:first-child {
    border: none;
  }
  .cid-uA2W4NLHu0 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2W4NLHu0 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2W4NLHu0 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2W4NLHu0 .card-wrapper .mbr-text,
.cid-uA2W4NLHu0 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2W4NLHu0 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2W4NLHu0 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2W4NLHu0 .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2W5S6DvF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA2W5S6DvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2W5S6DvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2W5S6DvF .item {
  padding-bottom: 2rem;
}
.cid-uA2W5S6DvF .item-wrapper {
  position: relative;
}
.cid-uA2W5S6DvF .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-uA2W5S6DvF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2W5S6DvF .carousel-control,
.cid-uA2W5S6DvF .close {
  background: #1b1b1b;
}
.cid-uA2W5S6DvF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2W5S6DvF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2W5S6DvF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2W5S6DvF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2W5S6DvF .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-uA2W5S6DvF .close::before {
  content: '\e91a';
}
.cid-uA2W5S6DvF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2W5S6DvF .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-uA2W5S6DvF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2W5S6DvF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2W5S6DvF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2W5S6DvF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2W5S6DvF .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-uA2W5S6DvF .carousel-indicators li.active,
.cid-uA2W5S6DvF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2W5S6DvF .carousel-indicators li::after,
.cid-uA2W5S6DvF .carousel-indicators li::before {
  content: none;
}
.cid-uA2W5S6DvF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2W5S6DvF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2W5S6DvF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2W5S6DvF .carousel-indicators {
    display: none;
  }
}
.cid-uA2W5S6DvF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2W5S6DvF .carousel-inner > .active {
  display: block;
}
.cid-uA2W5S6DvF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2W5S6DvF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2W5S6DvF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2W5S6DvF .carousel-control,
  .cid-uA2W5S6DvF .carousel-indicators,
  .cid-uA2W5S6DvF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2W5S6DvF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2W5S6DvF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2W5S6DvF .carousel-indicators .active,
.cid-uA2W5S6DvF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2W5S6DvF .carousel-indicators .active {
  background: #fff;
}
.cid-uA2W5S6DvF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2W5S6DvF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2W5S6DvF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2W5S6DvF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2W5S6DvF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2W5S6DvF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2W5S6DvF .carousel {
  width: 100%;
}
.cid-uA2W5S6DvF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2W5S6DvF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2W5S6DvF .modal.fade .modal-dialog,
.cid-uA2W5S6DvF .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2W5S6DvF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2W5S6DvF H6 {
  text-align: center;
}
.cid-uA2W5S6DvF .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2WBDEW9g {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2WBDEW9g .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2WCOcQag {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2WCOcQag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2WCOcQag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2WCOcQag .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2WCOcQag .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2WCOcQag .card:first-child {
    border: none;
  }
  .cid-uA2WCOcQag .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2WCOcQag .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2WCOcQag .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2WCOcQag .card-wrapper .mbr-text,
.cid-uA2WCOcQag .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2WCOcQag .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2WCOcQag .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2WCOcQag .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2WFGr89L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2WFGr89L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2WFGr89L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2WFGr89L .item {
  padding-bottom: 2rem;
}
.cid-uA2WFGr89L .item-wrapper {
  position: relative;
}
.cid-uA2WFGr89L .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-uA2WFGr89L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2WFGr89L .carousel-control,
.cid-uA2WFGr89L .close {
  background: #1b1b1b;
}
.cid-uA2WFGr89L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2WFGr89L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2WFGr89L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2WFGr89L .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2WFGr89L .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-uA2WFGr89L .close::before {
  content: '\e91a';
}
.cid-uA2WFGr89L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2WFGr89L .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-uA2WFGr89L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2WFGr89L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2WFGr89L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2WFGr89L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2WFGr89L .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-uA2WFGr89L .carousel-indicators li.active,
.cid-uA2WFGr89L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2WFGr89L .carousel-indicators li::after,
.cid-uA2WFGr89L .carousel-indicators li::before {
  content: none;
}
.cid-uA2WFGr89L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2WFGr89L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2WFGr89L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2WFGr89L .carousel-indicators {
    display: none;
  }
}
.cid-uA2WFGr89L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2WFGr89L .carousel-inner > .active {
  display: block;
}
.cid-uA2WFGr89L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2WFGr89L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2WFGr89L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2WFGr89L .carousel-control,
  .cid-uA2WFGr89L .carousel-indicators,
  .cid-uA2WFGr89L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2WFGr89L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2WFGr89L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2WFGr89L .carousel-indicators .active,
.cid-uA2WFGr89L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2WFGr89L .carousel-indicators .active {
  background: #fff;
}
.cid-uA2WFGr89L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2WFGr89L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2WFGr89L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2WFGr89L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2WFGr89L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2WFGr89L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2WFGr89L .carousel {
  width: 100%;
}
.cid-uA2WFGr89L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2WFGr89L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2WFGr89L .modal.fade .modal-dialog,
.cid-uA2WFGr89L .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2WFGr89L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2WFGr89L H6 {
  text-align: center;
}
.cid-uA2WFGr89L .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2WEnk72p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2WEnk72p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2WEnk72p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2WEnk72p .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2WEnk72p .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2WEnk72p .card:first-child {
    border: none;
  }
  .cid-uA2WEnk72p .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2WEnk72p .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2WEnk72p .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2WEnk72p .card-wrapper .mbr-text,
.cid-uA2WEnk72p .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2WEnk72p .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2WEnk72p .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2WEnk72p .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2WGiFZOe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2WGiFZOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2WGiFZOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2WGiFZOe .item {
  padding-bottom: 2rem;
}
.cid-uA2WGiFZOe .item-wrapper {
  position: relative;
}
.cid-uA2WGiFZOe .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-uA2WGiFZOe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2WGiFZOe .carousel-control,
.cid-uA2WGiFZOe .close {
  background: #1b1b1b;
}
.cid-uA2WGiFZOe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2WGiFZOe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2WGiFZOe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2WGiFZOe .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2WGiFZOe .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-uA2WGiFZOe .close::before {
  content: '\e91a';
}
.cid-uA2WGiFZOe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2WGiFZOe .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-uA2WGiFZOe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2WGiFZOe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2WGiFZOe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2WGiFZOe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2WGiFZOe .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-uA2WGiFZOe .carousel-indicators li.active,
.cid-uA2WGiFZOe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2WGiFZOe .carousel-indicators li::after,
.cid-uA2WGiFZOe .carousel-indicators li::before {
  content: none;
}
.cid-uA2WGiFZOe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2WGiFZOe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2WGiFZOe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2WGiFZOe .carousel-indicators {
    display: none;
  }
}
.cid-uA2WGiFZOe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2WGiFZOe .carousel-inner > .active {
  display: block;
}
.cid-uA2WGiFZOe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2WGiFZOe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2WGiFZOe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2WGiFZOe .carousel-control,
  .cid-uA2WGiFZOe .carousel-indicators,
  .cid-uA2WGiFZOe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2WGiFZOe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2WGiFZOe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2WGiFZOe .carousel-indicators .active,
.cid-uA2WGiFZOe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2WGiFZOe .carousel-indicators .active {
  background: #fff;
}
.cid-uA2WGiFZOe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2WGiFZOe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2WGiFZOe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2WGiFZOe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2WGiFZOe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2WGiFZOe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2WGiFZOe .carousel {
  width: 100%;
}
.cid-uA2WGiFZOe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2WGiFZOe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2WGiFZOe .modal.fade .modal-dialog,
.cid-uA2WGiFZOe .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2WGiFZOe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2WGiFZOe H6 {
  text-align: center;
}
.cid-uA2WGiFZOe .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2X5XKJ5N {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2X5XKJ5N .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2X769opk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2X769opk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2X769opk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2X769opk .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2X769opk .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2X769opk .card:first-child {
    border: none;
  }
  .cid-uA2X769opk .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2X769opk .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2X769opk .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2X769opk .card-wrapper .mbr-text,
.cid-uA2X769opk .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2X769opk .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2X769opk .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2X769opk .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2XbsnG4V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2XbsnG4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2XbsnG4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2XbsnG4V .item {
  padding-bottom: 2rem;
}
.cid-uA2XbsnG4V .item-wrapper {
  position: relative;
}
.cid-uA2XbsnG4V .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-uA2XbsnG4V .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2XbsnG4V .carousel-control,
.cid-uA2XbsnG4V .close {
  background: #1b1b1b;
}
.cid-uA2XbsnG4V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2XbsnG4V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2XbsnG4V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2XbsnG4V .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2XbsnG4V .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-uA2XbsnG4V .close::before {
  content: '\e91a';
}
.cid-uA2XbsnG4V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2XbsnG4V .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-uA2XbsnG4V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XbsnG4V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2XbsnG4V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2XbsnG4V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2XbsnG4V .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-uA2XbsnG4V .carousel-indicators li.active,
.cid-uA2XbsnG4V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2XbsnG4V .carousel-indicators li::after,
.cid-uA2XbsnG4V .carousel-indicators li::before {
  content: none;
}
.cid-uA2XbsnG4V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2XbsnG4V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2XbsnG4V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2XbsnG4V .carousel-indicators {
    display: none;
  }
}
.cid-uA2XbsnG4V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2XbsnG4V .carousel-inner > .active {
  display: block;
}
.cid-uA2XbsnG4V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XbsnG4V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2XbsnG4V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2XbsnG4V .carousel-control,
  .cid-uA2XbsnG4V .carousel-indicators,
  .cid-uA2XbsnG4V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2XbsnG4V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2XbsnG4V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2XbsnG4V .carousel-indicators .active,
.cid-uA2XbsnG4V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2XbsnG4V .carousel-indicators .active {
  background: #fff;
}
.cid-uA2XbsnG4V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2XbsnG4V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2XbsnG4V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2XbsnG4V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2XbsnG4V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2XbsnG4V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2XbsnG4V .carousel {
  width: 100%;
}
.cid-uA2XbsnG4V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2XbsnG4V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2XbsnG4V .modal.fade .modal-dialog,
.cid-uA2XbsnG4V .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2XbsnG4V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2XbsnG4V H6 {
  text-align: center;
}
.cid-uA2XbsnG4V .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2X8z3faB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2X8z3faB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2X8z3faB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2X8z3faB .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2X8z3faB .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2X8z3faB .card:first-child {
    border: none;
  }
  .cid-uA2X8z3faB .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2X8z3faB .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2X8z3faB .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2X8z3faB .card-wrapper .mbr-text,
.cid-uA2X8z3faB .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2X8z3faB .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2X8z3faB .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2X8z3faB .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2XcaZDv0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2XcaZDv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2XcaZDv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2XcaZDv0 .item {
  padding-bottom: 2rem;
}
.cid-uA2XcaZDv0 .item-wrapper {
  position: relative;
}
.cid-uA2XcaZDv0 .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-uA2XcaZDv0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2XcaZDv0 .carousel-control,
.cid-uA2XcaZDv0 .close {
  background: #1b1b1b;
}
.cid-uA2XcaZDv0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2XcaZDv0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2XcaZDv0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2XcaZDv0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2XcaZDv0 .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-uA2XcaZDv0 .close::before {
  content: '\e91a';
}
.cid-uA2XcaZDv0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2XcaZDv0 .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-uA2XcaZDv0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XcaZDv0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2XcaZDv0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2XcaZDv0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2XcaZDv0 .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-uA2XcaZDv0 .carousel-indicators li.active,
.cid-uA2XcaZDv0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2XcaZDv0 .carousel-indicators li::after,
.cid-uA2XcaZDv0 .carousel-indicators li::before {
  content: none;
}
.cid-uA2XcaZDv0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2XcaZDv0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2XcaZDv0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2XcaZDv0 .carousel-indicators {
    display: none;
  }
}
.cid-uA2XcaZDv0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2XcaZDv0 .carousel-inner > .active {
  display: block;
}
.cid-uA2XcaZDv0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XcaZDv0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2XcaZDv0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2XcaZDv0 .carousel-control,
  .cid-uA2XcaZDv0 .carousel-indicators,
  .cid-uA2XcaZDv0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2XcaZDv0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2XcaZDv0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2XcaZDv0 .carousel-indicators .active,
.cid-uA2XcaZDv0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2XcaZDv0 .carousel-indicators .active {
  background: #fff;
}
.cid-uA2XcaZDv0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2XcaZDv0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2XcaZDv0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2XcaZDv0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2XcaZDv0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2XcaZDv0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2XcaZDv0 .carousel {
  width: 100%;
}
.cid-uA2XcaZDv0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2XcaZDv0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2XcaZDv0 .modal.fade .modal-dialog,
.cid-uA2XcaZDv0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2XcaZDv0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2XcaZDv0 H6 {
  text-align: center;
}
.cid-uA2XcaZDv0 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2X9d6RP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2X9d6RP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2X9d6RP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2X9d6RP3 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2X9d6RP3 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2X9d6RP3 .card:first-child {
    border: none;
  }
  .cid-uA2X9d6RP3 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2X9d6RP3 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2X9d6RP3 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2X9d6RP3 .card-wrapper .mbr-text,
.cid-uA2X9d6RP3 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2X9d6RP3 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2X9d6RP3 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2X9d6RP3 .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2XcMHsQ7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2XcMHsQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2XcMHsQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2XcMHsQ7 .item {
  padding-bottom: 2rem;
}
.cid-uA2XcMHsQ7 .item-wrapper {
  position: relative;
}
.cid-uA2XcMHsQ7 .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-uA2XcMHsQ7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2XcMHsQ7 .carousel-control,
.cid-uA2XcMHsQ7 .close {
  background: #1b1b1b;
}
.cid-uA2XcMHsQ7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2XcMHsQ7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2XcMHsQ7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2XcMHsQ7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2XcMHsQ7 .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-uA2XcMHsQ7 .close::before {
  content: '\e91a';
}
.cid-uA2XcMHsQ7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2XcMHsQ7 .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-uA2XcMHsQ7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XcMHsQ7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2XcMHsQ7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2XcMHsQ7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2XcMHsQ7 .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-uA2XcMHsQ7 .carousel-indicators li.active,
.cid-uA2XcMHsQ7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2XcMHsQ7 .carousel-indicators li::after,
.cid-uA2XcMHsQ7 .carousel-indicators li::before {
  content: none;
}
.cid-uA2XcMHsQ7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2XcMHsQ7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2XcMHsQ7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2XcMHsQ7 .carousel-indicators {
    display: none;
  }
}
.cid-uA2XcMHsQ7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2XcMHsQ7 .carousel-inner > .active {
  display: block;
}
.cid-uA2XcMHsQ7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XcMHsQ7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2XcMHsQ7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2XcMHsQ7 .carousel-control,
  .cid-uA2XcMHsQ7 .carousel-indicators,
  .cid-uA2XcMHsQ7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2XcMHsQ7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2XcMHsQ7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2XcMHsQ7 .carousel-indicators .active,
.cid-uA2XcMHsQ7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2XcMHsQ7 .carousel-indicators .active {
  background: #fff;
}
.cid-uA2XcMHsQ7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2XcMHsQ7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2XcMHsQ7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2XcMHsQ7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2XcMHsQ7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2XcMHsQ7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2XcMHsQ7 .carousel {
  width: 100%;
}
.cid-uA2XcMHsQ7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2XcMHsQ7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2XcMHsQ7 .modal.fade .modal-dialog,
.cid-uA2XcMHsQ7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2XcMHsQ7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2XcMHsQ7 H6 {
  text-align: center;
}
.cid-uA2XcMHsQ7 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2X9Y9PMz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2X9Y9PMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2X9Y9PMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2X9Y9PMz .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2X9Y9PMz .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2X9Y9PMz .card:first-child {
    border: none;
  }
  .cid-uA2X9Y9PMz .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2X9Y9PMz .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2X9Y9PMz .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2X9Y9PMz .card-wrapper .mbr-text,
.cid-uA2X9Y9PMz .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2X9Y9PMz .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2X9Y9PMz .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2X9Y9PMz .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2XdlmVSK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2XdlmVSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2XdlmVSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2XdlmVSK .item {
  padding-bottom: 2rem;
}
.cid-uA2XdlmVSK .item-wrapper {
  position: relative;
}
.cid-uA2XdlmVSK .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-uA2XdlmVSK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2XdlmVSK .carousel-control,
.cid-uA2XdlmVSK .close {
  background: #1b1b1b;
}
.cid-uA2XdlmVSK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2XdlmVSK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2XdlmVSK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2XdlmVSK .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2XdlmVSK .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-uA2XdlmVSK .close::before {
  content: '\e91a';
}
.cid-uA2XdlmVSK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2XdlmVSK .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-uA2XdlmVSK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XdlmVSK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2XdlmVSK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2XdlmVSK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2XdlmVSK .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-uA2XdlmVSK .carousel-indicators li.active,
.cid-uA2XdlmVSK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2XdlmVSK .carousel-indicators li::after,
.cid-uA2XdlmVSK .carousel-indicators li::before {
  content: none;
}
.cid-uA2XdlmVSK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2XdlmVSK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2XdlmVSK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2XdlmVSK .carousel-indicators {
    display: none;
  }
}
.cid-uA2XdlmVSK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2XdlmVSK .carousel-inner > .active {
  display: block;
}
.cid-uA2XdlmVSK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2XdlmVSK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2XdlmVSK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2XdlmVSK .carousel-control,
  .cid-uA2XdlmVSK .carousel-indicators,
  .cid-uA2XdlmVSK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2XdlmVSK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2XdlmVSK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2XdlmVSK .carousel-indicators .active,
.cid-uA2XdlmVSK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2XdlmVSK .carousel-indicators .active {
  background: #fff;
}
.cid-uA2XdlmVSK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2XdlmVSK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2XdlmVSK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2XdlmVSK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2XdlmVSK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2XdlmVSK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2XdlmVSK .carousel {
  width: 100%;
}
.cid-uA2XdlmVSK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2XdlmVSK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2XdlmVSK .modal.fade .modal-dialog,
.cid-uA2XdlmVSK .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2XdlmVSK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2XdlmVSK H6 {
  text-align: center;
}
.cid-uA2XdlmVSK .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2YCzW1T4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2YCzW1T4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2YDuErcU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2YDuErcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2YDuErcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2YDuErcU .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2YDuErcU .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2YDuErcU .card:first-child {
    border: none;
  }
  .cid-uA2YDuErcU .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2YDuErcU .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2YDuErcU .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2YDuErcU .card-wrapper .mbr-text,
.cid-uA2YDuErcU .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2YDuErcU .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2YDuErcU .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2YDuErcU .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2YEZIR9Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2YEZIR9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2YEZIR9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2YEZIR9Q .item {
  padding-bottom: 2rem;
}
.cid-uA2YEZIR9Q .item-wrapper {
  position: relative;
}
.cid-uA2YEZIR9Q .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-uA2YEZIR9Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2YEZIR9Q .carousel-control,
.cid-uA2YEZIR9Q .close {
  background: #1b1b1b;
}
.cid-uA2YEZIR9Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2YEZIR9Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2YEZIR9Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2YEZIR9Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2YEZIR9Q .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-uA2YEZIR9Q .close::before {
  content: '\e91a';
}
.cid-uA2YEZIR9Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2YEZIR9Q .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-uA2YEZIR9Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2YEZIR9Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2YEZIR9Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2YEZIR9Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2YEZIR9Q .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-uA2YEZIR9Q .carousel-indicators li.active,
.cid-uA2YEZIR9Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2YEZIR9Q .carousel-indicators li::after,
.cid-uA2YEZIR9Q .carousel-indicators li::before {
  content: none;
}
.cid-uA2YEZIR9Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2YEZIR9Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2YEZIR9Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2YEZIR9Q .carousel-indicators {
    display: none;
  }
}
.cid-uA2YEZIR9Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2YEZIR9Q .carousel-inner > .active {
  display: block;
}
.cid-uA2YEZIR9Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2YEZIR9Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2YEZIR9Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2YEZIR9Q .carousel-control,
  .cid-uA2YEZIR9Q .carousel-indicators,
  .cid-uA2YEZIR9Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2YEZIR9Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2YEZIR9Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2YEZIR9Q .carousel-indicators .active,
.cid-uA2YEZIR9Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2YEZIR9Q .carousel-indicators .active {
  background: #fff;
}
.cid-uA2YEZIR9Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2YEZIR9Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2YEZIR9Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2YEZIR9Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2YEZIR9Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2YEZIR9Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2YEZIR9Q .carousel {
  width: 100%;
}
.cid-uA2YEZIR9Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2YEZIR9Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2YEZIR9Q .modal.fade .modal-dialog,
.cid-uA2YEZIR9Q .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2YEZIR9Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2YEZIR9Q H6 {
  text-align: center;
}
.cid-uA2YEZIR9Q .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2YE9E53K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2YE9E53K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2YE9E53K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2YE9E53K .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2YE9E53K .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2YE9E53K .card:first-child {
    border: none;
  }
  .cid-uA2YE9E53K .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2YE9E53K .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2YE9E53K .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2YE9E53K .card-wrapper .mbr-text,
.cid-uA2YE9E53K .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2YE9E53K .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2YE9E53K .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2YE9E53K .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2YFwFaUH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2YFwFaUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2YFwFaUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2YFwFaUH .item {
  padding-bottom: 2rem;
}
.cid-uA2YFwFaUH .item-wrapper {
  position: relative;
}
.cid-uA2YFwFaUH .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-uA2YFwFaUH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2YFwFaUH .carousel-control,
.cid-uA2YFwFaUH .close {
  background: #1b1b1b;
}
.cid-uA2YFwFaUH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2YFwFaUH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2YFwFaUH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2YFwFaUH .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2YFwFaUH .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-uA2YFwFaUH .close::before {
  content: '\e91a';
}
.cid-uA2YFwFaUH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2YFwFaUH .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-uA2YFwFaUH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2YFwFaUH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2YFwFaUH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2YFwFaUH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2YFwFaUH .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-uA2YFwFaUH .carousel-indicators li.active,
.cid-uA2YFwFaUH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2YFwFaUH .carousel-indicators li::after,
.cid-uA2YFwFaUH .carousel-indicators li::before {
  content: none;
}
.cid-uA2YFwFaUH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2YFwFaUH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2YFwFaUH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2YFwFaUH .carousel-indicators {
    display: none;
  }
}
.cid-uA2YFwFaUH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2YFwFaUH .carousel-inner > .active {
  display: block;
}
.cid-uA2YFwFaUH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2YFwFaUH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2YFwFaUH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2YFwFaUH .carousel-control,
  .cid-uA2YFwFaUH .carousel-indicators,
  .cid-uA2YFwFaUH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2YFwFaUH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2YFwFaUH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2YFwFaUH .carousel-indicators .active,
.cid-uA2YFwFaUH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2YFwFaUH .carousel-indicators .active {
  background: #fff;
}
.cid-uA2YFwFaUH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2YFwFaUH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2YFwFaUH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2YFwFaUH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2YFwFaUH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2YFwFaUH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2YFwFaUH .carousel {
  width: 100%;
}
.cid-uA2YFwFaUH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2YFwFaUH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2YFwFaUH .modal.fade .modal-dialog,
.cid-uA2YFwFaUH .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2YFwFaUH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2YFwFaUH H6 {
  text-align: center;
}
.cid-uA2YFwFaUH .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uvfjaBeeKV {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uvfjaBeeKV .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uvfjaBeeKV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvfjaBeeKV .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uvfjaBeeKV .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uvfjaBeeKV .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uvfjaBeeKV .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvfjaBeeKV .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uvfjaBeeKV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfjaBeeKV .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uvfjaBeeKV .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uvfjaBeeKV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfjaBeeKV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvfjaBeeKV .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uvfjaBeeKV .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uvfjaBeeKV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uvfjaBeeKV .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uvfjaBeeKV .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uvfjaBeeKV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvfjaBeeKV .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uvfjaBeeKV .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uvfjaBeeKV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uvfjaBeeKV .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uvfjaBeeKV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uvfjaBeeKV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvfjaBeeKV .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uvfjaBeeKV .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uvfjaBeeKV .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uvfjaBeeKV .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uvfjaBeeKV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uvfjaBeeKV .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uvfjaBeeKV .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uvfjaBeeKV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfjaBeeKV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfjaBeeKV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvfjaBeeKV .dropdown-item.active,
.cid-uvfjaBeeKV .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfjaBeeKV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uvfjaBeeKV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfjaBeeKV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfjaBeeKV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvfjaBeeKV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uvfjaBeeKV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfjaBeeKV ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uvfjaBeeKV .navbar-buttons {
  text-align: center;
}
.cid-uvfjaBeeKV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uvfjaBeeKV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfjaBeeKV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uvfjaBeeKV .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uvfjaBeeKV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uvfjaBeeKV .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uvfjaBeeKV .nav-link:hover,
.cid-uvfjaBeeKV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvfjaBeeKV .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uvfjaBeeKV .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uvfjaBeeKV .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uzLbqlCMkJ {
  background: #ffffff;
}
.cid-uzLbqlCMkJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uzLbqlCMkJ .mbr-figure {
  margin: 0 auto;
}
.cid-uzLbqlCMkJ figcaption {
  position: relative;
}
.cid-uzLbqlCMkJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzLbqlCMkJ .image-block {
    width: 100% !important;
  }
}
.cid-uzWKXrbwZP {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #243a5e;
}
.cid-uzWKXrbwZP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uzWKXrbwZP .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-uzWKXrbwZP .mbr-section-title {
  text-align: left;
}
.cid-uzLbqHOdEc {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzLbqHOdEc .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uzLbqHOdEc .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uzLbqHOdEc .mbr-section-title {
  text-align: left;
}
.cid-uA2ZfjMcIQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2ZfjMcIQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2ZgmAzVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2ZgmAzVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ZgmAzVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ZgmAzVQ .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2ZgmAzVQ .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2ZgmAzVQ .card:first-child {
    border: none;
  }
  .cid-uA2ZgmAzVQ .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2ZgmAzVQ .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2ZgmAzVQ .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2ZgmAzVQ .card-wrapper .mbr-text,
.cid-uA2ZgmAzVQ .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2ZgmAzVQ .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2ZgmAzVQ .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2ZgmAzVQ .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2ZhZldsb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2ZhZldsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ZhZldsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ZhZldsb .item {
  padding-bottom: 2rem;
}
.cid-uA2ZhZldsb .item-wrapper {
  position: relative;
}
.cid-uA2ZhZldsb .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-uA2ZhZldsb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2ZhZldsb .carousel-control,
.cid-uA2ZhZldsb .close {
  background: #1b1b1b;
}
.cid-uA2ZhZldsb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2ZhZldsb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2ZhZldsb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2ZhZldsb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2ZhZldsb .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-uA2ZhZldsb .close::before {
  content: '\e91a';
}
.cid-uA2ZhZldsb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2ZhZldsb .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-uA2ZhZldsb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2ZhZldsb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2ZhZldsb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2ZhZldsb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2ZhZldsb .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-uA2ZhZldsb .carousel-indicators li.active,
.cid-uA2ZhZldsb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2ZhZldsb .carousel-indicators li::after,
.cid-uA2ZhZldsb .carousel-indicators li::before {
  content: none;
}
.cid-uA2ZhZldsb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2ZhZldsb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2ZhZldsb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2ZhZldsb .carousel-indicators {
    display: none;
  }
}
.cid-uA2ZhZldsb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2ZhZldsb .carousel-inner > .active {
  display: block;
}
.cid-uA2ZhZldsb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2ZhZldsb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2ZhZldsb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2ZhZldsb .carousel-control,
  .cid-uA2ZhZldsb .carousel-indicators,
  .cid-uA2ZhZldsb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2ZhZldsb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2ZhZldsb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2ZhZldsb .carousel-indicators .active,
.cid-uA2ZhZldsb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2ZhZldsb .carousel-indicators .active {
  background: #fff;
}
.cid-uA2ZhZldsb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2ZhZldsb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2ZhZldsb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2ZhZldsb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2ZhZldsb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2ZhZldsb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2ZhZldsb .carousel {
  width: 100%;
}
.cid-uA2ZhZldsb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2ZhZldsb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2ZhZldsb .modal.fade .modal-dialog,
.cid-uA2ZhZldsb .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2ZhZldsb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2ZhZldsb H6 {
  text-align: center;
}
.cid-uA2ZhZldsb .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2ZgVlYFn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2ZgVlYFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ZgVlYFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ZgVlYFn .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2ZgVlYFn .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2ZgVlYFn .card:first-child {
    border: none;
  }
  .cid-uA2ZgVlYFn .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2ZgVlYFn .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2ZgVlYFn .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2ZgVlYFn .card-wrapper .mbr-text,
.cid-uA2ZgVlYFn .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2ZgVlYFn .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2ZgVlYFn .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2ZgVlYFn .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2ZipcmkU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA2ZipcmkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ZipcmkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ZipcmkU .item {
  padding-bottom: 2rem;
}
.cid-uA2ZipcmkU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uA2ZipcmkU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uA2ZipcmkU .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-uA2ZipcmkU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2ZipcmkU .carousel-control,
.cid-uA2ZipcmkU .close {
  background: #1b1b1b;
}
.cid-uA2ZipcmkU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2ZipcmkU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2ZipcmkU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2ZipcmkU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2ZipcmkU .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-uA2ZipcmkU .close::before {
  content: '\e91a';
}
.cid-uA2ZipcmkU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2ZipcmkU .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-uA2ZipcmkU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2ZipcmkU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2ZipcmkU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2ZipcmkU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2ZipcmkU .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-uA2ZipcmkU .carousel-indicators li.active,
.cid-uA2ZipcmkU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2ZipcmkU .carousel-indicators li::after,
.cid-uA2ZipcmkU .carousel-indicators li::before {
  content: none;
}
.cid-uA2ZipcmkU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2ZipcmkU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2ZipcmkU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2ZipcmkU .carousel-indicators {
    display: none;
  }
}
.cid-uA2ZipcmkU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2ZipcmkU .carousel-inner > .active {
  display: block;
}
.cid-uA2ZipcmkU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2ZipcmkU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2ZipcmkU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2ZipcmkU .carousel-control,
  .cid-uA2ZipcmkU .carousel-indicators,
  .cid-uA2ZipcmkU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2ZipcmkU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2ZipcmkU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2ZipcmkU .carousel-indicators .active,
.cid-uA2ZipcmkU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2ZipcmkU .carousel-indicators .active {
  background: #fff;
}
.cid-uA2ZipcmkU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2ZipcmkU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2ZipcmkU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2ZipcmkU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2ZipcmkU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2ZipcmkU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2ZipcmkU .carousel {
  width: 100%;
}
.cid-uA2ZipcmkU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2ZipcmkU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2ZipcmkU .modal.fade .modal-dialog,
.cid-uA2ZipcmkU .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2ZipcmkU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2ZipcmkU H6 {
  text-align: center;
}
.cid-uA2ZipcmkU .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA2ZLBX8Dj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA2ZLBX8Dj .mbr-section-subtitle {
  color: #767676;
}
.cid-uA2ZMtg1bW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2ZMtg1bW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ZMtg1bW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ZMtg1bW .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA2ZMtg1bW .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA2ZMtg1bW .card:first-child {
    border: none;
  }
  .cid-uA2ZMtg1bW .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA2ZMtg1bW .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA2ZMtg1bW .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA2ZMtg1bW .card-wrapper .mbr-text,
.cid-uA2ZMtg1bW .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2ZMtg1bW .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA2ZMtg1bW .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA2ZMtg1bW .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA2ZKjxAbq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA2ZKjxAbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ZKjxAbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ZKjxAbq .item {
  padding-bottom: 2rem;
}
.cid-uA2ZKjxAbq .item-wrapper {
  position: relative;
}
.cid-uA2ZKjxAbq .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-uA2ZKjxAbq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA2ZKjxAbq .carousel-control,
.cid-uA2ZKjxAbq .close {
  background: #1b1b1b;
}
.cid-uA2ZKjxAbq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA2ZKjxAbq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA2ZKjxAbq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA2ZKjxAbq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA2ZKjxAbq .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-uA2ZKjxAbq .close::before {
  content: '\e91a';
}
.cid-uA2ZKjxAbq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA2ZKjxAbq .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-uA2ZKjxAbq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2ZKjxAbq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA2ZKjxAbq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA2ZKjxAbq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA2ZKjxAbq .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-uA2ZKjxAbq .carousel-indicators li.active,
.cid-uA2ZKjxAbq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA2ZKjxAbq .carousel-indicators li::after,
.cid-uA2ZKjxAbq .carousel-indicators li::before {
  content: none;
}
.cid-uA2ZKjxAbq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA2ZKjxAbq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA2ZKjxAbq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA2ZKjxAbq .carousel-indicators {
    display: none;
  }
}
.cid-uA2ZKjxAbq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA2ZKjxAbq .carousel-inner > .active {
  display: block;
}
.cid-uA2ZKjxAbq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA2ZKjxAbq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA2ZKjxAbq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA2ZKjxAbq .carousel-control,
  .cid-uA2ZKjxAbq .carousel-indicators,
  .cid-uA2ZKjxAbq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA2ZKjxAbq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA2ZKjxAbq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA2ZKjxAbq .carousel-indicators .active,
.cid-uA2ZKjxAbq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA2ZKjxAbq .carousel-indicators .active {
  background: #fff;
}
.cid-uA2ZKjxAbq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA2ZKjxAbq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA2ZKjxAbq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA2ZKjxAbq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA2ZKjxAbq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA2ZKjxAbq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA2ZKjxAbq .carousel {
  width: 100%;
}
.cid-uA2ZKjxAbq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA2ZKjxAbq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA2ZKjxAbq .modal.fade .modal-dialog,
.cid-uA2ZKjxAbq .modal.in .modal-dialog {
  transform: none;
}
.cid-uA2ZKjxAbq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA2ZKjxAbq H6 {
  text-align: center;
}
.cid-uA2ZKjxAbq .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA301GctwU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uA301GctwU .mbr-section-subtitle {
  color: #767676;
}
.cid-uA3034wuXL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA3034wuXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3034wuXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3034wuXL .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA3034wuXL .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA3034wuXL .card:first-child {
    border: none;
  }
  .cid-uA3034wuXL .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA3034wuXL .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA3034wuXL .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA3034wuXL .card-wrapper .mbr-text,
.cid-uA3034wuXL .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA3034wuXL .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA3034wuXL .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA3034wuXL .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA306DhVj0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA306DhVj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA306DhVj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA306DhVj0 .item {
  padding-bottom: 2rem;
}
.cid-uA306DhVj0 .item-wrapper {
  position: relative;
}
.cid-uA306DhVj0 .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-uA306DhVj0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA306DhVj0 .carousel-control,
.cid-uA306DhVj0 .close {
  background: #1b1b1b;
}
.cid-uA306DhVj0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA306DhVj0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA306DhVj0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA306DhVj0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA306DhVj0 .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-uA306DhVj0 .close::before {
  content: '\e91a';
}
.cid-uA306DhVj0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA306DhVj0 .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-uA306DhVj0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA306DhVj0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA306DhVj0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA306DhVj0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA306DhVj0 .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-uA306DhVj0 .carousel-indicators li.active,
.cid-uA306DhVj0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA306DhVj0 .carousel-indicators li::after,
.cid-uA306DhVj0 .carousel-indicators li::before {
  content: none;
}
.cid-uA306DhVj0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA306DhVj0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA306DhVj0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA306DhVj0 .carousel-indicators {
    display: none;
  }
}
.cid-uA306DhVj0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA306DhVj0 .carousel-inner > .active {
  display: block;
}
.cid-uA306DhVj0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA306DhVj0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA306DhVj0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA306DhVj0 .carousel-control,
  .cid-uA306DhVj0 .carousel-indicators,
  .cid-uA306DhVj0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA306DhVj0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA306DhVj0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA306DhVj0 .carousel-indicators .active,
.cid-uA306DhVj0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA306DhVj0 .carousel-indicators .active {
  background: #fff;
}
.cid-uA306DhVj0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA306DhVj0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA306DhVj0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA306DhVj0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA306DhVj0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA306DhVj0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA306DhVj0 .carousel {
  width: 100%;
}
.cid-uA306DhVj0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA306DhVj0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA306DhVj0 .modal.fade .modal-dialog,
.cid-uA306DhVj0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uA306DhVj0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA306DhVj0 H6 {
  text-align: center;
}
.cid-uA306DhVj0 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA303Mwp96 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA303Mwp96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA303Mwp96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA303Mwp96 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA303Mwp96 .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA303Mwp96 .card:first-child {
    border: none;
  }
  .cid-uA303Mwp96 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA303Mwp96 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA303Mwp96 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA303Mwp96 .card-wrapper .mbr-text,
.cid-uA303Mwp96 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA303Mwp96 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA303Mwp96 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA303Mwp96 .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA307dD0by {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA307dD0by .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA307dD0by .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA307dD0by .item {
  padding-bottom: 2rem;
}
.cid-uA307dD0by .item-wrapper {
  position: relative;
}
.cid-uA307dD0by .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-uA307dD0by .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA307dD0by .carousel-control,
.cid-uA307dD0by .close {
  background: #1b1b1b;
}
.cid-uA307dD0by .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA307dD0by .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA307dD0by .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA307dD0by .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA307dD0by .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-uA307dD0by .close::before {
  content: '\e91a';
}
.cid-uA307dD0by .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA307dD0by .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-uA307dD0by .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA307dD0by .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA307dD0by .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA307dD0by .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA307dD0by .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-uA307dD0by .carousel-indicators li.active,
.cid-uA307dD0by .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA307dD0by .carousel-indicators li::after,
.cid-uA307dD0by .carousel-indicators li::before {
  content: none;
}
.cid-uA307dD0by .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA307dD0by .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA307dD0by .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA307dD0by .carousel-indicators {
    display: none;
  }
}
.cid-uA307dD0by .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA307dD0by .carousel-inner > .active {
  display: block;
}
.cid-uA307dD0by .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA307dD0by .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA307dD0by .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA307dD0by .carousel-control,
  .cid-uA307dD0by .carousel-indicators,
  .cid-uA307dD0by .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA307dD0by .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA307dD0by .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA307dD0by .carousel-indicators .active,
.cid-uA307dD0by .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA307dD0by .carousel-indicators .active {
  background: #fff;
}
.cid-uA307dD0by .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA307dD0by .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA307dD0by .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA307dD0by .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA307dD0by .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA307dD0by .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA307dD0by .carousel {
  width: 100%;
}
.cid-uA307dD0by .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA307dD0by .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA307dD0by .modal.fade .modal-dialog,
.cid-uA307dD0by .modal.in .modal-dialog {
  transform: none;
}
.cid-uA307dD0by .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA307dD0by H6 {
  text-align: center;
}
.cid-uA307dD0by .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uA304BEp1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA304BEp1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA304BEp1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA304BEp1l .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uA304BEp1l .card {
    padding: 0;
    border-left: 1px solid #232323;
    border-radius: 0 !important;
  }
  .cid-uA304BEp1l .card:first-child {
    border: none;
  }
  .cid-uA304BEp1l .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uA304BEp1l .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uA304BEp1l .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uA304BEp1l .card-wrapper .mbr-text,
.cid-uA304BEp1l .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA304BEp1l .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uA304BEp1l .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-uA304BEp1l .mbr-text_2 {
  color: #232323;
  text-align: left;
}
.cid-uA307NcJOy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA307NcJOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA307NcJOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA307NcJOy .item {
  padding-bottom: 2rem;
}
.cid-uA307NcJOy .item-wrapper {
  position: relative;
}
.cid-uA307NcJOy .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-uA307NcJOy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uA307NcJOy .carousel-control,
.cid-uA307NcJOy .close {
  background: #1b1b1b;
}
.cid-uA307NcJOy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uA307NcJOy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uA307NcJOy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uA307NcJOy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uA307NcJOy .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-uA307NcJOy .close::before {
  content: '\e91a';
}
.cid-uA307NcJOy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uA307NcJOy .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-uA307NcJOy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA307NcJOy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uA307NcJOy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uA307NcJOy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uA307NcJOy .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-uA307NcJOy .carousel-indicators li.active,
.cid-uA307NcJOy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uA307NcJOy .carousel-indicators li::after,
.cid-uA307NcJOy .carousel-indicators li::before {
  content: none;
}
.cid-uA307NcJOy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uA307NcJOy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uA307NcJOy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uA307NcJOy .carousel-indicators {
    display: none;
  }
}
.cid-uA307NcJOy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uA307NcJOy .carousel-inner > .active {
  display: block;
}
.cid-uA307NcJOy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uA307NcJOy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uA307NcJOy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uA307NcJOy .carousel-control,
  .cid-uA307NcJOy .carousel-indicators,
  .cid-uA307NcJOy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uA307NcJOy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uA307NcJOy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uA307NcJOy .carousel-indicators .active,
.cid-uA307NcJOy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uA307NcJOy .carousel-indicators .active {
  background: #fff;
}
.cid-uA307NcJOy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uA307NcJOy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uA307NcJOy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uA307NcJOy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uA307NcJOy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uA307NcJOy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uA307NcJOy .carousel {
  width: 100%;
}
.cid-uA307NcJOy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uA307NcJOy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uA307NcJOy .modal.fade .modal-dialog,
.cid-uA307NcJOy .modal.in .modal-dialog {
  transform: none;
}
.cid-uA307NcJOy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uA307NcJOy H6 {
  text-align: center;
}
.cid-uA307NcJOy .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uvfmskKDh0 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uvfmskKDh0 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uvfmskKDh0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvfmskKDh0 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uvfmskKDh0 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uvfmskKDh0 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uvfmskKDh0 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvfmskKDh0 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uvfmskKDh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfmskKDh0 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uvfmskKDh0 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uvfmskKDh0 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uvfmskKDh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfmskKDh0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uvfmskKDh0 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uvfmskKDh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfmskKDh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfmskKDh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvfmskKDh0 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uvfmskKDh0 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uvfmskKDh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfmskKDh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uvfmskKDh0 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uvfmskKDh0 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uvfmskKDh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfmskKDh0 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uvfmskKDh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfmskKDh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfmskKDh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvfmskKDh0 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uvfmskKDh0 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uvfmskKDh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfmskKDh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uvfmskKDh0 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uvfmskKDh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uvfmskKDh0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvfmskKDh0 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uvfmskKDh0 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uvfmskKDh0 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uvfmskKDh0 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uvfmskKDh0 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uvfmskKDh0 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uvfmskKDh0 .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uvfmskKDh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfmskKDh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfmskKDh0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvfmskKDh0 .dropdown-item.active,
.cid-uvfmskKDh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfmskKDh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uvfmskKDh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfmskKDh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfmskKDh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvfmskKDh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uvfmskKDh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfmskKDh0 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uvfmskKDh0 .navbar-buttons {
  text-align: center;
}
.cid-uvfmskKDh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvfmskKDh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uvfmskKDh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfmskKDh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfmskKDh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfmskKDh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfmskKDh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfmskKDh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uvfmskKDh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uvfmskKDh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfmskKDh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uvfmskKDh0 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uvfmskKDh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uvfmskKDh0 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uvfmskKDh0 .nav-link:hover,
.cid-uvfmskKDh0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvfmskKDh0 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uvfmskKDh0 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uvfmskKDh0 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uyrD3UduIN {
  background: #ffffff;
}
.cid-uyrD3UduIN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uyrD3UduIN .mbr-figure {
  margin: 0 auto;
}
.cid-uyrD3UduIN figcaption {
  position: relative;
}
.cid-uyrD3UduIN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uyrD3UduIN .image-block {
    width: 100% !important;
  }
}
.cid-uzWLsnyeZ3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzWLsnyeZ3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyrEldwVSK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uqOmOWX8Tm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uqOmOWX8Tm .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uqOmOWX8Tm .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uqOmOWX8Tm .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uqOmOWX8Tm .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uqOmOWX8Tm .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uqOmOWX8Tm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uqOmOWX8Tm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uqOmOWX8Tm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqOmOWX8Tm .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uqOmOWX8Tm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uqOmOWX8Tm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqOmOWX8Tm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqOmOWX8Tm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uqOmOWX8Tm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uqOmOWX8Tm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uqOmOWX8Tm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uqOmOWX8Tm .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uqOmOWX8Tm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqOmOWX8Tm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uqOmOWX8Tm .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uqOmOWX8Tm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uqOmOWX8Tm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uqOmOWX8Tm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uqOmOWX8Tm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uqOmOWX8Tm .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uqOmOWX8Tm .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uqOmOWX8Tm .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uqOmOWX8Tm .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uqOmOWX8Tm .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uqOmOWX8Tm .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uqOmOWX8Tm .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uqOmOWX8Tm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqOmOWX8Tm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqOmOWX8Tm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uqOmOWX8Tm .dropdown-item.active,
.cid-uqOmOWX8Tm .dropdown-item:active {
  background-color: transparent;
}
.cid-uqOmOWX8Tm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uqOmOWX8Tm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqOmOWX8Tm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqOmOWX8Tm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqOmOWX8Tm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uqOmOWX8Tm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqOmOWX8Tm ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uqOmOWX8Tm .navbar-buttons {
  text-align: center;
}
.cid-uqOmOWX8Tm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOmOWX8Tm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uqOmOWX8Tm .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uqOmOWX8Tm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uqOmOWX8Tm .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uqOmOWX8Tm .nav-link:hover,
.cid-uqOmOWX8Tm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uqOmOWX8Tm .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uqOmOWX8Tm .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uqOmOWX8Tm .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uzcXjt5P9l {
  background: #ffffff;
}
.cid-uzcXjt5P9l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uzcXjt5P9l .mbr-figure {
  margin: 0 auto;
}
.cid-uzcXjt5P9l figcaption {
  position: relative;
}
.cid-uzcXjt5P9l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzcXjt5P9l .image-block {
    width: 100% !important;
  }
}
.cid-uzcJor9I5U {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzcJor9I5U .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uzcJor9I5U .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uzcJor9I5U .mbr-section-title {
  text-align: left;
}
.cid-uztxYorYBD {
  background: #ffffff;
}
.cid-uztxYorYBD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uztxYorYBD .mbr-figure {
  margin: 0 auto;
}
.cid-uztxYorYBD figcaption {
  position: relative;
}
.cid-uztxYorYBD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uztxYorYBD .image-block {
    width: 100% !important;
  }
}
.cid-uztxRQiAQ4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uztxRQiAQ4 .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uztxRQiAQ4 .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uztxRQiAQ4 .mbr-section-title {
  text-align: left;
}
.cid-uztxVGPFzl {
  background: #ffffff;
}
.cid-uztxVGPFzl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uztxVGPFzl .mbr-figure {
  margin: 0 auto;
}
.cid-uztxVGPFzl figcaption {
  position: relative;
}
.cid-uztxVGPFzl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uztxVGPFzl .image-block {
    width: 100% !important;
  }
}
.cid-uztxSq2HCY {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uztxSq2HCY .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uztxSq2HCY .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uztxSq2HCY .mbr-section-title {
  text-align: left;
}
.cid-uzcL6NNqag {
  background: #ffffff;
}
.cid-uzcL6NNqag .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uzcL6NNqag figcaption {
  position: relative;
}
.cid-uzcL6NNqag figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzcL6NNqag .image-block {
    width: 100% !important;
  }
}
.cid-uzcL1Ar1y4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #243a5e;
}
.cid-uzcL1Ar1y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcL1Ar1y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcL1Ar1y4 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uzcL1Ar1y4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uzcL1Ar1y4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzcL1Ar1y4 .container {
    padding: 0 20px;
  }
}
.cid-uzcL1Ar1y4 .row {
  justify-content: center;
}
.cid-uzcL1Ar1y4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uzcL1Ar1y4 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uzcL1Ar1y4 .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uzcL1Ar1y4 .card {
    margin-bottom: 30px;
  }
}
.cid-uzcL1Ar1y4 .card .card-wrapper {
  height: 100%;
}
.cid-uzcL1Ar1y4 .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzcL1Ar1y4 .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-uzcL1Ar1y4 .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
.cid-uzcL1Ar1y4 .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uzcL1Ar1y4 .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-uzcL1Ar1y4 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-uzcL1Ar1y4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzcL1Ar1y4 .mbr-card-title {
  color: #ffffff;
}
.cid-uzcL1Ar1y4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzcL1Ar1y4 .mbr-card-title,
.cid-uzcL1Ar1y4 .icon-wrap {
  text-align: center;
  color: #120c01;
}
.cid-uztLMqlWe5 {
  background: #ffffff;
}
.cid-uztLMqlWe5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uztLMqlWe5 .mbr-figure {
  margin: 0 auto;
}
.cid-uztLMqlWe5 figcaption {
  position: relative;
}
.cid-uztLMqlWe5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uztLMqlWe5 .image-block {
    width: 100% !important;
  }
}
.cid-uztM5eK82l {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uztM5eK82l .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uztM5eK82l .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uztM5eK82l .mbr-section-title {
  text-align: left;
}
.cid-uztMtjZpuP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uztMtjZpuP .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uztMtjZpuP .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uztMtjZpuP .mbr-section-title {
  text-align: left;
}
.cid-uztMR0FeeM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uztMR0FeeM .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uztMR0FeeM .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uztMR0FeeM .mbr-section-title {
  text-align: left;
}
.cid-uztNttbrUq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzcRewSsRW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzcRewSsRW .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uzcRewSsRW .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uzcRewSsRW .mbr-section-title {
  text-align: left;
}
.cid-utlYQz4TDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utlYQz4TDw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utlYQz4TDw img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-utlYQz4TDw .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-utlYQz4TDw .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: center;
}
.cid-utlYQz4TDw .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff3366;
  white-space: nowrap;
}
.cid-utlYQz4TDw .list-group-item span {
  font-size: 1.2em;
  color: #f7ed4a;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-utlYQz4TDw .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-utlYQz4TDw .mbr-text {
  color: #1d1e22;
  text-align: justify;
}
.cid-utlYQz4TDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utlYQz4TDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utlYQz4TDw .image-wrapper img {
  max-width: 150px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-utlYQz4TDw .image-wrapper {
    text-align: center;
  }
}
.cid-utlZAndSfO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utlZAndSfO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utlZAndSfO img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-utlZAndSfO .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-utlZAndSfO .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: center;
}
.cid-utlZAndSfO .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff3366;
  white-space: nowrap;
}
.cid-utlZAndSfO .list-group-item span {
  font-size: 1.2em;
  color: #f7ed4a;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-utlZAndSfO .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-utlZAndSfO .mbr-text {
  color: #1d1e22;
  text-align: justify;
}
.cid-utlZAndSfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-utlZAndSfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utlZAndSfO .image-wrapper img {
  max-width: 150px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-utlZAndSfO .image-wrapper {
    text-align: center;
  }
}
.cid-utlZIwOadX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utlZIwOadX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utlZIwOadX img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-utlZIwOadX .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-utlZIwOadX .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: center;
}
.cid-utlZIwOadX .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff3366;
  white-space: nowrap;
}
.cid-utlZIwOadX .list-group-item span {
  font-size: 1.2em;
  color: #f7ed4a;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-utlZIwOadX .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-utlZIwOadX .mbr-text {
  color: #1d1e22;
  text-align: justify;
}
.cid-utlZIwOadX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utlZIwOadX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utlZIwOadX .image-wrapper img {
  max-width: 150px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-utlZIwOadX .image-wrapper {
    text-align: center;
  }
}
.cid-utlZU7MT9v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utlZU7MT9v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utlZU7MT9v img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-utlZU7MT9v .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-utlZU7MT9v .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: center;
}
.cid-utlZU7MT9v .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff3366;
  white-space: nowrap;
}
.cid-utlZU7MT9v .list-group-item span {
  font-size: 1.2em;
  color: #f7ed4a;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-utlZU7MT9v .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-utlZU7MT9v .mbr-text {
  color: #1d1e22;
  text-align: justify;
}
.cid-utlZU7MT9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-utlZU7MT9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utlZU7MT9v .image-wrapper img {
  max-width: 150px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-utlZU7MT9v .image-wrapper {
    text-align: center;
  }
}
.cid-utm1aZ1qb8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utm1aZ1qb8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utm1aZ1qb8 img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-utm1aZ1qb8 .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-utm1aZ1qb8 .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
  text-align: center;
}
.cid-utm1aZ1qb8 .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ff3366;
  white-space: nowrap;
}
.cid-utm1aZ1qb8 .list-group-item span {
  font-size: 1.2em;
  color: #f7ed4a;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-utm1aZ1qb8 .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-utm1aZ1qb8 .mbr-text {
  color: #1d1e22;
  text-align: justify;
}
.cid-utm1aZ1qb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utm1aZ1qb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utm1aZ1qb8 .image-wrapper img {
  max-width: 150px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-utm1aZ1qb8 .image-wrapper {
    text-align: center;
  }
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uvfm6ohDAW {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uvfm6ohDAW .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uvfm6ohDAW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uvfm6ohDAW .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uvfm6ohDAW .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uvfm6ohDAW .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uvfm6ohDAW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uvfm6ohDAW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uvfm6ohDAW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvfm6ohDAW .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uvfm6ohDAW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uvfm6ohDAW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uvfm6ohDAW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvfm6ohDAW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uvfm6ohDAW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uvfm6ohDAW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvfm6ohDAW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvfm6ohDAW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvfm6ohDAW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uvfm6ohDAW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uvfm6ohDAW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvfm6ohDAW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uvfm6ohDAW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uvfm6ohDAW .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uvfm6ohDAW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvfm6ohDAW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uvfm6ohDAW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvfm6ohDAW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvfm6ohDAW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvfm6ohDAW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uvfm6ohDAW .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uvfm6ohDAW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvfm6ohDAW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uvfm6ohDAW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uvfm6ohDAW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uvfm6ohDAW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvfm6ohDAW .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uvfm6ohDAW .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uvfm6ohDAW .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uvfm6ohDAW .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uvfm6ohDAW .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uvfm6ohDAW .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uvfm6ohDAW .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uvfm6ohDAW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvfm6ohDAW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvfm6ohDAW .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvfm6ohDAW .dropdown-item.active,
.cid-uvfm6ohDAW .dropdown-item:active {
  background-color: transparent;
}
.cid-uvfm6ohDAW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uvfm6ohDAW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvfm6ohDAW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvfm6ohDAW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvfm6ohDAW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uvfm6ohDAW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvfm6ohDAW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uvfm6ohDAW .navbar-buttons {
  text-align: center;
}
.cid-uvfm6ohDAW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvfm6ohDAW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uvfm6ohDAW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvfm6ohDAW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfm6ohDAW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uvfm6ohDAW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvfm6ohDAW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfm6ohDAW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uvfm6ohDAW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uvfm6ohDAW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvfm6ohDAW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uvfm6ohDAW .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uvfm6ohDAW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uvfm6ohDAW .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uvfm6ohDAW .nav-link:hover,
.cid-uvfm6ohDAW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uvfm6ohDAW .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uvfm6ohDAW .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uvfm6ohDAW .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uyrxdt3xxU {
  background: #ffffff;
}
.cid-uyrxdt3xxU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uyrxdt3xxU .mbr-figure {
  margin: 0 auto;
}
.cid-uyrxdt3xxU figcaption {
  position: relative;
}
.cid-uyrxdt3xxU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uyrxdt3xxU .image-block {
    width: 100% !important;
  }
}
.cid-uyrxG99HCv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyrxG99HCv img {
  border-radius: 0px;
}
.cid-uyrxG99HCv .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uyrxG99HCv .date {
  text-transform: uppercase;
  color: #243a5e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uyrxG99HCv .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uyrxG99HCv .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uyrxG99HCv .right {
  display: flex;
  flex-direction: column;
}
.cid-uyrxG99HCv .mbr-section-btn {
  border: 2px solid #243a5e;
  width: auto;
}
.cid-uyrxG99HCv .mbr-section-btn:hover {
  background-color: #243a5e;
  border: 2px solid #243a5e;
}
.cid-uyrxG99HCv .card-heading {
  padding-top: 0;
  text-align: left;
}
.cid-uyrxG99HCv .mbr-text {
  padding-top: 10px;
  color: #232323;
  text-align: justify;
}
.cid-uzuEp1BiFG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzuEp1BiFG img {
  border-radius: 0px;
}
.cid-uzuEp1BiFG .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uzuEp1BiFG .date {
  text-transform: uppercase;
  color: #243a5e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uzuEp1BiFG .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uzuEp1BiFG .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uzuEp1BiFG .right {
  display: flex;
  flex-direction: column;
}
.cid-uzuEp1BiFG .mbr-section-btn {
  border: 2px solid #243a5e;
  width: auto;
}
.cid-uzuEp1BiFG .mbr-section-btn:hover {
  background-color: #243a5e;
  border: 2px solid #243a5e;
}
.cid-uzuEp1BiFG .card-heading {
  padding-top: 0;
  text-align: left;
}
.cid-uzuEp1BiFG .mbr-text {
  padding-top: 10px;
  color: #232323;
  text-align: justify;
}
.cid-uyrzseMoGK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyrzseMoGK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyrzseMoGK img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uyrzseMoGK .top {
    padding-top: 20px;
  }
}
.cid-uyrzseMoGK .row {
  display: flex;
  justify-content: center;
}
.cid-uyrzseMoGK .descr mb-0 {
  text-align: center;
}
.cid-uyrzseMoGK P {
  text-align: center;
}
.cid-uyrzseMoGK .image-title {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #333;
}
.cid-uyrzkl11ns {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyrzkl11ns .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyrzkl11ns img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uyrzkl11ns .top {
    padding-top: 20px;
  }
}
.cid-uyrzkl11ns .image-title {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #333;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uYsE9J7Es9 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uYsE9J7Es9 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uYsE9J7Es9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYsE9J7Es9 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uYsE9J7Es9 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uYsE9J7Es9 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uYsE9J7Es9 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uYsE9J7Es9 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uYsE9J7Es9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsE9J7Es9 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uYsE9J7Es9 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uYsE9J7Es9 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uYsE9J7Es9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsE9J7Es9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uYsE9J7Es9 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uYsE9J7Es9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsE9J7Es9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsE9J7Es9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYsE9J7Es9 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uYsE9J7Es9 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uYsE9J7Es9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsE9J7Es9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uYsE9J7Es9 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uYsE9J7Es9 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uYsE9J7Es9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsE9J7Es9 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uYsE9J7Es9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsE9J7Es9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsE9J7Es9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYsE9J7Es9 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uYsE9J7Es9 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uYsE9J7Es9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsE9J7Es9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uYsE9J7Es9 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uYsE9J7Es9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uYsE9J7Es9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYsE9J7Es9 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uYsE9J7Es9 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uYsE9J7Es9 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uYsE9J7Es9 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uYsE9J7Es9 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uYsE9J7Es9 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uYsE9J7Es9 .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uYsE9J7Es9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsE9J7Es9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsE9J7Es9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uYsE9J7Es9 .dropdown-item.active,
.cid-uYsE9J7Es9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsE9J7Es9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uYsE9J7Es9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsE9J7Es9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsE9J7Es9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYsE9J7Es9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uYsE9J7Es9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsE9J7Es9 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uYsE9J7Es9 .navbar-buttons {
  text-align: center;
}
.cid-uYsE9J7Es9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYsE9J7Es9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uYsE9J7Es9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsE9J7Es9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uYsE9J7Es9 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uYsE9J7Es9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uYsE9J7Es9 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uYsE9J7Es9 .nav-link:hover,
.cid-uYsE9J7Es9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uYsE9J7Es9 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uYsE9J7Es9 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uYsE9J7Es9 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uYsE9Kx303 {
  background: #ffffff;
}
.cid-uYsE9Kx303 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uYsE9Kx303 .mbr-figure {
  margin: 0 auto;
}
.cid-uYsE9Kx303 figcaption {
  position: relative;
}
.cid-uYsE9Kx303 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYsE9Kx303 .image-block {
    width: 100% !important;
  }
}
.cid-uYsE9LkVyM {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYsE9LkVyM .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYsE9LkVyM .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYsE9LkVyM .mbr-section-title {
  text-align: left;
}
.cid-uYtjdLdLTI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYtjdLdLTI .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYtjdLdLTI .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYtjdLdLTI .mbr-section-title {
  text-align: left;
}
.cid-uYsE9Mu4Ab {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYsE9Mu4Ab .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYsE9Mu4Ab .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYsE9Mu4Ab .mbr-section-title {
  text-align: left;
}
.cid-uYxH17sTz7 {
  background: #ffffff;
}
.cid-uYxH17sTz7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uYxH17sTz7 .mbr-figure {
  margin: 0 auto;
}
.cid-uYxH17sTz7 figcaption {
  position: relative;
}
.cid-uYxH17sTz7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYxH17sTz7 .image-block {
    width: 100% !important;
  }
}
.cid-uYsE9Najc7 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYsE9Najc7 .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYsE9Najc7 .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYsE9Najc7 .mbr-section-title {
  text-align: left;
}
.cid-uYsKaBope0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsKaBope0 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYsKaBope0 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uYsKaBope0 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uYsKaBope0 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uYsKaBope0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uYsKaBope0 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uYsKaBope0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKaBope0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsKaBope0 .mbr-description {
  text-align: left;
}
.cid-uYsKaBope0 .card-title,
.cid-uYsKaBope0 .iconfont-wrapper {
  color: #000000;
}
.cid-uYsKaBope0 .card-text {
  color: #000000;
}
.cid-uYsKaBope0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYsKaBope0 .mbr-number {
  color: #9fe870;
}
.cid-uYsKaBope0 .mbr-text,
.cid-uYsKaBope0 .mbr-section-btn {
  text-align: center;
}
.cid-uYsKaBope0 .card-text,
.cid-uYsKaBope0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uYsKaBope0 .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYsKaBope0 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uYsKaBope0 .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYsKaBope0 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uYsU66Pf7O {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYsU66Pf7O .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYsU66Pf7O .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYsU66Pf7O .mbr-section-title {
  text-align: left;
}
.cid-uYsTJMs7cd {
  background: #ffffff;
}
.cid-uYsTJMs7cd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uYsTJMs7cd .mbr-figure {
  margin: 0 auto;
}
.cid-uYsTJMs7cd figcaption {
  position: relative;
}
.cid-uYsTJMs7cd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYsTJMs7cd .image-block {
    width: 100% !important;
  }
}
.cid-uYsUtoPhh4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYsUtoPhh4 .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYsUtoPhh4 .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYsUtoPhh4 .mbr-section-title {
  text-align: left;
}
.cid-uYsUqIwnPc {
  background: #ffffff;
}
.cid-uYsUqIwnPc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uYsUqIwnPc .mbr-figure {
  margin: 0 auto;
}
.cid-uYsUqIwnPc figcaption {
  position: relative;
}
.cid-uYsUqIwnPc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYsUqIwnPc .image-block {
    width: 100% !important;
  }
}
.cid-uYtjGjmjtJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYtjGjmjtJ .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYtjGjmjtJ .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYtjGjmjtJ .mbr-section-title {
  text-align: left;
}
.cid-uYtbIPwNx2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYtbIPwNx2 .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYtbIPwNx2 .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYtbIPwNx2 .mbr-section-title {
  text-align: left;
}
.cid-uYtaj4eWsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYtaj4eWsW .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYtaj4eWsW .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uYtaj4eWsW .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uYtaj4eWsW .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uYtaj4eWsW .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uYtaj4eWsW .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uYtaj4eWsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYtaj4eWsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYtaj4eWsW .mbr-description {
  text-align: left;
}
.cid-uYtaj4eWsW .card-title,
.cid-uYtaj4eWsW .iconfont-wrapper {
  color: #000000;
}
.cid-uYtaj4eWsW .card-text {
  color: #000000;
}
.cid-uYtaj4eWsW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYtaj4eWsW .mbr-number {
  color: #9fe870;
}
.cid-uYtaj4eWsW .mbr-text,
.cid-uYtaj4eWsW .mbr-section-btn {
  text-align: center;
}
.cid-uYtaj4eWsW .card-text,
.cid-uYtaj4eWsW .item .mbr-section-btn {
  text-align: left;
}
.cid-uYtaj4eWsW .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYtaj4eWsW .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uYtaj4eWsW .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYtaj4eWsW .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uYz6xT21VV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYz6xT21VV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYz6xT21VV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYz6xT21VV .item {
  padding-bottom: 2rem;
}
.cid-uYz6xT21VV .item-wrapper {
  position: relative;
}
.cid-uYz6xT21VV .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-uYz6xT21VV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYz6xT21VV .carousel-control,
.cid-uYz6xT21VV .close {
  background: #1b1b1b;
}
.cid-uYz6xT21VV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYz6xT21VV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYz6xT21VV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYz6xT21VV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYz6xT21VV .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-uYz6xT21VV .close::before {
  content: '\e91a';
}
.cid-uYz6xT21VV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYz6xT21VV .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-uYz6xT21VV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYz6xT21VV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYz6xT21VV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYz6xT21VV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYz6xT21VV .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-uYz6xT21VV .carousel-indicators li.active,
.cid-uYz6xT21VV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYz6xT21VV .carousel-indicators li::after,
.cid-uYz6xT21VV .carousel-indicators li::before {
  content: none;
}
.cid-uYz6xT21VV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYz6xT21VV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYz6xT21VV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYz6xT21VV .carousel-indicators {
    display: none;
  }
}
.cid-uYz6xT21VV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYz6xT21VV .carousel-inner > .active {
  display: block;
}
.cid-uYz6xT21VV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYz6xT21VV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYz6xT21VV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYz6xT21VV .carousel-control,
  .cid-uYz6xT21VV .carousel-indicators,
  .cid-uYz6xT21VV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYz6xT21VV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYz6xT21VV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYz6xT21VV .carousel-indicators .active,
.cid-uYz6xT21VV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYz6xT21VV .carousel-indicators .active {
  background: #fff;
}
.cid-uYz6xT21VV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYz6xT21VV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYz6xT21VV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYz6xT21VV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYz6xT21VV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYz6xT21VV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYz6xT21VV .carousel {
  width: 100%;
}
.cid-uYz6xT21VV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYz6xT21VV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYz6xT21VV .modal.fade .modal-dialog,
.cid-uYz6xT21VV .modal.in .modal-dialog {
  transform: none;
}
.cid-uYz6xT21VV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYz6xT21VV H6 {
  text-align: center;
}
.cid-uYz6xT21VV .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
.cid-uYy8fpJH7W {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uYy8fpJH7W .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uYy8fpJH7W .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uYy8fpJH7W .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uYy8fpJH7W .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uYy8fpJH7W .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uYy8fpJH7W .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uYy8fpJH7W .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uYy8fpJH7W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYy8fpJH7W .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uYy8fpJH7W .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #243a5e;
}
.cid-uYy8fpJH7W .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uYy8fpJH7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYy8fpJH7W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 87.92857143vh;
  }
}
.cid-uYy8fpJH7W .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uYy8fpJH7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYy8fpJH7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYy8fpJH7W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYy8fpJH7W .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uYy8fpJH7W .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uYy8fpJH7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYy8fpJH7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uYy8fpJH7W .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uYy8fpJH7W .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uYy8fpJH7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYy8fpJH7W .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uYy8fpJH7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYy8fpJH7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYy8fpJH7W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYy8fpJH7W .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uYy8fpJH7W .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uYy8fpJH7W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYy8fpJH7W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uYy8fpJH7W .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uYy8fpJH7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uYy8fpJH7W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYy8fpJH7W .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uYy8fpJH7W .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uYy8fpJH7W .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uYy8fpJH7W .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uYy8fpJH7W .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
  width: auto;
}
.cid-uYy8fpJH7W .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  opacity: 1;
  min-height: 60px;
}
.cid-uYy8fpJH7W .navbar-brand {
  height: 6.5rem;
  min-height: 2.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uYy8fpJH7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYy8fpJH7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYy8fpJH7W .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uYy8fpJH7W .dropdown-item.active,
.cid-uYy8fpJH7W .dropdown-item:active {
  background-color: transparent;
}
.cid-uYy8fpJH7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uYy8fpJH7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYy8fpJH7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYy8fpJH7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYy8fpJH7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uYy8fpJH7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYy8fpJH7W ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uYy8fpJH7W .navbar-buttons {
  text-align: center;
}
.cid-uYy8fpJH7W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYy8fpJH7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uYy8fpJH7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYy8fpJH7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uYy8fpJH7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uYy8fpJH7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYy8fpJH7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYy8fpJH7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uYy8fpJH7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uYy8fpJH7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYy8fpJH7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uYy8fpJH7W .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uYy8fpJH7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uYy8fpJH7W .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uYy8fpJH7W .nav-link:hover,
.cid-uYy8fpJH7W .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uYy8fpJH7W .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uYy8fpJH7W .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uYy8fpJH7W .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uYy8fr4lqL {
  background: #ffffff;
}
.cid-uYy8fr4lqL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uYy8fr4lqL .mbr-figure {
  margin: 0 auto;
}
.cid-uYy8fr4lqL figcaption {
  position: relative;
}
.cid-uYy8fr4lqL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uYy8fr4lqL .image-block {
    width: 100% !important;
  }
}
.cid-uYy8froRqi {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYy8froRqi .mbr-section-subtitle {
  color: #14191e;
  text-align: left;
}
.cid-uYy8froRqi .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-uYy8froRqi .mbr-section-title {
  text-align: left;
}
.cid-uYya9PLKmy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYya9PLKmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYya9PLKmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYya9PLKmy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uYya9PLKmy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uYya9PLKmy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uYya9PLKmy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uYya9PLKmy .container {
    padding: 0 12px;
  }
}
.cid-uYya9PLKmy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYya9PLKmy .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uYya9PLKmy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYya9PLKmy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYya9PLKmy .mbr-section-title {
  color: #1D1D1F;
}
.cid-uYya9PLKmy .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uYya9PLKmy .mbr-section-title,
.cid-uYya9PLKmy .mbr-section-btn {
  text-align: center;
}
.cid-uYy9wzp3jM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .content {
    text-align: left;
  }
  .cid-uYy9wzp3jM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYy9wzp3jM .logo-subtitle {
  color: #8d97ad;
}
.cid-uYy9wzp3jM .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYy9wzp3jM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYy9wzp3jM .media-wrap img {
  height: 7rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYy9wzp3jM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uYy9wzp3jM .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-uYy9wzp3jM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uYy9wzp3jM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYy9wzp3jM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYy9wzp3jM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYy9wzp3jM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYy9wzp3jM .list-item {
  display: flex;
}
.cid-uYy9wzp3jM .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uYy9wzp3jM ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uYy9wzp3jM ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uYy9wzp3jM ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uYy9wzp3jM .logo-subtitle,
.cid-uYy9wzp3jM .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uYy9wzp3jM .copyright > p {
  text-align: center;
}
.cid-uYy9wzp3jM .column-title {
  text-align: left;
}
