@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

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

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

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 12px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.5rem 1.5rem;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

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

:focus {
  outline: none;
}

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

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 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: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffeb69 !important;
}
.bg-success {
  background-color: #be5757 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #668fdc !important;
  border-color: #668fdc !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #668fdc !important;
  border-color: #668fdc !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #be5757 !important;
  border-color: #be5757 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cc7c7c !important;
  border-color: #cc7c7c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cc7c7c !important;
  border-color: #cc7c7c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #224b96 !important;
  background-color: transparent !important;
  border-color: #224b96 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #be5757;
  color: #be5757;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #893535 !important;
  background-color: transparent !important;
  border-color: #893535 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #be5757 !important;
  border-color: #be5757 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffeb69 !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #be5757 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffdd03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f458a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7e3131 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffeb69;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffeb69;
  border-color: #ffeb69;
  color: #827100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffeb69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffeb69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ffeb69;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffeb69;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffeb69;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffeb69;
  border-bottom-color: #ffeb69;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffeb69 !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: #3c71d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffeb69' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vcTobkJpka {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vcTobkJpka .hero-img {
  border: 5px solid #000000 !important;
  border-radius: 40px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: 60% !important;
  margin: 0 auto !important;
  display: block !important;
}
@media (max-width: 767px) {
  .cid-vcTobkJpka .hero-img {
    width: 80% !important;
    border-radius: 20px !important;
    border-width: 4px !important;
  }
}
.cid-vcTobkJpka .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tO1eKuzyir {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #5e2b02;
}
.cid-tO1eKuzyir .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1eKuzyir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tO1eKuzyir .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tO1eKuzyir img {
  border-radius: 3rem;
}
.cid-tO1eKuzyir .row {
  align-items: center;
}
.cid-tO1eKuzyir .mbr-section-title {
  color: #ffeb69;
  text-align: center;
}
.cid-tO1eKuzyir .mbr-text,
.cid-tO1eKuzyir .mbr-section-btn {
  color: #fffada;
  text-align: center;
}
.cid-tO1eKuzyir .mbr-section-subtitle {
  color: #491414;
  text-align: center;
}
.cid-vcTqtamJnC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vcTqtamJnC h6 {
  line-height: 1.2;
}
.cid-vcTqtamJnC .item-img {
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #000000;
  box-sizing: border-box;
}
.cid-vcTqtamJnC img {
  width: 100%;
  border: none;
  display: block;
  object-fit: cover;
}
.cid-vcTqtamJnC .item:focus,
.cid-vcTqtamJnC span:focus {
  outline: none;
}
.cid-vcTqtamJnC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTqtamJnC .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTqtamJnC .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .cid-vcTqtamJnC .lmb-gallery-lightbox {
    padding: 0.5rem;
  }
  .cid-vcTqtamJnC .lmb-gallery-image {
    height: 78vh !important;
  }
  .cid-vcTqtamJnC .lmb-gallery-close,
  .cid-vcTqtamJnC .lmb-gallery-nav {
    width: 42px;
    height: 42px;
  }
  .cid-vcTqtamJnC .lmb-gallery-close {
    top: 0.5rem;
    right: 0.5rem;
  }
  .cid-vcTqtamJnC .lmb-gallery-prev {
    left: 0.5rem;
  }
  .cid-vcTqtamJnC .lmb-gallery-next {
    right: 0.5rem;
  }
}
.cid-vcTqtamJnC .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcTqtamJnC .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vcTqtamJnC .mbr-section-title {
  color: #000000;
}
.cid-vcTqtamJnC .mbr-text,
.cid-vcTqtamJnC .mbr-section-btn {
  color: #000000;
}
.cid-vcTqtamJnC .item-title {
  color: #000000;
  text-align: center;
}
.cid-vcTqtamJnC .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vcTqtamJnC .item-text {
  color: #000000;
  text-align: center;
}
.cid-vcTqtamJnC .content-head {
  max-width: 800px;
}
.cid-vcTqtamJnC .item-title,
.cid-vcTqtamJnC .mbr-section-btn {
  color: #fffada;
}
.cid-vcTqtamJnC .item-img > a {
  display: block;
}
.cid-vcTqtamJnC .lmb-gallery-source {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  left: -9999px !important;
  top: -9999px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background-repeat: no-repeat !important;
  background-size: 1px 1px !important;
}
.cid-vcTqtamJnC .lmb-gallery-lightbox {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.92);
}
.cid-vcTqtamJnC .lmb-gallery-lightbox.is-open {
  display: flex;
}
.cid-vcTqtamJnC .lmb-gallery-panel {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.cid-vcTqtamJnC .lmb-gallery-stage {
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  background: #111111;
}
.cid-vcTqtamJnC .lmb-gallery-image {
  display: block;
  width: 100% !important;
  height: 86vh !important;
  max-height: 860px;
  object-fit: contain !important;
  border: 0 !important;
  background: #111111;
}
.cid-vcTqtamJnC .lmb-gallery-status {
  margin: 0;
  padding: 2rem;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}
.cid-vcTqtamJnC .lmb-gallery-close,
.cid-vcTqtamJnC .lmb-gallery-nav {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.cid-vcTqtamJnC .lmb-gallery-close {
  top: 0.75rem;
  right: 0.75rem;
  font-size: 2rem;
  line-height: 1;
}
.cid-vcTqtamJnC .lmb-gallery-nav {
  top: 50%;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}
.cid-vcTqtamJnC .lmb-gallery-prev {
  left: 0.75rem;
}
.cid-vcTqtamJnC .lmb-gallery-next {
  right: 0.75rem;
}
.cid-vcTqtamJnC .lmb-gallery-close:hover,
.cid-vcTqtamJnC .lmb-gallery-close:focus,
.cid-vcTqtamJnC .lmb-gallery-nav:hover,
.cid-vcTqtamJnC .lmb-gallery-nav:focus {
  background: #000000;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.cid-vcTqtamJnC .lmb-gallery-nav:hover,
.cid-vcTqtamJnC .lmb-gallery-nav:focus {
  transform: translateY(-50%) scale(1.08);
}
.cid-vcTqtamJnC .lmb-gallery-counter {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  margin: 0;
  padding: 0.35rem 0.7rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1;
}
.cid-tMQ62HbG0C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-tMQ62HbG0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQ62HbG0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQ62HbG0C img {
  -webkit-filter: drop-shadow(0px 5px 5px #111111);
  filter: drop-shadow(3px 5px 5px #111111);
}
.cid-tMQ62HbG0C .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tMQ62HbG0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMQ62HbG0C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMQ62HbG0C .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tMQ62HbG0C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMQ62HbG0C .mbr-section-title {
  color: #ffeb69;
  text-align: center;
}
.cid-tMQ62HbG0C .mbr-text,
.cid-tMQ62HbG0C .mbr-section-btn {
  color: #fffada;
  text-align: center;
}
#custom-html-52 {
  /* Háttér és alap beállítások */
  /* Mezők stílusa */
  /* Címke a fájl feltöltéshez */
  /* Fájl feltöltő input kicsit más kinézete */
  /* Gomb stílusa (a Mobirise alapból kezeli, de itt felülírhatod) */
}
#custom-html-52 .form-component {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#custom-html-52 .form-control {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 1rem;
  min-height: 50px;
}
#custom-html-52 .form-control:focus {
  border-color: #6592e6;
  /* Mobirise kék, vagy a te színed */
  box-shadow: 0 0 5px rgba(101, 146, 230, 0.2);
}
#custom-html-52 .form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: white;
}
#custom-html-52 input[type="file"] {
  padding: 10px;
  background-color: #f1f1f1;
}
#custom-html-52 .btn-primary {
  padding: 1rem 3rem;
  border-radius: 30px;
}
.cid-tQvY5CrsMX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-tQvY5CrsMX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-tQvY5CrsMX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tQvY5CrsMX .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tQvY5CrsMX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tQvY5CrsMX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tQvY5CrsMX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tQvY5CrsMX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tQvY5CrsMX .item a {
  font-weight: 600;
}
.cid-tQvY5CrsMX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tQvY5CrsMX .item:last-child:after {
  display: none;
}
.cid-tQvY5CrsMX .footer__social {
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tQvY5CrsMX .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-tQvY5CrsMX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-tQvY5CrsMX .footer__ink {
  text-align: right;
}
.cid-tQvY5CrsMX .copyright,
.cid-tQvY5CrsMX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvY5CrsMX .footer__menu {
    padding-right: 0;
  }
}
.cid-tQvY5CrsMX .copyright {
  color: #fffada;
}
.cid-tQvY5CrsMX P {
  color: #fad6ce;
}
.cid-tQvY5CrsMX .ink {
  color: #e4e2fa;
}
.cid-tMW9DAgBI2 {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("https://lmbkapu.hu/assets/images/mbr-1920x1272.webp");
  overflow: hidden;
}
.cid-tMW9DAgBI2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tMW9DAgBI2 #e2_shape {
  fill: #ffffff !important;
}
.cid-tMW9DAgBI2 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tMW9DAgBI2 .space {
  width: 100%;
}
.cid-tMW9DAgBI2 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tMW9DAgBI2 .cim {
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
  width: 70%;
  margin: auto;
}
.cid-tMW9DAgBI2 .logo {
  -webkit-filter: drop-shadow(5px 5px 15px #666666);
  filter: drop-shadow(5px 5px 15px #666666);
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
@media (max-width: 990px) {
  .cid-tMW9DAgBI2 .logo {
    width: 50%;
  }
  .cid-tMW9DAgBI2 .cim {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 574px) {
  .cid-tMW9DAgBI2 .logo {
    width: 70%;
  }
  .cid-tMW9DAgBI2 .cim {
    width: 100%;
    margin: auto;
  }
}
.cid-tMW9DAgBI2 .mbr-text,
.cid-tMW9DAgBI2 .mbr-section-btn {
  color: #873f3f;
}
.cid-tO2lTyky5P {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tO2lTyky5P .container-fluid {
  padding: 0 3rem;
}
.cid-tO2lTyky5P .mbr-section-subtitle {
  color: #000000;
}
.cid-tO2lTyky5P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tO2lTyky5P .table-wrapper {
  margin: 0 auto;
}
.cid-tO2lTyky5P .head-item {
  min-width: 70px;
}
.cid-tO2lTyky5P table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tO2lTyky5P table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #873f3f;
  color: white;
  vertical-align: middle;
}
.cid-tO2lTyky5P table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tO2lTyky5P .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tO2lTyky5P .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tO2lTyky5P .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tO2lTyky5P .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tO2lTyky5P .dataTables_wrapper {
  display: block;
}
.cid-tO2lTyky5P .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tO2lTyky5P .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tO2lTyky5P .head-item:after,
.cid-tO2lTyky5P .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tO2lTyky5P .dataTables_filter {
    text-align: center;
  }
  .cid-tO2lTyky5P .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tO2lTyky5P .dataTables_filter {
    text-align: center;
  }
  .cid-tO2lTyky5P .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tO2lTyky5P .table-wrapper {
    width: 100% !important;
  }
  .cid-tO2lTyky5P .container-fluid {
    padding: 0 1rem;
  }
  .cid-tO2lTyky5P table th,
  .cid-tO2lTyky5P table td {
    padding: 0.75rem;
  }
}
.cid-tO2lTyky5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2lTyky5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2lTyky5P .mbr-section-title,
.cid-tO2lTyky5P .underline {
  color: #873f3f;
}
.cid-tO2y1LXjpc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tO2y1LXjpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2y1LXjpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2y1LXjpc img {
  -webkit-filter: drop-shadow(0px 5px 5px #777777);
  filter: drop-shadow(3px 5px 5px #777777);
}
.cid-tO2y1LXjpc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tO2y1LXjpc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO2y1LXjpc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tO2y1LXjpc .image-wrapper {
    padding: 1.5rem;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cid-tO2y1LXjpc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tO2y1LXjpc .mbr-section-title {
  color: #873f3f;
  text-align: center;
}
.cid-tO2y1LXjpc .mbr-text,
.cid-tO2y1LXjpc .mbr-section-btn {
  color: #260a30;
  text-align: center;
}
.cid-tO2tQywc1Q {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tO2tQywc1Q .container-fluid {
  padding: 0 3rem;
}
.cid-tO2tQywc1Q .mbr-section-subtitle {
  color: #000000;
}
.cid-tO2tQywc1Q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tO2tQywc1Q .table-wrapper {
  margin: 0 auto;
}
.cid-tO2tQywc1Q .head-item {
  min-width: 70px;
}
.cid-tO2tQywc1Q table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tO2tQywc1Q table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #873f3f;
  color: white;
  vertical-align: middle;
}
.cid-tO2tQywc1Q table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tO2tQywc1Q .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tO2tQywc1Q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tO2tQywc1Q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tO2tQywc1Q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tO2tQywc1Q .dataTables_wrapper {
  display: block;
}
.cid-tO2tQywc1Q .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tO2tQywc1Q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tO2tQywc1Q .head-item:after,
.cid-tO2tQywc1Q .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tO2tQywc1Q .dataTables_filter {
    text-align: center;
  }
  .cid-tO2tQywc1Q .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tO2tQywc1Q .dataTables_filter {
    text-align: center;
  }
  .cid-tO2tQywc1Q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tO2tQywc1Q .table-wrapper {
    width: 100% !important;
  }
  .cid-tO2tQywc1Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-tO2tQywc1Q table th,
  .cid-tO2tQywc1Q table td {
    padding: 0.75rem;
  }
}
.cid-tO2tQywc1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2tQywc1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2tQywc1Q .mbr-section-title,
.cid-tO2tQywc1Q .underline {
  color: #873f3f;
  text-align: center;
}
.cid-tO2tQywc1Q .body-item {
  color: #000000;
}
.cid-tOxul9Dlb5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOxul9Dlb5 .mbr-section-title,
  .cid-tOxul9Dlb5 .mbr-section-subtitle,
  .cid-tOxul9Dlb5 .mbr-section-btn,
  .cid-tOxul9Dlb5 .mbr-text {
    text-align: center;
  }
}
.cid-tOxul9Dlb5 .mbr-section-title {
  color: #2b5eb8;
  text-align: right;
}
.cid-tOxul9Dlb5 .mbr-text,
.cid-tOxul9Dlb5 .mbr-section-btn {
  color: #873f3f;
  text-align: left;
}
.cid-tQvY5CrsMX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-tQvY5CrsMX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-tQvY5CrsMX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tQvY5CrsMX .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tQvY5CrsMX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tQvY5CrsMX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tQvY5CrsMX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tQvY5CrsMX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tQvY5CrsMX .item a {
  font-weight: 600;
}
.cid-tQvY5CrsMX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tQvY5CrsMX .item:last-child:after {
  display: none;
}
.cid-tQvY5CrsMX .footer__social {
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tQvY5CrsMX .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-tQvY5CrsMX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-tQvY5CrsMX .footer__ink {
  text-align: right;
}
.cid-tQvY5CrsMX .copyright,
.cid-tQvY5CrsMX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvY5CrsMX .footer__menu {
    padding-right: 0;
  }
}
.cid-tQvY5CrsMX .copyright {
  color: #fffada;
}
.cid-tQvY5CrsMX P {
  color: #fad6ce;
}
.cid-tQvY5CrsMX .ink {
  color: #e4e2fa;
}
.cid-tMW4g8RtgX {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("https://lmbkapu.hu/assets/images/mbr-1-1920x1272.webp");
  overflow: hidden;
}
.cid-tMW4g8RtgX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tMW4g8RtgX #e2_shape {
  fill: #ffffff !important;
}
.cid-tMW4g8RtgX .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tMW4g8RtgX .space {
  width: 100%;
}
.cid-tMW4g8RtgX .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tMW4g8RtgX .cim {
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
  width: 70%;
  margin: auto;
}
.cid-tMW4g8RtgX .logo {
  -webkit-filter: drop-shadow(5px 5px 15px #666666);
  filter: drop-shadow(5px 5px 15px #666666);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 990px) {
  .cid-tMW4g8RtgX .logo {
    width: 100%;
  }
  .cid-tMW4g8RtgX .cim {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 574px) {
  .cid-tMW4g8RtgX .logo {
    width: 100%;
  }
  .cid-tMW4g8RtgX .cim {
    width: 100%;
    margin: auto;
  }
}
.cid-tMW4g8RtgX .mbr-text,
.cid-tMW4g8RtgX .mbr-section-btn {
  color: #873f3f;
}
.cid-tOGWfKdCTU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOGWfKdCTU .google-map {
  height: 25rem;
  position: relative;
}
.cid-tOGWfKdCTU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOGWfKdCTU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOGWfKdCTU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOGWfKdCTU .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tOGWfKdCTU .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-tOGWfKdCTU .map1 {
    padding-bottom: 2rem;
  }
}
.cid-tOGWfKdCTU .mbr-text,
.cid-tOGWfKdCTU .sig-img {
  color: #0c2c68;
}
.cid-tOGWfKdCTU .card-title {
  color: #491414;
}
.cid-tO2hKHZXy5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tO2hKHZXy5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tO2hKHZXy5 .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #fffada;
}
.cid-tO2hKHZXy5 .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-tO2hKHZXy5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tO2hKHZXy5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tO2hKHZXy5 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #ffeb69;
}
@media (max-width: 767px) {
  .cid-tO2hKHZXy5 .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-tO2hKHZXy5 .mbr-section-subtitle {
  color: #696969;
}
.cid-tO2hKHZXy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2hKHZXy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2hKHZXy5 .card-title {
  color: #873f3f;
}
.cid-tO2hKHZXy5 .mbr-section-title {
  color: #873f3f;
}
.cid-tO2h1SU4iG {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tO2h1SU4iG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tO2h1SU4iG .btn {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tO2h1SU4iG .col-auto {
    margin: auto;
  }
}
.cid-tO2h1SU4iG textarea {
  min-height: 200px;
}
.cid-tO2h1SU4iG .form-control,
.cid-tO2h1SU4iG .field-input {
  padding: 0.5rem 1rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #eef1fe;
  border-radius: 3rem;
  border: 0!important;
  color: #0c2c68;
  transition: 0.4s;
  outline: none;
}
.cid-tO2h1SU4iG .form-control::-webkit-input-placeholder,
.cid-tO2h1SU4iG .field-input::-webkit-input-placeholder,
.cid-tO2h1SU4iG .form-control::-webkit-input-placeholder,
.cid-tO2h1SU4iG .field-input::-webkit-input-placeholder {
  color: #0c2c68;
}
.cid-tO2h1SU4iG .form-control:-moz-placeholder,
.cid-tO2h1SU4iG .field-input:-moz-placeholder,
.cid-tO2h1SU4iG .form-control:-moz-placeholder,
.cid-tO2h1SU4iG .field-input:-moz-placeholder {
  color: #0c2c68;
}
.cid-tO2h1SU4iG .form-control:hover,
.cid-tO2h1SU4iG .field-input:hover,
.cid-tO2h1SU4iG .form-control:focus,
.cid-tO2h1SU4iG .field-input:focus {
  background-color: #bcd0f4;
  color: #873f3f;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tO2h1SU4iG .form-control:hover::-webkit-input-placeholder,
.cid-tO2h1SU4iG .field-input:hover::-webkit-input-placeholder,
.cid-tO2h1SU4iG .form-control:focus::-webkit-input-placeholder,
.cid-tO2h1SU4iG .field-input:focus::-webkit-input-placeholder,
.cid-tO2h1SU4iG .form-control:hover::-webkit-input-placeholder,
.cid-tO2h1SU4iG .field-input:hover::-webkit-input-placeholder,
.cid-tO2h1SU4iG .form-control:focus::-webkit-input-placeholder,
.cid-tO2h1SU4iG .field-input:focus::-webkit-input-placeholder {
  color: #873f3f;
}
.cid-tO2h1SU4iG .form-control:hover:-moz-placeholder,
.cid-tO2h1SU4iG .field-input:hover:-moz-placeholder,
.cid-tO2h1SU4iG .form-control:focus:-moz-placeholder,
.cid-tO2h1SU4iG .field-input:focus:-moz-placeholder,
.cid-tO2h1SU4iG .form-control:hover:-moz-placeholder,
.cid-tO2h1SU4iG .field-input:hover:-moz-placeholder,
.cid-tO2h1SU4iG .form-control:focus:-moz-placeholder,
.cid-tO2h1SU4iG .field-input:focus:-moz-placeholder {
  color: #873f3f;
}
.cid-tO2h1SU4iG .jq-number__spin:hover,
.cid-tO2h1SU4iG .jq-number__spin:focus {
  background-color: #bcd0f4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tO2h1SU4iG .jq-number__spin {
  background-color: #eef1fe;
  color: #0c2c68;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tO2h1SU4iG .jq-selectbox li,
.cid-tO2h1SU4iG .jq-selectbox li {
  background-color: #eef1fe;
  color: #000000;
}
.cid-tO2h1SU4iG .jq-selectbox li:hover,
.cid-tO2h1SU4iG .jq-selectbox li.selected {
  background-color: #bcd0f4;
  color: #000000;
}
.cid-tO2h1SU4iG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tO2h1SU4iG .jq-number__spin.minus:hover:after,
.cid-tO2h1SU4iG .jq-number__spin.plus:hover:after {
  border-top-color: #eef1fe;
  border-bottom-color: #eef1fe;
}
.cid-tO2h1SU4iG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tO2h1SU4iG .jq-number__spin.minus:after,
.cid-tO2h1SU4iG .jq-number__spin.plus:after {
  border-top-color: #bcd0f4;
  border-bottom-color: #bcd0f4;
}
.cid-tO2h1SU4iG input::-webkit-clear-button {
  display: none;
}
.cid-tO2h1SU4iG input::-webkit-inner-spin-button {
  display: none;
}
.cid-tO2h1SU4iG input::-webkit-outer-spin-button {
  display: none;
}
.cid-tO2h1SU4iG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tO2h1SU4iG H4 {
  color: #873f3f;
}
.cid-tQvY5CrsMX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-tQvY5CrsMX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-tQvY5CrsMX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tQvY5CrsMX .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tQvY5CrsMX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tQvY5CrsMX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tQvY5CrsMX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tQvY5CrsMX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tQvY5CrsMX .item a {
  font-weight: 600;
}
.cid-tQvY5CrsMX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tQvY5CrsMX .item:last-child:after {
  display: none;
}
.cid-tQvY5CrsMX .footer__social {
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tQvY5CrsMX .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-tQvY5CrsMX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-tQvY5CrsMX .footer__ink {
  text-align: right;
}
.cid-tQvY5CrsMX .copyright,
.cid-tQvY5CrsMX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvY5CrsMX .footer__menu {
    padding-right: 0;
  }
}
.cid-tQvY5CrsMX .copyright {
  color: #fffada;
}
.cid-tQvY5CrsMX P {
  color: #fad6ce;
}
.cid-tQvY5CrsMX .ink {
  color: #e4e2fa;
}
.cid-vbnQFNSF4e {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("https://lmbkapu.hu/assets/images/mbr-1920x1272.webp");
}
.cid-vbnQFNSF4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbnQFNSF4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-vbnQFNSF4e .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ffffff;
}
.cid-vbnQFNSF4e .mbr-section-title {
  color: #491414;
}
.cid-vbnQFNSF4e .mbr-text,
.cid-vbnQFNSF4e .mbr-section-btn {
  color: #ffffff;
}
.cid-vbnQFNSF4e .content-head {
  max-width: 800px;
}
.cid-tNy62Ijw2y {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tNy62Ijw2y .mbr-text {
  color: gray;
}
.cid-tNy62Ijw2y .mbr-iconfont {
  color: #232323;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tNy62Ijw2y .link {
  margin: 0;
}
.cid-tNy62Ijw2y .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tNy62Ijw2y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNy62Ijw2y .card {
    margin-bottom: 3rem;
  }
}
.cid-tNy62Ijw2y .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tNy62Ijw2y .row {
    padding: 0 1rem;
  }
}
.cid-tNy62Ijw2y .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(135, 63, 63, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tNy62Ijw2y .card-title {
  transition: 0.3s;
}
.cid-tNy62Ijw2y .card:hover .card-inner {
  border-bottom: 3px solid #873f3f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tNy62Ijw2y .card:hover .card-title {
  color: #be5757;
}
.cid-tNy62Ijw2y .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tNy62Ijw2y .row {
    margin: 0;
  }
}
.cid-tNy62Ijw2y .card-title,
.cid-tNy62Ijw2y .card-img {
  color: #873f3f;
}
.cid-tNy62Ijw2y .mbr-text,
.cid-tNy62Ijw2y .link {
  color: #000000;
}
.cid-tO2CrC75aT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tO2CrC75aT .mbr-text {
  color: gray;
}
.cid-tO2CrC75aT .mbr-iconfont {
  color: #232323;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tO2CrC75aT .link {
  margin: 0;
}
.cid-tO2CrC75aT .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tO2CrC75aT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tO2CrC75aT .card {
    margin-bottom: 3rem;
  }
}
.cid-tO2CrC75aT .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tO2CrC75aT .row {
    padding: 0 1rem;
  }
}
.cid-tO2CrC75aT .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(135, 63, 63, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tO2CrC75aT .card-title {
  transition: 0.3s;
}
.cid-tO2CrC75aT .card:hover .card-inner {
  border-bottom: 3px solid #873f3f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tO2CrC75aT .card:hover .card-title {
  color: #be5757;
}
.cid-tO2CrC75aT .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tO2CrC75aT .row {
    margin: 0;
  }
}
.cid-tO2CrC75aT .card-title,
.cid-tO2CrC75aT .card-img {
  color: #873f3f;
}
.cid-tO2CrC75aT .mbr-text,
.cid-tO2CrC75aT .link {
  color: #000000;
}
.cid-vbnRXkkIGQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vbnRXkkIGQ .mbr-text {
  color: gray;
}
.cid-vbnRXkkIGQ .mbr-iconfont {
  color: #232323;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-vbnRXkkIGQ .link {
  margin: 0;
}
.cid-vbnRXkkIGQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vbnRXkkIGQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbnRXkkIGQ .card {
    margin-bottom: 3rem;
  }
}
.cid-vbnRXkkIGQ .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vbnRXkkIGQ .row {
    padding: 0 1rem;
  }
}
.cid-vbnRXkkIGQ .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(135, 63, 63, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-vbnRXkkIGQ .card-title {
  transition: 0.3s;
}
.cid-vbnRXkkIGQ .card:hover .card-inner {
  border-bottom: 3px solid #873f3f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-vbnRXkkIGQ .card:hover .card-title {
  color: #be5757;
}
.cid-vbnRXkkIGQ .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-vbnRXkkIGQ .row {
    margin: 0;
  }
}
.cid-vbnRXkkIGQ .card-title,
.cid-vbnRXkkIGQ .card-img {
  color: #873f3f;
}
.cid-vbnRXkkIGQ .mbr-text,
.cid-vbnRXkkIGQ .link {
  color: #000000;
}
.cid-tO1Kv58854 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tO1Kv58854 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1Kv58854 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO1Kv58854 img {
  -webkit-filter: drop-shadow(0px 5px 5px #777777);
  filter: drop-shadow(3px 5px 5px #777777);
}
@media (max-width: 991px) {
  .cid-tO1Kv58854 .image-wrapper {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.cid-tO1Kv58854 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tO1Kv58854 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1Kv58854 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tO1Kv58854 .mbr-section-title {
  color: #873f3f;
  text-align: center;
}
.cid-tO1Kv58854 .mbr-text,
.cid-tO1Kv58854 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tO1w2VjhJc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO1w2VjhJc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tO1w2VjhJc .wrapper {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-tO1w2VjhJc .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tO1w2VjhJc img {
  width: 100%;
  border-radius: 30px;
}
.cid-tO1w2VjhJc .wrapp {
  box-shadow: 5px 5px 15px #888888;
  padding: 14px 10px;
  border: 1px solid #1c76a5;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tO1w2VjhJc .wrapp {
    padding: 1em 1rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1w2VjhJc .wrapp {
    padding: 1rem;
    margin: 1rem;
  }
}
.cid-tO1w2VjhJc .mbr-section-title {
  color: #a13334;
}
.cid-tO1w2VjhJc .mbr-section-subtitle {
  color: #a13334;
  text-align: center;
}
.cid-tO1w2VjhJc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tO7K0U7F3k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO7K0U7F3k .row {
  position: relative;
}
.cid-tO7K0U7F3k .container {
  max-width: 1500px;
  border-top: 2px solid #873f3f;
  border-bottom: 3px solid #873f3f;
  padding-top: 10px;
}
@media (min-width: 767px) {
  .cid-tO7K0U7F3k .row {
    margin: 0 2rem;
  }
}
.cid-tO7K0U7F3k .row {
  padding-left: 6rem;
}
.cid-tO7K0U7F3k h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tO7K0U7F3k .content-wrapper {
  max-width: 600px;
}
.cid-tO7K0U7F3k H1 {
  color: #333333;
}
.cid-tO7K0U7F3k .mbr-text,
.cid-tO7K0U7F3k .mbr-section-btn {
  color: #333333;
}
.cid-tO7K0U7F3k H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tO7K0U7F3k .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tO7K0U7F3k h4 {
    left: 3rem;
  }
  .cid-tO7K0U7F3k .row {
    padding-left: 3rem;
  }
}
.cid-tO7K0U7F3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO7K0U7F3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO7K0U7F3k H4 {
  color: #873f3f;
}
.cid-tO1BFUlg8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO1BFUlg8c .wrapper {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-tO1BFUlg8c .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tO1BFUlg8c img {
  width: 100%;
  border-radius: 30px;
}
.cid-tO1BFUlg8c .wrapp {
  box-shadow: 5px 5px 15px #888888;
  padding: 14px 10px;
  border: 1px solid #1c76a5;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tO1BFUlg8c .wrapp {
    padding: 1em 1rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1BFUlg8c .wrapp {
    padding: 1rem;
    margin: 1rem;
  }
}
.cid-tO1BFUlg8c .mbr-section-title {
  color: #a13334;
}
.cid-tO1BFUlg8c .mbr-section-subtitle {
  color: #873f3f;
  text-align: center;
}
.cid-tO1BFUlg8c .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tO7Q9tP7tY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO7Q9tP7tY .row {
  position: relative;
}
.cid-tO7Q9tP7tY .container {
  max-width: 1500px;
  border-top: 2px solid #873f3f;
  border-bottom: 3px solid #873f3f;
  padding-top: 10px;
}
@media (min-width: 767px) {
  .cid-tO7Q9tP7tY .row {
    margin: 0 2rem;
  }
}
.cid-tO7Q9tP7tY .row {
  padding-left: 6rem;
}
.cid-tO7Q9tP7tY h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tO7Q9tP7tY .content-wrapper {
  max-width: 600px;
}
.cid-tO7Q9tP7tY H1 {
  color: #333333;
}
.cid-tO7Q9tP7tY .mbr-text,
.cid-tO7Q9tP7tY .mbr-section-btn {
  color: #333333;
}
.cid-tO7Q9tP7tY H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tO7Q9tP7tY .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tO7Q9tP7tY h4 {
    left: 3rem;
  }
  .cid-tO7Q9tP7tY .row {
    padding-left: 3rem;
  }
}
.cid-tO7Q9tP7tY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO7Q9tP7tY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO7Q9tP7tY H4 {
  color: #873f3f;
}
.cid-tOxrlvDKtD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOxrlvDKtD .mbr-section-title,
  .cid-tOxrlvDKtD .mbr-section-subtitle,
  .cid-tOxrlvDKtD .mbr-section-btn,
  .cid-tOxrlvDKtD .mbr-text {
    text-align: center;
  }
}
.cid-tOxrlvDKtD .mbr-section-title {
  color: #2b5eb8;
  text-align: right;
}
.cid-tOxrlvDKtD .mbr-text,
.cid-tOxrlvDKtD .mbr-section-btn {
  color: #873f3f;
  text-align: left;
}
.cid-tO1Mgu7JkD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO1Mgu7JkD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tO1Mgu7JkD .wrapper {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-tO1Mgu7JkD .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tO1Mgu7JkD img {
  width: 100%;
  border-radius: 30px;
}
.cid-tO1Mgu7JkD .wrapp {
  box-shadow: 5px 5px 15px #888888;
  padding: 14px 10px;
  border: 1px solid #1c76a5;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tO1Mgu7JkD .wrapp {
    padding: 1em 1rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1Mgu7JkD .wrapp {
    padding: 1rem;
    margin: 1rem;
  }
}
.cid-tO1Mgu7JkD .mbr-section-title {
  color: #a13334;
}
.cid-tO1Mgu7JkD .mbr-section-subtitle {
  color: #a13334;
  text-align: center;
}
.cid-tO1Mgu7JkD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOa2Yv8m4B {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOa2Yv8m4B .row {
  position: relative;
}
.cid-tOa2Yv8m4B .container {
  max-width: 1500px;
  border-top: 2px solid #873f3f;
  border-bottom: 3px solid #873f3f;
  padding-top: 10px;
}
@media (min-width: 767px) {
  .cid-tOa2Yv8m4B .row {
    margin: 0 2rem;
  }
}
.cid-tOa2Yv8m4B .row {
  padding-left: 6rem;
}
.cid-tOa2Yv8m4B h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tOa2Yv8m4B .content-wrapper {
  max-width: 600px;
}
.cid-tOa2Yv8m4B H1 {
  color: #333333;
}
.cid-tOa2Yv8m4B .mbr-text,
.cid-tOa2Yv8m4B .mbr-section-btn {
  color: #333333;
}
.cid-tOa2Yv8m4B H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tOa2Yv8m4B .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOa2Yv8m4B h4 {
    left: 3rem;
  }
  .cid-tOa2Yv8m4B .row {
    padding-left: 3rem;
  }
}
.cid-tOa2Yv8m4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOa2Yv8m4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOa2Yv8m4B H4 {
  color: #873f3f;
}
.cid-tO1BGwj5Kv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO1BGwj5Kv .wrapper {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-tO1BGwj5Kv .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tO1BGwj5Kv img {
  width: 100%;
  border-radius: 30px;
}
.cid-tO1BGwj5Kv .wrapp {
  box-shadow: 5px 5px 15px #888888;
  padding: 14px 10px;
  border: 1px solid #1c76a5;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tO1BGwj5Kv .wrapp {
    padding: 1em 1rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1BGwj5Kv .wrapp {
    padding: 1rem;
    margin: 1rem;
  }
}
.cid-tO1BGwj5Kv .mbr-section-title {
  color: #a13334;
}
.cid-tO1BGwj5Kv .mbr-section-subtitle {
  color: #a13334;
  text-align: center;
}
.cid-tO1BGwj5Kv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOa2ZBGpcD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOa2ZBGpcD .row {
  position: relative;
}
.cid-tOa2ZBGpcD .container {
  max-width: 1500px;
  border-top: 2px solid #873f3f;
  border-bottom: 3px solid #873f3f;
  padding-top: 10px;
}
@media (min-width: 767px) {
  .cid-tOa2ZBGpcD .row {
    margin: 0 2rem;
  }
}
.cid-tOa2ZBGpcD .row {
  padding-left: 6rem;
}
.cid-tOa2ZBGpcD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tOa2ZBGpcD .content-wrapper {
  max-width: 600px;
}
.cid-tOa2ZBGpcD H1 {
  color: #333333;
}
.cid-tOa2ZBGpcD .mbr-text,
.cid-tOa2ZBGpcD .mbr-section-btn {
  color: #333333;
}
.cid-tOa2ZBGpcD H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tOa2ZBGpcD .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOa2ZBGpcD h4 {
    left: 3rem;
  }
  .cid-tOa2ZBGpcD .row {
    padding-left: 3rem;
  }
}
.cid-tOa2ZBGpcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOa2ZBGpcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOa2ZBGpcD H4 {
  color: #873f3f;
}
.cid-tOxs96DfLR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOxs96DfLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxs96DfLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxs96DfLR img {
  -webkit-filter: drop-shadow(0px 5px 10px #777777);
  filter: drop-shadow(3px 5px 10px #777777);
}
.cid-tOxs96DfLR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tOxs96DfLR .image-wrapper {
    margin-bottom: 1rem;
    width: 50%;
  }
}
.cid-tOxs96DfLR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOxs96DfLR .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tOxs96DfLR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOxs96DfLR .mbr-section-title {
  color: #873f3f;
  text-align: center;
}
.cid-tOxs96DfLR .mbr-text,
.cid-tOxs96DfLR .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tO1MBZdmPK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO1MBZdmPK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tO1MBZdmPK .wrapper {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-tO1MBZdmPK .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tO1MBZdmPK img {
  width: 100%;
  border-radius: 30px;
}
.cid-tO1MBZdmPK .wrapp {
  box-shadow: 5px 5px 15px #888888;
  padding: 14px 10px;
  border: 1px solid #1c76a5;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tO1MBZdmPK .wrapp {
    padding: 1em 1rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1MBZdmPK .wrapp {
    padding: 1rem;
    margin: 1rem;
  }
}
.cid-tO1MBZdmPK .mbr-section-title {
  color: #a13334;
}
.cid-tO1MBZdmPK .mbr-section-subtitle {
  color: #a13334;
  text-align: center;
}
.cid-tO1MBZdmPK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOa8rtxw8V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOa8rtxw8V .row {
  position: relative;
}
.cid-tOa8rtxw8V .container {
  max-width: 1500px;
  border-top: 2px solid #873f3f;
  border-bottom: 3px solid #873f3f;
  padding-top: 10px;
}
@media (min-width: 767px) {
  .cid-tOa8rtxw8V .row {
    margin: 0 2rem;
  }
}
.cid-tOa8rtxw8V .row {
  padding-left: 6rem;
}
.cid-tOa8rtxw8V h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tOa8rtxw8V .content-wrapper {
  max-width: 600px;
}
.cid-tOa8rtxw8V H1 {
  color: #333333;
}
.cid-tOa8rtxw8V .mbr-text,
.cid-tOa8rtxw8V .mbr-section-btn {
  color: #333333;
}
.cid-tOa8rtxw8V H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tOa8rtxw8V .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOa8rtxw8V h4 {
    left: 3rem;
  }
  .cid-tOa8rtxw8V .row {
    padding-left: 3rem;
  }
}
.cid-tOa8rtxw8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOa8rtxw8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOa8rtxw8V H4 {
  color: #873f3f;
}
.cid-tO1BH7T7TZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tO1BH7T7TZ .wrapper {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-tO1BH7T7TZ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tO1BH7T7TZ img {
  width: 100%;
  border-radius: 30px;
}
.cid-tO1BH7T7TZ .wrapp {
  box-shadow: 5px 5px 15px #888888;
  padding: 14px 10px;
  border: 1px solid #1c76a5;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tO1BH7T7TZ .wrapp {
    padding: 1em 1rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1BH7T7TZ .wrapp {
    padding: 1rem;
    margin: 1rem;
  }
}
.cid-tO1BH7T7TZ .mbr-section-title {
  color: #a13334;
}
.cid-tO1BH7T7TZ .mbr-section-subtitle {
  color: #a13334;
  text-align: center;
}
.cid-tO1BH7T7TZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOa8scxI2w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOa8scxI2w .row {
  position: relative;
}
.cid-tOa8scxI2w .container {
  max-width: 1500px;
  border-top: 2px solid #873f3f;
  border-bottom: 3px solid #873f3f;
  padding-top: 10px;
}
@media (min-width: 767px) {
  .cid-tOa8scxI2w .row {
    margin: 0 2rem;
  }
}
.cid-tOa8scxI2w .row {
  padding-left: 6rem;
}
.cid-tOa8scxI2w h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tOa8scxI2w .content-wrapper {
  max-width: 600px;
}
.cid-tOa8scxI2w H1 {
  color: #333333;
}
.cid-tOa8scxI2w .mbr-text,
.cid-tOa8scxI2w .mbr-section-btn {
  color: #333333;
}
.cid-tOa8scxI2w H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tOa8scxI2w .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tOa8scxI2w h4 {
    left: 3rem;
  }
  .cid-tOa8scxI2w .row {
    padding-left: 3rem;
  }
}
.cid-tOa8scxI2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOa8scxI2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOa8scxI2w H4 {
  color: #873f3f;
}
.cid-tO1NnB3HQk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tO1NnB3HQk .mbr-text,
.cid-tO1NnB3HQk .mbr-section-btn {
  color: #232323;
}
.cid-tO1NnB3HQk .btn {
  width: 100%;
}
.cid-tO1NnB3HQk .mbr-section-title {
  margin-bottom: 25px;
  color: #873f3f;
}
.cid-tO1NnB3HQk .mbr-section-subtitle {
  margin-bottom: 25px;
  color: #6a3649;
}
.cid-tO1NnB3HQk input::-webkit-input-placeholder,
.cid-tO1NnB3HQk textarea::-webkit-input-placeholder {
  color: #320707 !important;
  opacity: 0.5;
}
.cid-tO1NnB3HQk input:-moz-placeholder,
.cid-tO1NnB3HQk textarea:-moz-placeholder {
  color: #320707 !important;
  opacity: 0.5;
}
.cid-tO1NnB3HQk .form-control {
  border-color: #2350a3 !important;
  color: #2350a3 !important;
}
.cid-tO1NnB3HQk input::-webkit-input-placeholder,
.cid-tO1NnB3HQk textarea::-webkit-input-placeholder {
  color: #2350a3 !important;
}
.cid-tO1NnB3HQk input:-moz-placeholder,
.cid-tO1NnB3HQk textarea:-moz-placeholder {
  color: #2350a3 !important;
}
.cid-tO1NnB3HQk H1 {
  text-align: center;
}
.cid-tO1NnB3HQk P {
  color: #6a3649;
}
.cid-tO1NnB3HQk .mbr-text {
  color: #232323;
}
.cid-tO1QW7YfoC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tO1QW7YfoC img,
.cid-tO1QW7YfoC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tO1QW7YfoC .item:focus,
.cid-tO1QW7YfoC span:focus {
  outline: none;
}
.cid-tO1QW7YfoC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tO1QW7YfoC .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tO1QW7YfoC .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tO1QW7YfoC .item-img {
    padding: 1rem;
  }
}
.cid-tO1QW7YfoC .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f1f1f1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tO1QW7YfoC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tO1QW7YfoC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tO1QW7YfoC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tO1QW7YfoC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tO1QW7YfoC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tO1QW7YfoC .mbr-section-title {
  color: #a13334;
}
.cid-tO1QW7YfoC .mbr-text,
.cid-tO1QW7YfoC .mbr-section-btn {
  text-align: center;
  color: #2b5eb8;
}
.cid-tO1QW7YfoC .item-title {
  text-align: center;
}
.cid-tO1QW7YfoC .item-subtitle {
  text-align: center;
}
.cid-tNK6FGj1bC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNK6FGj1bC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNK6FGj1bC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNK6FGj1bC h6 {
  text-align: center;
  width: 100%;
}
.cid-tNK6FGj1bC .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tNK6FGj1bC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tNK6FGj1bC .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tNK6FGj1bC .mbr-section-title {
  color: #873f3f;
  margin-bottom: 0;
}
.cid-tNK6FGj1bC .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-tNK6FGj1bC .col-img {
    display: none;
  }
}
.cid-tNK6FGj1bC .img-wrap {
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
  width: 100%;
}
.cid-tNK6FGj1bC .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tNK6FGj1bC .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-tNK6FGj1bC .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tNK6FGj1bC .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-tNK6FGj1bC .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-tNK6FGj1bC .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tNK6FGj1bC .panel-group {
  border: none;
  border-top: 1px solid #320707;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tNK6FGj1bC .panel-group {
    margin-top: 0;
  }
}
.cid-tNK6FGj1bC .card {
  border-bottom: 1px solid #320707;
  border-radius: 0;
}
.cid-tNK6FGj1bC .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tNK6FGj1bC .card-header {
    padding: 8px 0;
  }
}
.cid-tNK6FGj1bC .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-tNK6FGj1bC .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-tNK6FGj1bC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-tNK6FGj1bC .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tNK6FGj1bC .panel-title-edit {
  color: #2b5eb8;
  text-align: center;
}
.cid-tNK6FGj1bC .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-tNK6FGj1bC .panel-body {
    padding: 0 0 24px;
  }
}
.cid-tNK6FGj1bC .panel-text {
  color: #000000;
  margin: 0;
  text-align: center;
}
.cid-tQvY5CrsMX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-tQvY5CrsMX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-tQvY5CrsMX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tQvY5CrsMX .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tQvY5CrsMX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tQvY5CrsMX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tQvY5CrsMX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tQvY5CrsMX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tQvY5CrsMX .item a {
  font-weight: 600;
}
.cid-tQvY5CrsMX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tQvY5CrsMX .item:last-child:after {
  display: none;
}
.cid-tQvY5CrsMX .footer__social {
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tQvY5CrsMX .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-tQvY5CrsMX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-tQvY5CrsMX .footer__ink {
  text-align: right;
}
.cid-tQvY5CrsMX .copyright,
.cid-tQvY5CrsMX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvY5CrsMX .footer__menu {
    padding-right: 0;
  }
}
.cid-tQvY5CrsMX .copyright {
  color: #fffada;
}
.cid-tQvY5CrsMX P {
  color: #fad6ce;
}
.cid-tQvY5CrsMX .ink {
  color: #e4e2fa;
}
.cid-tMWb7brNXu {
  padding-top: 195px;
  padding-bottom: 60px;
  background-image: url("https://lmbkapu.hu/assets/images/mbr-1920x1272.webp");
  overflow: hidden;
}
.cid-tMWb7brNXu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tMWb7brNXu #e2_shape {
  fill: #ffffff !important;
}
.cid-tMWb7brNXu .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tMWb7brNXu .space {
  width: 100%;
}
.cid-tMWb7brNXu .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tMWb7brNXu .cim {
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
  width: 70%;
  margin: auto;
}
.cid-tMWb7brNXu .logo {
  -webkit-filter: drop-shadow(5px 5px 15px #666666);
  filter: drop-shadow(5px 5px 15px #666666);
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
@media (max-width: 990px) {
  .cid-tMWb7brNXu .logo {
    width: 50%;
  }
  .cid-tMWb7brNXu .cim {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 574px) {
  .cid-tMWb7brNXu .logo {
    width: 70%;
  }
  .cid-tMWb7brNXu .cim {
    width: 100%;
    margin: auto;
  }
}
.cid-tMWb7brNXu .mbr-text,
.cid-tMWb7brNXu .mbr-section-btn {
  color: #873f3f;
}
.cid-tO1Iv07rZ6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tO1Iv07rZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1Iv07rZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tO1Iv07rZ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tO1Iv07rZ6 img {
  border-radius: 10px 25px;
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
}
.cid-tO1Iv07rZ6 .row {
  align-items: center;
}
.cid-tO1Iv07rZ6 .mbr-section-title {
  color: #873f3f;
  text-align: center;
}
.cid-tO1Iv07rZ6 .mbr-text,
.cid-tO1Iv07rZ6 .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-tO1Iv07rZ6 .mbr-section-subtitle {
  color: #491414;
  text-align: center;
}
.cid-tO1Qae1v8H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO1Qae1v8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO1Qae1v8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO1Qae1v8H img {
  -webkit-filter: drop-shadow(0px 5px 5px #777777);
  filter: drop-shadow(3px 5px 5px #777777);
}
.cid-tO1Qae1v8H .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tO1Qae1v8H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tO1Qae1v8H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tO1Qae1v8H .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tO1Qae1v8H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tO1Qae1v8H .mbr-section-title {
  color: #873f3f;
  text-align: center;
}
.cid-tO1Qae1v8H .mbr-text,
.cid-tO1Qae1v8H .mbr-section-btn {
  color: #260a30;
  text-align: center;
}
.cid-tOxpNnZcYh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOxpNnZcYh .mbr-section-title,
  .cid-tOxpNnZcYh .mbr-section-subtitle,
  .cid-tOxpNnZcYh .mbr-section-btn,
  .cid-tOxpNnZcYh .mbr-text {
    text-align: center;
  }
}
.cid-tOxpNnZcYh .mbr-section-title {
  color: #320707;
}
.cid-tOxpNnZcYh .mbr-text,
.cid-tOxpNnZcYh .mbr-section-btn {
  color: #873f3f;
  text-align: right;
}
.cid-tO1OSZPJ9g {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tO1OSZPJ9g .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tO1OSZPJ9g .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-tO1OSZPJ9g .embla {
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-tO1OSZPJ9g .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tO1OSZPJ9g .embla {
    margin-bottom: 80px;
  }
}
.cid-tO1OSZPJ9g .mbr-section-title {
  color: #873f3f;
}
.cid-tO1OSZPJ9g .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-tO1OSZPJ9g .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-tO1OSZPJ9g .item:focus,
.cid-tO1OSZPJ9g span:focus {
  outline: none;
}
.cid-tO1OSZPJ9g .slide-content {
  position: relative;
  padding: 24px;
  background: #edefeb;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #873f3f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .slide-content {
    padding: 16px;
  }
}
.cid-tO1OSZPJ9g .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tO1OSZPJ9g .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tO1OSZPJ9g .embla__slide {
    max-width: initial;
  }
}
.cid-tO1OSZPJ9g .item-content {
  margin-top: 24px;
}
.cid-tO1OSZPJ9g .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tO1OSZPJ9g .item-img {
  width: 100%;
  height: 309px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .item-img {
    height: 243px;
  }
}
.cid-tO1OSZPJ9g .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tO1OSZPJ9g .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .label-container {
    flex-wrap: wrap;
  }
}
.cid-tO1OSZPJ9g .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tO1OSZPJ9g .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-tO1OSZPJ9g .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-tO1OSZPJ9g .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-tO1OSZPJ9g .position-wrap .mbr-iconfont {
  color: #873f3f;
  font-size: 1rem;
}
.cid-tO1OSZPJ9g .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .date-text {
    max-width: 100%;
  }
}
.cid-tO1OSZPJ9g .item-title {
  color: #161616;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-tO1OSZPJ9g .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-tO1OSZPJ9g .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .mbr-section-btn {
    width: auto !important;
  }
}
.cid-tO1OSZPJ9g .item-subtitle {
  text-align: left;
}
.cid-tO1OSZPJ9g .embla__button--next,
.cid-tO1OSZPJ9g .embla__button--prev {
  display: flex;
}
.cid-tO1OSZPJ9g .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tO1OSZPJ9g .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-tO1OSZPJ9g .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tO1OSZPJ9g .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-tO1OSZPJ9g .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #edefeb;
  color: #873f3f;
  border: 2px solid #873f3f;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-tO1OSZPJ9g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tO1OSZPJ9g .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-tO1OSZPJ9g .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-tO1OSZPJ9g .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-tO1OSZPJ9g .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-tO1OSZPJ9g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tO1OSZPJ9g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tO1OSZPJ9g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tO1OSZPJ9g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tO1OSZPJ9g .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tO25upe08B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tO25upe08B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO25upe08B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO25upe08B .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tO25upe08B .image-wrapper {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.cid-tO25upe08B .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tO25upe08B .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tO25upe08B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tO25upe08B .mbr-section-title {
  color: #873f3f;
  text-align: center;
}
.cid-tO25upe08B .mbr-text,
.cid-tO25upe08B .mbr-section-btn {
  color: #260a30;
  text-align: center;
}
.cid-tO2bDTIBOB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tO2bDTIBOB .carousel-item {
  justify-content: center;
}
.cid-tO2bDTIBOB .carousel-item.active,
.cid-tO2bDTIBOB .carousel-item-next,
.cid-tO2bDTIBOB .carousel-item-prev {
  display: flex;
}
.cid-tO2bDTIBOB .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #2b5eb8;
}
.cid-tO2bDTIBOB .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-tO2bDTIBOB .mbr-iconfont {
  color: #3c71d3;
}
.cid-tO2bDTIBOB .carousel-control-next span {
  padding-left: 5px;
}
.cid-tO2bDTIBOB .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tO2bDTIBOB .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.2em 0.2em 1em #888888, -0.5em -0.5em 1em #ffffff;
  margin: 1rem auto 2rem auto;
}
.cid-tO2bDTIBOB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tO2bDTIBOB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tO2bDTIBOB .user_text {
  color: #873f3f;
}
.cid-tO2bDTIBOB H3 {
  color: #000000;
}
.cid-tO2bDTIBOB .user_name {
  color: #2b5eb8;
}
.cid-tO2bDTIBOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2bDTIBOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHK3Pza9c {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tOHK3Pza9c .image-block {
  position: relative;
  margin: auto;
}
.cid-tOHK3Pza9c .image-block img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tOHK3Pza9c .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-tOHK3Pza9c .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tQvY5CrsMX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-tQvY5CrsMX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-tQvY5CrsMX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tQvY5CrsMX .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tQvY5CrsMX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tQvY5CrsMX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tQvY5CrsMX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tQvY5CrsMX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tQvY5CrsMX .item a {
  font-weight: 600;
}
.cid-tQvY5CrsMX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tQvY5CrsMX .item:last-child:after {
  display: none;
}
.cid-tQvY5CrsMX .footer__social {
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tQvY5CrsMX .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-tQvY5CrsMX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-tQvY5CrsMX .footer__ink {
  text-align: right;
}
.cid-tQvY5CrsMX .copyright,
.cid-tQvY5CrsMX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvY5CrsMX .footer__menu {
    padding-right: 0;
  }
}
.cid-tQvY5CrsMX .copyright {
  color: #fffada;
}
.cid-tQvY5CrsMX P {
  color: #fad6ce;
}
.cid-tQvY5CrsMX .ink {
  color: #e4e2fa;
}
.cid-tOGIneBrLi {
  padding-top: 225px;
  padding-bottom: 45px;
  background-image: url("https://lmbkapu.hu/assets/images/mbr-2-1920x1272.webp");
  overflow: hidden;
}
.cid-tOGIneBrLi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tOGIneBrLi #e2_shape {
  fill: #ffffff !important;
}
.cid-tOGIneBrLi img {
  width: 50%;
}
.cid-tOGIneBrLi .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tOGIneBrLi .space {
  width: 100%;
}
.cid-tOGIneBrLi .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tOGIneBrLi .cim {
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
  width: 70%;
  margin: auto;
}
.cid-tOGIneBrLi .logo {
  -webkit-filter: drop-shadow(5px 5px 15px #666666);
  filter: drop-shadow(5px 5px 15px #666666);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 990px) {
  .cid-tOGIneBrLi .logo {
    width: 100%;
  }
  .cid-tOGIneBrLi .cim {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 574px) {
  .cid-tOGIneBrLi .logo {
    width: 100%;
  }
  .cid-tOGIneBrLi .cim {
    width: 100%;
    margin: auto;
  }
}
.cid-tOGIneBrLi .mbr-text,
.cid-tOGIneBrLi .mbr-section-btn {
  color: #873f3f;
}
.cid-tOGJZZlCfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOGJZZlCfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGJZZlCfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOGJZZlCfz .mbr-section-subtitle {
  color: #491414;
  text-align: left;
}
.cid-tOGJZZlCfz .mbr-section-title {
  color: #491414;
}
.cid-tOGJZZlCfz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tQvY5CrsMX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-tQvY5CrsMX .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-tQvY5CrsMX .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tQvY5CrsMX .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-tQvY5CrsMX .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tQvY5CrsMX .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tQvY5CrsMX .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tQvY5CrsMX .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tQvY5CrsMX .item a {
  font-weight: 600;
}
.cid-tQvY5CrsMX .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tQvY5CrsMX .item:last-child:after {
  display: none;
}
.cid-tQvY5CrsMX .footer__social {
  padding-bottom: 21px;
}
.cid-tQvY5CrsMX .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tQvY5CrsMX .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-tQvY5CrsMX .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-tQvY5CrsMX .footer__ink {
  text-align: right;
}
.cid-tQvY5CrsMX .copyright,
.cid-tQvY5CrsMX .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvY5CrsMX .footer__menu {
    padding-right: 0;
  }
}
.cid-tQvY5CrsMX .copyright {
  color: #fffada;
}
.cid-tQvY5CrsMX P {
  color: #fad6ce;
}
.cid-tQvY5CrsMX .ink {
  color: #e4e2fa;
}
.cid-vs4dp5RBoK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vs4dp5RBoK .hero-img {
  border: 5px solid #000000 !important;
  border-radius: 40px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: 60% !important;
  margin: 0 auto !important;
  display: block !important;
}
@media (max-width: 767px) {
  .cid-vs4dp5RBoK .hero-img {
    width: 80% !important;
    border-radius: 20px !important;
    border-width: 4px !important;
  }
}
.cid-vs4dp5RBoK .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vs4eDwyfgL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5e2b02;
}
.cid-vs4eDwyfgL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vs4eDwyfgL .item {
    margin-bottom: 1rem;
  }
}
.cid-vs4eDwyfgL .item-wrapper {
  border-radius: 25px !important;
  overflow: hidden !important;
  border: 5px solid #000000;
  box-sizing: border-box;
  position: relative;
}
.cid-vs4eDwyfgL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vs4eDwyfgL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vs4eDwyfgL .carousel-control,
.cid-vs4eDwyfgL .close {
  background: #1b1b1b;
}
.cid-vs4eDwyfgL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vs4eDwyfgL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vs4eDwyfgL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vs4eDwyfgL .carousel-control-next span {
  margin-left: 5px;
}
.cid-vs4eDwyfgL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vs4eDwyfgL .close::before {
  content: '\e91a';
}
.cid-vs4eDwyfgL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vs4eDwyfgL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vs4eDwyfgL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vs4eDwyfgL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vs4eDwyfgL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vs4eDwyfgL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vs4eDwyfgL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vs4eDwyfgL .carousel-indicators li.active,
.cid-vs4eDwyfgL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vs4eDwyfgL .carousel-indicators li::after,
.cid-vs4eDwyfgL .carousel-indicators li::before {
  content: none;
}
.cid-vs4eDwyfgL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vs4eDwyfgL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vs4eDwyfgL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vs4eDwyfgL .carousel-indicators {
    display: none;
  }
}
.cid-vs4eDwyfgL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vs4eDwyfgL .carousel-inner > .active {
  display: block;
}
.cid-vs4eDwyfgL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vs4eDwyfgL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vs4eDwyfgL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vs4eDwyfgL .carousel-control,
  .cid-vs4eDwyfgL .carousel-indicators,
  .cid-vs4eDwyfgL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vs4eDwyfgL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vs4eDwyfgL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vs4eDwyfgL .carousel-indicators .active,
