html,
body {
  overflow-x: hidden;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
}
/* ---- 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.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: #4284df !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4284df !important;
  border-color: #4284df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-primary:before {
  background-color: #1f5eb6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #4284df;
}
.btn-primary-outline:before {
  background-color: #4284df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4284df !important;
  border-color: #4284df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #4284df;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #4284df !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b53a0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4284df;
  border-color: #4284df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4284df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0f6fd;
}
.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: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #4284df;
}
/* 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: #4284df;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4284df;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4284df;
  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: #4284df;
  border-bottom-color: #4284df;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4284df !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f27d7a !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: 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='%234284df' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-voSHTuvvgB .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-voSHTuvvgB .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-voSHTuvvgB .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-voSHTuvvgB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voSHTuvvgB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voSHTuvvgB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voSHTuvvgB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voSHTuvvgB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voSHTuvvgB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voSHTuvvgB .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-voSHTuvvgB a {
  font-style: normal;
}
.cid-voSHTuvvgB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-voSHTuvvgB .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-voSHTuvvgB .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-voSHTuvvgB .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-voSHTuvvgB .content-text {
  margin-bottom: 0;
}
.cid-voSHTuvvgB .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voSHTuvvgB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voSHTuvvgB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-voSHTuvvgB .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-voSHTuvvgB .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-voSHTuvvgB .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-voSHTuvvgB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voSHTuvvgB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voSHTuvvgB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voSHTuvvgB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voSHTuvvgB .nav-dropdown .link {
  font-weight: 400;
}
.cid-voSHTuvvgB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voSHTuvvgB .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-voSHTuvvgB .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-voSHTuvvgB .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-voSHTuvvgB .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-voSHTuvvgB .menu-content-top.show {
  display: block;
}
.cid-voSHTuvvgB .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-voSHTuvvgB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-voSHTuvvgB .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-voSHTuvvgB .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-voSHTuvvgB .dropdown-item:before {
    display: none;
  }
  .cid-voSHTuvvgB .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-voSHTuvvgB .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-voSHTuvvgB img {
    height: 3.8rem !important;
  }
  .cid-voSHTuvvgB .btn {
    display: flex;
  }
  .cid-voSHTuvvgB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-voSHTuvvgB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voSHTuvvgB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voSHTuvvgB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voSHTuvvgB .navbar-collapse.collapsing,
  .cid-voSHTuvvgB .navbar-collapse.show {
    display: block !important;
  }
  .cid-voSHTuvvgB .navbar-collapse.collapsing .navbar-nav,
  .cid-voSHTuvvgB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voSHTuvvgB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voSHTuvvgB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-voSHTuvvgB .navbar-collapse.collapsing .navbar-buttons,
  .cid-voSHTuvvgB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-voSHTuvvgB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voSHTuvvgB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voSHTuvvgB .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-voSHTuvvgB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voSHTuvvgB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voSHTuvvgB .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: 992px) {
  .cid-voSHTuvvgB .navbar .menu-content-top {
    display: block;
  }
  .cid-voSHTuvvgB .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-voSHTuvvgB .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-voSHTuvvgB .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voSHTuvvgB .menu-bottom {
    display: flex;
  }
  .cid-voSHTuvvgB .navbar {
    display: block;
    padding: 0;
  }
  .cid-voSHTuvvgB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voSHTuvvgB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-voSHTuvvgB .navbar-toggler {
    display: none;
  }
}
.cid-voSHTuvvgB .navbar-short .menu-content-top {
  border: none;
}
.cid-voSHTuvvgB .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voSHTuvvgB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voSHTuvvgB .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-voSHTuvvgB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voSHTuvvgB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voSHTuvvgB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voSHTuvvgB .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voSHTuvvgB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voSHTuvvgB .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voSHTuvvgB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-voSHTuvvgB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voSHTuvvgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voSHTuvvgB .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-voSHTuvvgB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voSHTuvvgB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voSHTuvvgB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voSHTuvvgB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-voSHTuvvgB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voSHTuvvgB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voSHTuvvgB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voSHTuvvgB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voSHTuvvgB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-voSHTuvvgB button.navbar-toggler:focus {
  outline: none;
}
.cid-voSHTuvvgB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-voSHTuvvgB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voSHTuvvgB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voSHTuvvgB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voSHTuvvgB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voSHTuvvgB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voSHTuvvgB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voSHTuvvgB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voSHTuvvgB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voSHTuvvgB .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voSHTuvvgB .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voSHTuvvgB .collapsed .menu-logo {
  margin-right: 0;
}
.cid-voSHTuvvgB .collapsed .btn {
  display: flex;
}
.cid-voSHTuvvgB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voSHTuvvgB .collapsed .navbar-collapse.collapsing,
.cid-voSHTuvvgB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voSHTuvvgB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voSHTuvvgB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voSHTuvvgB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voSHTuvvgB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voSHTuvvgB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voSHTuvvgB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-voSHTuvvgB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voSHTuvvgB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voSHTuvvgB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-voSHTuvvgB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voSHTuvvgB .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voSHTuvvgB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voSHTuvvgB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voSHTuvvgB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-voSHTuvvgB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voSHTuvvgB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voSHTuvvgB .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;
}
.cid-voSHTuvvgB .collapsed .dropdown-item:before {
  display: none;
}
.cid-voSHTuvvgB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voSHTuvvgB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voSHTuvvgB .nav-link:focus {
  outline: none;
}
.cid-voSHTuvvgB .navbar-toggler {
  position: relative;
}
.cid-voSHTuvvgB .dropdown-item.active,
.cid-voSHTuvvgB .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-voSHTuvvgB .nav-link:hover,
.cid-voSHTuvvgB .dropdown-item:hover {
  color: #faaf40;
}
.cid-voSHTuvvgB .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-voSHTuvvgB .navbar-buttons .btn-primary:hover,
.cid-voSHTuvvgB .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-voSHTuvvgB .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-voSHTuvvgB .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-voSHTuvvgB .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.cid-voSMvd1xma {
  background-image: url("../../../assets/images/img-20260627-161505-1400x1050.webp");
}
.cid-voSMvd1xma .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-voSMvd1xma .mbr-overlay {
  background: #2c1616;
  background: linear-gradient(#2c1616 -10%, #1d2671 75%);
}
.cid-voSMvd1xma .mbr-section-title {
  margin: 0;
}
.cid-voSMvd1xma .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-voSMvd1xma .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSMvd1xma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-2q {
  /* Type valid CSS here */
}
#custom-html-2q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2q p {
  font-size: 60px;
  color: #777;
}
.cid-voSQW54vNR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #cccccc;
}
.cid-voSQW54vNR .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-voSQW54vNR .border_1 {
  left: 0;
}
.cid-voSQW54vNR .border_2 {
  right: 0;
}
.cid-voSQW54vNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-voSQW54vNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voSQW54vNR .content-wrapper {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #363534;
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .content-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
  margin: 0 -1px;
}
.cid-voSQW54vNR .content-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-voSQW54vNR .content-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 36px;
  background-color: #f0e7da;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .content-wrap {
    padding: 8px 24px;
  }
}
.cid-voSQW54vNR .content-wrap .label-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  padding: 10px 0;
  border-top: 1px solid #bdb7ad;
  border-bottom: 1px solid #bdb7ad;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .content-wrap .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voSQW54vNR .content-wrap .label-wrapper .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #1c1c1c;
  border-radius: 100%;
}
.cid-voSQW54vNR .content-wrap .label-wrapper .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-voSQW54vNR .content-wrap .label-wrapper .decor-wrapper {
  width: 100%;
  border-top: 10px groove #e3d8c5;
}
.cid-voSQW54vNR .content-wrap .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .content-wrap .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-voSQW54vNR .content-wrap .title-wrapper .card {
  justify-content: flex-end;
}
.cid-voSQW54vNR .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-voSQW54vNR .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voSQW54vNR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #363534;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-voSQW54vNR .items-wrapper .item {
  margin-bottom: 1px;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voSQW54vNR .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
.cid-voSQW54vNR .items-wrapper .item:hover .item-wrapper .card-box .item-img img,
.cid-voSQW54vNR .items-wrapper .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.1);
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid transparent;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .items-wrapper .item .item-wrapper {
    border-right: none;
  }
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 18px;
  height: 18px;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #f0e7da 45%);
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #f0e7da;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box {
  padding: 20px 36px;
  will-change: transform;
  background-color: #f0e7da;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box {
    padding: 8px 24px;
  }
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #bdb7ad;
  display: block;
}
@media (max-width: 992px) {
  .cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .date-wrapper {
    margin-top: 24px;
  }
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-label {
  margin-bottom: 0;
}
.cid-voSQW54vNR .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 0;
}
.cid-voSQW54vNR .mbr-label {
  color: #1c1c1c;
}
.cid-voSQW54vNR .mbr-section-title {
  color: #1c1c1c;
}
.cid-voSQW54vNR .mbr-text {
  color: #363534;
}
.cid-voSQW54vNR .item-title {
  color: #1c1c1c;
}
.cid-voSQW54vNR .item-text {
  color: #1c1c1c;
}
.cid-voSQW54vNR .item-label {
  color: #363534;
}
.cid-voSQW54vNR .item-date {
  color: #363534;
}
#custom-html-2p {
  /* Type valid CSS here */
}
#custom-html-2p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2p p {
  font-size: 60px;
  color: #777;
}
.cid-voYew12h06 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #060606;
}
.cid-voYew12h06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYew12h06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYew12h06 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voYew12h06 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-voYew12h06 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-voYew12h06 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-voYew12h06 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voYew12h06 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voYew12h06 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voYew12h06 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-voYew12h06 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-voYew12h06 .item {
    margin-bottom: 28px;
  }
}
.cid-voYew12h06 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-voYew12h06 .item .item-wrapper:hover,
.cid-voYew12h06 .item .item-wrapper:focus {
  border: 2px solid #faaf40;
}
.cid-voYew12h06 .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #2e2e2e;
  background-color: #1a1a1a;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-voYew12h06 .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-voYew12h06 .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e2e2e;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-voYew12h06 .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #faaf40;
  -webkit-text-fill-color: #faaf40;
  background: none;
  -webkit-background-clip: unset;
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .item-content {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-voYew12h06 .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-voYew12h06 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .item-content .text-wrap .item-time {
  color: #faaf40;
  font-size: 0.95rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voYew12h06 .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-voYew12h06 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #faaf40;
}
.cid-voYew12h06 .mbr-section-title {
  color: #ffffff;
}
.cid-voYew12h06 .mbr-text,
.cid-voYew12h06 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-voYew12h06 .mbr-desc,
.cid-voYew12h06 .desc-wrapper {
  color: #faaf40;
  text-align: center;
  letter-spacing: 0.12em;
}
.cid-voYew12h06 .item-title {
  color: #ffffff;
}
.cid-voYew12h06 .item-text {
  color: #efefef;
}
.cid-voYew12h06 .mbr-section-title,
.cid-voYew12h06 .mbr-section-btn {
  text-align: center;
}
.cid-voYew12h06 .tagfelvetel-note {
  text-align: center;
  color: #666666;
  font-size: 0.9rem;
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid #2a2a2a;
}
.cid-voYew12h06 .tagfelvetel-note span {
  color: #faaf40;
  font-weight: 500;
}
.cid-voYew12h06 .item-contact {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #2e2e2e;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cid-voYew12h06 .item-contact a {
  color: #faaf40;
  font-size: 0.82rem;
  text-decoration: none;
  opacity: 0.85;
}
.cid-voYew12h06 .item-contact a:hover {
  opacity: 1;
  text-decoration: underline;
}
.cid-voYew12h06 P {
  color: #828282;
}
.cid-voYpS8Gq0L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voYpS8Gq0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYpS8Gq0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYpS8Gq0L .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-voYpS8Gq0L .google-map {
    margin-bottom: 32px;
  }
}
.cid-voYpS8Gq0L .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-voYpS8Gq0L .google-map iframe {
    height: 350px;
  }
}
.cid-voYpS8Gq0L .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-voYpS8Gq0L .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-voYpS8Gq0L .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-voYpS8Gq0L .mbr-section-title {
  color: #000000;
}
.cid-voYpS8Gq0L label {
  color: #000000;
}
.cid-voYyLHnvbq .dojo-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-voYyLHnvbq .dojo-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: #2a2a2a;
  border-radius: 8px;
  padding: 16px;
}
.cid-voYyLHnvbq .dojo-logo {
  max-height: 120px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.cid-voYyLHnvbq .dojo-info {
  flex: 1;
}
.cid-voYyLHnvbq .dojo-btn {
  padding-top: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-voYyLHnvbq .mbr-section-subtitle {
  color: #faaf40 !important;
  font-size: 1rem !important;
  letter-spacing: 0.05em;
}
.cid-voYyLHnvbq .dojo-btn .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-voYyLHnvbq section.tutorm5 {
  background: #1a1a1a !important;
}
.cid-voYyLHnvbq .item-title {
  color: #ffffff !important;
}
.cid-voYyLHnvbq .item-subtitle {
  color: #faaf40;
}
.cid-voYyLHnvbq .mbr-text {
  color: #cccccc !important;
}
.cid-voYyLHnvbq .mbr-section-title {
  color: #faaf40;
}
.cid-voYFJfAYWb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-voYFJfAYWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-voYFJfAYWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voYFJfAYWb .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-voYFJfAYWb .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-voYFJfAYWb .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-voYFJfAYWb .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-voYFJfAYWb .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-voYFJfAYWb .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-voYFJfAYWb .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-voYFJfAYWb .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-voYFJfAYWb .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-voYFJfAYWb .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-voYFJfAYWb .mbr-copy {
  color: #ffffff;
}
.cid-voYFJfAYWb .list {
  color: #ffffff;
}
.cid-voZSRc0xGH .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-voZSRc0xGH .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-voZSRc0xGH .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-voZSRc0xGH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voZSRc0xGH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voZSRc0xGH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voZSRc0xGH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voZSRc0xGH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voZSRc0xGH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voZSRc0xGH .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-voZSRc0xGH a {
  font-style: normal;
}
.cid-voZSRc0xGH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-voZSRc0xGH .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-voZSRc0xGH .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-voZSRc0xGH .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-voZSRc0xGH .content-text {
  margin-bottom: 0;
}
.cid-voZSRc0xGH .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voZSRc0xGH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voZSRc0xGH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-voZSRc0xGH .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-voZSRc0xGH .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-voZSRc0xGH .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-voZSRc0xGH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voZSRc0xGH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voZSRc0xGH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voZSRc0xGH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voZSRc0xGH .nav-dropdown .link {
  font-weight: 400;
}
.cid-voZSRc0xGH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voZSRc0xGH .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-voZSRc0xGH .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-voZSRc0xGH .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-voZSRc0xGH .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-voZSRc0xGH .menu-content-top.show {
  display: block;
}
.cid-voZSRc0xGH .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-voZSRc0xGH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-voZSRc0xGH .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-voZSRc0xGH .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-voZSRc0xGH .dropdown-item:before {
    display: none;
  }
  .cid-voZSRc0xGH .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-voZSRc0xGH .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-voZSRc0xGH img {
    height: 3.8rem !important;
  }
  .cid-voZSRc0xGH .btn {
    display: flex;
  }
  .cid-voZSRc0xGH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-voZSRc0xGH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voZSRc0xGH .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voZSRc0xGH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voZSRc0xGH .navbar-collapse.collapsing,
  .cid-voZSRc0xGH .navbar-collapse.show {
    display: block !important;
  }
  .cid-voZSRc0xGH .navbar-collapse.collapsing .navbar-nav,
  .cid-voZSRc0xGH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voZSRc0xGH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voZSRc0xGH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-voZSRc0xGH .navbar-collapse.collapsing .navbar-buttons,
  .cid-voZSRc0xGH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-voZSRc0xGH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voZSRc0xGH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voZSRc0xGH .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-voZSRc0xGH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voZSRc0xGH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voZSRc0xGH .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: 992px) {
  .cid-voZSRc0xGH .navbar .menu-content-top {
    display: block;
  }
  .cid-voZSRc0xGH .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-voZSRc0xGH .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-voZSRc0xGH .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voZSRc0xGH .menu-bottom {
    display: flex;
  }
  .cid-voZSRc0xGH .navbar {
    display: block;
    padding: 0;
  }
  .cid-voZSRc0xGH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voZSRc0xGH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-voZSRc0xGH .navbar-toggler {
    display: none;
  }
}
.cid-voZSRc0xGH .navbar-short .menu-content-top {
  border: none;
}
.cid-voZSRc0xGH .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voZSRc0xGH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voZSRc0xGH .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-voZSRc0xGH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voZSRc0xGH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voZSRc0xGH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voZSRc0xGH .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voZSRc0xGH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voZSRc0xGH .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voZSRc0xGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-voZSRc0xGH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voZSRc0xGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voZSRc0xGH .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-voZSRc0xGH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voZSRc0xGH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voZSRc0xGH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voZSRc0xGH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-voZSRc0xGH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voZSRc0xGH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voZSRc0xGH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voZSRc0xGH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voZSRc0xGH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-voZSRc0xGH button.navbar-toggler:focus {
  outline: none;
}
.cid-voZSRc0xGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-voZSRc0xGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voZSRc0xGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voZSRc0xGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voZSRc0xGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voZSRc0xGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voZSRc0xGH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voZSRc0xGH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voZSRc0xGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voZSRc0xGH .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voZSRc0xGH .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voZSRc0xGH .collapsed .menu-logo {
  margin-right: 0;
}
.cid-voZSRc0xGH .collapsed .btn {
  display: flex;
}
.cid-voZSRc0xGH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voZSRc0xGH .collapsed .navbar-collapse.collapsing,
.cid-voZSRc0xGH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voZSRc0xGH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voZSRc0xGH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voZSRc0xGH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voZSRc0xGH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voZSRc0xGH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voZSRc0xGH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-voZSRc0xGH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voZSRc0xGH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voZSRc0xGH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-voZSRc0xGH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voZSRc0xGH .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voZSRc0xGH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voZSRc0xGH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voZSRc0xGH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-voZSRc0xGH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voZSRc0xGH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voZSRc0xGH .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;
}
.cid-voZSRc0xGH .collapsed .dropdown-item:before {
  display: none;
}
.cid-voZSRc0xGH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voZSRc0xGH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voZSRc0xGH .nav-link:focus {
  outline: none;
}
.cid-voZSRc0xGH .navbar-toggler {
  position: relative;
}
.cid-voZSRc0xGH .dropdown-item.active,
.cid-voZSRc0xGH .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-voZSRc0xGH .nav-link:hover,
.cid-voZSRc0xGH .dropdown-item:hover {
  color: #faaf40;
}
.cid-voZSRc0xGH .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-voZSRc0xGH .navbar-buttons .btn-primary:hover,
.cid-voZSRc0xGH .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-voZSRc0xGH .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-voZSRc0xGH .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-voZSRc0xGH .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-12 {
  /* Type valid CSS here */
  /* Main wooden board */
  /* Individual name plank */
  /* Rank color stripe on left edge */
  /* Overlay */
  /* Member card */
  /* Avatar circle – photo or emoji fallback */
}
#custom-html-12 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#custom-html-12 body {
  background: #f0ebe3;
  font-family: 'Georgia', serif;
}
#custom-html-12 .board-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 16px 40px;
  padding-top: 100px;
  min-height: 100vh;
  background: #1a1209;
}
#custom-html-12 .board-title {
  font-size: 28px;
  aletter-spacing: 8px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #d4a96a;
}
#custom-html-12 .board-subtitle {
  font-size: 18px;
  letter-spacing: 5px;
  color: #a07848;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#custom-html-12 .nafudakake {
  background: linear-gradient(180deg, #8b5e3c 0%, #7a5230 30%, #6b4628 60%, #7a5230 100%);
  background-color: #7a5230;
  border-radius: 6px 6px 8px 8px;
  padding: 18px 20px 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  width: 100%;
  max-width: 720px;
  position: relative;
  margin-top: 42px;
  background-image: repeating-linear-gradient(92deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 3px, rgba(60, 30, 5, 0.12) 3px, rgba(60, 30, 5, 0.12) 4px), repeating-linear-gradient(178deg, rgba(255, 200, 100, 0.04) 0px, rgba(255, 200, 100, 0.04) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 18px), linear-gradient(180deg, #9b6b3c 0%, #7a5230 35%, #5a3820 65%, #7a5230 100%);
}
#custom-html-12 .nafudakake::before {
  content: '合氣道';
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #3a2a1a;
  letter-spacing: 6px;
  background: linear-gradient(180deg, #a07040 0%, #8b5e3c 100%);
  padding: 8px 28px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
#custom-html-12 .row-label {
  font-size: 12px;
  color: #c8a060;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-left: 2px;
  font-weight: 700;
}
#custom-html-12 .plank-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#custom-html-12 .plank-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#custom-html-12 .plank {
  width: 64px;
  height: 120px;
  background: linear-gradient(160deg, #e8c98a 0%, #d4a96a 40%, #c49050 70%, #d4a96a 100%);
  border-radius: 3px 3px 5px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  flex-shrink: 0;
  outline: none;
}
#custom-html-12 .plank::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background: #8B5E3C;
  border-radius: 50%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
#custom-html-12 .plank:hover,
#custom-html-12 .plank:focus {
  transform: translateY(-5px) rotate(-1deg);
  box-shadow: 2px 8px 14px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
#custom-html-12 .plank:active {
  transform: translateY(-2px) rotate(-0.5deg);
}
#custom-html-12 .plank-name {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #3a2000;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 12px;
  line-height: 1.1;
  font-size: 13px;
  max-height: 72px;
  margin-bottom: 4px;
  overflow: hidden;
}
#custom-html-12 .plank-dan {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #5a3a10;
  font-weight: bold;
  white-space: nowrap;
}
#custom-html-12 .plank .rank-stripe {
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 10px;
  width: 4px;
  border-radius: 0 0 0 3px;
  opacity: 0.85;
}
#custom-html-12 .overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30, 18, 8, 0.72);
  z-index: 100;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}
