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

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

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

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: 0.5;
}

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

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

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: 300;
}

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: 500;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 7px 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.07em 0.5em;
}

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.0;
  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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 3.8rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2.8rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Gistesy';
  font-size: 2.5rem;
  line-height: 20px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.6rem;
  line-height: 1.59em;
}
.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.0 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.0 * (1.63rem + (2.8 - 1.63) * ((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.0 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.0 * (1.525rem + (2.5 - 1.525) * ((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.0 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #be8f85 !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #be8f85 !important;
}
.bg-danger {
  background-color: #9c1700 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #be8f85 !important;
  border-color: #be8f85 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9a5f52 !important;
  border-color: #9a5f52 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a5f52 !important;
  border-color: #9a5f52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #be8f85 !important;
  border-color: #be8f85 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9a5f52 !important;
  border-color: #9a5f52 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9a5f52 !important;
  border-color: #9a5f52 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c1700 !important;
  border-color: #9c1700 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #450a00 !important;
  border-color: #450a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #450a00 !important;
  border-color: #450a00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #be8f85;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9a5f52 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #be8f85 !important;
  border-color: #be8f85 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #be8f85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a5f52 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #be8f85 !important;
  border-color: #be8f85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9c1700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #450a00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9c1700 !important;
  border-color: #9c1700 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #be8f85 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #be8f85 !important;
}
.text-danger {
  color: #9c1700 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90594d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #90594d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #360800 !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: #be8f85;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #be8f85;
}
.alert-danger {
  background-color: #9c1700;
}
.mbr-gallery-filter li.active .btn {
  background-color: #be8f85;
  border-color: #be8f85;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #be8f85;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eadbd8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4b4b4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #eadbd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff3e1d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.6rem;
  line-height: 1.59em;
  font-weight: 400;
}
.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: #be8f85 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.6rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #be8f85;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #be8f85;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #be8f85;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #be8f85;
  border-bottom-color: #be8f85;
}
.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: #be8f85 !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: #474747 !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='%23be8f85' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #be8f85;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #be8f85;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #be8f85;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #be8f85 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #9c1700;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #9c1700 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #be8f85;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #be8f85 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-umYr0Rp56T {
  background-color: #9c1700;
  border: 18px solid #9c1700;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-umYr0Rp56T {
    border: 8px solid #9c1700;
  }
}
.cid-umYr0Rp56T .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-umYr0Rp56T .navbar-dropdown {
  background-color: #9c1700 !important;
  padding: 0;
  position: fixed;
}
.cid-umYr0Rp56T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9c1700 !important;
  background: #9c1700;
}
.cid-umYr0Rp56T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .menu_box .navbar.opened,
  .cid-umYr0Rp56T .menu_box .navbar-collapse {
    background-color: #9c1700 !important;
    transition: all 0s ease 0s;
  }
}
.cid-umYr0Rp56T nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-umYr0Rp56T .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-umYr0Rp56T .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-umYr0Rp56T .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-umYr0Rp56T .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-umYr0Rp56T .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-umYr0Rp56T .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-umYr0Rp56T .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-umYr0Rp56T .offcanvas-body .mbr-text,
  .cid-umYr0Rp56T .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-umYr0Rp56T .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #9c1700;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-umYr0Rp56T ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-umYr0Rp56T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umYr0Rp56T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-umYr0Rp56T .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-umYr0Rp56T li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-umYr0Rp56T .lg_brand {
    margin: 0 1rem;
  }
}
.cid-umYr0Rp56T .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-umYr0Rp56T .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-umYr0Rp56T .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-umYr0Rp56T .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-umYr0Rp56T .nav-item .nav-link:hover {
  color: #be8f85 !important;
}
.cid-umYr0Rp56T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-umYr0Rp56T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umYr0Rp56T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-umYr0Rp56T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-umYr0Rp56T .offcanvas_box {
    display: none;
  }
}
.cid-umYr0Rp56T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-umYr0Rp56T .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-umYr0Rp56T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-umYr0Rp56T .container {
  display: flex;
  margin: auto;
}
.cid-umYr0Rp56T .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-umYr0Rp56T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-umYr0Rp56T .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-umYr0Rp56T .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .navbar-nav {
    margin: 0;
  }
}
.cid-umYr0Rp56T .dropdown-menu,
.cid-umYr0Rp56T .navbar.opened {
  background-color: false !important;
}
.cid-umYr0Rp56T .nav-item:focus,
.cid-umYr0Rp56T .nav-link:focus {
  outline: none;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umYr0Rp56T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umYr0Rp56T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umYr0Rp56T .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-umYr0Rp56T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-umYr0Rp56T .navbar.opened {
  transition: all 0.3s;
}
.cid-umYr0Rp56T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-umYr0Rp56T .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-umYr0Rp56T .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-umYr0Rp56T .navbar.collapsed {
  justify-content: center;
}
.cid-umYr0Rp56T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umYr0Rp56T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umYr0Rp56T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umYr0Rp56T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umYr0Rp56T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umYr0Rp56T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-umYr0Rp56T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-umYr0Rp56T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-umYr0Rp56T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umYr0Rp56T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-umYr0Rp56T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umYr0Rp56T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-umYr0Rp56T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-umYr0Rp56T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umYr0Rp56T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umYr0Rp56T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-umYr0Rp56T .navbar.navbar-short {
  min-height: 60px;
}
.cid-umYr0Rp56T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umYr0Rp56T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umYr0Rp56T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umYr0Rp56T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-umYr0Rp56T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umYr0Rp56T .dropdown-item.active,
.cid-umYr0Rp56T .dropdown-item:active {
  background-color: transparent;
}
.cid-umYr0Rp56T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umYr0Rp56T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umYr0Rp56T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umYr0Rp56T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umYr0Rp56T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-umYr0Rp56T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umYr0Rp56T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9c1700;
  background: #ffffff;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #9c1700;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umYr0Rp56T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-umYr0Rp56T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umYr0Rp56T .navbar {
    height: 70px;
  }
  .cid-umYr0Rp56T .navbar.opened {
    height: auto;
  }
  .cid-umYr0Rp56T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umYr0Rp56T .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-umYr0Rp56T .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-umYr0Rp56T .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-umYr0Rp56T .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-umYr0Rp56T .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-umYr0Rp56T .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-umYr0Rp56T .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-umYr0Rp56T .text_widget {
  margin-bottom: 32px;
}
.cid-umYr0Rp56T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-umYr0Rp56T .text_widget a:hover {
  color: #be8f85 !important;
}
.cid-umYr0Rp56T .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-umYr0Rp56T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-umYr0Rp56T .mbr-section-subtitle,
.cid-umYr0Rp56T .text_widget,
.cid-umYr0Rp56T .mbr-section-btn {
  text-align: left;
}
.cid-umYr0Rp56T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukoxFpZKZV .modal-body .close {
  background: #1b1b1b;
}
.cid-ukoxFpZKZV .modal-body .close span {
  font-style: normal;
}
.cid-ukoxFpZKZV .carousel-inner > .active,
.cid-ukoxFpZKZV .carousel-inner > .next,
.cid-ukoxFpZKZV .carousel-inner > .prev {
  display: table;
}
.cid-ukoxFpZKZV .carousel-control .icon-next,
.cid-ukoxFpZKZV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ukoxFpZKZV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukoxFpZKZV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukoxFpZKZV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ukoxFpZKZV .boxed-slider > div {
  position: relative;
}
.cid-ukoxFpZKZV .container img {
  width: 100%;
}
.cid-ukoxFpZKZV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ukoxFpZKZV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ukoxFpZKZV .mbr-table-cell {
  padding: 0;
}
.cid-ukoxFpZKZV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukoxFpZKZV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ukoxFpZKZV .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ukoxFpZKZV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ukoxFpZKZV .carousel-item .container {
    width: 100%;
  }
}
.cid-ukoxFpZKZV .carousel-item-next.carousel-item-left,
.cid-ukoxFpZKZV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ukoxFpZKZV .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-ukoxFpZKZV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators li.active,
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators li::after,
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ukoxFpZKZV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ukoxFpZKZV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ukoxFpZKZV .mbr-slider > .container img {
  width: 100%;
}
.cid-ukoxFpZKZV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ukoxFpZKZV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ukoxFpZKZV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ukoxFpZKZV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ukoxFpZKZV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ukoxFpZKZV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ukoxFpZKZV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ukoxFpZKZV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ukoxFpZKZV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ukoxFpZKZV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ukoxFpZKZV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ukoxFpZKZV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ukoxFpZKZV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ukoxFpZKZV H2 {
  text-align: center;
  color: #ffffff;
}
.cid-ukoxFpZKZV P {
  text-align: center;
  color: #ffffff;
}
.cid-umYCM5sFkD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffebe6;
}
.cid-umYCM5sFkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umYCM5sFkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umYCM5sFkD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umYCM5sFkD .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-umYCM5sFkD.mbr-fullscreen {
  padding: 0 !important;
}
.cid-umYCM5sFkD img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uncuGDXeqF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffebe6;
}
.cid-uncuGDXeqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncuGDXeqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncuGDXeqF .items-wrap {
  justify-content: center;
}
.cid-uncuGDXeqF .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uncuGDXeqF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uncuGDXeqF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uncuGDXeqF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uncuGDXeqF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uncuGDXeqF .item {
    margin-bottom: 16px;
  }
}
.cid-uncuGDXeqF .item:hover .item-wrapper,
.cid-uncuGDXeqF .item:focus .item-wrapper {
  border: 2px solid #f96e47;
}
.cid-uncuGDXeqF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uncuGDXeqF .item .item-wrapper {
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uncuGDXeqF .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .item-price {
  margin-bottom: 8px;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin-top: 20px;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap::before {
  color: #9f665c;
  background-color: #c5a29c;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #be9a85;
  background-color: #e1d1c8;
}
.cid-uncuGDXeqF .item .item-wrapper .card-box .list-wrapper .list_3 .item-wrap::before {
  color: #b18783;
  background-color: #d8c4c2;
}
.cid-uncuGDXeqF .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uncuGDXeqF .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uncuGDXeqF .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  padding: 14px;
}
.cid-uncuGDXeqF .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uncuGDXeqF .item-title {
  color: #272b2e;
  text-align: center;
}
.cid-uncuGDXeqF .item-price {
  color: #9c1700;
  text-align: center;
}
.cid-uncuGDXeqF .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uncuGDXeqF .list {
  color: #272b2e;
}
.cid-uncuGDXeqF .mbr-section-title,
.cid-uncuGDXeqF .mbr-section-btn {
  color: #9c1700;
}
.cid-uncuGDXeqF .item-title,
.cid-uncuGDXeqF .icon-wrapper {
  color: #9c1700;
}
.cid-uncuGDXeqF .list,
.cid-uncuGDXeqF .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-uncH3NAxpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uncH3NAxpa .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uncH3NAxpa .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uncH3NAxpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncH3NAxpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uncH3NAxpa .container {
    padding: 0 15px;
  }
}
.cid-uncH3NAxpa .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uncH3NAxpa .image-wrapper {
  position: relative;
}
.cid-uncH3NAxpa .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uncH3NAxpa .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uncH3NAxpa .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uncH3NAxpa .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uncH3NAxpa .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uncH3NAxpa .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uncH3NAxpa .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uncH3NAxpa .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uncH3NAxpa .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uncH3NAxpa .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uncH3NAxpa .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uncH3NAxpa .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uncH3NAxpa .mbr-text {
  color: #f7f5f6;
}
.cid-uncH3NAxpa .item-name {
  color: #f7f5f6;
}
.cid-uncH3NAxpa .item-role {
  color: #d7d7d7;
}
.cid-uncSaTveNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uncSaTveNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncSaTveNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncSaTveNN .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uncSaTveNN .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uncSaTveNN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uncSaTveNN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uncSaTveNN .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uncSaTveNN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uncSaTveNN .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uncSaTveNN .image-wrapper img {
    height: 350px;
  }
}
.cid-uncSaTveNN .mbr-section-title {
  color: #ffffff;
}
.cid-uncSaTveNN .mbr-text,
.cid-uncSaTveNN .text-wrapper {
  color: #9aa0a6;
}
.cid-uncMVqmxp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-uncMVqmxp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncMVqmxp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uncMVqmxp6 .container {
    padding: 0 16px;
  }
}
.cid-uncMVqmxp6 .card {
  justify-content: center;
}
.cid-uncMVqmxp6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #9c1700;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uncMVqmxp6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uncMVqmxp6 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uncMVqmxp6 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uncMVqmxp6 .mbr-section-title {
  color: #000000;
}
.cid-uncMVqmxp6 .mbr-text {
  color: #000000;
}
.cid-uncMVqmxp6 .mbr-desc {
  color: #000000;
}
.cid-uncMVqmxp6 .mbr-section-title,
.cid-uncMVqmxp6 .title-wrapper {
  color: #ffffff;
}
.cid-uncMVqmxp6 .mbr-text,
.cid-uncMVqmxp6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uncKCxR9nS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uncKCxR9nS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uncKCxR9nS h4,
.cid-uncKCxR9nS p {
  padding-bottom: 1rem;
}
.cid-uncKCxR9nS .col-auto,
.cid-uncKCxR9nS .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uncKCxR9nS .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-uncKCxR9nS .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uncKCxR9nS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uncKCxR9nS .google-map [data-state-details] {
  color: #6b6763;
  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-uncKCxR9nS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uncKCxR9nS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uncKCxR9nS .form-control,
.cid-uncKCxR9nS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #e0bdb6 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-uncKCxR9nS .form-control::-webkit-input-placeholder,
.cid-uncKCxR9nS .field-input::-webkit-input-placeholder,
.cid-uncKCxR9nS .form-control::-webkit-input-placeholder,
.cid-uncKCxR9nS .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-uncKCxR9nS .form-control:-moz-placeholder,
.cid-uncKCxR9nS .field-input:-moz-placeholder,
.cid-uncKCxR9nS .form-control:-moz-placeholder,
.cid-uncKCxR9nS .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-uncKCxR9nS .form-control:hover,
.cid-uncKCxR9nS .field-input:hover,
.cid-uncKCxR9nS .form-control:focus,
.cid-uncKCxR9nS .field-input:focus {
  background-color: #ffffff;
  border-color: #9f665c !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uncKCxR9nS .form-control:hover::-webkit-input-placeholder,
.cid-uncKCxR9nS .field-input:hover::-webkit-input-placeholder,
.cid-uncKCxR9nS .form-control:focus::-webkit-input-placeholder,
.cid-uncKCxR9nS .field-input:focus::-webkit-input-placeholder,
.cid-uncKCxR9nS .form-control:hover::-webkit-input-placeholder,
.cid-uncKCxR9nS .field-input:hover::-webkit-input-placeholder,
.cid-uncKCxR9nS .form-control:focus::-webkit-input-placeholder,
.cid-uncKCxR9nS .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uncKCxR9nS .form-control:hover:-moz-placeholder,
.cid-uncKCxR9nS .field-input:hover:-moz-placeholder,
.cid-uncKCxR9nS .form-control:focus:-moz-placeholder,
.cid-uncKCxR9nS .field-input:focus:-moz-placeholder,
.cid-uncKCxR9nS .form-control:hover:-moz-placeholder,
.cid-uncKCxR9nS .field-input:hover:-moz-placeholder,
.cid-uncKCxR9nS .form-control:focus:-moz-placeholder,
.cid-uncKCxR9nS .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uncKCxR9nS .jq-number__spin:hover,
.cid-uncKCxR9nS .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #9f665c !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uncKCxR9nS .jq-number__spin {
  background-color: #ffffff;
  border-color: #e0bdb6;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uncKCxR9nS .jq-selectbox li,
.cid-uncKCxR9nS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uncKCxR9nS .jq-selectbox li:hover,
.cid-uncKCxR9nS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uncKCxR9nS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uncKCxR9nS .jq-number__spin.minus:hover:after,
.cid-uncKCxR9nS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uncKCxR9nS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uncKCxR9nS .jq-number__spin.minus:after,
.cid-uncKCxR9nS .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uncKCxR9nS input::-webkit-clear-button {
  display: none;
}
.cid-uncKCxR9nS input::-webkit-inner-spin-button {
  display: none;
}
.cid-uncKCxR9nS input::-webkit-outer-spin-button {
  display: none;
}
.cid-uncKCxR9nS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uncKCxR9nS H4 {
  text-align: center;
  color: #9c1700;
}
.cid-uncKCxR9nS P {
  text-align: center;
}
.cid-uncQlt8lVn {
  padding-top: 0px;
  padding-bottom: 105px;
  background: #ffffff;
}
.cid-uncQlt8lVn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uncQlt8lVn h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uncQlt8lVn h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uncQlt8lVn h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uncQlt8lVn .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uncQlt8lVn .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uncQlt8lVn .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uncQlt8lVn .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uncQlt8lVn .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uncQlt8lVn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uncQlt8lVn .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uncQlt8lVn .mbr-section-title,
.cid-uncQlt8lVn .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uncQlt8lVn h2:before,
  .cid-uncQlt8lVn h2:after {
    display: none;
  }
}
.cid-uncQlt8lVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncQlt8lVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #9c1700;
}
.cid-trf9tzcwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9tzcwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 .row {
  justify-content: space-between;
}
.cid-trf9tzcwb8 .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-trf9tzcwb8 .list li {
  margin-bottom: 25px;
}
.cid-trf9tzcwb8 .list li:last-child {
  margin-bottom: 0;
}
.cid-trf9tzcwb8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-trf9tzcwb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trf9tzcwb8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-trf9tzcwb8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-trf9tzcwb8 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-trf9tzcwb8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-trf9tzcwb8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-trf9tzcwb8 .mbr-desc,
.cid-trf9tzcwb8 .mbr-iconfont {
  color: #ffffff;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 0.5;
}

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

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

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: 300;
}

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: 500;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 7px 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.07em 0.5em;
}

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.0;
  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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}.cid-umYr0Rp56T {
  background-color: #9c1700;
  border: 18px solid #9c1700;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-umYr0Rp56T {
    border: 8px solid #9c1700;
  }
}
.cid-umYr0Rp56T .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-umYr0Rp56T .navbar-dropdown {
  background-color: #9c1700 !important;
  padding: 0;
  position: fixed;
}
.cid-umYr0Rp56T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9c1700 !important;
  background: #9c1700;
}
.cid-umYr0Rp56T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .menu_box .navbar.opened,
  .cid-umYr0Rp56T .menu_box .navbar-collapse {
    background-color: #9c1700 !important;
    transition: all 0s ease 0s;
  }
}
.cid-umYr0Rp56T nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-umYr0Rp56T .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-umYr0Rp56T .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-umYr0Rp56T .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-umYr0Rp56T .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-umYr0Rp56T .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-umYr0Rp56T .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-umYr0Rp56T .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-umYr0Rp56T .offcanvas-body .mbr-text,
  .cid-umYr0Rp56T .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-umYr0Rp56T .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #9c1700;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-umYr0Rp56T .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-umYr0Rp56T ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-umYr0Rp56T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umYr0Rp56T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-umYr0Rp56T .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-umYr0Rp56T li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-umYr0Rp56T .lg_brand {
    margin: 0 1rem;
  }
}
.cid-umYr0Rp56T .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-umYr0Rp56T .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-umYr0Rp56T .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-umYr0Rp56T .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-umYr0Rp56T .nav-item .nav-link:hover {
  color: #be8f85 !important;
}
.cid-umYr0Rp56T .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-umYr0Rp56T .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umYr0Rp56T .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-umYr0Rp56T .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-umYr0Rp56T .offcanvas_box {
    display: none;
  }
}
.cid-umYr0Rp56T .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-umYr0Rp56T .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-umYr0Rp56T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-umYr0Rp56T .container {
  display: flex;
  margin: auto;
}
.cid-umYr0Rp56T .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-umYr0Rp56T .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-umYr0Rp56T .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-umYr0Rp56T .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .navbar-nav {
    margin: 0;
  }
}
.cid-umYr0Rp56T .dropdown-menu,
.cid-umYr0Rp56T .navbar.opened {
  background-color: false !important;
}
.cid-umYr0Rp56T .nav-item:focus,
.cid-umYr0Rp56T .nav-link:focus {
  outline: none;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umYr0Rp56T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umYr0Rp56T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umYr0Rp56T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umYr0Rp56T .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-umYr0Rp56T .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-umYr0Rp56T .navbar.opened {
  transition: all 0.3s;
}
.cid-umYr0Rp56T .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-umYr0Rp56T .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-umYr0Rp56T .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-umYr0Rp56T .navbar.collapsed {
  justify-content: center;
}
.cid-umYr0Rp56T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umYr0Rp56T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umYr0Rp56T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umYr0Rp56T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umYr0Rp56T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umYr0Rp56T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-umYr0Rp56T .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umYr0Rp56T .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-umYr0Rp56T .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-umYr0Rp56T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umYr0Rp56T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-umYr0Rp56T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umYr0Rp56T .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-umYr0Rp56T .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-umYr0Rp56T .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-umYr0Rp56T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umYr0Rp56T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umYr0Rp56T .navbar .icons-menu {
    padding: 0;
  }
}
.cid-umYr0Rp56T .navbar.navbar-short {
  min-height: 60px;
}
.cid-umYr0Rp56T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umYr0Rp56T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umYr0Rp56T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umYr0Rp56T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-umYr0Rp56T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umYr0Rp56T .dropdown-item.active,
.cid-umYr0Rp56T .dropdown-item:active {
  background-color: transparent;
}
.cid-umYr0Rp56T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umYr0Rp56T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umYr0Rp56T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umYr0Rp56T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umYr0Rp56T ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-umYr0Rp56T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umYr0Rp56T button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9c1700;
  background: #ffffff;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #9c1700;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umYr0Rp56T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umYr0Rp56T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umYr0Rp56T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-umYr0Rp56T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umYr0Rp56T .navbar {
    height: 70px;
  }
  .cid-umYr0Rp56T .navbar.opened {
    height: auto;
  }
  .cid-umYr0Rp56T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umYr0Rp56T .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-umYr0Rp56T .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-umYr0Rp56T .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-umYr0Rp56T .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-umYr0Rp56T .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-umYr0Rp56T .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-umYr0Rp56T .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-umYr0Rp56T .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-umYr0Rp56T .text_widget {
  margin-bottom: 32px;
}
.cid-umYr0Rp56T .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-umYr0Rp56T .text_widget a:hover {
  color: #be8f85 !important;
}
.cid-umYr0Rp56T .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-umYr0Rp56T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-umYr0Rp56T .mbr-section-subtitle,
.cid-umYr0Rp56T .text_widget,
.cid-umYr0Rp56T .mbr-section-btn {
  text-align: left;
}
.cid-umYr0Rp56T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-undamXUsCw {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-undamXUsCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-undamXUsCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-undamXUsCw .row {
  justify-content: center;
}
.cid-undamXUsCw .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-undamXUsCw .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-undamXUsCw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-undamXUsCw .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-undamXUsCw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-undamXUsCw .mbr-text {
  color: #747474;
}
.cid-undamXUsCw .mbr-text,
.cid-undamXUsCw .mbr-section-btn {
  text-align: left;
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #9c1700;
}
.cid-trf9tzcwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9tzcwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 .row {
  justify-content: space-between;
}
.cid-trf9tzcwb8 .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-trf9tzcwb8 .list li {
  margin-bottom: 25px;
}
.cid-trf9tzcwb8 .list li:last-child {
  margin-bottom: 0;
}
.cid-trf9tzcwb8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-trf9tzcwb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trf9tzcwb8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-trf9tzcwb8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-trf9tzcwb8 .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-trf9tzcwb8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-trf9tzcwb8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-trf9tzcwb8 .mbr-desc,
.cid-trf9tzcwb8 .mbr-iconfont {
  color: #ffffff;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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: 0.5;
}

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

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

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: 300;
}

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: 500;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 7px 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.07em 0.5em;
}

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.0;
  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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}.cid-uncPla2IJl {
  background-color: #9c1700;
  border: 18px solid #9c1700;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uncPla2IJl {
    border: 8px solid #9c1700;
  }
}
.cid-uncPla2IJl .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.cid-uncPla2IJl .navbar-dropdown {
  background-color: #9c1700 !important;
  padding: 0;
  position: fixed;
}
.cid-uncPla2IJl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #9c1700 !important;
  background: #9c1700;
}
.cid-uncPla2IJl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uncPla2IJl .menu_box .navbar.opened,
  .cid-uncPla2IJl .menu_box .navbar-collapse {
    background-color: #9c1700 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uncPla2IJl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uncPla2IJl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uncPla2IJl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uncPla2IJl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uncPla2IJl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uncPla2IJl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uncPla2IJl .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .cid-uncPla2IJl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uncPla2IJl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uncPla2IJl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uncPla2IJl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uncPla2IJl .offcanvas-body .mbr-text,
  .cid-uncPla2IJl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uncPla2IJl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uncPla2IJl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uncPla2IJl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #9c1700;
  }
  .cid-uncPla2IJl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uncPla2IJl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uncPla2IJl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uncPla2IJl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uncPla2IJl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uncPla2IJl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uncPla2IJl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uncPla2IJl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uncPla2IJl li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uncPla2IJl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uncPla2IJl .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .cid-uncPla2IJl .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .cid-uncPla2IJl .nav-item {
    margin: 4px 0 !important;
  }
}
.cid-uncPla2IJl .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.cid-uncPla2IJl .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uncPla2IJl .nav-item .nav-link:hover {
  color: #be8f85 !important;
}
.cid-uncPla2IJl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uncPla2IJl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uncPla2IJl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uncPla2IJl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uncPla2IJl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uncPla2IJl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uncPla2IJl .offcanvas_box {
    display: none;
  }
}
.cid-uncPla2IJl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uncPla2IJl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uncPla2IJl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uncPla2IJl .container {
  display: flex;
  margin: auto;
}
.cid-uncPla2IJl .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uncPla2IJl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uncPla2IJl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uncPla2IJl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uncPla2IJl .navbar-nav {
    margin: 0;
  }
}
.cid-uncPla2IJl .dropdown-menu,
.cid-uncPla2IJl .navbar.opened {
  background-color: false !important;
}
.cid-uncPla2IJl .nav-item:focus,
.cid-uncPla2IJl .nav-link:focus {
  outline: none;
}
.cid-uncPla2IJl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uncPla2IJl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uncPla2IJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uncPla2IJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uncPla2IJl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uncPla2IJl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uncPla2IJl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uncPla2IJl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uncPla2IJl .navbar.opened {
  transition: all 0.3s;
}
.cid-uncPla2IJl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uncPla2IJl .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.cid-uncPla2IJl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uncPla2IJl .navbar.collapsed {
  justify-content: center;
}
.cid-uncPla2IJl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uncPla2IJl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uncPla2IJl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uncPla2IJl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uncPla2IJl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uncPla2IJl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uncPla2IJl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uncPla2IJl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uncPla2IJl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uncPla2IJl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uncPla2IJl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uncPla2IJl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uncPla2IJl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uncPla2IJl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uncPla2IJl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uncPla2IJl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uncPla2IJl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uncPla2IJl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uncPla2IJl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uncPla2IJl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uncPla2IJl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uncPla2IJl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uncPla2IJl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uncPla2IJl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uncPla2IJl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uncPla2IJl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uncPla2IJl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uncPla2IJl .dropdown-item.active,
.cid-uncPla2IJl .dropdown-item:active {
  background-color: transparent;
}
.cid-uncPla2IJl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uncPla2IJl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uncPla2IJl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uncPla2IJl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uncPla2IJl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uncPla2IJl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uncPla2IJl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #9c1700;
  background: #ffffff;
}
.cid-uncPla2IJl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #9c1700;
}
.cid-uncPla2IJl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uncPla2IJl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uncPla2IJl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uncPla2IJl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uncPla2IJl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uncPla2IJl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uncPla2IJl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uncPla2IJl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uncPla2IJl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uncPla2IJl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uncPla2IJl .navbar {
    height: 70px;
  }
  .cid-uncPla2IJl .navbar.opened {
    height: auto;
  }
  .cid-uncPla2IJl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uncPla2IJl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uncPla2IJl .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uncPla2IJl .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.cid-uncPla2IJl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uncPla2IJl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uncPla2IJl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uncPla2IJl .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uncPla2IJl .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-uncPla2IJl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uncPla2IJl .text_widget {
  margin-bottom: 32px;
}
.cid-uncPla2IJl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uncPla2IJl .text_widget a:hover {
  color: #be8f85 !important;
}
.cid-uncPla2IJl .mbr-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.cid-uncPla2IJl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uncPla2IJl .mbr-section-subtitle,
.cid-uncPla2IJl .text_widget,
.cid-uncPla2IJl .mbr-section-btn {
  text-align: left;
}
.cid-uncPla2IJl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uncPle5009 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #9c1700;
}
.cid-uncPle5009 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPle5009 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncPle5009 .row {
  justify-content: center;
}
.cid-uncPle5009 .video-block {
  margin-bottom: 20px;
}
.cid-uncPle5009 .video-block .video-wrapper .app-video-wrapper:before {
  font-size: 50px;
  color: #ffffff;
  background-color: #be8f85;
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 16px;
}
.cid-uncPle5009 .title-wrapper .mbr-date {
  margin-bottom: 16px;
}
.cid-uncPle5009 .title-wrapper .mbr-section-title {
  margin-bottom: 26px;
}
.cid-uncPle5009 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uncPle5009 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uncPle5009 .mbr-date {
  color: #747474;
  text-align: center;
}
.cid-uncPle5009 .mbr-text {
  color: #747474;
}
.cid-uncPle5009 .mbr-section-title,
.cid-uncPle5009 .mbr-section-btn {
  text-align: center;
}
.cid-uncPle5009 .mbr-text,
.cid-uncPle5009 .mbr-section-btn {
  text-align: center;
}
.cid-uncPlbEkPh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #9c1700;
}
.cid-uncPlbEkPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPlbEkPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uncPlbEkPh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uncPlbEkPh .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-uncPlbEkPh.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uncPlbEkPh img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uncPlgNO8L {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uncPlgNO8L h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uncPlgNO8L h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uncPlgNO8L .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-uncPlgNO8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPlgNO8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncPlgNO8L H2 {
  text-align: center;
  color: #9c1700;
}
.cid-uncPleAfUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffebe6;
}
.cid-uncPleAfUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPleAfUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncPleAfUf .container,
.cid-uncPleAfUf .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uncPleAfUf .container,
  .cid-uncPleAfUf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uncPleAfUf .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3d4045;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uncPleAfUf .row {
    padding: 85px 8px;
  }
}
.cid-uncPleAfUf .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uncPleAfUf .title-wrapper {
    padding: 0;
  }
}
.cid-uncPleAfUf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-uncPleAfUf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uncPleAfUf .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uncPleAfUf .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uncPleAfUf .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uncPleAfUf .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uncPleAfUf .image-wrapper img {
    height: 300px;
  }
}
.cid-uncPleAfUf .mbr-section-title {
  color: #3d4045;
}
.cid-uncPleAfUf .mbr-text {
  color: #281632;
}
.cid-uncPleAfUf .mbr-section-title,
.cid-uncPleAfUf .mbr-section-btn {
  color: #9c1700;
}
.cid-uncPlf3eC4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #be8f85;
}
.cid-uncPlf3eC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPlf3eC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncPlf3eC4 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uncPlf3eC4 .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-uncPlf3eC4 .card:first-child {
    border: none;
  }
  .cid-uncPlf3eC4 .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-uncPlf3eC4 .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-uncPlf3eC4 .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uncPlf3eC4 .card-wrapper .mbr-text,