.cid-vs4eDwyfgL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vs4eDwyfgL .carousel-indicators .active {
  background: #fff;
}
.cid-vs4eDwyfgL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vs4eDwyfgL .modal {
  padding-left: 0 !important;
  position: fixed;
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.cid-vs4eDwyfgL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vs4eDwyfgL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vs4eDwyfgL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vs4eDwyfgL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vs4eDwyfgL .carousel {
  width: 100%;
}
.cid-vs4eDwyfgL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vs4eDwyfgL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vs4eDwyfgL .modal.fade .modal-dialog,
.cid-vs4eDwyfgL .modal.in .modal-dialog {
  transform: none;
}
.cid-vs4eDwyfgL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vs4eDwyfgL .content-head {
  max-width: 800px;
}
.cid-vs4eDwyfgL .mbr-section-title {
  color: #fffada;
}
.cid-vs4dp7Gg6L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-vs4dp7Gg6L .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-vs4dp7Gg6L .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vs4dp7Gg6L .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-vs4dp7Gg6L .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-vs4dp7Gg6L .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-vs4dp7Gg6L .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-vs4dp7Gg6L .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vs4dp7Gg6L .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-vs4dp7Gg6L .item a {
  font-weight: 600;
}
.cid-vs4dp7Gg6L .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-vs4dp7Gg6L .item:last-child:after {
  display: none;
}
.cid-vs4dp7Gg6L .footer__social {
  padding-bottom: 21px;
}
.cid-vs4dp7Gg6L .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-vs4dp7Gg6L .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-vs4dp7Gg6L .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-vs4dp7Gg6L .footer__ink {
  text-align: right;
}
.cid-vs4dp7Gg6L .copyright,
.cid-vs4dp7Gg6L .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vs4dp7Gg6L .footer__menu {
    padding-right: 0;
  }
}
.cid-vs4dp7Gg6L .copyright {
  color: #fffada;
}
.cid-vs4dp7Gg6L P {
  color: #fad6ce;
}
.cid-vs4dp7Gg6L .ink {
  color: #e4e2fa;
}
.cid-vuedNEwjBg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vuedNEwjBg .hero-img {
  border: 5px solid #000000 !important;
  border-radius: 40px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  width: 60% !important;
  margin: 0 auto !important;
  display: block !important;
}
@media (max-width: 767px) {
  .cid-vuedNEwjBg .hero-img {
    width: 80% !important;
    border-radius: 20px !important;
    border-width: 4px !important;
  }
}
.cid-vuedNEwjBg .content-head {
  max-width: 800px;
  margin: 0 auto;
}
.cid-vuedNEJFjP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vuedNEJFjP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vuedNEJFjP .item {
    margin-bottom: 1rem;
  }
}
.cid-vuedNEJFjP .item-wrapper {
  border-radius: 25px !important;
  overflow: hidden !important;
  border: 5px solid #000000;
  box-sizing: border-box;
  position: relative;
}
.cid-vuedNEJFjP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vuedNEJFjP .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vuedNEJFjP .carousel-control,
.cid-vuedNEJFjP .close {
  background: #1b1b1b;
}
.cid-vuedNEJFjP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vuedNEJFjP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vuedNEJFjP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vuedNEJFjP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vuedNEJFjP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vuedNEJFjP .close::before {
  content: '\e91a';
}
.cid-vuedNEJFjP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vuedNEJFjP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vuedNEJFjP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vuedNEJFjP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vuedNEJFjP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vuedNEJFjP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vuedNEJFjP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vuedNEJFjP .carousel-indicators li.active,
.cid-vuedNEJFjP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vuedNEJFjP .carousel-indicators li::after,
.cid-vuedNEJFjP .carousel-indicators li::before {
  content: none;
}
.cid-vuedNEJFjP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vuedNEJFjP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vuedNEJFjP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vuedNEJFjP .carousel-indicators {
    display: none;
  }
}
.cid-vuedNEJFjP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vuedNEJFjP .carousel-inner > .active {
  display: block;
}
.cid-vuedNEJFjP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vuedNEJFjP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vuedNEJFjP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vuedNEJFjP .carousel-control,
  .cid-vuedNEJFjP .carousel-indicators,
  .cid-vuedNEJFjP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vuedNEJFjP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vuedNEJFjP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vuedNEJFjP .carousel-indicators .active,