#custom-html-12 .overlay.visible {
  display: flex;
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#custom-html-12 .member-card {
  background: #faf6ee;
  border-radius: 14px;
  width: 300px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}
#custom-html-12 .card-header {
  height: 100px;
  display: flex;
  align-items: flex-end;
  padding: 12px 16px;
  position: relative;
}
#custom-html-12 .card-kanji {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  opacity: 0.2;
  color: #fff;
  letter-spacing: 2px;
  pointer-events: none;
}
#custom-html-12 .card-body {
  padding: 16px;
  text-align: center;
}
#custom-html-12 .avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: -48px auto 14px;
  border: 4px solid #faf6ee;
  background: #d4b896;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
#custom-html-12 .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#custom-html-12 .member-name {
  font-size: 20px;
  color: #2a1a08;
  font-weight: bold;
  margin-bottom: 3px;
}
#custom-html-12 .member-role {
  font-size: 12px;
  color: #9a7a50;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#custom-html-12 .rank-badge {
  display: inline-block;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 16px;
}
#custom-html-12 .card-details {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 12px 16px;
  border-top: 1px solid #e8dcc8;
  font-size: 12px;
  color: #7a6a5a;
}
#custom-html-12 .detail-item {
  text-align: center;
}
#custom-html-12 .detail-value {
  font-size: 17px;
  color: #3a2a1a;
  font-weight: bold;
  display: block;
}
#custom-html-12 .close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 10;
  transition: background 0.15s;
}
#custom-html-12 .close-btn:hover {
  background: rgba(255, 255, 255, 0.45);
}
#custom-html-12 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.cid-voZSRgdmy0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-voZSRgdmy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voZSRgdmy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voZSRgdmy0 .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-voZSRgdmy0 .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-voZSRgdmy0 .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-voZSRgdmy0 .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-voZSRgdmy0 .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-voZSRgdmy0 .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-voZSRgdmy0 .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-voZSRgdmy0 .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-voZSRgdmy0 .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-voZSRgdmy0 .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-voZSRgdmy0 .mbr-copy {
  color: #ffffff;
}
.cid-voZSRgdmy0 .list {
  color: #ffffff;
}
.cid-vp4PxWnKAn .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vp4PxWnKAn .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vp4PxWnKAn .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vp4PxWnKAn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp4PxWnKAn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vp4PxWnKAn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vp4PxWnKAn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vp4PxWnKAn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vp4PxWnKAn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vp4PxWnKAn .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vp4PxWnKAn a {
  font-style: normal;
}
.cid-vp4PxWnKAn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vp4PxWnKAn .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vp4PxWnKAn .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-vp4PxWnKAn .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vp4PxWnKAn .content-text {
  margin-bottom: 0;
}
.cid-vp4PxWnKAn .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vp4PxWnKAn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vp4PxWnKAn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vp4PxWnKAn .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vp4PxWnKAn .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vp4PxWnKAn .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vp4PxWnKAn .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vp4PxWnKAn .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vp4PxWnKAn .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vp4PxWnKAn .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vp4PxWnKAn .nav-dropdown .link {
  font-weight: 400;
}
.cid-vp4PxWnKAn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vp4PxWnKAn .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vp4PxWnKAn .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vp4PxWnKAn .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vp4PxWnKAn .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vp4PxWnKAn .menu-content-top.show {
  display: block;
}
.cid-vp4PxWnKAn .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vp4PxWnKAn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vp4PxWnKAn .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vp4PxWnKAn .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vp4PxWnKAn .dropdown-item:before {
    display: none;
  }
  .cid-vp4PxWnKAn .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vp4PxWnKAn .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vp4PxWnKAn img {
    height: 3.8rem !important;
  }
  .cid-vp4PxWnKAn .btn {
    display: flex;
  }
  .cid-vp4PxWnKAn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vp4PxWnKAn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vp4PxWnKAn .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vp4PxWnKAn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vp4PxWnKAn .navbar-collapse.collapsing,
  .cid-vp4PxWnKAn .navbar-collapse.show {
    display: block !important;
  }
  .cid-vp4PxWnKAn .navbar-collapse.collapsing .navbar-nav,
  .cid-vp4PxWnKAn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vp4PxWnKAn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vp4PxWnKAn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vp4PxWnKAn .navbar-collapse.collapsing .navbar-buttons,
  .cid-vp4PxWnKAn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vp4PxWnKAn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vp4PxWnKAn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vp4PxWnKAn .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-vp4PxWnKAn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vp4PxWnKAn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vp4PxWnKAn .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: 992px) {
  .cid-vp4PxWnKAn .navbar .menu-content-top {
    display: block;
  }
  .cid-vp4PxWnKAn .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vp4PxWnKAn .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vp4PxWnKAn .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vp4PxWnKAn .menu-bottom {
    display: flex;
  }
  .cid-vp4PxWnKAn .navbar {
    display: block;
    padding: 0;
  }
  .cid-vp4PxWnKAn .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vp4PxWnKAn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vp4PxWnKAn .navbar-toggler {
    display: none;
  }
}
.cid-vp4PxWnKAn .navbar-short .menu-content-top {
  border: none;
}
.cid-vp4PxWnKAn .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp4PxWnKAn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vp4PxWnKAn .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vp4PxWnKAn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vp4PxWnKAn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vp4PxWnKAn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vp4PxWnKAn .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vp4PxWnKAn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vp4PxWnKAn .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vp4PxWnKAn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vp4PxWnKAn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vp4PxWnKAn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vp4PxWnKAn .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-vp4PxWnKAn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vp4PxWnKAn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp4PxWnKAn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vp4PxWnKAn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vp4PxWnKAn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vp4PxWnKAn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vp4PxWnKAn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vp4PxWnKAn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vp4PxWnKAn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vp4PxWnKAn button.navbar-toggler:focus {
  outline: none;
}
.cid-vp4PxWnKAn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vp4PxWnKAn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vp4PxWnKAn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vp4PxWnKAn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vp4PxWnKAn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vp4PxWnKAn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp4PxWnKAn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vp4PxWnKAn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vp4PxWnKAn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp4PxWnKAn .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vp4PxWnKAn .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp4PxWnKAn .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vp4PxWnKAn .collapsed .btn {
  display: flex;
}
.cid-vp4PxWnKAn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vp4PxWnKAn .collapsed .navbar-collapse.collapsing,
.cid-vp4PxWnKAn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vp4PxWnKAn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vp4PxWnKAn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vp4PxWnKAn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vp4PxWnKAn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vp4PxWnKAn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vp4PxWnKAn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vp4PxWnKAn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vp4PxWnKAn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vp4PxWnKAn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vp4PxWnKAn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vp4PxWnKAn .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vp4PxWnKAn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vp4PxWnKAn .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vp4PxWnKAn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vp4PxWnKAn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vp4PxWnKAn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vp4PxWnKAn .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;
}
.cid-vp4PxWnKAn .collapsed .dropdown-item:before {
  display: none;
}
.cid-vp4PxWnKAn .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vp4PxWnKAn .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vp4PxWnKAn .nav-link:focus {
  outline: none;
}
.cid-vp4PxWnKAn .navbar-toggler {
  position: relative;
}
.cid-vp4PxWnKAn .dropdown-item.active,
.cid-vp4PxWnKAn .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vp4PxWnKAn .nav-link:hover,
.cid-vp4PxWnKAn .dropdown-item:hover {
  color: #faaf40;
}
.cid-vp4PxWnKAn .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vp4PxWnKAn .navbar-buttons .btn-primary:hover,
.cid-vp4PxWnKAn .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vp4PxWnKAn .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vp4PxWnKAn .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vp4PxWnKAn .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-1a {
  /* ═══════════════════════════════════════════════════════════════════
   ZENSHIN RYOU AIKIDO – Jelenléti ív CSS
   Mobirise HTML blokk CSS fülbe illesztendő (style tag nélkül!)
   ═══════════════════════════════════════════════════════════════════ */
  /*
  PALETTA:
  Háttér (lap):   #2d1e0a  (meleg sötét barna, ~2× világosabb mint a régi #1a1209)
  Szekció háttér: rgba(255,255,255,0.07)
  Input háttér:   #3d2a0e
  Szöveg:         #f0e4c8  (kissé melegebb fehér)
  Arany:          #faaf40  (változatlan)
  Cimkék:         #e0b870
  Közepes szöveg: #c09060
  Halvány szöveg: #9a7040
*/
  /* ── Fejléc ─────────────────────────────────────────────────────── */
  /* ── Form szekciók ──────────────────────────────────────────────── */
  /* ── Résztvevők szekció ──────────────────────────────────────────── */
  /* ── Tagok listája ───────────────────────────────────────────────── */
  /* ── Loading / Error ─────────────────────────────────────────────── */
  /* ── Beküldés ────────────────────────────────────────────────────── */
  /* ── Flatpickr naptár stílus ─────────────────────────────────────── */
  /* ── Előzmények ──────────────────────────────────────────────────── */
  /* ── Riport ──────────────────────────────────────────────────────── */
  /* Stat kártyák */
  /* Sávdiagram */
  /* Két oszlopos elrendezés */
  /* Top lista */
  /* Fánk diagram */
  /* Személy szerint */
  /* Edzés rácsok */
  /* ── Mátrix nézet ────────────────────────────────────────────────── */
  /* ── Empty ───────────────────────────────────────────────────────── */
  /* ── Reszponzív ─────────────────────────────────────────────────── */
}
#custom-html-1a .jelenlet-container {
  background: #2d1e0a;
  min-height: 100vh;
  padding: 100px 20px 60px;
  font-family: 'Poppins', 'Roboto', sans-serif;
  color: #f0e4c8;
}
#custom-html-1a .jelenlet-header {
  text-align: center;
  margin-bottom: 40px;
}
#custom-html-1a .jelenlet-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  color: #e0b870;
  letter-spacing: 6px;
  margin-bottom: 8px;
}
#custom-html-1a .jelenlet-subtitle {
  font-size: 13px;
  letter-spacing: 5px;
  color: #c09060;
  text-transform: uppercase;
}
#custom-html-1a .form-section {
  max-width: 800px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(250, 175, 64, 0.2);
  border-radius: 8px;
  padding: 24px;
}
#custom-html-1a .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#custom-html-1a .form-group {
  flex: 1;
  min-width: 200px;
}
#custom-html-1a .form-group label {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e0b870;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(250, 175, 64, 0.25);
  padding-bottom: 10px;
}
#custom-html-1a .jl-input {
  width: 100%;
  background: #3d2a0e;
  border: 1px solid rgba(250, 175, 64, 0.35);
  border-radius: 4px;
  color: #f0e4c8;
  padding: 10px 14px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}
