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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #7c916f;
  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 #7c916f;
  border-left: 2.5px solid #7c916f;
  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.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 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;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7c916f !important;
}
.bg-success {
  background-color: #9f8b37 !important;
}
.bg-info {
  background-color: #9dac93 !important;
}
.bg-warning {
  background-color: #54614b !important;
}
.bg-danger {
  background-color: #7c916f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7c916f !important;
  border-color: #7c916f !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: #526049 !important;
  border-color: #526049 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #526049 !important;
  border-color: #526049 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #982b2b !important;
  border-color: #982b2b !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: #541818 !important;
  border-color: #541818 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #541818 !important;
  border-color: #541818 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9dac93 !important;
  border-color: #9dac93 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #718365 !important;
  border-color: #718365 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #718365 !important;
  border-color: #718365 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9f8b37 !important;
  border-color: #9f8b37 !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: #5f5321 !important;
  border-color: #5f5321 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5f5321 !important;
  border-color: #5f5321 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #54614b !important;
  border-color: #54614b !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: #2a3025 !important;
  border-color: #2a3025 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a3025 !important;
  border-color: #2a3025 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7c916f !important;
  border-color: #7c916f !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: #526049 !important;
  border-color: #526049 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #526049 !important;
  border-color: #526049 !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: #7c916f;
  color: #7c916f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #526049 !important;
  background-color: transparent!important;
  border-color: #526049 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7c916f !important;
  border-color: #7c916f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #982b2b;
  color: #982b2b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #541818 !important;
  background-color: transparent!important;
  border-color: #541818 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #982b2b !important;
  border-color: #982b2b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #9dac93;
  color: #9dac93;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #718365 !important;
  background-color: transparent!important;
  border-color: #718365 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9dac93 !important;
  border-color: #9dac93 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9f8b37;
  color: #9f8b37;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5f5321 !important;
  background-color: transparent!important;
  border-color: #5f5321 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9f8b37 !important;
  border-color: #9f8b37 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #54614b;
  color: #54614b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2a3025 !important;
  background-color: transparent!important;
  border-color: #2a3025 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #54614b !important;
  border-color: #54614b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7c916f;
  color: #7c916f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #526049 !important;
  background-color: transparent!important;
  border-color: #526049 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7c916f !important;
  border-color: #7c916f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7c916f !important;
}
.text-secondary {
  color: #982b2b !important;
}
.text-success {
  color: #9f8b37 !important;
}
.text-info {
  color: #9dac93 !important;
}
.text-warning {
  color: #54614b !important;
}
.text-danger {
  color: #7c916f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4b5743 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #481515 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #53491d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6a7b5e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #22271f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b5743 !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: #7c916f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9dac93;
}
.alert-warning {
  background-color: #54614b;
}
.alert-danger {
  background-color: #7c916f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7c916f;
  border-color: #7c916f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7c916f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bec8b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4c482;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dee3db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93a388;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bec8b7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
  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: #7c916f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dancing Script', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #7c916f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7c916f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7c916f;
}
.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: #7c916f;
  border-bottom-color: #7c916f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7c916f !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: #982b2b !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='%237c916f' %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;
}
.cid-tmFM9D4RPx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmFM9D4RPx .btn {
  white-space: nowrap;
}
.cid-tmFM9D4RPx .nav-link,
.cid-tmFM9D4RPx .icons-menu .mbr-iconfont,
.cid-tmFM9D4RPx .dropdown-item {
  transition: all 0.1s;
}
.cid-tmFM9D4RPx .nav-link:hover,
.cid-tmFM9D4RPx .icons-menu .mbr-iconfont:hover,
.cid-tmFM9D4RPx .dropdown-item:hover {
  color: #982b2b !important;
}
@media (max-width: 992px) {
  .cid-tmFM9D4RPx .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tmFM9D4RPx .container {
  display: flex;
  margin: auto;
}
.cid-tmFM9D4RPx .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tmFM9D4RPx .navbar.opened {
  transition: all 0.3s;
}
.cid-tmFM9D4RPx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmFM9D4RPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmFM9D4RPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmFM9D4RPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmFM9D4RPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tmFM9D4RPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmFM9D4RPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmFM9D4RPx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmFM9D4RPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmFM9D4RPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmFM9D4RPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmFM9D4RPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmFM9D4RPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmFM9D4RPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmFM9D4RPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmFM9D4RPx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmFM9D4RPx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmFM9D4RPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmFM9D4RPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmFM9D4RPx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmFM9D4RPx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmFM9D4RPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmFM9D4RPx .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tmFM9D4RPx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmFM9D4RPx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmFM9D4RPx .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tmFM9D4RPx .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tmFM9D4RPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmFM9D4RPx .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmFM9D4RPx .navbar-caption {
  padding-right: 4rem;
}
.cid-tmFM9D4RPx .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tmFM9D4RPx .dropdown-menu,
.cid-tmFM9D4RPx .navbar.opened {
  background: #000000 !important;
}
.cid-tmFM9D4RPx .nav-item:focus,
.cid-tmFM9D4RPx .nav-link:focus {
  outline: none;
}
.cid-tmFM9D4RPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmFM9D4RPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmFM9D4RPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmFM9D4RPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmFM9D4RPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmFM9D4RPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tmFM9D4RPx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmFM9D4RPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmFM9D4RPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmFM9D4RPx .dropdown-item.active,
.cid-tmFM9D4RPx .dropdown-item:active {
  background-color: transparent;
}
.cid-tmFM9D4RPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmFM9D4RPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmFM9D4RPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmFM9D4RPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tmFM9D4RPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmFM9D4RPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmFM9D4RPx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmFM9D4RPx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmFM9D4RPx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmFM9D4RPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #93ac93;
}
.cid-tmFM9D4RPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmFM9D4RPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmFM9D4RPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmFM9D4RPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmFM9D4RPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmFM9D4RPx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmFM9D4RPx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmFM9D4RPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmFM9D4RPx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tmFM9D4RPx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmFM9D4RPx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tmFM9D4RPx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmFM9D4RPx .navbar {
    height: 77px;
  }
  .cid-tmFM9D4RPx .navbar.opened {
    height: auto;
  }
  .cid-tmFM9D4RPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmFM9D4RPx .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tmMhpO1D1c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mramor1bcg1b.jpg");
}
.cid-tmMhpO1D1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmMhpO1D1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmMhpO1D1c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tmMhpO1D1c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tmMhpO1D1c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tmMhpO1D1c .mbr-section-title {
  color: #84732a;
}
.cid-tmMhpO1D1c .mbr-text,
.cid-tmMhpO1D1c .mbr-section-btn {
  color: #84732a;
}
.cid-tmMO7qrQfz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 1000px) {
  .cid-tmMO7qrQfz {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tmMO7qrQfz {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-tmMO7qrQfz .mbr-section-subtitle {
  text-align: left;
}
.cid-tmMO7qrQfz .mbr-section-title {
  text-align: center;
  color: #84732a;
}
.cid-tmMO7qrQfz .mbr-text {
  text-align: left;
  color: #84732a;
}
.cid-tmHX9qgScc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mramor1bcg1b.jpg");
}
.cid-tmHX9qgScc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmHX9qgScc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmHX9qgScc .mbr-section-title {
  color: #a59035;
}
.cid-tmHX9qgScc .mbr-section-subtitle {
  color: #a59035;
}
.cid-tmSeAqiuiq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tmSeAqiuiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSeAqiuiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmSeAqiuiq .mbr-section-title {
  color: #6a7f63;
}
.cid-tmSeAqiuiq .mbr-section-subtitle {
  color: #54614b;
}
.cid-tmHPixK8Ib {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tmHPixK8Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmHPixK8Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmHPixK8Ib .row {
  justify-content: flex-start;
}
.cid-tmHPixK8Ib .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tmHPixK8Ib .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tmHPixK8Ib .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tmHPixK8Ib .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fffbed;
}
@media (min-width: 992px) {
  .cid-tmHPixK8Ib .main-col {
    min-height: 28.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmHPixK8Ib .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-tmHPixK8Ib .main-col {
    max-width: 100%;
  }
}
.cid-tmHPixK8Ib .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-tmHPixK8Ib .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tmHPixK8Ib .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-tmHPixK8Ib .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  background-color: #fffbed;
}
@media (max-width: 991px) {
  .cid-tmHPixK8Ib .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-tmHPixK8Ib .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tmHPixK8Ib .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmHPixK8Ib .head-content {
    padding: 12px;
  }
}
.cid-tmHPixK8Ib .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tmHPixK8Ib .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-tmHPixK8Ib .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-tmHPixK8Ib .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-tmHPixK8Ib .mbr-section-title {
  color: #982b2b;
  width: 100%;
  text-align: center;
}
.cid-tmHPixK8Ib .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tmHPixK8Ib .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-tmHPixK8Ib .price-name {
  color: #7c916f;
  text-align: left;
}
.cid-tmHPixK8Ib .price-number {
  color: #b60000;
}
.cid-tmHPixK8Ib .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-tmHPixK8Ib .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-tmHPixK8Ib .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tmHPixK8Ib .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tmHPixK8Ib .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-tmHPixK8Ib .mbr-text,
.cid-tmHPixK8Ib .mbr-section-btn {
  color: #93ac93;
  text-align: center;
}
.cid-tmSeWMTcz3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tmSeWMTcz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSeWMTcz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmSeWMTcz3 .mbr-section-title {
  color: #6a7f63;
}
.cid-tmSeWMTcz3 .mbr-section-subtitle {
  color: #54614b;
}
.cid-tmSfQw50d2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tmSfQw50d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSfQw50d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmSfQw50d2 .row {
  justify-content: flex-start;
}
.cid-tmSfQw50d2 .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tmSfQw50d2 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tmSfQw50d2 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tmSfQw50d2 .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fffbed;
}
@media (min-width: 992px) {
  .cid-tmSfQw50d2 .main-col {
    min-height: 28.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmSfQw50d2 .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-tmSfQw50d2 .main-col {
    max-width: 100%;
  }
}
.cid-tmSfQw50d2 .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-tmSfQw50d2 .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tmSfQw50d2 .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-tmSfQw50d2 .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  background-color: #fffbed;
}
@media (max-width: 991px) {
  .cid-tmSfQw50d2 .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-tmSfQw50d2 .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tmSfQw50d2 .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmSfQw50d2 .head-content {
    padding: 12px;
  }
}
.cid-tmSfQw50d2 .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tmSfQw50d2 .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-tmSfQw50d2 .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-tmSfQw50d2 .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-tmSfQw50d2 .mbr-section-title {
  color: #982b2b;
  width: 100%;
  text-align: center;
}
.cid-tmSfQw50d2 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tmSfQw50d2 .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-tmSfQw50d2 .price-name {
  color: #7c916f;
  text-align: left;
}
.cid-tmSfQw50d2 .price-number {
  color: #b60000;
}
.cid-tmSfQw50d2 .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-tmSfQw50d2 .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-tmSfQw50d2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tmSfQw50d2 .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tmSfQw50d2 .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-tmSfQw50d2 .mbr-text,
.cid-tmSfQw50d2 .mbr-section-btn {
  color: #93ac93;
  text-align: center;
}
.cid-tmSfjmZUw9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tmSfjmZUw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSfjmZUw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmSfjmZUw9 .mbr-section-title {
  color: #374130;
}
.cid-tmSfjmZUw9 .mbr-section-subtitle {
  color: #54614b;
}
.cid-tmSg0LWRcb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tmSg0LWRcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmSg0LWRcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmSg0LWRcb .row {
  justify-content: flex-start;
}
.cid-tmSg0LWRcb .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tmSg0LWRcb .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tmSg0LWRcb .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tmSg0LWRcb .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fffbed;
}
@media (min-width: 992px) {
  .cid-tmSg0LWRcb .main-col {
    min-height: 28.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmSg0LWRcb .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-tmSg0LWRcb .main-col {
    max-width: 100%;
  }
}
.cid-tmSg0LWRcb .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-tmSg0LWRcb .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tmSg0LWRcb .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-tmSg0LWRcb .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  background-color: #fffbed;
}
@media (max-width: 991px) {
  .cid-tmSg0LWRcb .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-tmSg0LWRcb .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tmSg0LWRcb .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tmSg0LWRcb .head-content {
    padding: 12px;
  }
}
.cid-tmSg0LWRcb .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tmSg0LWRcb .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-tmSg0LWRcb .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-tmSg0LWRcb .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-tmSg0LWRcb .mbr-section-title {
  color: #982b2b;
  width: 100%;
  text-align: center;
}
.cid-tmSg0LWRcb .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tmSg0LWRcb .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-tmSg0LWRcb .price-name {
  color: #7c916f;
  text-align: left;
}
.cid-tmSg0LWRcb .price-number {
  color: #b60000;
}
.cid-tmSg0LWRcb .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-tmSg0LWRcb .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-tmSg0LWRcb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tmSg0LWRcb .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tmSg0LWRcb .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-tmSg0LWRcb .mbr-text,
.cid-tmSg0LWRcb .mbr-section-btn {
  color: #93ac93;
  text-align: center;
}
.cid-tmM2cyErNE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mramor1bcg1b.jpg");
}
.cid-tmM2cyErNE .mbr-section-title {
  color: #84732a;
  margin-bottom: 0;
}
.cid-tmM2cyErNE .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #93ac93;
}
.cid-tmM2cyErNE .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmM2cyErNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmM2cyErNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmNSct1Nbh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mramor1bcg1b.jpg");
}
.cid-tmNSct1Nbh .plan {
  position: relative;
  word-break: break-word;
  border: 1px solid #41392e;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  padding: 80px 90px;
}
.cid-tmNSct1Nbh .plan1 {
  position: relative;
  word-break: break-word;
  border: 1px solid #41392e;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  padding: 101px 100px;
}
.cid-tmNSct1Nbh .plan::after {
  content: "";
  left: 2%;
  position: absolute;
  width: 96%;
  height: 104%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  background: #0b0a08;
}
.cid-tmNSct1Nbh .plan1::after {
  content: "";
  left: 2%;
  position: absolute;
  width: 96%;
  height: 104%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  background: #171410;
}
@media (max-width: 1400px) {
  .cid-tmNSct1Nbh .plan {
    padding: 4rem;
  }
  .cid-tmNSct1Nbh .plan1 {
    padding: 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tmNSct1Nbh .plan,
  .cid-tmNSct1Nbh .plan1 {
    padding: 1rem 4.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tmNSct1Nbh .plan,
  .cid-tmNSct1Nbh .plan1 {
    margin-bottom: 2rem;
  }
}
.cid-tmNSct1Nbh .mbr-section-title {
  font-size: 61px;
  color: #ffffff;
  line-height: 1.1;
}
.cid-tmNSct1Nbh .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tmNSct1Nbh .first-title {
  font-style: italic;
  color: #9a948d;
}
.cid-tmNSct1Nbh .two-title {
  font-style: italic;
  color: #ddc499;
}
.cid-tmNSct1Nbh .first-subtitle {
  color: #7c916f;
  text-align: left;
}
.cid-tmNSct1Nbh .big {
  font-size: 70px;
}
.cid-tmNSct1Nbh .plan-title {
  color: #84732a;
}
.cid-tmNSct1Nbh .first-title,
.cid-tmNSct1Nbh .mbr-text {
  color: #8c0000;
}
.cid-tmNSct1Nbh .two-title,
.cid-tmNSct1Nbh .mbr-text {
  color: #8c0000;
}
.cid-tmNXuGECKd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mramor1bcg1b.jpg");
}
.cid-tmNXuGECKd .mbr-section-title {
  color: #93ac93;
  margin-bottom: 0;
  text-align: left;
}
.cid-tmNXuGECKd .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #7c916f;
  text-align: left;
}
.cid-tmNXuGECKd .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmNXuGECKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmNXuGECKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmNXuGECKd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tmP3ukwKYR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ccd2ca;
}
.cid-tmP3ukwKYR .mbr-section-title,
.cid-tmP3ukwKYR .mbr-section-subtitle {
  text-align: center;
}
.cid-tmP3ukwKYR .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b1b9af;
}
@media (min-width: 992px) {
  .cid-tmP3ukwKYR .right {
    padding-right: 71px;
  }
  .cid-tmP3ukwKYR .left {
    padding-left: 71px;
  }
}
.cid-tmP3ukwKYR .card-title {
  letter-spacing: .035em;
  color: #982b2b;
}
.cid-tmP3ukwKYR .mbr-section-subtitle,
.cid-tmP3ukwKYR .mbr-text {
  color: #9A948D;
}
.cid-tmP3ukwKYR .cost {
  text-align: right;
  color: #982b2b;
}
.cid-tmP3ukwKYR .mbr-section-subtitle {
  color: #54614b;
}
.cid-tmP3ukwKYR .mbr-section-title {
  color: #54614b;
}
.cid-tmP3ukwKYR .mbr-text {
  color: #54614b;
}
.cid-tmPkFsjBmX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mramor1bcg1b.jpg");
}
.cid-tmPkFsjBmX .title_block {
  margin-bottom: 50px;
}
.cid-tmPkFsjBmX .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #84732a;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tmPkFsjBmX .mbr-section-title {
  color: #7c916f;
}
.cid-tmPkFsjBmX .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(124, 145, 111, 0.4);
  background-image: linear-gradient(40deg, #7c916f 0%, #b1bda9 100%);
}
.cid-tmPkFsjBmX .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(159, 139, 55, 0.4);
  background-image: linear-gradient(40deg, #9f8b37 0%, #cdbb6f 100%);
}
.cid-tmPkFsjBmX .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(84, 97, 75, 0.4);
  background-image: linear-gradient(40deg, #54614b 0%, #86987a 100%);
}
.cid-tmPkFsjBmX .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(124, 145, 111, 0.4);
  background-image: linear-gradient(40deg, #7c916f 0%, #b1bda9 100%);
}
.cid-tmPkFsjBmX .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(157, 172, 147, 0.4);
  background-image: linear-gradient(40deg, #9dac93 0%, #d1d8cd 100%);
}
.cid-tmPkFsjBmX .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(152, 43, 43, 0.4);
  background-image: linear-gradient(40deg, #982b2b 0%, #d05959 100%);
}
.cid-tmPkFsjBmX .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-tmPkFsjBmX .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-tmPkFsjBmX .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #dae0d9;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tmPkFsjBmX .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-tmPkFsjBmX .card_title {
  margin-bottom: 20px;
  color: #982b2b;
}
@media (max-width: 991px) {
  .cid-tmPkFsjBmX .title_block {
    margin-bottom: 30px;
  }
  .cid-tmPkFsjBmX .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-tmPkFsjBmX .mbr-text {
  color: #16636e;
}
.cid-tmHpTX1yBL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mramor1bcg1a.jpg");
}
.cid-tmHpTX1yBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmHpTX1yBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmHpTX1yBL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tmHpTX1yBL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tmHpTX1yBL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #7c916f;
}
.cid-tmHpTX1yBL .panel-body,
.cid-tmHpTX1yBL .card-header {
  padding: 1rem 0;
}
.cid-tmHpTX1yBL .panel-title-edit {
  color: #8c0000;
}
.cid-tmHpTX1yBL H3 {
  color: #4b5644;
}
.cid-tmHpTX1yBL H4 {
  color: #4b5644;
}
.cid-tmHpTX1yBL .panel-text {
  color: #54614b;
}
.cid-tzggis4HIF {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mramor1bcg1c-1.jpg");
}
.cid-tzggis4HIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzggis4HIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzggis4HIF .video-wrapper iframe {
  width: 100%;
}
.cid-tzggis4HIF .mbr-section-title,
.cid-tzggis4HIF .mbr-section-subtitle,
.cid-tzggis4HIF .mbr-text {
  text-align: center;
}
.cid-tzggis4HIF .mbr-section-title {
  color: #232323;
}
.cid-tzggis4HIF .mbr-section-subtitle {
  color: #232323;
}
.cid-tmHnVyT1MU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ccd2ca;
}
.cid-tmHnVyT1MU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tmHnVyT1MU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tmHnVyT1MU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tmHnVyT1MU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tmHnVyT1MU .mbr-section-title {
  color: #5d6c53;
}
.cid-txUzY6Kqag {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txUzY6Kqag .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUzY6Kqag .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-txUzY6Kqag .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-txUzY6Kqag .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txUzY6Kqag .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txUzY6Kqag img {
  border-radius: 1rem;
}
.cid-txUzY6Kqag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUzY6Kqag .row {
  flex-direction: row-reverse;
}
.cid-txUzY6Kqag .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txUzY6Kqag .image-wrapper {
    padding: 1rem;
  }
}
.cid-txUzY6Kqag .mbr-section-title {
  color: #c20202;
  text-align: center;
}
.cid-txUzY6Kqag .mbr-section-subtitle,
.cid-txUzY6Kqag .subtitle-wrap {
  color: #19303d;
}
.cid-txUzY6Kqag .mbr-text,
.cid-txUzY6Kqag .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tJlG1OySfi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mramor1bcg1a.jpg");
}
.cid-tJlG1OySfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlG1OySfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlG1OySfi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJlG1OySfi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJlG1OySfi .row {
    text-align: center;
  }
  .cid-tJlG1OySfi .row > div {
    margin: auto;
  }
  .cid-tJlG1OySfi .social-row {
    justify-content: center;
  }
}
.cid-tJlG1OySfi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJlG1OySfi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJlG1OySfi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJlG1OySfi .list {
    margin-bottom: 0rem;
  }
}
.cid-tJlG1OySfi .mbr-text {
  color: #9dac93;
  text-align: left;
}
.cid-tJlG1OySfi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJlG1OySfi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJlG1OySfi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJlG1OySfi H5 {
  color: #982b2b;
}
.cid-tJlG1OySfi .copyright {
  text-align: center;
}
