body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffd700 !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: #ffd700 !important;
  border-color: #ffd700 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b39700 !important;
  border-color: #b39700 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b39700 !important;
  border-color: #b39700 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #803500 !important;
  border-color: #803500 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #803500 !important;
  border-color: #803500 !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: #998100;
  color: #998100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffd700;
  border-color: #ffd700;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #662b00;
  color: #662b00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc5500;
  border-color: #cc5500;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc5500 !important;
  border-color: #cc5500 !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: #ffd700 !important;
}
.text-secondary {
  color: #cc5500 !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: #998100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #662b00 !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd700;
  border-color: #ffd700;
  color: #191500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffd700;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff7cc;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffd700;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffd700;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd700;
  border-bottom-color: #ffd700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffd700 !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: #cc5500 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffd700' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXjxa11tB9 {
  background-image: url("../../../assets/images/cbc24396-55a5-4288-80e3-2545679abba6-2000x1500.jpg");
}
.cid-tXjxa11tB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXjxa11tB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXjxa11tB9 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tXjxa11tB9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tXjxa11tB9 .container {
    padding: 0 26px;
  }
}
.cid-tXjxa11tB9 .title-wrapper {
  padding-top: 35%;
}
.cid-tXjxa11tB9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tXjxa11tB9 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tXjxa11tB9 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tXjxa11tB9 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tXjxa11tB9 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #f7ed4a;
}
.cid-tXjxa11tB9 .mbr-section-title {
  color: #ffffff;
}
.cid-tXjxa11tB9 .mbr-text {
  color: #ffffff;
}
.cid-tXjxa11tB9 .mbr-section-title,
.cid-tXjxa11tB9 .icon-wrapper,
.cid-tXjxa11tB9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rym5wJDH3o {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1a191a;
}
.cid-rym5wJDH3o h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5wJDH3o h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wJDH3o h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wJDH3o .mbr-text,
.cid-rym5wJDH3o .mbr-section-btn {
  color: #767676;
}
.cid-rym5wJDH3o H3 {
  color: #ffffff;
  text-align: center;
}
.cid-rym5wJDH3o H1 {
  color: #cccccc;
}
.cid-rym5wJDH3o H4 {
  color: #ffffff;
}
.cid-v9eix2qdDb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #1a191a;
}
.cid-v9eix2qdDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9eix2qdDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9eix2qdDb .row {
  justify-content: center;
}
.cid-v9eix2qdDb .video-wrapper iframe {
  width: 100%;
}
.cid-v9eix2qdDb .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9eix2qdDb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9eix2qdDb .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9eix2qdDb .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9eix2qdDb .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9eix2qdDb .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9eix2qdDb .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9eix2qdDb .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-v9jhQjTi6i {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1a191a;
}
.cid-v9jhQjTi6i .content-head {
  max-width: 800px;
}
.cid-u2Rx4Cq1iC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1a191a;
}
.cid-u2Rx4Cq1iC .item-img {
  position: relative;
  overflow: hidden;
}
.cid-u2Rx4Cq1iC .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-u2Rx4Cq1iC .item-img:hover img {
  transform: scale(1.15);
}
.cid-u2Rx4Cq1iC .item-img:hover:before {
  opacity: 0.5;
}
.cid-u2Rx4Cq1iC h5 {
  margin-bottom: 1rem;
}
.cid-u2Rx4Cq1iC .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-u2Rx4Cq1iC .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-u2Rx4Cq1iC img,
.cid-u2Rx4Cq1iC .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u2Rx4Cq1iC .item:focus,
.cid-u2Rx4Cq1iC span:focus {
  outline: none;
}
.cid-u2Rx4Cq1iC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2Rx4Cq1iC .item {
    margin-bottom: 1rem;
  }
}
.cid-u2Rx4Cq1iC .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2Rx4Cq1iC .mbr-section-title {
  color: #ffffff;
}
.cid-u2Rx4Cq1iC .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2Rx4Cq1iC .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u2Rx4Cq1iC .mbr-text,
.cid-u2Rx4Cq1iC .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2Rx4Cq1iC .content-head {
  max-width: 800px;
}
.cid-v9ABuVqCk4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1a191a;
}
.cid-v9ABuVqCk4 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-v9ABuVqCk4 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-v9ABuVqCk4 .item-img:hover img {
  transform: scale(1.15);
}
.cid-v9ABuVqCk4 .item-img:hover:before {
  opacity: 0.5;
}
.cid-v9ABuVqCk4 h5 {
  margin-bottom: 1rem;
}
.cid-v9ABuVqCk4 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-v9ABuVqCk4 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v9ABuVqCk4 img,
.cid-v9ABuVqCk4 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v9ABuVqCk4 .item:focus,
.cid-v9ABuVqCk4 span:focus {
  outline: none;
}
.cid-v9ABuVqCk4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9ABuVqCk4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v9ABuVqCk4 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9ABuVqCk4 .mbr-section-title {
  color: #ffffff;
}
.cid-v9ABuVqCk4 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9ABuVqCk4 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v9ABuVqCk4 .mbr-text,
.cid-v9ABuVqCk4 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9ABuVqCk4 .content-head {
  max-width: 800px;
}
.cid-rym5xBPG7s {
  padding-top: 165px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/about20banner-2000x1000.png");
}
.cid-rym5xBPG7s .btn {
  margin: 0.2rem!important;
}
.cid-rym5xBPG7s .row {
  justify-content: flex-end;
}
.cid-rym5xBPG7s .mbr-text,
.cid-rym5xBPG7s .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-rym5xBPG7s H3 {
  color: #cccccc;
}
.cid-rym5xBPG7s H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-tXvqhkEhbh {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #1a191a;
}
.cid-tXvqhkEhbh .mbr-iconfont {
  font-size: 3.5rem;
  color: #ffd700;
  padding-right: 2rem;
  padding-top: 0.6rem;
  display: block;
}
.cid-tXvqhkEhbh .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tXvqhkEhbh h4 {
  margin: 0;
}
.cid-tXvqhkEhbh h3 {
  margin: 0;
  max-height: 60px;
}
@media (max-width: 992px) {
  .cid-tXvqhkEhbh .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXvqhkEhbh .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-tXvqhkEhbh .mbr-iconfont {
    padding-right: 0rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .cid-tXvqhkEhbh h4 {
    text-align: center;
  }
}
.cid-tXvqhkEhbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXvqhkEhbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXvqhkEhbh .mbr-section-title {
  color: #cccccc;
}
.cid-tXvqhkEhbh H3 {
  color: #ffffff;
}
.cid-tXvqhkEhbh H4 {
  color: #ffffff;
}
.cid-tXzXBbGerF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1a191a;
}
.cid-tXzXBbGerF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzXBbGerF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXzXBbGerF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXzXBbGerF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXzXBbGerF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tXzXBbGerF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXzXBbGerF .container {
    padding: 0 12px;
  }
}
.cid-tXzXBbGerF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXzXBbGerF .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tXzXBbGerF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tXzXBbGerF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tXzXBbGerF .mbr-section-title {
  color: #1D1D1F;
}
.cid-tXzXBbGerF .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tXzXBbGerF .mbr-section-title,
.cid-tXzXBbGerF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9lVAlsNpH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9lVAlsNpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9lVAlsNpH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v9lVAlsNpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9lVAlsNpH .item-wrapper {
  background: #000000;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v9lVAlsNpH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9lVAlsNpH .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v9lVAlsNpH .card-title,
.cid-v9lVAlsNpH .iconfont-wrapper {
  color: #000000;
}
.cid-v9lVAlsNpH .card-text {
  color: #ffffff;
}
.cid-v9lVAlsNpH .content-head {
  max-width: 800px;
}
.cid-v9lVAlsNpH .mbr-section-title {
  color: #000000;
}
.cid-v9lVAlsNpH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9lVAlsNpH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v9lVAlsNpH .card-title,
.cid-v9lVAlsNpH .img-wrapper {
  color: #ffd700;
}
.cid-PnTapjXNsm {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #1a191a, #000000);
}
.cid-PnTapjXNsm .mbr-section-subtitle {
  color: #767676;
}
.cid-PnTapjXNsm .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 712px;
  max-width: 766px;
  overflow: hidden;
  width: 98vw;
}
.cid-PnTapjXNsm .container11 figure {
  background-image: url("../../../assets/images/after.jpeg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-PnTapjXNsm #compare11 {
  background-image: url("../../../assets/images/before.jpeg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-PnTapjXNsm input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-PnTapjXNsm input#slider11::-moz-range-track {
  background: transparent;
}
.cid-PnTapjXNsm input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-PnTapjXNsm input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-PnTapjXNsm input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-PnTapjXNsm input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-PnTapjXNsm input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-PnTapjXNsm input#slider::-ms-tooltip {
  display: none;
}
.cid-PnTapjXNsm #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-PnTapjXNsm H2 {
  color: #ffffff;
}
.cid-tXvOAtPhXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/2333-2000x1000.png");
}
.cid-tXvOAtPhXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXvOAtPhXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXvOAtPhXA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXvOAtPhXA .container {
    padding: 0 15px;
  }
}
.cid-tXvOAtPhXA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tXvOAtPhXA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tXvOAtPhXA .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-tXvOAtPhXA .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-tXvOAtPhXA .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-tXvOAtPhXA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffd700;
}
.cid-tXvOAtPhXA .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffd700;
}
.cid-tXvOAtPhXA .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-tXvOAtPhXA .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tXvOAtPhXA .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tXvOAtPhXA .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tXvOAtPhXA .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-tXvOAtPhXA .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-tXvOAtPhXA .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-tXvOAtPhXA .mbr-section-title {
  color: #cccccc;
  text-align: center;
}
.cid-tXvOAtPhXA .panel-title {
  color: #ffffff;
}
.cid-tXvOAtPhXA .panel-text {
  color: #d2d2df;
  text-align: center;
}
.cid-tXvOAtPhXA .panel-title-edit,
.cid-tXvOAtPhXA .card-header {
  color: #cccccc;
  text-align: center;
}
.cid-E1XJlGrF0O {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(0deg, #000000, #1a191a);
}
.cid-E1XJlGrF0O .news {
  width: 100px;
  background-color: #ffd700;
  height: 60px;
}
.cid-E1XJlGrF0O .news-scroll a {
  text-decoration: none;
}
.cid-E1XJlGrF0O .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ffd700;
  border-radius: 50%;
  display: inline-block;
}
.cid-E1XJlGrF0O DIV {
  color: #ffffff;
}
.cid-E1XJlGrF0O .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-E1XJlGrF0O .mbr-section-subtitle {
  color: #000000;
}
.cid-EifTPgrFpl {
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #000000, #1a191a);
}
.cid-EifTPgrFpl .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #ffd700;
  border-radius: 50%;
  background-color: #000000;
  background-image: url("../../../assets/images/logo20tibi-2000x2000.png");
  background-size: 60%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-v9jPPGIRE8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v9jPPGIRE8 .content-head {
  max-width: 800px;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXzzjT5ISj {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #1a191a;
}
.cid-tXzzjT5ISj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tXzzjT5ISj .form-group {
  margin-bottom: 1rem;
}
.cid-tXzzjT5ISj .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-tXzzjT5ISj textarea.form-control {
  min-height: 96px;
}
.cid-tXzzjT5ISj .input-group-btn {
  width: 100%;
}
.cid-tXzzjT5ISj .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tXzzjT5ISj .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-tXzzjT5ISj .google-map {
  width: 100%;
  height: 25rem;
}
.cid-tXzzjT5ISj .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tXzzjT5ISj .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-tXzzjT5ISj .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-tXzzjT5ISj .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-tXzzjT5ISj .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tXzzjT5ISj .form-subtitle {
    text-align: center;
  }
}
.cid-tXzzjT5ISj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzzjT5ISj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXzzjT5ISj .form-text {
  color: #ffffff;
}
.cid-tXzzjT5ISj .form-title {
  color: #ffffff;
}
.cid-tXzEy7RpdP {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #1a191a, #000000);
}
.cid-tXzEy7RpdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzEy7RpdP .card-link {
  position: relative;
  width: fit-content;
}
.cid-tXzEy7RpdP .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tXzEy7RpdP h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tXzEy7RpdP h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tXzEy7RpdP .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tXzEy7RpdP .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tXzEy7RpdP .item-wrapper:hover {
  background: #000000;
  transform: translateY(-5px);
}
.cid-tXzEy7RpdP .item-wrapper:hover .card-title,
.cid-tXzEy7RpdP .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tXzEy7RpdP .item-wrapper:hover span,
.cid-tXzEy7RpdP .item-wrapper:hover .card-link,
.cid-tXzEy7RpdP .item-wrapper:hover .card-link a {
  color: #ffd700 !important;
}
.cid-tXzEy7RpdP .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tXzEy7RpdP .card-title,
.cid-tXzEy7RpdP .card-text,
.cid-tXzEy7RpdP .card-link,
.cid-tXzEy7RpdP .card-link a {
  transition: all 0.3s;
}
.cid-tXzEy7RpdP .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tXzEy7RpdP .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tXzEy7RpdP .link-wrapper:hover {
  cursor: pointer;
}
.cid-tXzEy7RpdP .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tXzEy7RpdP .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tXzEy7RpdP .card-title,
.cid-tXzEy7RpdP .iconfont-wrapper {
  color: #000000;
}
.cid-tXzEy7RpdP .card-text {
  color: #232323;
}
.cid-tXzEy7RpdP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXzEy7RpdP .card-link,
.cid-tXzEy7RpdP .link-icon,
.cid-tXzEy7RpdP .link-align {
  color: #232323;
}
.cid-tXzEy7RpdP .mbr-section-subtitle {
  text-align: left;
}
.cid-tXzEy7RpdP .mbr-section-subtitle,
.cid-tXzEy7RpdP .align {
  color: #ffffff;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pCDVKS9W {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #1a191a;
}
.cid-v9pCDVKS9W h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9pCDVKS9W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pCDVKS9W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pCDVKS9W .mbr-text,
.cid-v9pCDVKS9W .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9pCDVKS9W h3:before,
  .cid-v9pCDVKS9W h3:after {
    display: none;
  }
}
.cid-v9pCDVKS9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pCDVKS9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pCDVKS9W H3 {
  color: #ffffff;
}
.cid-vbAY1x4NJ2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1a191a;
}
.cid-vbAY1x4NJ2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbAY1x4NJ2 .item {
    margin-bottom: 1rem;
  }
}
.cid-vbAY1x4NJ2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbAY1x4NJ2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbAY1x4NJ2 .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vbAY1x4NJ2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vbAY1x4NJ2 .carousel-control,
.cid-vbAY1x4NJ2 .close {
  background: #1b1b1b;
}
.cid-vbAY1x4NJ2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbAY1x4NJ2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbAY1x4NJ2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbAY1x4NJ2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbAY1x4NJ2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 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-vbAY1x4NJ2 .close::before {
  content: '\e91a';
}
.cid-vbAY1x4NJ2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbAY1x4NJ2 .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-vbAY1x4NJ2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAY1x4NJ2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAY1x4NJ2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbAY1x4NJ2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbAY1x4NJ2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbAY1x4NJ2 .carousel-indicators li.active,
.cid-vbAY1x4NJ2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbAY1x4NJ2 .carousel-indicators li::after,
.cid-vbAY1x4NJ2 .carousel-indicators li::before {
  content: none;
}
.cid-vbAY1x4NJ2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbAY1x4NJ2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbAY1x4NJ2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAY1x4NJ2 .carousel-indicators {
    display: none;
  }
}
.cid-vbAY1x4NJ2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbAY1x4NJ2 .carousel-inner > .active {
  display: block;
}
.cid-vbAY1x4NJ2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAY1x4NJ2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbAY1x4NJ2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbAY1x4NJ2 .carousel-control,
  .cid-vbAY1x4NJ2 .carousel-indicators,
  .cid-vbAY1x4NJ2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbAY1x4NJ2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbAY1x4NJ2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbAY1x4NJ2 .carousel-indicators .active,