#custom-html-1a .jl-input:focus {
  border-color: #faaf40;
}
#custom-html-1a .jl-input option {
  background: #3d2a0e;
  color: #f0e4c8;
}
#custom-html-1a .section-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e0b870;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(250, 175, 64, 0.25);
  padding-bottom: 10px;
}
#custom-html-1a .selected-count {
  font-size: 12px;
  color: #faaf40;
  letter-spacing: 1px;
  font-weight: 600;
}
#custom-html-1a .members-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
#custom-html-1a .filter-group {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
#custom-html-1a .jl-btn-filter {
  background: transparent;
  border: 1px solid rgba(250, 175, 64, 0.25);
  color: #9a7040;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
#custom-html-1a .jl-btn-filter:hover {
  border-color: rgba(250, 175, 64, 0.6);
  color: #c09060;
}
#custom-html-1a .jl-btn-filter.active {
  background: rgba(250, 175, 64, 0.18);
  border-color: #faaf40;
  color: #faaf40;
  font-weight: 600;
}
#custom-html-1a .jl-btn-small {
  background: transparent;
  border: 1px solid rgba(250, 175, 64, 0.4);
  color: #faaf40;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
#custom-html-1a .jl-btn-small:hover {
  background: rgba(250, 175, 64, 0.12);
  border-color: #faaf40;
}
#custom-html-1a .members-list {
  max-height: 480px;
  overflow-y: auto;
}
#custom-html-1a .members-list::-webkit-scrollbar {
  width: 6px;
}
#custom-html-1a .members-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
#custom-html-1a .members-list::-webkit-scrollbar-thumb {
  background: rgba(250, 175, 64, 0.35);
  border-radius: 3px;
}
#custom-html-1a .member-group {
  margin-bottom: 18px;
}
#custom-html-1a .group-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9a7040;
  border-bottom: 1px solid rgba(250, 175, 64, 0.12);
  padding-bottom: 6px;
  margin-bottom: 8px;
}
#custom-html-1a .member-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.15s;
}
#custom-html-1a .member-item:hover {
  background: rgba(250, 175, 64, 0.09);
}
#custom-html-1a .member-item input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #faaf40;
  cursor: pointer;
  flex-shrink: 0;
}
#custom-html-1a .member-name-text {
  flex: 1;
  font-size: 14px;
  color: #f0e4c8;
}
#custom-html-1a .member-rank-text {
  font-size: 11px;
  color: #9a7040;
  letter-spacing: 1px;
}
#custom-html-1a .jl-loading {
  text-align: center;
  padding: 30px;
  color: #9a7040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#custom-html-1a .jl-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(250, 175, 64, 0.25);
  border-top-color: #faaf40;
  border-radius: 50%;
  animation: jl-spin 0.8s linear infinite;
}
@keyframes jl-spin {
  to {
    transform: rotate(360deg);
  }
}
#custom-html-1a .jl-error {
  text-align: center;
  padding: 20px;
  color: #e05050;
  font-size: 14px;
}
#custom-html-1a .submit-section {
  text-align: center;
}
#custom-html-1a .jl-btn-submit {
  background: #faaf40;
  color: #1a1209;
  border: none;
  padding: 14px 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, transform 0.1s;
}
#custom-html-1a .jl-btn-submit:hover {
  background: #e09a2a;
}
#custom-html-1a .jl-btn-submit:active {
  transform: scale(0.98);
}
#custom-html-1a .jl-btn-submit:disabled {
  background: #8a6830;
  cursor: not-allowed;
}
#custom-html-1a .jl-feedback {
  margin-top: 16px;
  min-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: opacity 0.3s;
}
#custom-html-1a .jl-feedback-success {
  color: #60c060;
}
#custom-html-1a .jl-feedback-error {
  color: #e05050;
}
#custom-html-1a .flatpickr-calendar {
  background: #3d2a0e !important;
  border: 1px solid rgba(250, 175, 64, 0.35) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) !important;
}
#custom-html-1a .flatpickr-months,
#custom-html-1a .flatpickr-weekdays {
  background: #2d1e0a !important;
}
#custom-html-1a .flatpickr-month {
  color: #faaf40 !important;
  fill: #faaf40 !important;
}
#custom-html-1a .flatpickr-current-month .flatpickr-monthDropdown-months,
#custom-html-1a .flatpickr-current-month input.cur-year {
  color: #faaf40 !important;
}
#custom-html-1a .flatpickr-prev-month svg,
#custom-html-1a .flatpickr-next-month svg {
  fill: #faaf40 !important;
}
#custom-html-1a .flatpickr-prev-month:hover svg,
#custom-html-1a .flatpickr-next-month:hover svg {
  fill: #e09a2a !important;
}
#custom-html-1a span.flatpickr-weekday {
  color: #c09060 !important;
  background: transparent !important;
}
#custom-html-1a .flatpickr-day {
  color: #f0e4c8 !important;
  border-radius: 4px !important;
}
#custom-html-1a .flatpickr-day:hover {
  background: rgba(250, 175, 64, 0.18) !important;
  border-color: transparent !important;
}
#custom-html-1a .flatpickr-day.today {
  border-color: #faaf40 !important;
  color: #faaf40 !important;
}
#custom-html-1a .flatpickr-day.selected,
#custom-html-1a .flatpickr-day.selected:hover {
  background: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #1a1209 !important;
  font-weight: 700 !important;
}
#custom-html-1a .flatpickr-day.flatpickr-disabled,
#custom-html-1a .flatpickr-day.prevMonthDay,
#custom-html-1a .flatpickr-day.nextMonthDay {
  color: #6a4820 !important;
}
#custom-html-1a .history-list {
  max-height: 400px;
  overflow-y: auto;
}
#custom-html-1a .history-list::-webkit-scrollbar {
  width: 6px;
}
#custom-html-1a .history-list::-webkit-scrollbar-thumb {
  background: rgba(250, 175, 64, 0.35);
  border-radius: 3px;
}
#custom-html-1a .history-row {
  border-bottom: 1px solid rgba(250, 175, 64, 0.1);
  padding: 10px 0;
}
#custom-html-1a .history-row:last-child {
  border-bottom: none;
}
#custom-html-1a .history-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
#custom-html-1a .history-date {
  font-size: 13px;
  color: #faaf40;
  font-weight: 600;
  letter-spacing: 1px;
}
#custom-html-1a .history-type {
  font-size: 12px;
  color: #c09060;
  letter-spacing: 1px;
}
#custom-html-1a .history-count {
  font-size: 12px;
  color: #9a7040;
  margin-left: auto;
}
#custom-html-1a .history-names {
  font-size: 12px;
  color: #b09070;
  line-height: 1.5;
}
#custom-html-1a .rp-controls {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#custom-html-1a .rp-controls .jl-btn-submit {
  margin-bottom: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
#custom-html-1a .rp-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(250, 175, 64, 0.25);
}
#custom-html-1a .rp-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #9a7040;
  padding: 8px 20px;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: -1px;
  transition: all 0.2s;
}
#custom-html-1a .rp-tab:hover {
  color: #c09060;
}
#custom-html-1a .rp-tab.active {
  color: #faaf40;
  border-bottom-color: #faaf40;
  font-weight: 700;
}
#custom-html-1a .rp-panel {
  animation: rpFade 0.2s ease;
}
@keyframes rpFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#custom-html-1a .rp-stat-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
#custom-html-1a .rp-stat-card {
  flex: 1;
  min-width: 100px;
  background: rgba(250, 175, 64, 0.1);
  border: 1px solid rgba(250, 175, 64, 0.25);
  border-radius: 6px;
  padding: 16px;
  text-align: center;
}
#custom-html-1a .rp-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: #faaf40;
  line-height: 1;
  margin-bottom: 6px;
}
#custom-html-1a .rp-stat-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9a7040;
}
#custom-html-1a .rp-chart-wrap {
  margin-bottom: 24px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 16px;
}
#custom-html-1a .rp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}
#custom-html-1a .rp-subtitle {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c09060;
  font-weight: 700;
  margin-bottom: 12px;
}
#custom-html-1a .rp-top-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#custom-html-1a .rp-top-rank {
  font-size: 11px;
  color: #9a7040;
  width: 18px;
  flex-shrink: 0;
}
#custom-html-1a .rp-top-name {
  font-size: 13px;
  color: #f0e4c8;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-1a .rp-top-bar-wrap {
  width: 80px;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  flex-shrink: 0;
}
#custom-html-1a .rp-top-bar {
  display: block;
  height: 100%;
  background: #faaf40;
  border-radius: 3px;
  transition: width 0.4s;
}
#custom-html-1a .rp-top-cnt {
  font-size: 11px;
  color: #9a7040;
  width: 36px;
  text-align: right;
  flex-shrink: 0;
}
#custom-html-1a .rp-chart-donut-wrap {
  max-width: 200px;
  margin: 0 auto;
}
#custom-html-1a .rp-person-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
#custom-html-1a .rp-progress-wrap {
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
#custom-html-1a .rp-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #faaf40, #e09a2a);
  border-radius: 4px;
  transition: width 0.6s ease;
}
#custom-html-1a .rp-sessions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#custom-html-1a .rp-session-dot {
  width: 64px;
  border-radius: 6px;
  padding: 8px 6px;
  text-align: center;
  border: 1px solid;
}
#custom-html-1a .rp-session-dot.present {
  background: rgba(60, 160, 60, 0.18);
  border-color: rgba(60, 160, 60, 0.45);
}
#custom-html-1a .rp-session-dot.absent {
  background: rgba(80, 40, 20, 0.25);
  border-color: rgba(150, 80, 30, 0.3);
}
#custom-html-1a .rp-dot-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #f0e4c8;
}
#custom-html-1a .rp-dot-type {
  display: block;
  font-size: 9px;
  color: #9a7040;
  letter-spacing: 1px;
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-1a .rp-dot-icon {
  display: block;
  font-size: 14px;
}
#custom-html-1a .rp-session-dot.present .rp-dot-icon {
  color: #60c060;
}
#custom-html-1a .rp-session-dot.absent .rp-dot-icon {
  color: #7a4828;
}
#custom-html-1a .rp-matrix-wrap {
  overflow-x: auto;
  border-radius: 6px;
  border: 1px solid rgba(250, 175, 64, 0.15);
}
#custom-html-1a .rp-matrix-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  white-space: nowrap;
}
#custom-html-1a .rp-matrix-table thead th {
  background: #2d1e0a;
  color: #e0b870;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(250, 175, 64, 0.25);
  position: sticky;
  top: 0;
}
#custom-html-1a .rp-matrix-table thead th.rpmt-name {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #2d1e0a;
  min-width: 160px;
}
#custom-html-1a .rpmt-name-cell {
  position: sticky;
  left: 0;
  background: #352210;
  color: #f0e4c8;
  padding: 7px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  z-index: 1;
}
#custom-html-1a .rp-matrix-table tr:hover .rpmt-name-cell {
  background: #3d2a10;
}
#custom-html-1a .rp-matrix-table tr:hover .rpmt-cell {
  filter: brightness(1.1);
}
#custom-html-1a .rpmt-cell {
  text-align: center;
  padding: 7px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  font-weight: 700;
  min-width: 48px;
}
#custom-html-1a .rpmt-present {
  background: rgba(50, 180, 50, 0.25);
  color: #60d060;
  border-color: rgba(50, 180, 50, 0.15);
}
#custom-html-1a .rpmt-absent {
  background: transparent;
  color: transparent;
}
#custom-html-1a .rpmt-rowtotal {
  text-align: center;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(250, 175, 64, 0.2);
  color: #faaf40;
  font-size: 11px;
  font-weight: 600;
}
#custom-html-1a .rp-matrix-table tfoot td {
  background: #2d1e0a;
  border-top: 1px solid rgba(250, 175, 64, 0.25);
  padding: 8px 10px;
  text-align: center;
  color: #c09060;
  font-size: 12px;
  font-weight: 600;
  position: sticky;
  bottom: 0;
}
#custom-html-1a .rpmt-foot-label {
  text-align: left !important;
  position: sticky;
  left: 0;
  background: #2d1e0a;
  color: #9a7040;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#custom-html-1a .rpmt-foot-cell {
  color: #faaf40 !important;
}
#custom-html-1a .rp-empty {
  text-align: center;
  padding: 30px;
  color: #9a7040;
  font-size: 13px;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  #custom-html-1a .form-row {
    flex-direction: column;
  }
  #custom-html-1a .jelenlet-title {
    font-size: 30px;
  }
  #custom-html-1a .rp-two-col {
    grid-template-columns: 1fr;
  }
  #custom-html-1a .rp-chart-donut-wrap {
    max-width: 180px;
  }
  #custom-html-1a .rp-controls {
    flex-direction: column;
    align-items: stretch;
  }
  #custom-html-1a .rp-stat-cards {
    flex-wrap: wrap;
  }
  #custom-html-1a .rp-stat-card {
    min-width: 80px;
  }
  #custom-html-1a .rp-sessions-grid {
    gap: 6px;
  }
  #custom-html-1a .rp-session-dot {
    width: 54px;
  }
}
.cid-vp4Py0ItQz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vp4Py0ItQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4Py0ItQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4Py0ItQz .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vp4Py0ItQz .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vp4Py0ItQz .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vp4Py0ItQz .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vp4Py0ItQz .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vp4Py0ItQz .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vp4Py0ItQz .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vp4Py0ItQz .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vp4Py0ItQz .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vp4Py0ItQz .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vp4Py0ItQz .mbr-copy {
  color: #ffffff;
}
.cid-vp4Py0ItQz .list {
  color: #ffffff;
}
.cid-vp5g3SR5Ge .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vp5g3SR5Ge .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vp5g3SR5Ge .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vp5g3SR5Ge .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp5g3SR5Ge .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vp5g3SR5Ge .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vp5g3SR5Ge .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vp5g3SR5Ge .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vp5g3SR5Ge .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vp5g3SR5Ge .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vp5g3SR5Ge a {
  font-style: normal;
}
.cid-vp5g3SR5Ge .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vp5g3SR5Ge .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vp5g3SR5Ge .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-vp5g3SR5Ge .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vp5g3SR5Ge .content-text {
  margin-bottom: 0;
}
.cid-vp5g3SR5Ge .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vp5g3SR5Ge .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vp5g3SR5Ge .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vp5g3SR5Ge .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vp5g3SR5Ge .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vp5g3SR5Ge .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vp5g3SR5Ge .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vp5g3SR5Ge .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vp5g3SR5Ge .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vp5g3SR5Ge .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vp5g3SR5Ge .nav-dropdown .link {
  font-weight: 400;
}
.cid-vp5g3SR5Ge .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vp5g3SR5Ge .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vp5g3SR5Ge .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vp5g3SR5Ge .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vp5g3SR5Ge .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vp5g3SR5Ge .menu-content-top.show {
  display: block;
}
.cid-vp5g3SR5Ge .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vp5g3SR5Ge .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vp5g3SR5Ge .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vp5g3SR5Ge .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vp5g3SR5Ge .dropdown-item:before {
    display: none;
  }
  .cid-vp5g3SR5Ge .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vp5g3SR5Ge .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vp5g3SR5Ge img {
    height: 3.8rem !important;
  }
  .cid-vp5g3SR5Ge .btn {
    display: flex;
  }
  .cid-vp5g3SR5Ge button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vp5g3SR5Ge .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vp5g3SR5Ge .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vp5g3SR5Ge .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vp5g3SR5Ge .navbar-collapse.collapsing,
  .cid-vp5g3SR5Ge .navbar-collapse.show {
    display: block !important;
  }
  .cid-vp5g3SR5Ge .navbar-collapse.collapsing .navbar-nav,
  .cid-vp5g3SR5Ge .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vp5g3SR5Ge .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vp5g3SR5Ge .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vp5g3SR5Ge .navbar-collapse.collapsing .navbar-buttons,
  .cid-vp5g3SR5Ge .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vp5g3SR5Ge .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vp5g3SR5Ge .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vp5g3SR5Ge .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-vp5g3SR5Ge .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vp5g3SR5Ge .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vp5g3SR5Ge .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: 992px) {
  .cid-vp5g3SR5Ge .navbar .menu-content-top {
    display: block;
  }
  .cid-vp5g3SR5Ge .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vp5g3SR5Ge .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vp5g3SR5Ge .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vp5g3SR5Ge .menu-bottom {
    display: flex;
  }
  .cid-vp5g3SR5Ge .navbar {
    display: block;
    padding: 0;
  }
  .cid-vp5g3SR5Ge .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vp5g3SR5Ge .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vp5g3SR5Ge .navbar-toggler {
    display: none;
  }
}
.cid-vp5g3SR5Ge .navbar-short .menu-content-top {
  border: none;
}
.cid-vp5g3SR5Ge .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp5g3SR5Ge .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vp5g3SR5Ge .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vp5g3SR5Ge .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vp5g3SR5Ge .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vp5g3SR5Ge .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vp5g3SR5Ge .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vp5g3SR5Ge .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vp5g3SR5Ge .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vp5g3SR5Ge .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vp5g3SR5Ge .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vp5g3SR5Ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vp5g3SR5Ge .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-vp5g3SR5Ge .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vp5g3SR5Ge .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp5g3SR5Ge .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vp5g3SR5Ge .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vp5g3SR5Ge .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vp5g3SR5Ge .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vp5g3SR5Ge .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vp5g3SR5Ge .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vp5g3SR5Ge button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vp5g3SR5Ge button.navbar-toggler:focus {
  outline: none;
}
.cid-vp5g3SR5Ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vp5g3SR5Ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vp5g3SR5Ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vp5g3SR5Ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vp5g3SR5Ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vp5g3SR5Ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp5g3SR5Ge nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vp5g3SR5Ge nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vp5g3SR5Ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vp5g3SR5Ge .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vp5g3SR5Ge .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vp5g3SR5Ge .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vp5g3SR5Ge .collapsed .btn {
  display: flex;
}
.cid-vp5g3SR5Ge .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.collapsing,
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vp5g3SR5Ge .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vp5g3SR5Ge .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vp5g3SR5Ge .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vp5g3SR5Ge .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vp5g3SR5Ge .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vp5g3SR5Ge .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vp5g3SR5Ge .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vp5g3SR5Ge .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vp5g3SR5Ge .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vp5g3SR5Ge .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;
}
.cid-vp5g3SR5Ge .collapsed .dropdown-item:before {
  display: none;
}
.cid-vp5g3SR5Ge .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vp5g3SR5Ge .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vp5g3SR5Ge .nav-link:focus {
  outline: none;
}
.cid-vp5g3SR5Ge .navbar-toggler {
  position: relative;
}
.cid-vp5g3SR5Ge .dropdown-item.active,
.cid-vp5g3SR5Ge .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vp5g3SR5Ge .nav-link:hover,
.cid-vp5g3SR5Ge .dropdown-item:hover {
  color: #faaf40;
}
.cid-vp5g3SR5Ge .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vp5g3SR5Ge .navbar-buttons .btn-primary:hover,
.cid-vp5g3SR5Ge .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vp5g3SR5Ge .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vp5g3SR5Ge .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vp5g3SR5Ge .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-1i {
  /* ═══════════════════════════════════════════════════════════════════
   ZENSHIN RYOU AIKIDO – Tagkezelő CSS
   Mobirise HTML blokk CSS fülbe illesztendő (style tag nélkül!)
   ═══════════════════════════════════════════════════════════════════ */
  /* ── Fejléc ─────────────────────────────────────────────────────── */
  /* ── Eszközsor ──────────────────────────────────────────────────── */
  /* ── Összesítő ───────────────────────────────────────────────────── */
  /* ── Táblázat ───────────────────────────────────────────────────── */
  /* ── Loading / Empty ─────────────────────────────────────────────── */
  /* ── Modal overlay ───────────────────────────────────────────────── */
  /* ── Form ────────────────────────────────────────────────────────── */
  /* Modal gombok */
  /* ── Reszponzív ─────────────────────────────────────────────────── */
}
#custom-html-1i .tk-container {
  background: #1a1209;
  min-height: 100vh;
  padding: 100px 20px 60px;
  font-family: 'Poppins', 'Roboto', sans-serif;
  color: #e0d0b0;
}
#custom-html-1i .tk-header {
  text-align: center;
  margin-bottom: 36px;
}
#custom-html-1i .tk-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  color: #d4a96a;
  letter-spacing: 6px;
  margin-bottom: 8px;
}
#custom-html-1i .tk-subtitle {
  font-size: 13px;
  letter-spacing: 5px;
  color: #a07848;
  text-transform: uppercase;
}
#custom-html-1i .tk-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-1i .tk-search {
  flex: 1;
  min-width: 200px;
}
#custom-html-1i .tk-input {
  background: #2a1f0e;
  border: 1px solid rgba(250, 175, 64, 0.3);
  border-radius: 4px;
  color: #e0d0b0;
  padding: 9px 14px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