.cid-vuedNEJFjP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vuedNEJFjP .carousel-indicators .active {
  background: #fff;
}
.cid-vuedNEJFjP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vuedNEJFjP .modal {
  padding-left: 0 !important;
  position: fixed;
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.cid-vuedNEJFjP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vuedNEJFjP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vuedNEJFjP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vuedNEJFjP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vuedNEJFjP .carousel {
  width: 100%;
}
.cid-vuedNEJFjP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vuedNEJFjP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vuedNEJFjP .modal.fade .modal-dialog,
.cid-vuedNEJFjP .modal.in .modal-dialog {
  transform: none;
}
.cid-vuedNEJFjP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vuedNEJFjP .content-head {
  max-width: 800px;
}
.cid-vuedNEJFjP .mbr-section-title {
  color: #fffada;
}
.cid-vueenzgnWK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vueenzgnWK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vueenzgnWK .item {
    margin-bottom: 1rem;
  }
}
.cid-vueenzgnWK .item-wrapper {
  border-radius: 25px !important;
  overflow: hidden !important;
  border: 5px solid #000000;
  box-sizing: border-box;
  position: relative;
}
.cid-vueenzgnWK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vueenzgnWK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vueenzgnWK .carousel-control,
.cid-vueenzgnWK .close {
  background: #1b1b1b;
}
.cid-vueenzgnWK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vueenzgnWK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vueenzgnWK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vueenzgnWK .carousel-control-next span {
  margin-left: 5px;
}
.cid-vueenzgnWK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vueenzgnWK .close::before {
  content: '\e91a';
}
.cid-vueenzgnWK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vueenzgnWK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vueenzgnWK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vueenzgnWK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vueenzgnWK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vueenzgnWK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vueenzgnWK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vueenzgnWK .carousel-indicators li.active,
.cid-vueenzgnWK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vueenzgnWK .carousel-indicators li::after,
.cid-vueenzgnWK .carousel-indicators li::before {
  content: none;
}
.cid-vueenzgnWK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vueenzgnWK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vueenzgnWK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vueenzgnWK .carousel-indicators {
    display: none;
  }
}
.cid-vueenzgnWK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vueenzgnWK .carousel-inner > .active {
  display: block;
}
.cid-vueenzgnWK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vueenzgnWK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vueenzgnWK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vueenzgnWK .carousel-control,
  .cid-vueenzgnWK .carousel-indicators,
  .cid-vueenzgnWK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vueenzgnWK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vueenzgnWK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vueenzgnWK .carousel-indicators .active,