.cid-vbAY1x4NJ2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbAY1x4NJ2 .carousel-indicators .active {
  background: #fff;
}
.cid-vbAY1x4NJ2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbAY1x4NJ2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbAY1x4NJ2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbAY1x4NJ2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbAY1x4NJ2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbAY1x4NJ2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbAY1x4NJ2 .carousel {
  width: 100%;
}
.cid-vbAY1x4NJ2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbAY1x4NJ2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbAY1x4NJ2 .modal.fade .modal-dialog,
.cid-vbAY1x4NJ2 .modal.in .modal-dialog {
  transform: none;
}
.cid-vbAY1x4NJ2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbAY1x4NJ2 .content-head {
  max-width: 800px;
}
.cid-v9ryusqeFE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9ryusqeFE .content-head {
  max-width: 800px;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pCQH7PkY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #1a191a;
}
.cid-v9pCQH7PkY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9pCQH7PkY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pCQH7PkY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pCQH7PkY .mbr-text,
.cid-v9pCQH7PkY .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9pCQH7PkY h3:before,
  .cid-v9pCQH7PkY h3:after {
    display: none;
  }
}
.cid-v9pCQH7PkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pCQH7PkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pCQH7PkY H3 {
  color: #ffffff;
}
.cid-vbAYNeoKxp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1a191a;
}
.cid-vbAYNeoKxp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbAYNeoKxp .item {
    margin-bottom: 1rem;
  }
}
.cid-vbAYNeoKxp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbAYNeoKxp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbAYNeoKxp .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vbAYNeoKxp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vbAYNeoKxp .carousel-control,
.cid-vbAYNeoKxp .close {
  background: #1b1b1b;
}
.cid-vbAYNeoKxp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbAYNeoKxp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbAYNeoKxp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbAYNeoKxp .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbAYNeoKxp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 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-vbAYNeoKxp .close::before {
  content: '\e91a';
}
.cid-vbAYNeoKxp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbAYNeoKxp .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-vbAYNeoKxp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAYNeoKxp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAYNeoKxp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbAYNeoKxp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbAYNeoKxp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbAYNeoKxp .carousel-indicators li.active,
.cid-vbAYNeoKxp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbAYNeoKxp .carousel-indicators li::after,
.cid-vbAYNeoKxp .carousel-indicators li::before {
  content: none;
}
.cid-vbAYNeoKxp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbAYNeoKxp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbAYNeoKxp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAYNeoKxp .carousel-indicators {
    display: none;
  }
}
.cid-vbAYNeoKxp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbAYNeoKxp .carousel-inner > .active {
  display: block;
}
.cid-vbAYNeoKxp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAYNeoKxp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbAYNeoKxp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbAYNeoKxp .carousel-control,
  .cid-vbAYNeoKxp .carousel-indicators,
  .cid-vbAYNeoKxp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbAYNeoKxp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbAYNeoKxp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbAYNeoKxp .carousel-indicators .active,