#custom-html-1i .tk-input:focus {
  border-color: #faaf40;
}
#custom-html-1i .tk-filter-group {
  display: flex;
  gap: 6px;
}
#custom-html-1i .tk-filter-btn {
  background: transparent;
  border: 1px solid rgba(250, 175, 64, 0.2);
  color: #7a5830;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  white-space: nowrap;
}
#custom-html-1i .tk-filter-btn:hover {
  border-color: rgba(250, 175, 64, 0.5);
  color: #a07848;
}
#custom-html-1i .tk-filter-btn.active {
  background: rgba(250, 175, 64, 0.15);
  border-color: #faaf40;
  color: #faaf40;
  font-weight: 700;
}
#custom-html-1i .tk-btn-new {
  background: #faaf40;
  color: #1a1209;
  border: none;
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
#custom-html-1i .tk-btn-new:hover {
  background: #e09a2a;
}
#custom-html-1i .tk-summary {
  max-width: 1100px;
  margin: 0 auto 14px;
  font-size: 12px;
  color: #7a5830;
  letter-spacing: 1px;
}
#custom-html-1i .tk-dot-sep {
  margin: 0 8px;
}
#custom-html-1i .tk-aktiv-count {
  color: #60c060;
}
#custom-html-1i .tk-table-wrap {
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid rgba(250, 175, 64, 0.1);
}
#custom-html-1i .tk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
#custom-html-1i .tk-table th {
  background: #1a1209;
  color: #d4a96a;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(250, 175, 64, 0.2);
  white-space: nowrap;
}
#custom-html-1i .tk-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}
#custom-html-1i .tk-table tr:last-child td {
  border-bottom: none;
}
#custom-html-1i .tk-table tr:hover td {
  background: rgba(250, 175, 64, 0.04);
}
#custom-html-1i .tk-row-inaktiv td {
  opacity: 0.5;
}
#custom-html-1i .tk-col-num {
  color: #7a5830;
  width: 40px;
}
#custom-html-1i .tk-col-name strong {
  color: #e0d0b0;
}
#custom-html-1i .tk-col-fokozat {
  white-space: nowrap;
}
#custom-html-1i .tk-col-email {
  color: #a07848;
  font-size: 12px;
}
#custom-html-1i .tk-col-tel {
  color: #a07848;
  font-size: 12px;
  white-space: nowrap;
}
#custom-html-1i .tk-col-ev {
  color: #7a5830;
  white-space: nowrap;
}
#custom-html-1i .tk-badge {
  background: rgba(250, 175, 64, 0.1);
  border: 1px solid rgba(250, 175, 64, 0.25);
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 11px;
  color: #c8a060;
  white-space: nowrap;
}
#custom-html-1i .tk-status-btn {
  border: none;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
#custom-html-1i .tk-status-btn.aktiv {
  background: rgba(60, 160, 60, 0.2);
  color: #60c060;
  border: 1px solid rgba(60, 160, 60, 0.3);
}
#custom-html-1i .tk-status-btn.inaktiv {
  background: rgba(120, 60, 20, 0.2);
  color: #a07848;
  border: 1px solid rgba(120, 60, 20, 0.3);
}
#custom-html-1i .tk-status-btn:hover {
  filter: brightness(1.3);
}
#custom-html-1i .tk-status-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#custom-html-1i .tk-edit-btn {
  background: transparent;
  border: 1px solid rgba(250, 175, 64, 0.25);
  color: #faaf40;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}
#custom-html-1i .tk-edit-btn:hover {
  background: rgba(250, 175, 64, 0.1);
}
#custom-html-1i .tk-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  color: #7a5830;
}
#custom-html-1i .tk-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(250, 175, 64, 0.2);
  border-top-color: #faaf40;
  border-radius: 50%;
  animation: tk-spin 0.8s linear infinite;
}
@keyframes tk-spin {
  to {
    transform: rotate(360deg);
  }
}
#custom-html-1i .tk-empty {
  text-align: center;
  padding: 40px;
  color: #7a5830;
  font-size: 13px;
  letter-spacing: 1px;
}
#custom-html-1i .tk-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#custom-html-1i .tk-overlay.visible {
  display: flex;
}
#custom-html-1i .tk-modal {
  background: #231808;
  border: 1px solid rgba(250, 175, 64, 0.2);
  border-radius: 10px;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
#custom-html-1i .tk-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(250, 175, 64, 0.15);
  flex-shrink: 0;
}
#custom-html-1i .tk-modal-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4a96a;
}
#custom-html-1i .tk-modal-close {
  background: transparent;
  border: none;
  color: #7a5830;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}
#custom-html-1i .tk-modal-close:hover {
  color: #faaf40;
}
#custom-html-1i .tk-modal-body {
  overflow-y: auto;
  padding: 20px 24px;
  flex: 1;
}
#custom-html-1i .tk-modal-body::-webkit-scrollbar {
  width: 6px;
}
#custom-html-1i .tk-modal-body::-webkit-scrollbar-thumb {
  background: rgba(250, 175, 64, 0.3);
  border-radius: 3px;
}
#custom-html-1i .tk-modal-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid rgba(250, 175, 64, 0.15);
  flex-shrink: 0;
}
#custom-html-1i .tk-form-section-title {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4a96a;
  font-weight: 700;
  border-bottom: 1px solid rgba(250, 175, 64, 0.2);
  padding-bottom: 8px;
  margin: 20px 0 14px;
}
#custom-html-1i .tk-form-section-title:first-child {
  margin-top: 0;
}
#custom-html-1i .tk-form-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
#custom-html-1i .tk-form-group {
  flex: 1;
  min-width: 160px;
}
#custom-html-1i .tk-form-group--sm {
  flex: 0 0 100px;
  min-width: unset;
}
#custom-html-1i .tk-form-group--full {
  flex: 0 0 100%;
}
#custom-html-1i .tk-form-group label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #a07848;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#custom-html-1i .tk-modal-feedback {
  flex: 1;
  font-size: 13px;
}
#custom-html-1i .tk-fb-success {
  color: #60c060;
}
#custom-html-1i .tk-fb-error {
  color: #e05050;
}
#custom-html-1i .tk-btn-cancel {
  background: transparent;
  border: 1px solid rgba(250, 175, 64, 0.3);
  color: #a07848;
  padding: 9px 20px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}
#custom-html-1i .tk-btn-cancel:hover {
  border-color: #faaf40;
  color: #faaf40;
}
#custom-html-1i .tk-btn-save {
  background: #faaf40;
  color: #1a1209;
  border: none;
  padding: 9px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}