.cid-vueenzgnWK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vueenzgnWK .carousel-indicators .active {
  background: #fff;
}
.cid-vueenzgnWK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vueenzgnWK .modal {
  padding-left: 0 !important;
  position: fixed;
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.cid-vueenzgnWK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vueenzgnWK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vueenzgnWK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vueenzgnWK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vueenzgnWK .carousel {
  width: 100%;
}
.cid-vueenzgnWK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vueenzgnWK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vueenzgnWK .modal.fade .modal-dialog,
.cid-vueenzgnWK .modal.in .modal-dialog {
  transform: none;
}
.cid-vueenzgnWK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vueenzgnWK .content-head {
  max-width: 800px;
}
.cid-vueenzgnWK .mbr-section-title {
  color: #fffada;
}
.cid-vueeobk8ye {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #5e2b02;
}
.cid-vueeobk8ye .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vueeobk8ye .item {
    margin-bottom: 1rem;
  }
}
.cid-vueeobk8ye .item-wrapper {
  border-radius: 25px !important;
  overflow: hidden !important;
  border: 5px solid #000000;
  box-sizing: border-box;
  position: relative;
}
.cid-vueeobk8ye .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vueeobk8ye .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vueeobk8ye .carousel-control,
.cid-vueeobk8ye .close {
  background: #1b1b1b;
}
.cid-vueeobk8ye .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vueeobk8ye .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vueeobk8ye .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vueeobk8ye .carousel-control-next span {
  margin-left: 5px;
}
.cid-vueeobk8ye .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vueeobk8ye .close::before {
  content: '\e91a';
}
.cid-vueeobk8ye .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vueeobk8ye .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vueeobk8ye .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vueeobk8ye .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vueeobk8ye .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vueeobk8ye .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vueeobk8ye .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vueeobk8ye .carousel-indicators li.active,
.cid-vueeobk8ye .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vueeobk8ye .carousel-indicators li::after,
.cid-vueeobk8ye .carousel-indicators li::before {
  content: none;
}
.cid-vueeobk8ye .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vueeobk8ye .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vueeobk8ye .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vueeobk8ye .carousel-indicators {
    display: none;
  }
}
.cid-vueeobk8ye .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vueeobk8ye .carousel-inner > .active {
  display: block;
}
.cid-vueeobk8ye .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vueeobk8ye .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vueeobk8ye .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vueeobk8ye .carousel-control,
  .cid-vueeobk8ye .carousel-indicators,
  .cid-vueeobk8ye .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vueeobk8ye .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vueeobk8ye .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vueeobk8ye .carousel-indicators .active,
