body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'LEMON MILK Medium';
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.88rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #283742 !important;
}
.bg-success {
  background-color: #283742 !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-primary:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-success:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #283742 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #283742 !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #283742 !important;
}
.alert-success {
  background-color: #283742;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #283742;
  border-color: #283742;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #283742;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.88rem;
}
blockquote {
  border-color: #283742;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #283742;
  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: #283742;
  border-bottom-color: #283742;
}
.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: #283742 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-txW5HCeI06 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-txW5HCeI06 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-txW5HCeI06 nav.navbar {
  position: fixed;
}
.cid-txW5HCeI06 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txW5HCeI06 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txW5HCeI06 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txW5HCeI06 .dropdown-item:hover,
.cid-txW5HCeI06 .dropdown-item:focus {
  background: #283742 !important;
  color: white !important;
}
.cid-txW5HCeI06 .dropdown-item:hover span {
  color: white;
}
.cid-txW5HCeI06 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txW5HCeI06 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txW5HCeI06 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txW5HCeI06 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txW5HCeI06 .nav-link {
  position: relative;
}
.cid-txW5HCeI06 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txW5HCeI06 .container {
    flex-wrap: nowrap;
  }
}
.cid-txW5HCeI06 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txW5HCeI06 .dropdown-menu,
.cid-txW5HCeI06 .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-txW5HCeI06 .nav-item:focus,
.cid-txW5HCeI06 .nav-link:focus {
  outline: none;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txW5HCeI06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txW5HCeI06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txW5HCeI06 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-txW5HCeI06 .navbar.opened {
  transition: all 0.3s;
}
.cid-txW5HCeI06 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txW5HCeI06 .navbar .navbar-logo img {
  width: auto;
}
.cid-txW5HCeI06 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txW5HCeI06 .navbar.collapsed {
  justify-content: center;
}
.cid-txW5HCeI06 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txW5HCeI06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txW5HCeI06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txW5HCeI06 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txW5HCeI06 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txW5HCeI06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txW5HCeI06 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txW5HCeI06 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txW5HCeI06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txW5HCeI06 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txW5HCeI06 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txW5HCeI06 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txW5HCeI06 .navbar.navbar-short {
  min-height: 80px;
}
.cid-txW5HCeI06 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txW5HCeI06 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txW5HCeI06 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txW5HCeI06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txW5HCeI06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txW5HCeI06 .dropdown-item.active,
.cid-txW5HCeI06 .dropdown-item:active {
  background-color: transparent;
}
.cid-txW5HCeI06 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txW5HCeI06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txW5HCeI06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txW5HCeI06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-txW5HCeI06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txW5HCeI06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txW5HCeI06 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txW5HCeI06 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txW5HCeI06 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txW5HCeI06 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txW5HCeI06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txW5HCeI06 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txW5HCeI06 .navbar {
    height: 70px;
  }
  .cid-txW5HCeI06 .navbar.opened {
    height: auto;
  }
  .cid-txW5HCeI06 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/rodizio-2-2000x1500.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #888888;
  top: 0px;
  left: -100px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIkbRb1Do .mbr-text,
.cid-rRIkbRb1Do .mbr-section-btn {
  text-align: left;
}
.cid-rRIjJzt6Us {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-rRIjJzt6Us .wrap {
  height: 660px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/dpd-1-2000x1500.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRIjJzt6Us .mbr-text,
.cid-rRIjJzt6Us .mbr-section-btn {
  color: #000000;
}
.cid-rRIjJzt6Us .mbr-section-title {
  color: #000000;
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(40, 55, 66, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(40, 55, 66, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-rRIiRsUpwJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rRIiRsUpwJ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tyhUxEz3pm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-tyhUxEz3pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyhUxEz3pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyhUxEz3pm .row {
    padding: 0 24px;
  }
}
.cid-tyhUxEz3pm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tyhUxEz3pm .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tyhUxEz3pm .mbr-section-title {
  color: #2c0066;
}
.cid-tyhUxEz3pm .mbr-section-title,
.cid-tyhUxEz3pm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-txWiEkw1gJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-txWiEkw1gJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-txWiEkw1gJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #283742 !important;
}
.cid-txWiEkw1gJ .wrap {
  align-items: center;
}
.cid-txWiEkw1gJ .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-txWiEkw1gJ .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-txWiEkw1gJ .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-txWiEkw1gJ .wrap:hover .mbr-section-title {
  color: #283742;
}
.cid-txWiEkw1gJ .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-txWiEkw1gJ .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-txWiEkw1gJ .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-txWiEkw1gJ .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-txWiEkw1gJ .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-txWiEkw1gJ .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-txWiEkw1gJ .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-txWiEkw1gJ .card__content {
  padding: 20px;
}
.cid-txWiEkw1gJ .card__topic {
  margin-bottom: 15px;
}
.cid-txWiEkw1gJ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-txWiEkw1gJ .mbr-text {
  margin-bottom: 10px;
}
.cid-txWiEkw1gJ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #283742;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-txWiEkw1gJ .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-txWiEkw1gJ .mbr-section-title,
.cid-txWiEkw1gJ .card__topic {
  color: #000000;
}
.cid-txWiEkw1gJ .mbr-text,
.cid-txWiEkw1gJ .mbr-section-btn {
  color: #000000;
}
.cid-txWb0of3Pj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-txWb0of3Pj .mbr-section-title,
.cid-txWb0of3Pj .title__address,
.cid-txWb0of3Pj .title__social {
  margin-bottom: 20px;
}
.cid-txWb0of3Pj .info {
  margin-bottom: 20px;
}
.cid-txWb0of3Pj .text__info,
.cid-txWb0of3Pj .work__time,
.cid-txWb0of3Pj .work__address {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-txWb0of3Pj .info__wrap {
    padding: 0 30px;
  }
}
.cid-txWb0of3Pj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-txWb0of3Pj .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none !important;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #ebeaed !important;
}
.cid-txWb0of3Pj .dragArea .form-control:hover,
.cid-txWb0of3Pj .dragArea .form-control:focus {
  border: none !important;
}
.cid-txWb0of3Pj .dragArea .jq-selectbox li:hover,
.cid-txWb0of3Pj .dragArea .jq-selectbox li.selected {
  background-color: #17161a;
  color: #ffffff;
}
.cid-txWb0of3Pj .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a !important;
}
.cid-txWb0of3Pj .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-txWb0of3Pj .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: 0.8;
}
.cid-txWb0of3Pj .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-color: #17161a;
}
.cid-txWb0of3Pj .dragArea textarea {
  height: 160px !important;
}
.cid-txWb0of3Pj .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-txWb0of3Pj .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-txWb0of3Pj .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-txWb0of3Pj .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: 0.8;
}
.cid-txWb0of3Pj .input-group-btn {
  padding: 0 10px;
}
.cid-txWb0of3Pj .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-txWb0of3Pj .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-txWb0of3Pj .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-txWb0of3Pj .divider {
    margin: 40px 15px 45px;
  }
}
@media (max-width: 767px) {
  .cid-txWb0of3Pj .social,
  .cid-txWb0of3Pj .address,
  .cid-txWb0of3Pj .info__wrap {
    margin-bottom: 30px;
  }
  .cid-txWb0of3Pj .form-group {
    padding: 10px 15px;
  }
  .cid-txWb0of3Pj .input-group-btn {
    padding: 0 15px;
  }
}
.cid-txWb0of3Pj LABEL {
  color: #000000;
}
.cid-txWb0of3Pj .mbr-section-title {
  color: #000000;
}
.cid-txWb0of3Pj .title__address {
  color: #000000;
}
.cid-txWb0of3Pj .text__info {
  color: #000000;
}
.cid-txX66Zl2sB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-txX66Zl2sB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txX66Zl2sB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txX66Zl2sB b,
.cid-txX66Zl2sB strong {
  font-weight: 900;
}
.cid-txX66Zl2sB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-txX66Zl2sB .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-txWbLJprbV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-txWbLJprbV .mbr-text {
  color: #303030;
}
.cid-txWbLJprbV .media-container-row .mbr-text {
  color: #000000;
}
.cid-txW5HCeI06 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-txW5HCeI06 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-txW5HCeI06 nav.navbar {
  position: fixed;
}
.cid-txW5HCeI06 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txW5HCeI06 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txW5HCeI06 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txW5HCeI06 .dropdown-item:hover,
.cid-txW5HCeI06 .dropdown-item:focus {
  background: #283742 !important;
  color: white !important;
}
.cid-txW5HCeI06 .dropdown-item:hover span {
  color: white;
}
.cid-txW5HCeI06 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txW5HCeI06 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txW5HCeI06 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txW5HCeI06 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txW5HCeI06 .nav-link {
  position: relative;
}
.cid-txW5HCeI06 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txW5HCeI06 .container {
    flex-wrap: nowrap;
  }
}
.cid-txW5HCeI06 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txW5HCeI06 .dropdown-menu,
.cid-txW5HCeI06 .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-txW5HCeI06 .nav-item:focus,
.cid-txW5HCeI06 .nav-link:focus {
  outline: none;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txW5HCeI06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txW5HCeI06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txW5HCeI06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txW5HCeI06 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-txW5HCeI06 .navbar.opened {
  transition: all 0.3s;
}
.cid-txW5HCeI06 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txW5HCeI06 .navbar .navbar-logo img {
  width: auto;
}
.cid-txW5HCeI06 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txW5HCeI06 .navbar.collapsed {
  justify-content: center;
}
.cid-txW5HCeI06 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txW5HCeI06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txW5HCeI06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txW5HCeI06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txW5HCeI06 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txW5HCeI06 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txW5HCeI06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txW5HCeI06 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txW5HCeI06 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txW5HCeI06 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txW5HCeI06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txW5HCeI06 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txW5HCeI06 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txW5HCeI06 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txW5HCeI06 .navbar.navbar-short {
  min-height: 80px;
}
.cid-txW5HCeI06 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txW5HCeI06 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txW5HCeI06 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txW5HCeI06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txW5HCeI06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txW5HCeI06 .dropdown-item.active,
.cid-txW5HCeI06 .dropdown-item:active {
  background-color: transparent;
}
.cid-txW5HCeI06 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txW5HCeI06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txW5HCeI06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txW5HCeI06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-txW5HCeI06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txW5HCeI06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txW5HCeI06 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txW5HCeI06 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txW5HCeI06 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txW5HCeI06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txW5HCeI06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txW5HCeI06 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txW5HCeI06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txW5HCeI06 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txW5HCeI06 .navbar {
    height: 70px;
  }
  .cid-txW5HCeI06 .navbar.opened {
    height: auto;
  }
  .cid-txW5HCeI06 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyH51t78Fq {
  background-image: url("../../../assets/images/fcn-presseraum-2-760x570.jpg");
}
.cid-tyH51t78Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyH51t78Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyH51t78Fq .row {
  align-items: flex-end;
}
.cid-tyH51t78Fq .mbr-section-title {
  color: #ffffff;
}
.cid-tyH51t78Fq .mbr-text,
.cid-tyH51t78Fq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyH51t78Fq .col-lg-4 {
  align-items: flex-end;
}
.cid-tyHczeBhaz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tyHczeBhaz .mbr-overlay {
  z-index: 1;
}
.cid-tyHczeBhaz .carousel,
.cid-tyHczeBhaz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyHczeBhaz .item-wrapper {
  width: 100%;
}
.cid-tyHczeBhaz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tyHczeBhaz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tyHczeBhaz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tyHczeBhaz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tyHczeBhaz .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-tyHczeBhaz .carousel-control span {
  color: #101019;
}
.cid-tyHczeBhaz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyHczeBhaz .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-tyHczeBhaz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyHczeBhaz .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyHczeBhaz .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-tyHczeBhaz .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tyHczeBhaz .carousel-indicators li.active,
.cid-tyHczeBhaz .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-tyHczeBhaz .carousel-indicators li::after,
.cid-tyHczeBhaz .carousel-indicators li::before {
  content: none;
}
.cid-tyHczeBhaz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyHczeBhaz .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-tyHczeBhaz .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-tyHczeBhaz .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHczeBhaz .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tyHczeBhaz .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-tyHczeBhaz .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-txWbLJprbV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-txWbLJprbV .mbr-text {
  color: #303030;
}
.cid-txWbLJprbV .media-container-row .mbr-text {
  color: #000000;
}