.cid-uncPlf3eC4 .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uncPlf3eC4 .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uncPlf3eC4 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uncPlf3eC4 .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-uncPlfxMQK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #be8f85;
}
.cid-uncPlfxMQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPlfxMQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncPlfxMQK .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uncPlfxMQK .row {
    padding: 0 14px;
  }
  .cid-uncPlfxMQK .row .item {
    padding: 0 3.25px;
  }
}
.cid-uncPlfxMQK .item {
  margin-bottom: 9px;
}
.cid-uncPlfxMQK .item:hover .item-wrapper .item-img img,
.cid-uncPlfxMQK .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uncPlfxMQK .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uncPlfxMQK .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uncPlfxMQK .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uncPlfxMQK .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #be8f85;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uncPlfxMQK .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uncPlfxMQK .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uncPlhjZff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #533633;
}
.cid-uncPlhjZff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uncPlhjZff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uncPlhjZff .row {
  justify-content: space-between;
}
.cid-uncPlhjZff .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uncPlhjZff .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uncPlhjZff .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uncPlhjZff .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uncPlhjZff .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uncPlhjZff .list li {
  margin-bottom: 25px;
}
.cid-uncPlhjZff .list li:last-child {
  margin-bottom: 0;
}
.cid-uncPlhjZff .mbr-desc {
  margin-bottom: 8px;
}
.cid-uncPlhjZff .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uncPlhjZff .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uncPlhjZff .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uncPlhjZff .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uncPlhjZff .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uncPlhjZff .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uncPlhjZff .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uncPlhjZff .mbr-desc,
.cid-uncPlhjZff .mbr-iconfont {
  color: #ffffff;
}
