body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Copy of KMKDSP__';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #eabe39 !important;
}
.bg-success {
  background-color: #eabe39 !important;
}
.bg-info {
  background-color: #f50944 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eabe39 !important;
  border-color: #eabe39 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c29715 !important;
  border-color: #c29715 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c29715 !important;
  border-color: #c29715 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f50944 !important;
  border-color: #f50944 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ab0630 !important;
  border-color: #ab0630 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ab0630 !important;
  border-color: #ab0630 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eabe39 !important;
  border-color: #eabe39 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c29715 !important;
  border-color: #c29715 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c29715 !important;
  border-color: #c29715 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ab8512;
  color: #ab8512;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #eabe39;
  border-color: #eabe39;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eabe39 !important;
  border-color: #eabe39 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #930529;
  color: #930529;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f50944;
  border-color: #f50944;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f50944 !important;
  border-color: #f50944 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ab8512;
  color: #ab8512;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #eabe39;
  border-color: #eabe39;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #eabe39 !important;
  border-color: #eabe39 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #eabe39 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #eabe39 !important;
}
.text-info {
  color: #f50944 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ab8512 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ab8512 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #930529 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #f50944;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.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: #eabe39;
  border-color: #eabe39;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #eabe39;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefbf1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefbf1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdcdd9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #eabe39;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #eabe39;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #eabe39;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eabe39;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #eabe39;
  border-bottom-color: #eabe39;
}
.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: #eabe39 !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23eabe39' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qvSISopxtU .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qvSISopxtU .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qvSISopxtU a {
  font-style: normal;
}
.cid-qvSISopxtU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qvSISopxtU .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qvSISopxtU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qvSISopxtU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qvSISopxtU .menu-logo {
  margin-right: auto;
}
.cid-qvSISopxtU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qvSISopxtU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qvSISopxtU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qvSISopxtU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qvSISopxtU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qvSISopxtU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qvSISopxtU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qvSISopxtU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qvSISopxtU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qvSISopxtU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qvSISopxtU .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qvSISopxtU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qvSISopxtU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qvSISopxtU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qvSISopxtU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qvSISopxtU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qvSISopxtU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qvSISopxtU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qvSISopxtU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qvSISopxtU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qvSISopxtU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qvSISopxtU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qvSISopxtU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qvSISopxtU button.navbar-toggler:focus {
  outline: none;
}
.cid-qvSISopxtU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qvSISopxtU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qvSISopxtU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qvSISopxtU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qvSISopxtU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qvSISopxtU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvSISopxtU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qvSISopxtU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qvSISopxtU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvSISopxtU .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qvSISopxtU .collapsed .btn {
  display: flex;
}
.cid-qvSISopxtU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qvSISopxtU .collapsed .navbar-collapse.collapsing,
.cid-qvSISopxtU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qvSISopxtU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qvSISopxtU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qvSISopxtU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qvSISopxtU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qvSISopxtU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qvSISopxtU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qvSISopxtU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qvSISopxtU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qvSISopxtU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qvSISopxtU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qvSISopxtU .collapsed button.navbar-toggler {
  display: block;
}
.cid-qvSISopxtU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qvSISopxtU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qvSISopxtU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qvSISopxtU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qvSISopxtU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qvSISopxtU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qvSISopxtU .navbar-expand {
    flex-direction: column;
  }
  .cid-qvSISopxtU img {
    height: 3.8rem !important;
  }
  .cid-qvSISopxtU .btn {
    display: flex;
  }
  .cid-qvSISopxtU button.navbar-toggler {
    display: block;
  }
  .cid-qvSISopxtU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qvSISopxtU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qvSISopxtU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qvSISopxtU .navbar-collapse.collapsing,
  .cid-qvSISopxtU .navbar-collapse.show {
    display: block !important;
  }
  .cid-qvSISopxtU .navbar-collapse.collapsing .navbar-nav,
  .cid-qvSISopxtU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qvSISopxtU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qvSISopxtU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qvSISopxtU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qvSISopxtU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qvSISopxtU .navbar-collapse.collapsing .navbar-buttons,
  .cid-qvSISopxtU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qvSISopxtU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qvSISopxtU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qvSISopxtU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qvSISopxtU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qvSISopxtU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qvSISopxtU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qvSISopxtU .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rYdNMoJjDS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #101010;
}
.cid-rYdNMoJjDS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qvSISq5Sci {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/screenshot-20221018-234027-photos-1080x618.jpg");
}
.cid-qvSISq5Sci .mbr-text,
.cid-qvSISq5Sci .mbr-section-btn {
  text-align: center;
}
.cid-qvSISq5Sci H1 {
  color: #ffffff;
}
.cid-tkSE16u0UM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkSE16u0UM img,
.cid-tkSE16u0UM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tkSE16u0UM .item:focus,
.cid-tkSE16u0UM span:focus {
  outline: none;
}
.cid-tkSE16u0UM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkSE16u0UM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkSE16u0UM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkSE16u0UM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkSE16u0UM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkSE16u0UM .mbr-section-title {
  color: #ffffff;
}
.cid-tkSE16u0UM .mbr-text,
.cid-tkSE16u0UM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tkSE16u0UM .item-title {
  text-align: left;
  color: #df0808;
}
.cid-tkSE16u0UM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sVKmHLN0W4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20190829-160901-2000x2667.jpeg");
}
.cid-sVKmHLN0W4 .mbr-text,
.cid-sVKmHLN0W4 .mbr-section-btn {
  color: #ffffff;
}
.cid-qylOWU2H9V {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/paintball-1966x468.jpeg");
}
.cid-qylOWU2H9V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tkVxcdWlt6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tkVxcdWlt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkVxcdWlt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkVxcdWlt6 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tkVxcdWlt6 .plan-body {
  padding-bottom: 2rem;
}
.cid-tkVxcdWlt6 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkVxcdWlt6 .price {
  color: #000000;
}
.cid-tkVxcdWlt6 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-tkVxcdWlt6 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tkVxcdWlt6 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-tkVxcdWlt6 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tkVxcdWlt6 .plan {
    margin-bottom: 2rem;
  }
}
.cid-tkVxcdWlt6 .plan-title {
  color: #101010;
}
.cid-qvUgEv05t0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/weblap24-2000x1429.jpeg");
}
.cid-qvUgEv05t0 H2 {
  text-align: left;
}
.cid-qvUgEv05t0 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-qvUgEv05t0 .mbr-text,
.cid-qvUgEv05t0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-qGZBXPUiYr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/weblap21-2000x2000.jpeg");
}
.cid-qGZBXPUiYr .mbr-text,
.cid-qGZBXPUiYr .mbr-section-btn {
  text-align: center;
}
.cid-qGZBXPUiYr H2 {
  text-align: center;
}
.cid-qGZBXPUiYr H3 {
  text-align: center;
}
.cid-rHZsPJKnJ4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/oldalas-389x375.jpeg");
}
.cid-rHZsPJKnJ4 .mbr-section-subtitle {
  text-align: center;
}
.cid-rHZsPJKnJ4 H2 {
  text-align: center;
}
.cid-tojqFLW09x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-tojqFLW09x .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tojqFLW09x .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tojqFLW09x .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tojqFLW09x .mbr-text {
    text-align: center;
  }
}
.cid-tojqFLW09x .mbr-text,
.cid-tojqFLW09x .mbr-section-btn {
  text-align: center;
}
.cid-tojqFLW09x H1 {
  text-align: center;
}
.cid-qYsXNUo39x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/weblap23-1600x2000.jpeg");
}
.cid-rIodPGwTht {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20210723-2022502-2000x1457.jpg");
}
.cid-rIodPGwTht .mbr-text {
  text-align: center;
}
.cid-syeHR9g1v4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeHR9g1v4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syeHR9g1v4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syeHR9g1v4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syeHR9g1v4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syeHR9g1v4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-syeHR9g1v4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syeHR9g1v4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syeHR9g1v4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syeHR9g1v4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-rIoeCJl9L8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rIoeCJl9L8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rIoeCJl9L8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rIoeCJl9L8 DIV {
  color: #ffffff;
}
.cid-qAZ5oaTejx {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000000;
}
.cid-qAZ5oaTejx .images-container.container-fluid {
  padding: 0;
}
.cid-qAZ5oaTejx .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  width: 100% !important;
}
.cid-qAZ5oaTejx .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qAZ5oaTejx .media-container-row .img-item img {
  width: 100%;
}
.cid-qAZ5oaTejx .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qAZ5oaTejx .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qAZ5oaTejx .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qAZ5oaTejx .img-item {
    width: 100% !important;
  }
  .cid-qAZ5oaTejx .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qAZ5oaTejx B {
  color: #101010;
}
.cid-r1QwgAk6d8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/kepernyofoto-2021-11-14-11.15.33-2000x1147.png");
}
.cid-r1QwgAk6d8 P {
  text-align: center;
}
.cid-syeHPSJTZV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-syeHPSJTZV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-syeHPSJTZV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syeHPSJTZV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syeHPSJTZV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-syeHPSJTZV .row > .row {
  display: block;
}
.cid-syeHPSJTZV .mbr-gallery-item {
  width: 100%;
}
.cid-syeHPSJTZV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-syeHPSJTZV .mbr-gallery-item > div {
  position: relative;
}
.cid-syeHPSJTZV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-syeHPSJTZV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-syeHPSJTZV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-syeHPSJTZV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-snejt1ltGR {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/original-1d35b141-27ac-45ff-9b70-fffaf98d1f83-20210210-143717-2000x1500.jpeg");
}
.cid-rIocf0D8Wi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rIocf0D8Wi H3 {
  text-align: center;
}
.cid-rbm7ePI4Qi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rbm7ePI4Qi .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rbm7ePI4Qi .input {
  margin-bottom: 15px;
}
.cid-rbm7ePI4Qi .map {
  width: 100%;
  height: 30rem;
}
.cid-rbm7ePI4Qi .map iframe {
  width: inherit;
  height: 100%;
}
.cid-rbm7ePI4Qi .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbm7ePI4Qi .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rbm7ePI4Qi .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rbm7ePI4Qi .mbr-text {
  color: #767676;
}
.cid-rbm7ePI4Qi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rbm7ePI4Qi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rbm7ePI4Qi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rbm7ePI4Qi .google-map {
  height: 25rem;
  position: relative;
}
.cid-rbm7ePI4Qi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rbm7ePI4Qi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rbm7ePI4Qi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rbm7ePI4Qi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rbm7ePI4Qi h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rbm7ePI4Qi .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rbm7ePI4Qi .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rbm7ePI4Qi H4 {
  color: #f3cd57;
}
.cid-tkTthBptAf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkTthBptAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkTthBptAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkTthBptAf .item {
  padding-bottom: 2rem;
}
.cid-tkTthBptAf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tkTthBptAf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tkTthBptAf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkTthBptAf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkTthBptAf .carousel-control,
.cid-tkTthBptAf .close {
  background: #1b1b1b;
}
.cid-tkTthBptAf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkTthBptAf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkTthBptAf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkTthBptAf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkTthBptAf .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-tkTthBptAf .close::before {
  content: '\e91a';
}
.cid-tkTthBptAf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkTthBptAf .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-tkTthBptAf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkTthBptAf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkTthBptAf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkTthBptAf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkTthBptAf .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-tkTthBptAf .carousel-indicators li.active,
.cid-tkTthBptAf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkTthBptAf .carousel-indicators li::after,
.cid-tkTthBptAf .carousel-indicators li::before {
  content: none;
}
.cid-tkTthBptAf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkTthBptAf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkTthBptAf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkTthBptAf .carousel-indicators {
    display: none;
  }
}
.cid-tkTthBptAf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkTthBptAf .carousel-inner > .active {
  display: block;
}
.cid-tkTthBptAf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkTthBptAf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkTthBptAf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkTthBptAf .carousel-control,
  .cid-tkTthBptAf .carousel-indicators,
  .cid-tkTthBptAf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkTthBptAf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkTthBptAf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkTthBptAf .carousel-indicators .active,