.cid-vbAYNeoKxp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbAYNeoKxp .carousel-indicators .active {
  background: #fff;
}
.cid-vbAYNeoKxp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbAYNeoKxp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbAYNeoKxp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbAYNeoKxp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbAYNeoKxp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbAYNeoKxp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbAYNeoKxp .carousel {
  width: 100%;
}
.cid-vbAYNeoKxp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbAYNeoKxp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbAYNeoKxp .modal.fade .modal-dialog,
.cid-vbAYNeoKxp .modal.in .modal-dialog {
  transform: none;
}
.cid-vbAYNeoKxp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbAYNeoKxp .content-head {
  max-width: 800px;
}
.cid-v9ryzQKfuQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9ryzQKfuQ .content-head {
  max-width: 800px;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pBlizXsL {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #1a191a;
}
.cid-v9pBlizXsL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9pBlizXsL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pBlizXsL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pBlizXsL .mbr-text,
.cid-v9pBlizXsL .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9pBlizXsL h3:before,
  .cid-v9pBlizXsL h3:after {
    display: none;
  }
}
.cid-v9pBlizXsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pBlizXsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pBlizXsL H3 {
  color: #ffffff;
}
.cid-vbAWDT1XQw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-vbAWDT1XQw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbAWDT1XQw .item {
    margin-bottom: 1rem;
  }
}
.cid-vbAWDT1XQw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbAWDT1XQw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbAWDT1XQw .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vbAWDT1XQw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vbAWDT1XQw .carousel-control,
.cid-vbAWDT1XQw .close {
  background: #1b1b1b;
}
.cid-vbAWDT1XQw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbAWDT1XQw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbAWDT1XQw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbAWDT1XQw .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbAWDT1XQw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 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-vbAWDT1XQw .close::before {
  content: '\e91a';
}
.cid-vbAWDT1XQw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbAWDT1XQw .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-vbAWDT1XQw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAWDT1XQw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAWDT1XQw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbAWDT1XQw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbAWDT1XQw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbAWDT1XQw .carousel-indicators li.active,
.cid-vbAWDT1XQw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbAWDT1XQw .carousel-indicators li::after,
.cid-vbAWDT1XQw .carousel-indicators li::before {
  content: none;
}
.cid-vbAWDT1XQw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbAWDT1XQw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbAWDT1XQw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAWDT1XQw .carousel-indicators {
    display: none;
  }
}
.cid-vbAWDT1XQw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbAWDT1XQw .carousel-inner > .active {
  display: block;
}
.cid-vbAWDT1XQw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAWDT1XQw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbAWDT1XQw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbAWDT1XQw .carousel-control,
  .cid-vbAWDT1XQw .carousel-indicators,
  .cid-vbAWDT1XQw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbAWDT1XQw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbAWDT1XQw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbAWDT1XQw .carousel-indicators .active,