#custom-html-1i .tk-btn-save:hover {
  background: #e09a2a;
}
#custom-html-1i .tk-btn-save:disabled {
  background: #7a5830;
  cursor: not-allowed;
}
@media (max-width: 700px) {
  #custom-html-1i .tk-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  #custom-html-1i .tk-filter-group {
    justify-content: center;
  }
  #custom-html-1i .tk-col-email,
  #custom-html-1i .tk-col-tel,
  #custom-html-1i .tk-col-ev {
    display: none;
  }
  #custom-html-1i .tk-modal {
    max-width: 100%;
  }
}
.cid-vp5g3WsBxP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vp5g3WsBxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp5g3WsBxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp5g3WsBxP .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vp5g3WsBxP .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vp5g3WsBxP .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vp5g3WsBxP .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vp5g3WsBxP .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vp5g3WsBxP .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vp5g3WsBxP .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vp5g3WsBxP .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vp5g3WsBxP .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vp5g3WsBxP .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vp5g3WsBxP .mbr-copy {
  color: #ffffff;
}
.cid-vp5g3WsBxP .list {
  color: #ffffff;
}
.cid-vpaReO16zB .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vpaReO16zB .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vpaReO16zB .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vpaReO16zB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpaReO16zB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vpaReO16zB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vpaReO16zB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vpaReO16zB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vpaReO16zB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vpaReO16zB .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vpaReO16zB a {
  font-style: normal;
}
.cid-vpaReO16zB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vpaReO16zB .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vpaReO16zB .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-vpaReO16zB .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vpaReO16zB .content-text {
  margin-bottom: 0;
}
.cid-vpaReO16zB .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vpaReO16zB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vpaReO16zB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vpaReO16zB .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpaReO16zB .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vpaReO16zB .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vpaReO16zB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpaReO16zB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpaReO16zB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vpaReO16zB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpaReO16zB .nav-dropdown .link {
  font-weight: 400;
}
.cid-vpaReO16zB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vpaReO16zB .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vpaReO16zB .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vpaReO16zB .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vpaReO16zB .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vpaReO16zB .menu-content-top.show {
  display: block;
}
.cid-vpaReO16zB .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vpaReO16zB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vpaReO16zB .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vpaReO16zB .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vpaReO16zB .dropdown-item:before {
    display: none;
  }
  .cid-vpaReO16zB .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vpaReO16zB .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vpaReO16zB img {
    height: 3.8rem !important;
  }
  .cid-vpaReO16zB .btn {
    display: flex;
  }
  .cid-vpaReO16zB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vpaReO16zB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vpaReO16zB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vpaReO16zB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vpaReO16zB .navbar-collapse.collapsing,
  .cid-vpaReO16zB .navbar-collapse.show {
    display: block !important;
  }
  .cid-vpaReO16zB .navbar-collapse.collapsing .navbar-nav,
  .cid-vpaReO16zB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vpaReO16zB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vpaReO16zB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vpaReO16zB .navbar-collapse.collapsing .navbar-buttons,
  .cid-vpaReO16zB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vpaReO16zB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vpaReO16zB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpaReO16zB .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-vpaReO16zB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vpaReO16zB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vpaReO16zB .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: 992px) {
  .cid-vpaReO16zB .navbar .menu-content-top {
    display: block;
  }
  .cid-vpaReO16zB .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vpaReO16zB .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vpaReO16zB .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vpaReO16zB .menu-bottom {
    display: flex;
  }
  .cid-vpaReO16zB .navbar {
    display: block;
    padding: 0;
  }
  .cid-vpaReO16zB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpaReO16zB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vpaReO16zB .navbar-toggler {
    display: none;
  }
}
.cid-vpaReO16zB .navbar-short .menu-content-top {
  border: none;
}
.cid-vpaReO16zB .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpaReO16zB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vpaReO16zB .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vpaReO16zB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vpaReO16zB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpaReO16zB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vpaReO16zB .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vpaReO16zB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpaReO16zB .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vpaReO16zB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vpaReO16zB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vpaReO16zB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vpaReO16zB .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-vpaReO16zB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vpaReO16zB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpaReO16zB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vpaReO16zB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vpaReO16zB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vpaReO16zB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vpaReO16zB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vpaReO16zB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vpaReO16zB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vpaReO16zB button.navbar-toggler:focus {
  outline: none;
}
.cid-vpaReO16zB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vpaReO16zB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vpaReO16zB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vpaReO16zB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vpaReO16zB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vpaReO16zB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpaReO16zB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vpaReO16zB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vpaReO16zB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpaReO16zB .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpaReO16zB .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpaReO16zB .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vpaReO16zB .collapsed .btn {
  display: flex;
}
.cid-vpaReO16zB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vpaReO16zB .collapsed .navbar-collapse.collapsing,
.cid-vpaReO16zB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vpaReO16zB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vpaReO16zB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vpaReO16zB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vpaReO16zB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vpaReO16zB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vpaReO16zB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vpaReO16zB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vpaReO16zB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpaReO16zB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vpaReO16zB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpaReO16zB .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpaReO16zB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vpaReO16zB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpaReO16zB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vpaReO16zB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vpaReO16zB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vpaReO16zB .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;
}
.cid-vpaReO16zB .collapsed .dropdown-item:before {
  display: none;
}
.cid-vpaReO16zB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vpaReO16zB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vpaReO16zB .nav-link:focus {
  outline: none;
}
.cid-vpaReO16zB .navbar-toggler {
  position: relative;
}
.cid-vpaReO16zB .dropdown-item.active,
.cid-vpaReO16zB .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vpaReO16zB .nav-link:hover,
.cid-vpaReO16zB .dropdown-item:hover {
  color: #faaf40;
}
.cid-vpaReO16zB .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vpaReO16zB .navbar-buttons .btn-primary:hover,
.cid-vpaReO16zB .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vpaReO16zB .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vpaReO16zB .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vpaReO16zB .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-1t {
  /* ═══════════════════════════════════════════════════════════════════
   ZENSHIN RYOU AIKIDO – Eseménynaptár CSS
   Mobirise HTML blokk CSS fülbe illesztendő (style tag nélkül!)
   ═══════════════════════════════════════════════════════════════════ */
  /* ── Fejléc ─────────────────────────────────────────────────────── */
  /* ── Timeline ────────────────────────────────────────────────────── */
  /* Bal oldali függőleges vonal */
  /* ── Évjelző ────────────────────────────────────────────────────── */
  /* ── Hónapcsoport ────────────────────────────────────────────────── */
  /* ── Hónapjelző (bal oldalon a vonal mentén) ─────────────────────── */
  /* Pont a timeline vonalon */
  /* ── Esemény kártya ──────────────────────────────────────────────── */
  /* Kiemelt esemény (különleges) */
  /* Második esemény ugyanazon hónap alatt */
  /* ── Dátum jelvény ───────────────────────────────────────────────── */
  /* ── Kártya tartalom ─────────────────────────────────────────────── */
  /* ── Típus tag ───────────────────────────────────────────────────── */
  /* ── Cím és leírás ───────────────────────────────────────────────── */
  /* ── Meta (idő + helyszín) ───────────────────────────────────────── */
  /* ── Külső link gomb ─────────────────────────────────────────────── */
  /* ── Reszponzív ─────────────────────────────────────────────────── */
}
#custom-html-1t .ev-container {
  background: #2d1e0a;
  min-height: 100vh;
  padding: 100px 20px 80px;
  font-family: 'Poppins', 'Roboto', sans-serif;
  color: #f0e4c8;
}
#custom-html-1t .ev-header {
  text-align: center;
  margin-bottom: 60px;
}
#custom-html-1t .ev-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 52px;
  color: #e0b870;
  letter-spacing: 8px;
  margin-bottom: 10px;
  opacity: 0.85;
}
#custom-html-1t .ev-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  color: #f0e4c8;
  letter-spacing: 6px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#custom-html-1t .ev-subtitle {
  font-size: 12px;
  letter-spacing: 4px;
  color: #9a7040;
  text-transform: uppercase;
  margin: 0;
}
#custom-html-1t .ev-timeline {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
#custom-html-1t .ev-timeline::before {
  content: '';
  position: absolute;
  left: 54px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(250, 175, 64, 0.3) 5%, rgba(250, 175, 64, 0.3) 95%, transparent);
}
#custom-html-1t .ev-year-marker {
  position: relative;
  text-align: center;
  margin: 0 0 32px;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  letter-spacing: 6px;
  color: #faaf40;
}
#custom-html-1t .ev-year-marker::before,
#custom-html-1t .ev-year-marker::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(-10%);
  height: 1px;
  background: rgba(250, 175, 64, 0.25);
}
#custom-html-1t .ev-year-marker::before {
  left: 0;
}
#custom-html-1t .ev-year-marker::after {
  right: 0;
}
#custom-html-1t .ev-month-group {
  position: relative;
  margin-bottom: 10px;
  padding-left: 110px;
}
#custom-html-1t .ev-month-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
  padding-top: 18px;
}
#custom-html-1t .ev-month-label::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #faaf40;
  box-shadow: 0 0 0 3px rgba(250, 175, 64, 0.15);
}
#custom-html-1t .ev-month-name {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c09060;
  font-weight: 600;
  text-align: right;
  line-height: 1.3;
}
#custom-html-1t .ev-card {
  display: flex;
  gap: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 175, 64, 0.15);
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 10px;
  transition: border-color 0.2s, background 0.2s;
}
#custom-html-1t .ev-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(250, 175, 64, 0.3);
}
#custom-html-1t .ev-card-special {
  border-color: rgba(250, 175, 64, 0.28);
  background: rgba(250, 175, 64, 0.05);
}
#custom-html-1t .ev-card-special:hover {
  border-color: rgba(250, 175, 64, 0.45);
  background: rgba(250, 175, 64, 0.09);
}
#custom-html-1t .ev-card-next {
  margin-top: 8px;
}
#custom-html-1t .ev-date-badge {
  flex-shrink: 0;
  width: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}
#custom-html-1t .ev-day {
  font-size: 18px;
  font-weight: 700;
  color: #faaf40;
  line-height: 1;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}