.cid-vueeobk8ye .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vueeobk8ye .carousel-indicators .active {
  background: #fff;
}
.cid-vueeobk8ye .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vueeobk8ye .modal {
  padding-left: 0 !important;
  position: fixed;
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.cid-vueeobk8ye .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vueeobk8ye .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vueeobk8ye .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vueeobk8ye .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vueeobk8ye .carousel {
  width: 100%;
}
.cid-vueeobk8ye .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vueeobk8ye .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vueeobk8ye .modal.fade .modal-dialog,
.cid-vueeobk8ye .modal.in .modal-dialog {
  transform: none;
}
.cid-vueeobk8ye .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vueeobk8ye .content-head {
  max-width: 800px;
}
.cid-vueeobk8ye .mbr-section-title {
  color: #fffada;
}
.cid-vuedNFgT79 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #411a0e;
}
.cid-vuedNFgT79 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #a13334;
}
.cid-vuedNFgT79 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vuedNFgT79 .logo__footer img {
  display: block;
  width: 310px;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 3px 5px #666666);
  filter: drop-shadow(3px 3px 5px #666666);
}
.cid-vuedNFgT79 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-vuedNFgT79 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-vuedNFgT79 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-vuedNFgT79 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-vuedNFgT79 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-vuedNFgT79 .item a {
  font-weight: 600;
}
.cid-vuedNFgT79 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-vuedNFgT79 .item:last-child:after {
  display: none;
}
.cid-vuedNFgT79 .footer__social {
  padding-bottom: 21px;
}
.cid-vuedNFgT79 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-vuedNFgT79 .mbr-iconfont:hover {
  color: #ffeb69;
}
.cid-vuedNFgT79 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #1a0a02;
}
.cid-vuedNFgT79 .footer__ink {
  text-align: right;
}
.cid-vuedNFgT79 .copyright,
.cid-vuedNFgT79 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vuedNFgT79 .footer__menu {
    padding-right: 0;
  }
}
.cid-vuedNFgT79 .copyright {
  color: #fffada;
}
.cid-vuedNFgT79 P {
  color: #fad6ce;
}
.cid-vuedNFgT79 .ink {
  color: #e4e2fa;
}