.cid-vbAWDT1XQw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbAWDT1XQw .carousel-indicators .active {
  background: #fff;
}
.cid-vbAWDT1XQw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbAWDT1XQw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbAWDT1XQw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbAWDT1XQw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbAWDT1XQw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbAWDT1XQw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbAWDT1XQw .carousel {
  width: 100%;
}
.cid-vbAWDT1XQw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbAWDT1XQw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbAWDT1XQw .modal.fade .modal-dialog,
.cid-vbAWDT1XQw .modal.in .modal-dialog {
  transform: none;
}
.cid-vbAWDT1XQw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbAWDT1XQw .content-head {
  max-width: 800px;
}
.cid-v9rykXUIgG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9rykXUIgG .content-head {
  max-width: 800px;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pByanYM0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #1a191a;
}
.cid-v9pByanYM0 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9pByanYM0 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pByanYM0 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9pByanYM0 .mbr-text,
.cid-v9pByanYM0 .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9pByanYM0 h3:before,
  .cid-v9pByanYM0 h3:after {
    display: none;
  }
}
.cid-v9pByanYM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pByanYM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pByanYM0 H3 {
  color: #ffffff;
}
.cid-vbAXvRo4G3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1a191a;
}
.cid-vbAXvRo4G3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbAXvRo4G3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vbAXvRo4G3 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbAXvRo4G3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbAXvRo4G3 .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vbAXvRo4G3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vbAXvRo4G3 .carousel-control,
.cid-vbAXvRo4G3 .close {
  background: #1b1b1b;
}
.cid-vbAXvRo4G3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbAXvRo4G3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbAXvRo4G3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbAXvRo4G3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbAXvRo4G3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 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-vbAXvRo4G3 .close::before {
  content: '\e91a';
}
.cid-vbAXvRo4G3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbAXvRo4G3 .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-vbAXvRo4G3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAXvRo4G3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAXvRo4G3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbAXvRo4G3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbAXvRo4G3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbAXvRo4G3 .carousel-indicators li.active,
.cid-vbAXvRo4G3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbAXvRo4G3 .carousel-indicators li::after,
.cid-vbAXvRo4G3 .carousel-indicators li::before {
  content: none;
}
.cid-vbAXvRo4G3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbAXvRo4G3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbAXvRo4G3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAXvRo4G3 .carousel-indicators {
    display: none;
  }
}
.cid-vbAXvRo4G3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbAXvRo4G3 .carousel-inner > .active {
  display: block;
}
.cid-vbAXvRo4G3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAXvRo4G3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbAXvRo4G3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbAXvRo4G3 .carousel-control,
  .cid-vbAXvRo4G3 .carousel-indicators,
  .cid-vbAXvRo4G3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbAXvRo4G3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbAXvRo4G3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbAXvRo4G3 .carousel-indicators .active,