#custom-html-1t .ev-card-body {
  flex: 1;
  min-width: 0;
}
#custom-html-1t .ev-tag {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 8px;
}
#custom-html-1t .ev-tag-hbse {
  background: rgba(250, 175, 64, 0.12);
  border: 1px solid rgba(250, 175, 64, 0.3);
  color: #faaf40;
}
#custom-html-1t .ev-tag-international {
  background: rgba(100, 160, 255, 0.1);
  border: 1px solid rgba(100, 160, 255, 0.35);
  color: #88b8f0;
}
#custom-html-1t .ev-tag-partner {
  background: rgba(100, 200, 140, 0.1);
  border: 1px solid rgba(100, 200, 140, 0.3);
  color: #70c890;
}
#custom-html-1t .ev-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #f0e4c8;
  margin: 0 0 6px;
  line-height: 1.3;
}
#custom-html-1t .ev-card-desc {
  font-size: 13px;
  color: #b09070;
  margin: 0 0 12px;
  line-height: 1.5;
}
#custom-html-1t .ev-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#custom-html-1t .ev-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #9a7040;
  letter-spacing: 0.3px;
}
#custom-html-1t .ev-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.7;
}
#custom-html-1t .ev-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #faaf40;
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 175, 64, 0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
}
#custom-html-1t .ev-link:hover {
  color: #ffd080;
  border-color: #ffd080;
}
@media (max-width: 600px) {
  #custom-html-1t .ev-timeline::before {
    left: 10px;
  }
  #custom-html-1t .ev-month-group {
    padding-left: 26px;
  }
  #custom-html-1t .ev-month-label {
    position: static;
    width: auto;
    padding: 0 0 8px 0;
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
  }
  #custom-html-1t .ev-month-label::after {
    display: none;
  }
  #custom-html-1t .ev-month-name {
    font-size: 10px;
    text-align: left;
  }
  #custom-html-1t .ev-year-marker::before,
  #custom-html-1t .ev-year-marker::after {
    width: calc(10%);
  }
  #custom-html-1t .ev-card {
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px;
  }
  #custom-html-1t .ev-date-badge {
    width: auto;
    justify-content: flex-start;
  }
  #custom-html-1t .ev-day {
    font-size: 16px;
  }
  #custom-html-1t .ev-card-title {
    font-size: 15px;
  }
  #custom-html-1t .ev-kanji {
    font-size: 38px;
  }
  #custom-html-1t .ev-title {
    font-size: 24px;
  }
}
.cid-vpaRePPATj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vpaRePPATj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpaRePPATj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpaRePPATj .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vpaRePPATj .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vpaRePPATj .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpaRePPATj .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vpaRePPATj .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vpaRePPATj .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vpaRePPATj .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vpaRePPATj .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vpaRePPATj .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vpaRePPATj .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vpaRePPATj .mbr-copy {
  color: #ffffff;
}
.cid-vpaRePPATj .list {
  color: #ffffff;
}
.cid-vpbmQHUOQY .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vpbmQHUOQY .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vpbmQHUOQY .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vpbmQHUOQY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpbmQHUOQY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vpbmQHUOQY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vpbmQHUOQY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vpbmQHUOQY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vpbmQHUOQY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vpbmQHUOQY .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vpbmQHUOQY a {
  font-style: normal;
}
.cid-vpbmQHUOQY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vpbmQHUOQY .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vpbmQHUOQY .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-vpbmQHUOQY .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vpbmQHUOQY .content-text {
  margin-bottom: 0;
}
.cid-vpbmQHUOQY .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vpbmQHUOQY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vpbmQHUOQY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vpbmQHUOQY .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpbmQHUOQY .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vpbmQHUOQY .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vpbmQHUOQY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpbmQHUOQY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpbmQHUOQY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vpbmQHUOQY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpbmQHUOQY .nav-dropdown .link {
  font-weight: 400;
}
.cid-vpbmQHUOQY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vpbmQHUOQY .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vpbmQHUOQY .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vpbmQHUOQY .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vpbmQHUOQY .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vpbmQHUOQY .menu-content-top.show {
  display: block;
}
.cid-vpbmQHUOQY .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vpbmQHUOQY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vpbmQHUOQY .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vpbmQHUOQY .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vpbmQHUOQY .dropdown-item:before {
    display: none;
  }
  .cid-vpbmQHUOQY .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vpbmQHUOQY .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vpbmQHUOQY img {
    height: 3.8rem !important;
  }
  .cid-vpbmQHUOQY .btn {
    display: flex;
  }
  .cid-vpbmQHUOQY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vpbmQHUOQY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vpbmQHUOQY .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vpbmQHUOQY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vpbmQHUOQY .navbar-collapse.collapsing,
  .cid-vpbmQHUOQY .navbar-collapse.show {
    display: block !important;
  }
  .cid-vpbmQHUOQY .navbar-collapse.collapsing .navbar-nav,
  .cid-vpbmQHUOQY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vpbmQHUOQY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vpbmQHUOQY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vpbmQHUOQY .navbar-collapse.collapsing .navbar-buttons,
  .cid-vpbmQHUOQY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vpbmQHUOQY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vpbmQHUOQY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpbmQHUOQY .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-vpbmQHUOQY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vpbmQHUOQY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vpbmQHUOQY .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: 992px) {
  .cid-vpbmQHUOQY .navbar .menu-content-top {
    display: block;
  }
  .cid-vpbmQHUOQY .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vpbmQHUOQY .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vpbmQHUOQY .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vpbmQHUOQY .menu-bottom {
    display: flex;
  }
  .cid-vpbmQHUOQY .navbar {
    display: block;
    padding: 0;
  }
  .cid-vpbmQHUOQY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpbmQHUOQY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vpbmQHUOQY .navbar-toggler {
    display: none;
  }
}
.cid-vpbmQHUOQY .navbar-short .menu-content-top {
  border: none;
}
.cid-vpbmQHUOQY .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpbmQHUOQY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vpbmQHUOQY .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vpbmQHUOQY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vpbmQHUOQY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpbmQHUOQY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vpbmQHUOQY .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vpbmQHUOQY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpbmQHUOQY .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vpbmQHUOQY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vpbmQHUOQY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vpbmQHUOQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vpbmQHUOQY .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-vpbmQHUOQY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vpbmQHUOQY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpbmQHUOQY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vpbmQHUOQY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vpbmQHUOQY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vpbmQHUOQY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vpbmQHUOQY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vpbmQHUOQY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vpbmQHUOQY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vpbmQHUOQY button.navbar-toggler:focus {
  outline: none;
}
.cid-vpbmQHUOQY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vpbmQHUOQY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vpbmQHUOQY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vpbmQHUOQY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vpbmQHUOQY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vpbmQHUOQY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpbmQHUOQY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vpbmQHUOQY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vpbmQHUOQY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpbmQHUOQY .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpbmQHUOQY .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpbmQHUOQY .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vpbmQHUOQY .collapsed .btn {
  display: flex;
}
.cid-vpbmQHUOQY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vpbmQHUOQY .collapsed .navbar-collapse.collapsing,
.cid-vpbmQHUOQY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vpbmQHUOQY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vpbmQHUOQY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vpbmQHUOQY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vpbmQHUOQY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vpbmQHUOQY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vpbmQHUOQY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vpbmQHUOQY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vpbmQHUOQY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpbmQHUOQY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vpbmQHUOQY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpbmQHUOQY .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpbmQHUOQY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vpbmQHUOQY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpbmQHUOQY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vpbmQHUOQY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vpbmQHUOQY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vpbmQHUOQY .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;
}
.cid-vpbmQHUOQY .collapsed .dropdown-item:before {
  display: none;
}
.cid-vpbmQHUOQY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vpbmQHUOQY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vpbmQHUOQY .nav-link:focus {
  outline: none;
}
.cid-vpbmQHUOQY .navbar-toggler {
  position: relative;
}
.cid-vpbmQHUOQY .dropdown-item.active,
.cid-vpbmQHUOQY .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vpbmQHUOQY .nav-link:hover,
.cid-vpbmQHUOQY .dropdown-item:hover {
  color: #faaf40;
}
.cid-vpbmQHUOQY .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vpbmQHUOQY .navbar-buttons .btn-primary:hover,
.cid-vpbmQHUOQY .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vpbmQHUOQY .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vpbmQHUOQY .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vpbmQHUOQY .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-21 {
  /* ═══════════════════════════════════════════════════════════════════
   ZENSHIN RYOU AIKIDO – Oktató videó oldal CSS
   Mobirise HTML blokk CSS fülbe illesztendő (style tag nélkül!)
   Ugyanez a CSS használható az összes kyu oldalnál (kyu5, kyu4 stb.)
   ═══════════════════════════════════════════════════════════════════ */
  /* ── Fejléc ─────────────────────────────────────────────────────── */
  /* ── Videók rácsa – 2 oszlopos ───────────────────────────────────── */
  /* ── Egy videó elem (cím + kártya) ───────────────────────────────── */
  /* ── Technika neve a kártya felett ───────────────────────────────── */
  /* ── Videó kártya ────────────────────────────────────────────────── */
  /* ── Responsive iframe wrapper (16:9) ────────────────────────────── */
  /* ── Reszponzív ─────────────────────────────────────────────────── */
}
#custom-html-21 .z-video-page {
  background: #2d1e0a;
  min-height: 100vh;
  padding: 100px 20px 80px;
  font-family: 'Poppins', 'Roboto', sans-serif;
  color: #f0e4c8;
}
#custom-html-21 .zvp-header {
  text-align: center;
  margin-bottom: 56px;
}
#custom-html-21 .zvp-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: #e0b870;
  letter-spacing: 8px;
  margin-bottom: 10px;
  opacity: 0.85;
}
#custom-html-21 .zvp-title {
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #f0e4c8;
  font-weight: 400;
  margin: 0 0 8px;
}
#custom-html-21 .zvp-subtitle {
  font-size: 11px;
  letter-spacing: 4px;
  color: #9a7040;
  text-transform: uppercase;
  margin: 0;
}
#custom-html-21 .zvp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
#custom-html-21 .zvp-item {
  display: flex;
  flex-direction: column;
}
#custom-html-21 .zvp-item-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e0b870;
  font-weight: 600;
  border-bottom: 1px solid rgba(250, 175, 64, 0.2);
  padding-bottom: 8px;
  margin: 0 0 12px;
  line-height: 1.4;
}
#custom-html-21 .zvp-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 175, 64, 0.15);
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  transition: border-color 0.2s;
}
#custom-html-21 .zvp-card:hover {
  border-color: rgba(250, 175, 64, 0.35);
}
#custom-html-21 .zvp-thumb-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #1a1000;
}
#custom-html-21 .zvp-thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 680px) {
  #custom-html-21 .zvp-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-21 .zvp-kanji {
    font-size: 36px;
  }
  #custom-html-21 .zvp-title {
    font-size: 20px;
    letter-spacing: 3px;
  }
  #custom-html-21 .z-video-page {
    padding: 80px 14px 60px;
  }
}
.cid-vpbmQJXWxt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vpbmQJXWxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpbmQJXWxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpbmQJXWxt .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vpbmQJXWxt .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vpbmQJXWxt .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpbmQJXWxt .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vpbmQJXWxt .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vpbmQJXWxt .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vpbmQJXWxt .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vpbmQJXWxt .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vpbmQJXWxt .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vpbmQJXWxt .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vpbmQJXWxt .mbr-copy {
  color: #ffffff;
}
.cid-vpbmQJXWxt .list {
  color: #ffffff;
}
.cid-vpc2DozMQd .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vpc2DozMQd .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vpc2DozMQd .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vpc2DozMQd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpc2DozMQd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vpc2DozMQd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vpc2DozMQd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vpc2DozMQd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vpc2DozMQd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vpc2DozMQd .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vpc2DozMQd a {
  font-style: normal;
}
.cid-vpc2DozMQd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vpc2DozMQd .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vpc2DozMQd .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-vpc2DozMQd .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vpc2DozMQd .content-text {
  margin-bottom: 0;
}
.cid-vpc2DozMQd .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vpc2DozMQd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vpc2DozMQd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vpc2DozMQd .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpc2DozMQd .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vpc2DozMQd .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vpc2DozMQd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpc2DozMQd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpc2DozMQd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vpc2DozMQd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpc2DozMQd .nav-dropdown .link {
  font-weight: 400;
}
.cid-vpc2DozMQd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vpc2DozMQd .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vpc2DozMQd .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vpc2DozMQd .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vpc2DozMQd .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vpc2DozMQd .menu-content-top.show {
  display: block;
}
.cid-vpc2DozMQd .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vpc2DozMQd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vpc2DozMQd .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vpc2DozMQd .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vpc2DozMQd .dropdown-item:before {
    display: none;
  }
  .cid-vpc2DozMQd .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vpc2DozMQd .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vpc2DozMQd img {
    height: 3.8rem !important;
  }
  .cid-vpc2DozMQd .btn {
    display: flex;
  }
  .cid-vpc2DozMQd button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vpc2DozMQd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vpc2DozMQd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vpc2DozMQd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vpc2DozMQd .navbar-collapse.collapsing,
  .cid-vpc2DozMQd .navbar-collapse.show {
    display: block !important;
  }
  .cid-vpc2DozMQd .navbar-collapse.collapsing .navbar-nav,
  .cid-vpc2DozMQd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vpc2DozMQd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vpc2DozMQd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vpc2DozMQd .navbar-collapse.collapsing .navbar-buttons,
  .cid-vpc2DozMQd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vpc2DozMQd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vpc2DozMQd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpc2DozMQd .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-vpc2DozMQd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vpc2DozMQd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vpc2DozMQd .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: 992px) {
  .cid-vpc2DozMQd .navbar .menu-content-top {
    display: block;
  }
  .cid-vpc2DozMQd .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vpc2DozMQd .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vpc2DozMQd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vpc2DozMQd .menu-bottom {
    display: flex;
  }
  .cid-vpc2DozMQd .navbar {
    display: block;
    padding: 0;
  }
  .cid-vpc2DozMQd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpc2DozMQd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vpc2DozMQd .navbar-toggler {
    display: none;
  }
}
.cid-vpc2DozMQd .navbar-short .menu-content-top {
  border: none;
}
.cid-vpc2DozMQd .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpc2DozMQd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vpc2DozMQd .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vpc2DozMQd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vpc2DozMQd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpc2DozMQd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vpc2DozMQd .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vpc2DozMQd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpc2DozMQd .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vpc2DozMQd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vpc2DozMQd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vpc2DozMQd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vpc2DozMQd .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-vpc2DozMQd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vpc2DozMQd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpc2DozMQd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vpc2DozMQd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vpc2DozMQd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vpc2DozMQd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vpc2DozMQd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vpc2DozMQd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vpc2DozMQd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vpc2DozMQd button.navbar-toggler:focus {
  outline: none;
}
.cid-vpc2DozMQd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vpc2DozMQd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vpc2DozMQd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vpc2DozMQd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vpc2DozMQd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vpc2DozMQd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpc2DozMQd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vpc2DozMQd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vpc2DozMQd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpc2DozMQd .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpc2DozMQd .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpc2DozMQd .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vpc2DozMQd .collapsed .btn {
  display: flex;
}
.cid-vpc2DozMQd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vpc2DozMQd .collapsed .navbar-collapse.collapsing,
.cid-vpc2DozMQd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vpc2DozMQd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vpc2DozMQd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vpc2DozMQd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vpc2DozMQd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vpc2DozMQd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vpc2DozMQd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vpc2DozMQd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vpc2DozMQd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpc2DozMQd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vpc2DozMQd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpc2DozMQd .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpc2DozMQd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vpc2DozMQd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpc2DozMQd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vpc2DozMQd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vpc2DozMQd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vpc2DozMQd .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;
}
.cid-vpc2DozMQd .collapsed .dropdown-item:before {
  display: none;
}
.cid-vpc2DozMQd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vpc2DozMQd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vpc2DozMQd .nav-link:focus {
  outline: none;
}
.cid-vpc2DozMQd .navbar-toggler {
  position: relative;
}
.cid-vpc2DozMQd .dropdown-item.active,
.cid-vpc2DozMQd .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vpc2DozMQd .nav-link:hover,
.cid-vpc2DozMQd .dropdown-item:hover {
  color: #faaf40;
}
.cid-vpc2DozMQd .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vpc2DozMQd .navbar-buttons .btn-primary:hover,
.cid-vpc2DozMQd .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vpc2DozMQd .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vpc2DozMQd .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vpc2DozMQd .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-24 {
  /* ═══════════════════════════════════════════════════════════════════
   ZENSHIN RYOU AIKIDO – Tagdíj Admin CSS
   Mobirise HTML blokk CSS fülbe illesztendő (style tag nélkül!)
   ═══════════════════════════════════════════════════════════════════ */
  /* ── Fejléc ─────────────────────────────────────────────────────── */
  /* ── Fülek ──────────────────────────────────────────────────────── */
  /* ── Panel ──────────────────────────────────────────────────────── */
  /* ── Form ───────────────────────────────────────────────────────── */
  /* ── Mentés gomb ────────────────────────────────────────────────── */
  /* ── Üzenet ─────────────────────────────────────────────────────── */
  /* ── Toolbar (mátrix felett) ────────────────────────────────────── */
  /* ── Összesítő ──────────────────────────────────────────────────── */
  /* ── Mátrix ─────────────────────────────────────────────────────── */
  /* ── Mátrix cellák ──────────────────────────────────────────────── */
  /* ── Összesítő sor ──────────────────────────────────────────────── */
  /* ── Jelmagyarázat ──────────────────────────────────────────────── */
  /* ── Szekció cím ────────────────────────────────────────────────── */
  /* ── Badge ──────────────────────────────────────────────────────── */
  /* ── HBSE táblázat státusz ──────────────────────────────────────── */
  /* ── Lekönyvelés lista ──────────────────────────────────────────── */
  /* ── Állapotjelzők ──────────────────────────────────────────────── */
  /* ── Elválasztó ─────────────────────────────────────────────────── */
  /* ── Reszponzív ─────────────────────────────────────────────────── */
}
#custom-html-24 .td-wrap {
  background: #2d1e0a;
  min-height: 100vh;
  padding: 100px 20px 80px;
  font-family: 'Poppins', 'Roboto', sans-serif;
  color: #f0e4c8;
}
#custom-html-24 .td-wrap > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-24 .td-header {
  text-align: center;
  margin-bottom: 36px;
}
#custom-html-24 .td-kanji {
  font-size: 44px;
  color: #e0b870;
  letter-spacing: 8px;
  margin-bottom: 6px;
  opacity: 0.85;
}
#custom-html-24 .td-title {
  font-size: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #f0e4c8;
  font-weight: 400;
  margin: 0;
}
#custom-html-24 .td-tabs {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid rgba(250, 175, 64, 0.2);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
#custom-html-24 .td-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #9a7040;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 18px;
  cursor: pointer;
  margin-bottom: -1px;
  transition: color 0.2s;
}
#custom-html-24 .td-tab:hover {
  color: #e0b870;
}
#custom-html-24 .td-tab.active {
  color: #faaf40;
  border-bottom-color: #faaf40;
  font-weight: 600;
}
#custom-html-24 .td-panel {
  display: none;
}
#custom-html-24 .td-panel.active {
  display: block;
}
#custom-html-24 .td-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 640px;
  margin-bottom: 20px;
}
#custom-html-24 .td-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#custom-html-24 .td-field label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c09060;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#custom-html-24 .td-toggle-label {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #7a5030;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
#custom-html-24 .td-toggle-label input[type="checkbox"] {
  width: 13px;
  height: 13px;
  accent-color: #faaf40;
  cursor: pointer;
}
#custom-html-24 .td-field select,
#custom-html-24 .td-field input {
  background: #3d2a0e;
  border: 1px solid rgba(250, 175, 64, 0.2);
  border-radius: 5px;
  color: #f0e4c8;
  font-family: inherit;
  font-size: 13px;
  padding: 8px 10px;
  outline: none;
  transition: border-color 0.2s;
}
#custom-html-24 .td-field select:focus,
#custom-html-24 .td-field input:focus {
  border-color: rgba(250, 175, 64, 0.5);
}
#custom-html-24 .td-field select option {
  background: #2d1e0a;
}
#custom-html-24 .td-btn-save {
  background: #faaf40;
  border: none;
  border-radius: 5px;
  color: #1a1209;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 28px;
  text-transform: uppercase;
  transition: background 0.2s;
}
#custom-html-24 .td-btn-save:hover {
  background: #ffd080;
}
#custom-html-24 .td-msg {
  margin-top: 12px;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 5px;
  display: none;
}
#custom-html-24 .td-msg:not(:empty) {
  display: block;
}
#custom-html-24 .td-msg-ok {
  background: rgba(100, 200, 140, 0.12);
  color: #70c890;
  border: 1px solid rgba(100, 200, 140, 0.25);
}
#custom-html-24 .td-msg-err {
  background: rgba(220, 80, 80, 0.12);
  color: #f08080;
  border: 1px solid rgba(220, 80, 80, 0.25);
}
#custom-html-24 .td-msg-info {
  background: rgba(250, 175, 64, 0.08);
  color: #e0b870;
  border: 1px solid rgba(250, 175, 64, 0.2);
}
#custom-html-24 .td-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
#custom-html-24 .td-toolbar select {
  background: #3d2a0e;
  border: 1px solid rgba(250, 175, 64, 0.2);
  border-radius: 5px;
  color: #f0e4c8;
  font-family: inherit;
  font-size: 13px;
  padding: 6px 10px;
}
#custom-html-24 .td-summary-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}
#custom-html-24 .td-sum {
  color: #f0e4c8;
}
#custom-html-24 .td-sum b {
  color: #faaf40;
}
#custom-html-24 .td-sum-kp {
  color: #c0d890;
}
#custom-html-24 .td-sum-kp b {
  color: #a0c870;
}
#custom-html-24 .td-sum-utl {
  color: #90c0e0;
}
#custom-html-24 .td-sum-utl b {
  color: #70a8d0;
}
#custom-html-24 .td-matrix-wrap {
  overflow-x: auto;
  border-radius: 6px;
  border: 1px solid rgba(250, 175, 64, 0.15);
}
#custom-html-24 .td-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 700px;
}
#custom-html-24 .td-matrix th {
  background: #241808;
  color: #c09060;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 9px 8px;
  text-align: center;
  border-bottom: 1px solid rgba(250, 175, 64, 0.15);
  white-space: nowrap;
}
#custom-html-24 .td-matrix th.td-name-col {
  text-align: left;
  min-width: 120px;
}
#custom-html-24 .td-matrix td {
  padding: 6px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  text-align: center;
  vertical-align: middle;
}
#custom-html-24 .td-matrix td.td-name-col {
  text-align: left;
  padding-left: 10px;
  color: #f0e4c8;
  font-size: 12px;
  position: sticky;
  left: 0;
  background: #2d1e0a;
}
#custom-html-24 .td-matrix tr:hover td {
  background: rgba(250, 175, 64, 0.04);
}
#custom-html-24 .td-matrix tr:hover td.td-name-col {
  background: #352210;
}
#custom-html-24 .td-cell-paid {
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  min-width: 44px;
}
#custom-html-24 .td-cell-kp {
  background: rgba(160, 200, 100, 0.15);
  color: #a0c870;
}
#custom-html-24 .td-cell-utl {
  background: rgba(100, 180, 220, 0.15);
  color: #70b8e0;
}
#custom-html-24 .td-cell-paid small {
  display: block;
  font-size: 9px;
  opacity: 0.8;
  letter-spacing: 0.5px;
}
#custom-html-24 .td-cell-empty {
  color: #5a3e20;
  font-size: 12px;
}
#custom-html-24 .td-total-row td {
  border-top: 2px solid rgba(250, 175, 64, 0.3);
  background: #241808;
}
#custom-html-24 .td-total-label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c09060 !important;
  font-weight: 600;
}
#custom-html-24 .td-total-cell {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #faaf40;
  padding: 3px 6px;
}
#custom-html-24 .td-legend {
  font-size: 11px;
  color: #7a5030;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