.cid-tkTthBptAf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkTthBptAf .carousel-indicators .active {
  background: #fff;
}
.cid-tkTthBptAf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkTthBptAf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkTthBptAf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkTthBptAf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkTthBptAf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkTthBptAf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkTthBptAf .carousel {
  width: 100%;
}
.cid-tkTthBptAf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkTthBptAf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkTthBptAf .modal.fade .modal-dialog,
.cid-tkTthBptAf .modal.in .modal-dialog {
  transform: none;
}
.cid-tkTthBptAf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkTthBptAf H6 {
  text-align: center;
}
.cid-qvT2KGXA3w {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-qvT2KGXA3w .content {
    text-align: center;
  }
  .cid-qvT2KGXA3w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qvT2KGXA3w .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qvT2KGXA3w .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qvT2KGXA3w .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qvT2KGXA3w .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvT2KGXA3w .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qvT2KGXA3w .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvT2KGXA3w .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvT2KGXA3w .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qvT2KGXA3w .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvT2KGXA3w .google-map {
  height: 25rem;
  position: relative;
}
.cid-qvT2KGXA3w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qvT2KGXA3w .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qvT2KGXA3w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qvT2KGXA3w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkSKtlnyul {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkSKtlnyul .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkSKtlnyul .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkSKtlnyul .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkSKtlnyul .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkSKtlnyul .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkSKtlnyul .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkSKtlnyul .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkSKtlnyul .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkSKtlnyul .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkSKtlnyul .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkSKtlnyul .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkSKtlnyul .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkSKtlnyul .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkSKtlnyul .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkSKtlnyul .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sYj7464xJW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sYj7464xJW .carousel-control {
  background: #000;
}
.cid-sYj7464xJW .mbr-section-subtitle {
  color: #767676;
}
.cid-sYj7464xJW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYj7464xJW .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sYj7464xJW .carousel-item .wrap-img {
  text-align: center;
}
.cid-sYj7464xJW .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sYj7464xJW .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sYj7464xJW .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sYj7464xJW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sYj7464xJW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sYj7464xJW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sYj7464xJW .cloneditem-1,
.cid-sYj7464xJW .cloneditem-2,
.cid-sYj7464xJW .cloneditem-3,
.cid-sYj7464xJW .cloneditem-4,
.cid-sYj7464xJW .cloneditem-5 {
  display: none;
}
.cid-sYj7464xJW .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sYj7464xJW .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides2 .cloneditem-1,
  .cid-sYj7464xJW .carousel-inner.slides2 .cloneditem-2,
  .cid-sYj7464xJW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides3 .cloneditem-1,
  .cid-sYj7464xJW .carousel-inner.slides3 .cloneditem-2,
  .cid-sYj7464xJW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides4 .cloneditem-1,
  .cid-sYj7464xJW .carousel-inner.slides4 .cloneditem-2,
  .cid-sYj7464xJW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides5 .cloneditem-1,
  .cid-sYj7464xJW .carousel-inner.slides5 .cloneditem-2,
  .cid-sYj7464xJW .carousel-inner.slides5 .cloneditem-3,
  .cid-sYj7464xJW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sYj7464xJW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sYj7464xJW .carousel-inner.slides6 .cloneditem-1,
  .cid-sYj7464xJW .carousel-inner.slides6 .cloneditem-2,
  .cid-sYj7464xJW .carousel-inner.slides6 .cloneditem-3,
  .cid-sYj7464xJW .carousel-inner.slides6 .cloneditem-4,
  .cid-sYj7464xJW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sYj7464xJW B {
  color: #ffffff;
}
.cid-rInxIB8GoO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rInxIB8GoO .mbr-section-subtitle {
  color: #767676;
}
.cid-rInxIB8GoO .btn {
  margin: 0 0 .5rem 0;
}
.cid-rInxIB8GoO DIV {
  color: #ffffff;
}
.cid-snemazn0Mc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/screenshot-20221018-234811-photos-674x387.jpg");
}
.cid-snemazn0Mc h1 {
  color: #616161;
}
.cid-snemazn0Mc h2,
.cid-snemazn0Mc h3,
.cid-snemazn0Mc p {
  color: #767676;
}
.cid-snemazn0Mc .mbr-section-subtitle {
  font-style: italic;
}
.cid-snemazn0Mc H1 {
  color: #ffffff;
}
.cid-snemazn0Mc H3 {
  color: #ffffff;
}
.cid-snemazn0Mc .mbr-text,
.cid-snemazn0Mc .mbr-section-btn {
  color: #ffffff;
}
.cid-tkVJyDpFJ1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tkVJyDpFJ1 img,
.cid-tkVJyDpFJ1 .item-img {
  width: 100%;
}
.cid-tkVJyDpFJ1 .item:focus,
.cid-tkVJyDpFJ1 span:focus {
  outline: none;
}
.cid-tkVJyDpFJ1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkVJyDpFJ1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkVJyDpFJ1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkVJyDpFJ1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkVJyDpFJ1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkVJyDpFJ1 .mbr-section-title {
  color: #ffffff;
}
.cid-tkVJyDpFJ1 .mbr-text,
.cid-tkVJyDpFJ1 .mbr-section-btn {
  text-align: left;
}
.cid-tkVJyDpFJ1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tkVJyDpFJ1 .item-subtitle {
  text-align: left;
}
.cid-qYtdCXyeTc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-qYtdCQ5hpm .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-qYtdCQ5hpm .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-qYtdCQ5hpm a {
  font-style: normal;
}
.cid-qYtdCQ5hpm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qYtdCQ5hpm .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYtdCQ5hpm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYtdCQ5hpm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYtdCQ5hpm .menu-logo {
  margin-right: auto;
}
.cid-qYtdCQ5hpm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYtdCQ5hpm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYtdCQ5hpm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYtdCQ5hpm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYtdCQ5hpm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYtdCQ5hpm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYtdCQ5hpm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYtdCQ5hpm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYtdCQ5hpm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYtdCQ5hpm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYtdCQ5hpm .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYtdCQ5hpm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYtdCQ5hpm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYtdCQ5hpm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYtdCQ5hpm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYtdCQ5hpm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYtdCQ5hpm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYtdCQ5hpm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYtdCQ5hpm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYtdCQ5hpm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYtdCQ5hpm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYtdCQ5hpm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYtdCQ5hpm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYtdCQ5hpm button.navbar-toggler:focus {
  outline: none;
}
.cid-qYtdCQ5hpm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qYtdCQ5hpm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYtdCQ5hpm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYtdCQ5hpm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYtdCQ5hpm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYtdCQ5hpm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYtdCQ5hpm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYtdCQ5hpm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYtdCQ5hpm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYtdCQ5hpm .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYtdCQ5hpm .collapsed .btn {
  display: flex;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.collapsing,
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYtdCQ5hpm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYtdCQ5hpm .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYtdCQ5hpm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYtdCQ5hpm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYtdCQ5hpm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYtdCQ5hpm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYtdCQ5hpm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYtdCQ5hpm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYtdCQ5hpm .navbar-expand {
    flex-direction: column;
  }
  .cid-qYtdCQ5hpm img {
    height: 3.8rem !important;
  }
  .cid-qYtdCQ5hpm .btn {
    display: flex;
  }
  .cid-qYtdCQ5hpm button.navbar-toggler {
    display: block;
  }
  .cid-qYtdCQ5hpm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYtdCQ5hpm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYtdCQ5hpm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYtdCQ5hpm .navbar-collapse.collapsing,
  .cid-qYtdCQ5hpm .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYtdCQ5hpm .navbar-collapse.collapsing .navbar-nav,
  .cid-qYtdCQ5hpm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYtdCQ5hpm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYtdCQ5hpm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYtdCQ5hpm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qYtdCQ5hpm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYtdCQ5hpm .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYtdCQ5hpm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYtdCQ5hpm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYtdCQ5hpm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYtdCQ5hpm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYtdCQ5hpm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYtdCQ5hpm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYtdCQ5hpm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYtdCQ5hpm .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYtdCSOVPZ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-qYtdCSOVPZ H2 {
  text-align: left;
}
.cid-qYtdCSOVPZ H3 {
  text-align: left;
}
.cid-qYtdCSOVPZ .mbr-text,
.cid-qYtdCSOVPZ .mbr-section-btn {
  text-align: left;
}
.cid-qYtdCUQRZ0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rInAIboVc7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tkVK8ldN1j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkVK8ldN1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkVK8ldN1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkVK8ldN1j .item {
  padding-bottom: 2rem;
}
.cid-tkVK8ldN1j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tkVK8ldN1j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tkVK8ldN1j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkVK8ldN1j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkVK8ldN1j .carousel-control,
.cid-tkVK8ldN1j .close {
  background: #1b1b1b;
}
.cid-tkVK8ldN1j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkVK8ldN1j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkVK8ldN1j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkVK8ldN1j .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkVK8ldN1j .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-tkVK8ldN1j .close::before {
  content: '\e91a';
}
.cid-tkVK8ldN1j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkVK8ldN1j .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-tkVK8ldN1j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkVK8ldN1j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkVK8ldN1j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkVK8ldN1j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkVK8ldN1j .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-tkVK8ldN1j .carousel-indicators li.active,
.cid-tkVK8ldN1j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkVK8ldN1j .carousel-indicators li::after,
.cid-tkVK8ldN1j .carousel-indicators li::before {
  content: none;
}
.cid-tkVK8ldN1j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkVK8ldN1j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkVK8ldN1j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkVK8ldN1j .carousel-indicators {
    display: none;
  }
}
.cid-tkVK8ldN1j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkVK8ldN1j .carousel-inner > .active {
  display: block;
}
.cid-tkVK8ldN1j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkVK8ldN1j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkVK8ldN1j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkVK8ldN1j .carousel-control,
  .cid-tkVK8ldN1j .carousel-indicators,
  .cid-tkVK8ldN1j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkVK8ldN1j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkVK8ldN1j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkVK8ldN1j .carousel-indicators .active,
.cid-tkVK8ldN1j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkVK8ldN1j .carousel-indicators .active {
  background: #fff;
}
.cid-tkVK8ldN1j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkVK8ldN1j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkVK8ldN1j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkVK8ldN1j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkVK8ldN1j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkVK8ldN1j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkVK8ldN1j .carousel {
  width: 100%;
}
.cid-tkVK8ldN1j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkVK8ldN1j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkVK8ldN1j .modal.fade .modal-dialog,
.cid-tkVK8ldN1j .modal.in .modal-dialog {
  transform: none;
}
.cid-tkVK8ldN1j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkVK8ldN1j H6 {
  text-align: center;
}
.cid-tkSKtlnyul {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkSKtlnyul .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkSKtlnyul .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkSKtlnyul .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkSKtlnyul .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkSKtlnyul .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkSKtlnyul .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkSKtlnyul .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkSKtlnyul .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkSKtlnyul .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkSKtlnyul .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkSKtlnyul .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkSKtlnyul .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkSKtlnyul .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkSKtlnyul .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkSKtlnyul .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-r1RkBQXF9U .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-r1RkBQXF9U .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-r1RkBQXF9U a {
  font-style: normal;
}
.cid-r1RkBQXF9U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-r1RkBQXF9U .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r1RkBQXF9U .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r1RkBQXF9U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r1RkBQXF9U .menu-logo {
  margin-right: auto;
}
.cid-r1RkBQXF9U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r1RkBQXF9U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r1RkBQXF9U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r1RkBQXF9U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r1RkBQXF9U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r1RkBQXF9U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r1RkBQXF9U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r1RkBQXF9U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r1RkBQXF9U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r1RkBQXF9U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r1RkBQXF9U .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r1RkBQXF9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r1RkBQXF9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r1RkBQXF9U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r1RkBQXF9U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r1RkBQXF9U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r1RkBQXF9U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r1RkBQXF9U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r1RkBQXF9U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r1RkBQXF9U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r1RkBQXF9U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r1RkBQXF9U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r1RkBQXF9U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r1RkBQXF9U button.navbar-toggler:focus {
  outline: none;
}
.cid-r1RkBQXF9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r1RkBQXF9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r1RkBQXF9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r1RkBQXF9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r1RkBQXF9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r1RkBQXF9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r1RkBQXF9U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r1RkBQXF9U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r1RkBQXF9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r1RkBQXF9U .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r1RkBQXF9U .collapsed .btn {
  display: flex;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse.collapsing,
.cid-r1RkBQXF9U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r1RkBQXF9U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r1RkBQXF9U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r1RkBQXF9U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r1RkBQXF9U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r1RkBQXF9U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r1RkBQXF9U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r1RkBQXF9U .collapsed button.navbar-toggler {
  display: block;
}
.cid-r1RkBQXF9U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r1RkBQXF9U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r1RkBQXF9U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r1RkBQXF9U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r1RkBQXF9U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r1RkBQXF9U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r1RkBQXF9U .navbar-expand {
    flex-direction: column;
  }
  .cid-r1RkBQXF9U img {
    height: 3.8rem !important;
  }
  .cid-r1RkBQXF9U .btn {
    display: flex;
  }
  .cid-r1RkBQXF9U button.navbar-toggler {
    display: block;
  }
  .cid-r1RkBQXF9U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r1RkBQXF9U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r1RkBQXF9U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r1RkBQXF9U .navbar-collapse.collapsing,
  .cid-r1RkBQXF9U .navbar-collapse.show {
    display: block !important;
  }
  .cid-r1RkBQXF9U .navbar-collapse.collapsing .navbar-nav,
  .cid-r1RkBQXF9U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r1RkBQXF9U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r1RkBQXF9U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r1RkBQXF9U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r1RkBQXF9U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r1RkBQXF9U .navbar-collapse.collapsing .navbar-buttons,
  .cid-r1RkBQXF9U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r1RkBQXF9U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r1RkBQXF9U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r1RkBQXF9U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r1RkBQXF9U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r1RkBQXF9U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r1RkBQXF9U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r1RkBQXF9U .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r1RkBRx04w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-r1RkBRx04w .mbr-text,
.cid-r1RkBRx04w blockquote {
  color: #767676;
}
.cid-r1RkBSeUHg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-r1RkBSeUHg .mbr-text,
.cid-r1RkBSeUHg blockquote {
  color: #767676;
}
.cid-r1RkBSpmk6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-r1RkBSpmk6 H3 {
  color: #ffffff;
  text-align: right;
}
.cid-r1RkBUyuGl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-r1RkBUyuGl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-r1RkBUyuGl H2 {
  color: #ffffff;
}
.cid-r1RkBUyuGl .mbr-section-subtitle DIV {
  color: #ffffff;
  text-align: left;
}
.cid-r1RmGsXbUR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-r1RmGsXbUR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-r1RmGsXbUR H2 {
  color: #ffffff;
}
.cid-r1RmGsXbUR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tkSKtlnyul {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tkSKtlnyul .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tkSKtlnyul .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tkSKtlnyul .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tkSKtlnyul .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkSKtlnyul .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkSKtlnyul .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkSKtlnyul .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tkSKtlnyul .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkSKtlnyul .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkSKtlnyul .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tkSKtlnyul .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkSKtlnyul .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkSKtlnyul .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkSKtlnyul .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkSKtlnyul .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