.cid-vbAXvRo4G3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbAXvRo4G3 .carousel-indicators .active {
  background: #fff;
}
.cid-vbAXvRo4G3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbAXvRo4G3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbAXvRo4G3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbAXvRo4G3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbAXvRo4G3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbAXvRo4G3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbAXvRo4G3 .carousel {
  width: 100%;
}
.cid-vbAXvRo4G3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbAXvRo4G3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbAXvRo4G3 .modal.fade .modal-dialog,
.cid-vbAXvRo4G3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vbAXvRo4G3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbAXvRo4G3 .content-head {
  max-width: 800px;
}
.cid-v9ryoYcmjg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9ryoYcmjg .content-head {
  max-width: 800px;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9qsUdhQPI {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9qsUdhQPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9qsUdhQPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9qsUdhQPI .row {
  justify-content: center;
}
.cid-v9qsUdhQPI .video-wrapper iframe {
  width: 100%;
}
.cid-v9qsUdhQPI .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9qsUdhQPI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9qsUdhQPI .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9qsUdhQPI .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9qsUdhQPI .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9qsUdhQPI .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9qsUdhQPI .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9qsUdhQPI .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9qtrJaHfF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9qtrJaHfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9qtrJaHfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9qtrJaHfF .row {
  justify-content: center;
}
.cid-v9qtrJaHfF .video-wrapper iframe {
  width: 100%;
}
.cid-v9qtrJaHfF .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9qtrJaHfF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9qtrJaHfF .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9qtrJaHfF .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9qtrJaHfF .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9qtrJaHfF .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9qtrJaHfF .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9qtrJaHfF .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9qu0BNgVq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9qu0BNgVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9qu0BNgVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9qu0BNgVq .row {
  justify-content: center;
}
.cid-v9qu0BNgVq .video-wrapper iframe {
  width: 100%;
}
.cid-v9qu0BNgVq .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9qu0BNgVq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9qu0BNgVq .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9qu0BNgVq .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9qu0BNgVq .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9qu0BNgVq .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9qu0BNgVq .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9qu0BNgVq .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9rkd2EK1M {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9rkd2EK1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rkd2EK1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rkd2EK1M .row {
  justify-content: center;
}
.cid-v9rkd2EK1M .video-wrapper iframe {
  width: 100%;
}
.cid-v9rkd2EK1M .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9rkd2EK1M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rkd2EK1M .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9rkd2EK1M .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9rkd2EK1M .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9rkd2EK1M .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9rkd2EK1M .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9rkd2EK1M .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9rkOtdp05 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9rkOtdp05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rkOtdp05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rkOtdp05 .row {
  justify-content: center;
}
.cid-v9rkOtdp05 .video-wrapper iframe {
  width: 100%;
}
.cid-v9rkOtdp05 .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9rkOtdp05 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rkOtdp05 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9rkOtdp05 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9rkOtdp05 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9rkOtdp05 .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9rkOtdp05 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9rkOtdp05 .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9rloLyM1n {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9rloLyM1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rloLyM1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rloLyM1n .row {
  justify-content: center;
}
.cid-v9rloLyM1n .video-wrapper iframe {
  width: 100%;
}
.cid-v9rloLyM1n .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9rloLyM1n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rloLyM1n .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9rloLyM1n .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9rloLyM1n .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9rloLyM1n .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9rloLyM1n .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9rloLyM1n .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9rlTJBJAC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1a191a;
}
.cid-v9rlTJBJAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rlTJBJAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rlTJBJAC .row {
  justify-content: center;
}
.cid-v9rlTJBJAC .video-wrapper iframe {
  width: 100%;
}
.cid-v9rlTJBJAC .title-wrapper {
  margin-bottom: 32px;
}
.cid-v9rlTJBJAC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9rlTJBJAC .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-v9rlTJBJAC .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4f004e;
  z-index: -1;
}
.cid-v9rlTJBJAC .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-v9rlTJBJAC .video-block {
    margin-bottom: 24px;
  }
}
.cid-v9rlTJBJAC .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-v9rlTJBJAC .mbr-section-title {
  color: #001531;
  text-align: center;
}
.cid-v9rmxTO9t2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9rmxTO9t2 .content-head {
  max-width: 800px;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9q7V2YLBk {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v9q7V2YLBk .content-head {
  max-width: 800px;
}
.cid-v9q7V2YLBk .mbr-section-title {
  color: #ffffff;
}
.cid-v9q7V2YLBk .mbr-text,
.cid-v9q7V2YLBk .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-g9ag0in4IP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-g9ag0in4IP .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-g9ag0in4IP .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-g9ag0in4IP .mbr-section-title {
  padding-bottom: 45px;
  color: #ffffff;
  text-align: left;
}
.cid-g9ag0in4IP .text-block {
  color: #ffffff;
  margin-bottom: 45px;
  text-align: left;
}
.cid-g9ag0in4IP .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-g9ag0in4IP .name {
  width: auto;
  padding: 0;
  line-height: 1.6;
}
.cid-g9ag0in4IP .progress {
  border-radius: 15px;
  position: relative;
  width: 100%;
  height: 34px;
  margin-top: 12px;
  background: #d0d0d0;
  font-size: 1.1rem;
  font-weight: 700;
}
.cid-g9ag0in4IP .progress-bar {
  color: #000000;
  height: 34px !important;
  transition: width 1s ease-in-out;
  padding-right: 15px;
  border-radius: 15px;
  line-height: 34px;
  text-align: right;
}
.cid-g9ag0in4IP .pgrbr1 {
  background-color: #ffd700;
  width: 100%;
}
.cid-g9ag0in4IP .pgrbr2 {
  background-color: #ffffff;
  width: 100%;
}
.cid-g9ag0in4IP .pgrbr3 {
  background-color: #cebfaf;
  width: 100%;
}
.cid-g9ag0in4IP .pgrbr4 {
  background-color: #e4d295;
  width: 100%;
}
.cid-g9ag0in4IP .pgrbr5 {
  background-color: #ff8c00;
  width: 58%;
}
.cid-g9ag0in4IP .progressbar-numero1:before {
  content: '100%';
}
.cid-g9ag0in4IP .progressbar-numero2:before {
  content: '100%';
}
.cid-g9ag0in4IP .progressbar-numero3:before {
  content: '100%';
}
.cid-g9ag0in4IP .progressbar-numero4:before {
  content: '100%';
}
.cid-g9ag0in4IP .progressbar-numero5:before {
  content: '58%';
}
.cid-g9ag0in4IP .left {
  max-width: 557px;
}
@media (max-width: 768px) {
  .cid-g9ag0in4IP .text-wrapper {
    margin-top: 30px;
  }
  .cid-g9ag0in4IP .left {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .cid-g9ag0in4IP .text-elements {
    padding: 70px 15px 0 150px;
  }
  .cid-g9ag0in4IP .progress_elements {
    padding: 0 150px 0 15px;
  }
}
.cid-g9ag0in4IP .reset {
  width: 0%;
}
.cid-g9ag0in4IP P {
  text-align: right;
  color: #ffffff;
}
.cid-v9qf7gSYio {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-3805.jpeg");
}
.cid-v9qf7gSYio .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9qf7gSYio .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9qf7gSYio .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v9qf7gSYio .text-wrapper {
    padding: 0 0 0 3rem;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-v9qf7gSYio .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9qf7gSYio .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-v9qf7gSYio .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9qf7gSYio .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-v9qf7gSYio .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-v9qf7gSYio .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-v9qf7gSYio .list {
  list-style: none;
  padding-left: 0;
}
.cid-v9qf7gSYio .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-v9qf7gSYio .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-v9qf7gSYio .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: justify;
}
.cid-v9qf7gSYio .mbr-section-text {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-v9qf7gSYio .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9qf7gSYio .mbr-section-title b:last-child,
.cid-v9qf7gSYio .mbr-section-title strong:last-child {
  color: #ffd700;
}
.cid-v9qf7gSYio .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9qf7gSYio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tXopDg65PL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .nav-item:focus,
.cid-tXopDg65PL .nav-link:focus {
  outline: none;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tXopDg65PL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tXopDg65PL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXopDg65PL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXopDg65PL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-tXopDg65PL .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-tXopDg65PL .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tXopDg65PL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXopDg65PL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXopDg65PL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXopDg65PL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXopDg65PL .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-tXopDg65PL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXopDg65PL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXopDg65PL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXopDg65PL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXopDg65PL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXopDg65PL .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-tXopDg65PL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXopDg65PL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXopDg65PL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXopDg65PL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tXopDg65PL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tXopDg65PL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXopDg65PL .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXopDg65PL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXopDg65PL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXopDg65PL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXopDg65PL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXopDg65PL .dropdown-item.active,
.cid-tXopDg65PL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXopDg65PL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXopDg65PL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXopDg65PL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXopDg65PL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXopDg65PL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXopDg65PL .navbar-buttons {
  text-align: center;
}
.cid-tXopDg65PL 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-tXopDg65PL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXopDg65PL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXopDg65PL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXopDg65PL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tXopDg65PL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tXopDg65PL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXopDg65PL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tXopDg65PL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXopDg65PL .navbar {
    height: 77px;
  }
  .cid-tXopDg65PL .navbar.opened {
    height: auto;
  }
  .cid-tXopDg65PL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9ruD48MjE {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #222222;
}
.cid-v9ruD48MjE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9ruD48MjE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9ruD48MjE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9ruD48MjE .mbr-text,
.cid-v9ruD48MjE .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9ruD48MjE h3:before,
  .cid-v9ruD48MjE h3:after {
    display: none;
  }
}
.cid-v9ruD48MjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ruD48MjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ruD48MjE H1 {
  color: #ffffff;
}
.cid-v9qi00mTfy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9qi00mTfy .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9qi00mTfy .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9qi00mTfy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9qi00mTfy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9qi00mTfy .media-container-row .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-v9qi00mTfy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9qi00mTfy .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9qi00mTfy .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9qi00mTfy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9qi00mTfy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9qi00mTfy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9qi00mTfy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9rvqmqomw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9rvqmqomw .nav-item:focus,
.cid-v9rvqmqomw .nav-link:focus {
  outline: none;
}
.cid-v9rvqmqomw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9rvqmqomw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9rvqmqomw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v9rvqmqomw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9rvqmqomw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9rvqmqomw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9rvqmqomw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-v9rvqmqomw .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-v9rvqmqomw .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-v9rvqmqomw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9rvqmqomw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9rvqmqomw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9rvqmqomw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v9rvqmqomw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9rvqmqomw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9rvqmqomw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9rvqmqomw .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-v9rvqmqomw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9rvqmqomw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9rvqmqomw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9rvqmqomw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9rvqmqomw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9rvqmqomw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9rvqmqomw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9rvqmqomw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9rvqmqomw .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-v9rvqmqomw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9rvqmqomw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9rvqmqomw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9rvqmqomw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9rvqmqomw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9rvqmqomw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9rvqmqomw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v9rvqmqomw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9rvqmqomw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9rvqmqomw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9rvqmqomw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9rvqmqomw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9rvqmqomw .dropdown-item.active,
.cid-v9rvqmqomw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9rvqmqomw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9rvqmqomw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9rvqmqomw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9rvqmqomw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9rvqmqomw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9rvqmqomw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9rvqmqomw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9rvqmqomw .navbar-buttons {
  text-align: center;
}
.cid-v9rvqmqomw 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-v9rvqmqomw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9rvqmqomw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9rvqmqomw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9rvqmqomw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9rvqmqomw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9rvqmqomw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9rvqmqomw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9rvqmqomw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9rvqmqomw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9rvqmqomw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v9rvqmqomw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9rvqmqomw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9rvqmqomw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-v9rvqmqomw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9rvqmqomw .navbar {
    height: 77px;
  }
  .cid-v9rvqmqomw .navbar.opened {
    height: auto;
  }
  .cid-v9rvqmqomw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9rvqmSj6Z {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #222222;
}
.cid-v9rvqmSj6Z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9rvqmSj6Z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9rvqmSj6Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9rvqmSj6Z .mbr-text,
.cid-v9rvqmSj6Z .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9rvqmSj6Z h3:before,
  .cid-v9rvqmSj6Z h3:after {
    display: none;
  }
}
.cid-v9rvqmSj6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rvqmSj6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rvqmSj6Z H1 {
  color: #ffffff;
}
.cid-v9rvqn6BKV {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9rvqn6BKV .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9rvqn6BKV .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9rvqn6BKV .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9rvqn6BKV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9rvqn6BKV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9rvqn6BKV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9rvqn6BKV .media-container-row .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-v9rvqn6BKV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9rvqn6BKV .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9rvqn6BKV .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9rvqn6BKV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9rvqn6BKV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9rvqn6BKV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9rvqn6BKV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9AIfJmRjx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9AIfJmRjx .nav-item:focus,
.cid-v9AIfJmRjx .nav-link:focus {
  outline: none;
}
.cid-v9AIfJmRjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9AIfJmRjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9AIfJmRjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v9AIfJmRjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9AIfJmRjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AIfJmRjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AIfJmRjx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
}
.cid-v9AIfJmRjx .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-v9AIfJmRjx .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-v9AIfJmRjx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AIfJmRjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AIfJmRjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AIfJmRjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-v9AIfJmRjx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9AIfJmRjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AIfJmRjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AIfJmRjx .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-v9AIfJmRjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AIfJmRjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AIfJmRjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9AIfJmRjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AIfJmRjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AIfJmRjx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9AIfJmRjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AIfJmRjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AIfJmRjx .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-v9AIfJmRjx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9AIfJmRjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9AIfJmRjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9AIfJmRjx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9AIfJmRjx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9AIfJmRjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AIfJmRjx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v9AIfJmRjx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9AIfJmRjx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9AIfJmRjx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9AIfJmRjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9AIfJmRjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AIfJmRjx .dropdown-item.active,
.cid-v9AIfJmRjx .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AIfJmRjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AIfJmRjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AIfJmRjx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AIfJmRjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9AIfJmRjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9AIfJmRjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AIfJmRjx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9AIfJmRjx .navbar-buttons {
  text-align: center;
}
.cid-v9AIfJmRjx 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-v9AIfJmRjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9AIfJmRjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9AIfJmRjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AIfJmRjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AIfJmRjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9AIfJmRjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AIfJmRjx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AIfJmRjx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AIfJmRjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AIfJmRjx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v9AIfJmRjx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9AIfJmRjx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9AIfJmRjx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-v9AIfJmRjx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9AIfJmRjx .navbar {
    height: 77px;
  }
  .cid-v9AIfJmRjx .navbar.opened {
    height: auto;
  }
  .cid-v9AIfJmRjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AIfJKIrD {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #1a191a;
}
.cid-v9AIfJKIrD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v9AIfJKIrD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9AIfJKIrD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9AIfJKIrD .mbr-text,
.cid-v9AIfJKIrD .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-v9AIfJKIrD h3:before,
  .cid-v9AIfJKIrD h3:after {
    display: none;
  }
}
.cid-v9AIfJKIrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AIfJKIrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AIfJKIrD H3 {
  color: #ffffff;
}
.cid-vbAZYDlZGQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1a191a;
}
.cid-vbAZYDlZGQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbAZYDlZGQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vbAZYDlZGQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbAZYDlZGQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbAZYDlZGQ .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vbAZYDlZGQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vbAZYDlZGQ .carousel-control,
.cid-vbAZYDlZGQ .close {
  background: #1b1b1b;
}
.cid-vbAZYDlZGQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbAZYDlZGQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbAZYDlZGQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbAZYDlZGQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbAZYDlZGQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 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-vbAZYDlZGQ .close::before {
  content: '\e91a';
}
.cid-vbAZYDlZGQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbAZYDlZGQ .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-vbAZYDlZGQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAZYDlZGQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbAZYDlZGQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbAZYDlZGQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbAZYDlZGQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vbAZYDlZGQ .carousel-indicators li.active,
.cid-vbAZYDlZGQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbAZYDlZGQ .carousel-indicators li::after,
.cid-vbAZYDlZGQ .carousel-indicators li::before {
  content: none;
}
.cid-vbAZYDlZGQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbAZYDlZGQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbAZYDlZGQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbAZYDlZGQ .carousel-indicators {
    display: none;
  }
}
.cid-vbAZYDlZGQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbAZYDlZGQ .carousel-inner > .active {
  display: block;
}
.cid-vbAZYDlZGQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbAZYDlZGQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbAZYDlZGQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbAZYDlZGQ .carousel-control,
  .cid-vbAZYDlZGQ .carousel-indicators,
  .cid-vbAZYDlZGQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbAZYDlZGQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbAZYDlZGQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbAZYDlZGQ .carousel-indicators .active,
.cid-vbAZYDlZGQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbAZYDlZGQ .carousel-indicators .active {
  background: #fff;
}
.cid-vbAZYDlZGQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbAZYDlZGQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbAZYDlZGQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbAZYDlZGQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbAZYDlZGQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbAZYDlZGQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbAZYDlZGQ .carousel {
  width: 100%;
}
.cid-vbAZYDlZGQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbAZYDlZGQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbAZYDlZGQ .modal.fade .modal-dialog,
.cid-vbAZYDlZGQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vbAZYDlZGQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbAZYDlZGQ .content-head {
  max-width: 800px;
}
.cid-v9AIfL72aD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1a191a;
}
.cid-v9AIfL72aD .content-head {
  max-width: 800px;
}
.cid-v9AIfLpbO3 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v9AIfLpbO3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9AIfLpbO3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9AIfLpbO3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9AIfLpbO3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9AIfLpbO3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9AIfLpbO3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9AIfLpbO3 .media-container-row .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-v9AIfLpbO3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9AIfLpbO3 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v9AIfLpbO3 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v9AIfLpbO3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9AIfLpbO3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9AIfLpbO3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9AIfLpbO3 .media-container-row .row-copirayt p {
  width: 100%;
}