#custom-html-24 .td-section-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c09060;
  font-weight: 600;
  margin-bottom: 12px;
}
#custom-html-24 .td-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
#custom-html-24 .td-badge-kp {
  background: rgba(160, 200, 100, 0.15);
  color: #a0c870;
}
#custom-html-24 .td-badge-utl {
  background: rgba(100, 180, 220, 0.15);
  color: #70b8e0;
}
#custom-html-24 .td-booked {
  color: #70c890;
  font-size: 12px;
}
#custom-html-24 .td-notbooked {
  color: #7a5030;
  font-size: 12px;
}
#custom-html-24 .td-lek-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
}
#custom-html-24 .td-lek-row:last-child {
  border-bottom: none;
}
#custom-html-24 .td-lek-name {
  font-size: 13px;
  font-weight: 600;
  color: #f0e4c8;
  min-width: 130px;
}
#custom-html-24 .td-lek-detail {
  flex: 1;
  font-size: 12px;
  color: #9a7040;
}
#custom-html-24 .td-lek-amount {
  font-size: 13px;
  font-weight: 600;
  color: #e0b870;
  min-width: 80px;
  text-align: right;
}
#custom-html-24 .td-lek-action {
  min-width: 110px;
  display: flex;
  justify-content: flex-end;
}
#custom-html-24 .td-btn-book {
  background: none;
  border: 1px solid rgba(250, 175, 64, 0.3);
  border-radius: 4px;
  color: #c09060;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  transition: all 0.2s;
}
#custom-html-24 .td-btn-book:hover {
  background: rgba(100, 200, 140, 0.1);
  border-color: rgba(100, 200, 140, 0.4);
  color: #70c890;
}
#custom-html-24 .td-btn-book:disabled {
  opacity: 0.5;
  cursor: default;
}
#custom-html-24 .td-loading {
  color: #7a5030;
  font-size: 12px;
  padding: 20px;
  text-align: center;
}
#custom-html-24 .td-err {
  color: #f08080;
  font-size: 12px;
  padding: 12px;
  text-align: center;
}
#custom-html-24 .td-empty {
  color: #7a5030;
  font-size: 12px;
  padding: 12px 0;
}
#custom-html-24 .td-divider {
  border: none;
  border-top: 1px solid rgba(250, 175, 64, 0.1);
  margin: 24px 0 20px;
}
@media (max-width: 600px) {
  #custom-html-24 .td-form-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-24 .td-tab {
    font-size: 12px;
    padding: 8px 12px;
  }
  #custom-html-24 .td-lek-row {
    gap: 8px;
  }
  #custom-html-24 .td-lek-name {
    min-width: 100%;
  }
  #custom-html-24 .td-lek-action {
    min-width: 100%;
    justify-content: flex-start;
  }
  #custom-html-24 .td-kanji {
    font-size: 32px;
  }
  #custom-html-24 .td-title {
    font-size: 18px;
  }
}
.cid-vpc2DoZ4T7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vpc2DoZ4T7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpc2DoZ4T7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpc2DoZ4T7 .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vpc2DoZ4T7 .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vpc2DoZ4T7 .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpc2DoZ4T7 .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vpc2DoZ4T7 .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vpc2DoZ4T7 .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vpc2DoZ4T7 .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vpc2DoZ4T7 .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vpc2DoZ4T7 .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vpc2DoZ4T7 .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vpc2DoZ4T7 .mbr-copy {
  color: #ffffff;
}
.cid-vpc2DoZ4T7 .list {
  color: #ffffff;
}
.cid-vphlMQVLSM .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vphlMQVLSM .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vphlMQVLSM .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vphlMQVLSM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vphlMQVLSM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vphlMQVLSM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vphlMQVLSM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vphlMQVLSM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vphlMQVLSM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vphlMQVLSM .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vphlMQVLSM a {
  font-style: normal;
}
.cid-vphlMQVLSM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vphlMQVLSM .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vphlMQVLSM .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-vphlMQVLSM .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vphlMQVLSM .content-text {
  margin-bottom: 0;
}
.cid-vphlMQVLSM .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vphlMQVLSM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vphlMQVLSM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vphlMQVLSM .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vphlMQVLSM .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vphlMQVLSM .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vphlMQVLSM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vphlMQVLSM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vphlMQVLSM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vphlMQVLSM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vphlMQVLSM .nav-dropdown .link {
  font-weight: 400;
}
.cid-vphlMQVLSM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vphlMQVLSM .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vphlMQVLSM .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vphlMQVLSM .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vphlMQVLSM .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vphlMQVLSM .menu-content-top.show {
  display: block;
}
.cid-vphlMQVLSM .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vphlMQVLSM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vphlMQVLSM .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vphlMQVLSM .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vphlMQVLSM .dropdown-item:before {
    display: none;
  }
  .cid-vphlMQVLSM .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vphlMQVLSM .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vphlMQVLSM img {
    height: 3.8rem !important;
  }
  .cid-vphlMQVLSM .btn {
    display: flex;
  }
  .cid-vphlMQVLSM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vphlMQVLSM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vphlMQVLSM .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vphlMQVLSM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vphlMQVLSM .navbar-collapse.collapsing,
  .cid-vphlMQVLSM .navbar-collapse.show {
    display: block !important;
  }
  .cid-vphlMQVLSM .navbar-collapse.collapsing .navbar-nav,
  .cid-vphlMQVLSM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vphlMQVLSM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vphlMQVLSM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vphlMQVLSM .navbar-collapse.collapsing .navbar-buttons,
  .cid-vphlMQVLSM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vphlMQVLSM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vphlMQVLSM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vphlMQVLSM .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-vphlMQVLSM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vphlMQVLSM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vphlMQVLSM .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: 992px) {
  .cid-vphlMQVLSM .navbar .menu-content-top {
    display: block;
  }
  .cid-vphlMQVLSM .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vphlMQVLSM .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vphlMQVLSM .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vphlMQVLSM .menu-bottom {
    display: flex;
  }
  .cid-vphlMQVLSM .navbar {
    display: block;
    padding: 0;
  }
  .cid-vphlMQVLSM .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vphlMQVLSM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vphlMQVLSM .navbar-toggler {
    display: none;
  }
}
.cid-vphlMQVLSM .navbar-short .menu-content-top {
  border: none;
}
.cid-vphlMQVLSM .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vphlMQVLSM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vphlMQVLSM .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vphlMQVLSM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vphlMQVLSM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vphlMQVLSM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vphlMQVLSM .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vphlMQVLSM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vphlMQVLSM .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vphlMQVLSM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vphlMQVLSM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vphlMQVLSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vphlMQVLSM .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-vphlMQVLSM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vphlMQVLSM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vphlMQVLSM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vphlMQVLSM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vphlMQVLSM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vphlMQVLSM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vphlMQVLSM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vphlMQVLSM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vphlMQVLSM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vphlMQVLSM button.navbar-toggler:focus {
  outline: none;
}
.cid-vphlMQVLSM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vphlMQVLSM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vphlMQVLSM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vphlMQVLSM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vphlMQVLSM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vphlMQVLSM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vphlMQVLSM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vphlMQVLSM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vphlMQVLSM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vphlMQVLSM .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vphlMQVLSM .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vphlMQVLSM .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vphlMQVLSM .collapsed .btn {
  display: flex;
}
.cid-vphlMQVLSM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vphlMQVLSM .collapsed .navbar-collapse.collapsing,
.cid-vphlMQVLSM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vphlMQVLSM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vphlMQVLSM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vphlMQVLSM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vphlMQVLSM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vphlMQVLSM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vphlMQVLSM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vphlMQVLSM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vphlMQVLSM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vphlMQVLSM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vphlMQVLSM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vphlMQVLSM .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vphlMQVLSM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vphlMQVLSM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vphlMQVLSM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vphlMQVLSM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vphlMQVLSM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vphlMQVLSM .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;
}
.cid-vphlMQVLSM .collapsed .dropdown-item:before {
  display: none;
}
.cid-vphlMQVLSM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vphlMQVLSM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vphlMQVLSM .nav-link:focus {
  outline: none;
}
.cid-vphlMQVLSM .navbar-toggler {
  position: relative;
}
.cid-vphlMQVLSM .dropdown-item.active,
.cid-vphlMQVLSM .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vphlMQVLSM .nav-link:hover,
.cid-vphlMQVLSM .dropdown-item:hover {
  color: #faaf40;
}
.cid-vphlMQVLSM .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vphlMQVLSM .navbar-buttons .btn-primary:hover,
.cid-vphlMQVLSM .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vphlMQVLSM .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vphlMQVLSM .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vphlMQVLSM .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.cid-vphmbdqTtA {
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-image: url("../../../assets/images/59957592-669837930510158-1063381744406757376-n-1024x768.webp");
}
.cid-vphmbdqTtA .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vphmbdqTtA .border_1 {
  left: 0;
}
.cid-vphmbdqTtA .border_2 {
  right: 0;
}
.cid-vphmbdqTtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vphmbdqTtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vphmbdqTtA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cid-vphmbdqTtA .content-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vphmbdqTtA .content-wrapper .corner_1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vphmbdqTtA .content-wrapper .corner_2 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vphmbdqTtA .content-wrapper .corner_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vphmbdqTtA .content-wrapper .corner_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vphmbdqTtA .content-wrapper .title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-top: 36px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vphmbdqTtA .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vphmbdqTtA .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vphmbdqTtA .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
.cid-vphmbdqTtA .mbr-label,
.cid-vphmbdqTtA .label-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vphmbdqTtA .mbr-section-title {
  color: #d1c2a5;
}
.cid-vphmbdqTtA .mbr-section-subtitle {
  color: #f0e7da;
  text-align: center;
}
.cid-vphmbdqTtA .mbr-text,
.cid-vphmbdqTtA .text-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vphmbdqTtA .mbr-section-title,
.cid-vphmbdqTtA .mbr-section-btn {
  text-align: center;
}
.cid-vphrLrZZME {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/118286620-401986917433742-853148318053527072-n-1280x853.webp");
}
.cid-vphrLrZZME .mbr-fallback-image.disabled {
  display: none;
}
.cid-vphrLrZZME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vphrLrZZME .items-wrap {
  margin: 0 -20px;
}
.cid-vphrLrZZME .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vphrLrZZME .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vphrLrZZME .items-wrap .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-vphrLrZZME .items-wrap .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-vphrLrZZME .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vphrLrZZME .items-wrap .item .item-wrapper .card-box {
  border-top: 1px solid #877e72;
  padding-top: 16px;
}
.cid-vphrLrZZME .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vphrLrZZME .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vphrLrZZME .item-title {
  color: #877e72;
}
.cid-vphrLrZZME .item-text {
  color: #ffedd6;
}
.cid-vphrLrZZME .item-title,
.cid-vphrLrZZME .iconfont-wrapper {
  color: #faaf40;
}
.cid-vphrLrZZME .item-text,
.cid-vphrLrZZME .mbr-section-btn {
  color: #faaf40;
}
.cid-vphLR6PBav {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/118286620-401986917433742-853148318053527072-n-1280x853.webp");
}
.cid-vphLR6PBav .mbr-fallback-image.disabled {
  display: none;
}
.cid-vphLR6PBav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vphLR6PBav .items-wrap {
  margin: 0 -20px;
}
.cid-vphLR6PBav .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vphLR6PBav .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vphLR6PBav .items-wrap .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-vphLR6PBav .items-wrap .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-vphLR6PBav .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vphLR6PBav .items-wrap .item .item-wrapper .card-box {
  border-top: 1px solid #877e72;
  padding-top: 16px;
}
.cid-vphLR6PBav .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vphLR6PBav .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vphLR6PBav .item-title {
  color: #877e72;
}
.cid-vphLR6PBav .item-text {
  color: #ffedd6;
}
.cid-vphLR6PBav .item-title,
.cid-vphLR6PBav .iconfont-wrapper {
  color: #faaf40;
}
.cid-vphLR6PBav .item-text,
.cid-vphLR6PBav .mbr-section-btn {
  color: #faaf40;
}
.cid-vphlMT7G2C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vphlMT7G2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vphlMT7G2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vphlMT7G2C .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vphlMT7G2C .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vphlMT7G2C .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vphlMT7G2C .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vphlMT7G2C .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vphlMT7G2C .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vphlMT7G2C .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vphlMT7G2C .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vphlMT7G2C .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vphlMT7G2C .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vphlMT7G2C .mbr-copy {
  color: #ffffff;
}
.cid-vphlMT7G2C .list {
  color: #ffffff;
}
.cid-vpmpBNdoWn .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vpmpBNdoWn .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vpmpBNdoWn .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vpmpBNdoWn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpmpBNdoWn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vpmpBNdoWn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vpmpBNdoWn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vpmpBNdoWn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vpmpBNdoWn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vpmpBNdoWn .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vpmpBNdoWn a {
  font-style: normal;
}
.cid-vpmpBNdoWn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vpmpBNdoWn .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vpmpBNdoWn .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-vpmpBNdoWn .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vpmpBNdoWn .content-text {
  margin-bottom: 0;
}
.cid-vpmpBNdoWn .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vpmpBNdoWn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vpmpBNdoWn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vpmpBNdoWn .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpmpBNdoWn .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vpmpBNdoWn .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vpmpBNdoWn .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpmpBNdoWn .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vpmpBNdoWn .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vpmpBNdoWn .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vpmpBNdoWn .nav-dropdown .link {
  font-weight: 400;
}
.cid-vpmpBNdoWn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vpmpBNdoWn .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vpmpBNdoWn .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vpmpBNdoWn .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vpmpBNdoWn .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vpmpBNdoWn .menu-content-top.show {
  display: block;
}
.cid-vpmpBNdoWn .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vpmpBNdoWn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vpmpBNdoWn .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vpmpBNdoWn .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vpmpBNdoWn .dropdown-item:before {
    display: none;
  }
  .cid-vpmpBNdoWn .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vpmpBNdoWn .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vpmpBNdoWn img {
    height: 3.8rem !important;
  }
  .cid-vpmpBNdoWn .btn {
    display: flex;
  }
  .cid-vpmpBNdoWn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vpmpBNdoWn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vpmpBNdoWn .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vpmpBNdoWn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vpmpBNdoWn .navbar-collapse.collapsing,
  .cid-vpmpBNdoWn .navbar-collapse.show {
    display: block !important;
  }
  .cid-vpmpBNdoWn .navbar-collapse.collapsing .navbar-nav,
  .cid-vpmpBNdoWn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vpmpBNdoWn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vpmpBNdoWn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vpmpBNdoWn .navbar-collapse.collapsing .navbar-buttons,
  .cid-vpmpBNdoWn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vpmpBNdoWn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vpmpBNdoWn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vpmpBNdoWn .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-vpmpBNdoWn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vpmpBNdoWn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vpmpBNdoWn .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: 992px) {
  .cid-vpmpBNdoWn .navbar .menu-content-top {
    display: block;
  }
  .cid-vpmpBNdoWn .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vpmpBNdoWn .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vpmpBNdoWn .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vpmpBNdoWn .menu-bottom {
    display: flex;
  }
  .cid-vpmpBNdoWn .navbar {
    display: block;
    padding: 0;
  }
  .cid-vpmpBNdoWn .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpmpBNdoWn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vpmpBNdoWn .navbar-toggler {
    display: none;
  }
}
.cid-vpmpBNdoWn .navbar-short .menu-content-top {
  border: none;
}
.cid-vpmpBNdoWn .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpmpBNdoWn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vpmpBNdoWn .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vpmpBNdoWn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vpmpBNdoWn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpmpBNdoWn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vpmpBNdoWn .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vpmpBNdoWn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpmpBNdoWn .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vpmpBNdoWn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vpmpBNdoWn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vpmpBNdoWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vpmpBNdoWn .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-vpmpBNdoWn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vpmpBNdoWn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpmpBNdoWn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vpmpBNdoWn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vpmpBNdoWn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vpmpBNdoWn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vpmpBNdoWn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vpmpBNdoWn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vpmpBNdoWn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vpmpBNdoWn button.navbar-toggler:focus {
  outline: none;
}
.cid-vpmpBNdoWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vpmpBNdoWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vpmpBNdoWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vpmpBNdoWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vpmpBNdoWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vpmpBNdoWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpmpBNdoWn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vpmpBNdoWn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vpmpBNdoWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vpmpBNdoWn .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpmpBNdoWn .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vpmpBNdoWn .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vpmpBNdoWn .collapsed .btn {
  display: flex;
}
.cid-vpmpBNdoWn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vpmpBNdoWn .collapsed .navbar-collapse.collapsing,
.cid-vpmpBNdoWn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vpmpBNdoWn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vpmpBNdoWn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vpmpBNdoWn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vpmpBNdoWn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vpmpBNdoWn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vpmpBNdoWn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vpmpBNdoWn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vpmpBNdoWn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vpmpBNdoWn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vpmpBNdoWn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vpmpBNdoWn .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpmpBNdoWn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vpmpBNdoWn .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vpmpBNdoWn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vpmpBNdoWn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vpmpBNdoWn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vpmpBNdoWn .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;
}
.cid-vpmpBNdoWn .collapsed .dropdown-item:before {
  display: none;
}
.cid-vpmpBNdoWn .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vpmpBNdoWn .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vpmpBNdoWn .nav-link:focus {
  outline: none;
}
.cid-vpmpBNdoWn .navbar-toggler {
  position: relative;
}
.cid-vpmpBNdoWn .dropdown-item.active,
.cid-vpmpBNdoWn .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vpmpBNdoWn .nav-link:hover,
.cid-vpmpBNdoWn .dropdown-item:hover {
  color: #faaf40;
}
.cid-vpmpBNdoWn .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vpmpBNdoWn .navbar-buttons .btn-primary:hover,
.cid-vpmpBNdoWn .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vpmpBNdoWn .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vpmpBNdoWn .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vpmpBNdoWn .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.cid-vpmpBNUrTD {
  border-bottom: 1px solid #363534;
  overflow: hidden;
  background-image: url("../../../assets/images/zen-zazen-zenzazen-meditacio-budapest-magyarorszg-2-1920x559.webp");
}
.cid-vpmpBNUrTD .border-wrap {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #363534;
}
.cid-vpmpBNUrTD .border_1 {
  left: 0;
}
.cid-vpmpBNUrTD .border_2 {
  right: 0;
}
.cid-vpmpBNUrTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpmpBNUrTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpmpBNUrTD .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cid-vpmpBNUrTD .content-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vpmpBNUrTD .content-wrapper .corner_1 {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vpmpBNUrTD .content-wrapper .corner_2 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vpmpBNUrTD .content-wrapper .corner_3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f0e7da;
  border-right: 1px solid #f0e7da;
}
.cid-vpmpBNUrTD .content-wrapper .corner_4 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #f0e7da;
  border-left: 1px solid #f0e7da;
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vpmpBNUrTD .content-wrapper .title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #524e46;
  border-bottom: 1px solid #524e46;
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .label-wrapper .label-wrap .marker-wrap {
  width: 9px;
  min-width: 9px;
  height: 9px;
  background-color: #d1c2a5;
  border-radius: 100%;
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-top: 36px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpmpBNUrTD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vpmpBNUrTD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vpmpBNUrTD .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
.cid-vpmpBNUrTD .mbr-label,
.cid-vpmpBNUrTD .label-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vpmpBNUrTD .mbr-section-title {
  color: #d1c2a5;
}
.cid-vpmpBNUrTD .mbr-section-subtitle {
  color: #f0e7da;
  text-align: center;
}
.cid-vpmpBNUrTD .mbr-text,
.cid-vpmpBNUrTD .text-wrapper {
  color: #d1c2a5;
  text-align: center;
}
.cid-vpmpBNUrTD .mbr-section-title,
.cid-vpmpBNUrTD .mbr-section-btn {
  text-align: center;
}
.cid-vpmqK8qARv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #212428;
}
.cid-vpmqK8qARv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vpmqK8qARv .team-card:hover {
  transform: translateY(-10px);
}
.cid-vpmqK8qARv .card-wrap {
  background: #212428;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-vpmqK8qARv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vpmqK8qARv .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-vpmqK8qARv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpmqK8qARv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vpmqK8qARv .card-text {
  padding-bottom: 1rem;
}
.cid-vpmqK8qARv .social-row {
  text-align: center;
}
.cid-vpmqK8qARv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
}
.cid-vpmqK8qARv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-vpmqK8qARv .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-vpmqK8qARv .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-vpmqK8qARv .mbr-role,
.cid-vpmqK8qARv .social-row {
  color: #ffffff;
}
.cid-vpmqK8qARv .card-title,
.cid-vpmqK8qARv .social-row {
  color: #e43f3f;
}
.cid-vpmqK8qARv .card-text,
.cid-vpmqK8qARv .mbr-section-btn,
.cid-vpmqK8qARv .social-row {
  color: #bbbbbb;
}
.cid-vpmqK8qARv .mbr-section-title {
  color: #ffffff;
}
.cid-vpmqK8qARv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-vpmqK8qARv .main-title {
  color: #ffffff;
}
.cid-vpmqK8qARv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpmqK8qARv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpmsxofRkF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #212428;
}
.cid-vpmsxofRkF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vpmsxofRkF .team-card:hover {
  transform: translateY(-10px);
}
.cid-vpmsxofRkF .card-wrap {
  background: #212428;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-vpmsxofRkF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vpmsxofRkF .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-vpmsxofRkF .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpmsxofRkF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vpmsxofRkF .card-text {
  padding-bottom: 1rem;
}
.cid-vpmsxofRkF .social-row {
  text-align: center;
}
.cid-vpmsxofRkF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
}
.cid-vpmsxofRkF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-vpmsxofRkF .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-vpmsxofRkF .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-vpmsxofRkF .mbr-role,
.cid-vpmsxofRkF .social-row {
  color: #ffffff;
}
.cid-vpmsxofRkF .card-title,
.cid-vpmsxofRkF .social-row {
  color: #e43f3f;
}
.cid-vpmsxofRkF .card-text,
.cid-vpmsxofRkF .mbr-section-btn,
.cid-vpmsxofRkF .social-row {
  color: #bbbbbb;
}
.cid-vpmsxofRkF .mbr-section-title {
  color: #ffffff;
}
.cid-vpmsxofRkF .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-vpmsxofRkF .main-title {
  color: #ffffff;
}
.cid-vpmsxofRkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpmsxofRkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpmpBPFuIO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vpmpBPFuIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpmpBPFuIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpmpBPFuIO .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vpmpBPFuIO .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vpmpBPFuIO .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpmpBPFuIO .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vpmpBPFuIO .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vpmpBPFuIO .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vpmpBPFuIO .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vpmpBPFuIO .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vpmpBPFuIO .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vpmpBPFuIO .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vpmpBPFuIO .mbr-copy {
  color: #ffffff;
}
.cid-vpmpBPFuIO .list {
  color: #ffffff;
}
.cid-vqaoeyLhnB .navbar {
  padding: .5rem 0;
  background: #232323;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-vqaoeyLhnB .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-vqaoeyLhnB .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-vqaoeyLhnB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqaoeyLhnB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vqaoeyLhnB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vqaoeyLhnB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vqaoeyLhnB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vqaoeyLhnB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vqaoeyLhnB .navbar-dropdown.bg-color.transparent.opened {
  background: #232323;
}
.cid-vqaoeyLhnB a {
  font-style: normal;
}
.cid-vqaoeyLhnB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vqaoeyLhnB .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vqaoeyLhnB .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-vqaoeyLhnB .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vqaoeyLhnB .content-text {
  margin-bottom: 0;
}
.cid-vqaoeyLhnB .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vqaoeyLhnB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4284df;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vqaoeyLhnB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vqaoeyLhnB .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vqaoeyLhnB .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vqaoeyLhnB .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vqaoeyLhnB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vqaoeyLhnB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vqaoeyLhnB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vqaoeyLhnB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vqaoeyLhnB .nav-dropdown .link {
  font-weight: 400;
}
.cid-vqaoeyLhnB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vqaoeyLhnB .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vqaoeyLhnB .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vqaoeyLhnB .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-vqaoeyLhnB .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-vqaoeyLhnB .menu-content-top.show {
  display: block;
}
.cid-vqaoeyLhnB .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-vqaoeyLhnB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vqaoeyLhnB .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vqaoeyLhnB .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vqaoeyLhnB .dropdown-item:before {
    display: none;
  }
  .cid-vqaoeyLhnB .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-vqaoeyLhnB .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-vqaoeyLhnB img {
    height: 3.8rem !important;
  }
  .cid-vqaoeyLhnB .btn {
    display: flex;
  }
  .cid-vqaoeyLhnB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vqaoeyLhnB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-vqaoeyLhnB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vqaoeyLhnB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vqaoeyLhnB .navbar-collapse.collapsing,
  .cid-vqaoeyLhnB .navbar-collapse.show {
    display: block !important;
  }
  .cid-vqaoeyLhnB .navbar-collapse.collapsing .navbar-nav,
  .cid-vqaoeyLhnB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vqaoeyLhnB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vqaoeyLhnB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vqaoeyLhnB .navbar-collapse.collapsing .navbar-buttons,
  .cid-vqaoeyLhnB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vqaoeyLhnB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vqaoeyLhnB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vqaoeyLhnB .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-vqaoeyLhnB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vqaoeyLhnB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vqaoeyLhnB .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: 992px) {
  .cid-vqaoeyLhnB .navbar .menu-content-top {
    display: block;
  }
  .cid-vqaoeyLhnB .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-vqaoeyLhnB .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vqaoeyLhnB .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-vqaoeyLhnB .menu-bottom {
    display: flex;
  }
  .cid-vqaoeyLhnB .navbar {
    display: block;
    padding: 0;
  }
  .cid-vqaoeyLhnB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vqaoeyLhnB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vqaoeyLhnB .navbar-toggler {
    display: none;
  }
}
.cid-vqaoeyLhnB .navbar-short .menu-content-top {
  border: none;
}
.cid-vqaoeyLhnB .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqaoeyLhnB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vqaoeyLhnB .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-vqaoeyLhnB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vqaoeyLhnB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqaoeyLhnB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vqaoeyLhnB .dropdown .dropdown-menu {
  background: #232323;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vqaoeyLhnB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vqaoeyLhnB .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vqaoeyLhnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vqaoeyLhnB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vqaoeyLhnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vqaoeyLhnB .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-vqaoeyLhnB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vqaoeyLhnB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqaoeyLhnB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vqaoeyLhnB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vqaoeyLhnB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vqaoeyLhnB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vqaoeyLhnB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vqaoeyLhnB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vqaoeyLhnB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-vqaoeyLhnB button.navbar-toggler:focus {
  outline: none;
}
.cid-vqaoeyLhnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vqaoeyLhnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqaoeyLhnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqaoeyLhnB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqaoeyLhnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqaoeyLhnB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqaoeyLhnB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqaoeyLhnB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqaoeyLhnB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqaoeyLhnB .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vqaoeyLhnB .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqaoeyLhnB .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vqaoeyLhnB .collapsed .btn {
  display: flex;
}
.cid-vqaoeyLhnB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vqaoeyLhnB .collapsed .navbar-collapse.collapsing,
.cid-vqaoeyLhnB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vqaoeyLhnB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vqaoeyLhnB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vqaoeyLhnB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vqaoeyLhnB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vqaoeyLhnB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vqaoeyLhnB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vqaoeyLhnB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vqaoeyLhnB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vqaoeyLhnB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-vqaoeyLhnB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vqaoeyLhnB .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqaoeyLhnB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-vqaoeyLhnB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vqaoeyLhnB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-vqaoeyLhnB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vqaoeyLhnB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vqaoeyLhnB .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;
}
.cid-vqaoeyLhnB .collapsed .dropdown-item:before {
  display: none;
}
.cid-vqaoeyLhnB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vqaoeyLhnB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vqaoeyLhnB .nav-link:focus {
  outline: none;
}
.cid-vqaoeyLhnB .navbar-toggler {
  position: relative;
}
.cid-vqaoeyLhnB .dropdown-item.active,
.cid-vqaoeyLhnB .dropdown-item:active {
  background-color: #232323;
  color: auto;
}
.cid-vqaoeyLhnB .nav-link:hover,
.cid-vqaoeyLhnB .dropdown-item:hover {
  color: #faaf40;
}
.cid-vqaoeyLhnB .navbar-buttons .btn-primary {
  background-color: #faaf40 !important;
  border-color: #faaf40 !important;
  color: #000000 !important;
}
.cid-vqaoeyLhnB .navbar-buttons .btn-primary:hover,
.cid-vqaoeyLhnB .navbar-buttons .btn-primary:focus {
  background-color: #e09a2a !important;
  border-color: #e09a2a !important;
  color: #000000 !important;
}
.cid-vqaoeyLhnB .navbar-logo img {
  width: auto !important;
  object-fit: contain !important;
}
.cid-vqaoeyLhnB .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vqaoeyLhnB .dropdown-menu .dropdown-item:hover {
  color: #faaf40 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#custom-html-2s {
  /* ═══════════════════════════════════════════════════════════════════
   ZENSHIN RYOU AIKIDO – Oktató videó oldal CSS
   Mobirise HTML blokk CSS fülbe illesztendő (style tag nélkül!)
   Ugyanez a CSS használható az összes kyu oldalnál (kyu5, kyu4 stb.)
   ═══════════════════════════════════════════════════════════════════ */
  /* ── Fejléc ─────────────────────────────────────────────────────── */
  /* ── Videók rácsa – 2 oszlopos ───────────────────────────────────── */
  /* ── Egy videó elem (cím + kártya) ───────────────────────────────── */
  /* ── Technika neve a kártya felett ───────────────────────────────── */
  /* ── Videó kártya ────────────────────────────────────────────────── */
  /* ── Responsive iframe wrapper (16:9) ────────────────────────────── */
  /* ── Reszponzív ─────────────────────────────────────────────────── */
}
#custom-html-2s .z-video-page {
  background: #2d1e0a;
  min-height: 100vh;
  padding: 100px 20px 80px;
  font-family: 'Poppins', 'Roboto', sans-serif;
  color: #f0e4c8;
}
#custom-html-2s .zvp-header {
  text-align: center;
  margin-bottom: 56px;
}
#custom-html-2s .zvp-kanji {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: #e0b870;
  letter-spacing: 8px;
  margin-bottom: 10px;
  opacity: 0.85;
}
#custom-html-2s .zvp-title {
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #f0e4c8;
  font-weight: 400;
  margin: 0 0 8px;
}
#custom-html-2s .zvp-subtitle {
  font-size: 11px;
  letter-spacing: 4px;
  color: #9a7040;
  text-transform: uppercase;
  margin: 0;
}
#custom-html-2s .zvp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
#custom-html-2s .zvp-item {
  display: flex;
  flex-direction: column;
}
#custom-html-2s .zvp-item-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e0b870;
  font-weight: 600;
  border-bottom: 1px solid rgba(250, 175, 64, 0.2);
  padding-bottom: 8px;
  margin: 0 0 12px;
  line-height: 1.4;
}
#custom-html-2s .zvp-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(250, 175, 64, 0.15);
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  transition: border-color 0.2s;
}
#custom-html-2s .zvp-card:hover {
  border-color: rgba(250, 175, 64, 0.35);
}
#custom-html-2s .zvp-thumb-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #1a1000;
}
#custom-html-2s .zvp-thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 680px) {
  #custom-html-2s .zvp-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-2s .zvp-kanji {
    font-size: 36px;
  }
  #custom-html-2s .zvp-title {
    font-size: 20px;
    letter-spacing: 3px;
  }
  #custom-html-2s .z-video-page {
    padding: 80px 14px 60px;
  }
}
.cid-vqaoezbTCg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1d1d1d;
}
.cid-vqaoezbTCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqaoezbTCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqaoezbTCg .border-wrapper {
  border-top: 1px solid #ffffff;
}
.cid-vqaoezbTCg .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vqaoezbTCg .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vqaoezbTCg .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vqaoezbTCg .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vqaoezbTCg .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vqaoezbTCg .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vqaoezbTCg .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vqaoezbTCg .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vqaoezbTCg .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vqaoezbTCg .mbr-copy {
  color: #ffffff;
}
.cid-vqaoezbTCg .list {
  color: #ffffff;
}
