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

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

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

@media (max-width: 767px) {
  .align-right, .align-left {
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -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;
}

.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 (max-width: 992px) {
  .md-pb {
      margin-bottom: 2rem;
  }
  }

@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;
}.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Source Serif 4', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Source Serif 4', serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #7b6451 !important;
  background-color: #c0a996 !important;
  border-color: #c0a996 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #7b6451 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #7b6451 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #7b6451 !important;
  border-color: #7b6451 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #c0a996 !important;
  border-color: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-info,
.btn-info:active {
  color: #7b6451 !important;
  background-color: #625041 !important;
  border-color: #625041 !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #7b6451 !important;
  border-color: #7b6451 !important;
  color: white!important;
}
.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: #c0a996 !important;
}
.bg-success {
  background-color: #817f84 !important;
}
.bg-info {
  background-color: #625041 !important;
}
.bg-warning {
  background-color: #507a7b !important;
}
.bg-danger {
  background-color: #313033 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c0a996 !important;
  border-color: #c0a996 !important;
  color: #ffffff;
  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;
  background-color: #9f7d60;
  border-color: #9f7d60;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f7d60 !important;
  border-color: #9f7d60 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7b6451 !important;
  border-color: #7b6451 !important;
  color: #ffffff;
  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;
  background-color: #473a2f;
  border-color: #473a2f;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #473a2f !important;
  border-color: #473a2f !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #625041 !important;
  border-color: #625041 !important;
  color: #ffffff;
  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;
  background-color: #2e251e;
  border-color: #2e251e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2e251e !important;
  border-color: #2e251e !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #817f84 !important;
  border-color: #817f84 !important;
  color: #ffffff;
  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;
  background-color: #565458;
  border-color: #565458;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #565458 !important;
  border-color: #565458 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #507a7b !important;
  border-color: #507a7b !important;
  color: #ffffff;
  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;
  background-color: #2e4646;
  border-color: #2e4646;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2e4646 !important;
  border-color: #2e4646 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #313033 !important;
  border-color: #313033 !important;
  color: #ffffff;
  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;
  background-color: #060606;
  border-color: #060606;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #c0a996 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c0a996;
  color: #c0a996;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f7d60 !important;
  background-color: transparent!important;
  border-color: #9f7d60 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a996 !important;
  border-color: #c0a996 !important;
}
.btn-primary-outline:active {
  color: #c0a996 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-secondary-outline {
  color: #7b6451 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7b6451;
  color: #7b6451;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #473a2f !important;
  background-color: transparent!important;
  border-color: #473a2f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7b6451 !important;
  border-color: #7b6451 !important;
}
.btn-secondary-outline:active {
  color: #7b6451 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-info-outline {
  color: #625041 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #625041;
  color: #625041;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2e251e !important;
  background-color: transparent!important;
  border-color: #2e251e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #625041 !important;
  border-color: #625041 !important;
}
.btn-info-outline:active {
  color: #625041 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-success-outline {
  color: #817f84 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #817f84;
  color: #817f84;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #565458 !important;
  background-color: transparent!important;
  border-color: #565458 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #817f84 !important;
  border-color: #817f84 !important;
}
.btn-success-outline:active {
  color: #817f84 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-warning-outline {
  color: #507a7b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #507a7b;
  color: #507a7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2e4646 !important;
  background-color: transparent!important;
  border-color: #2e4646 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #507a7b !important;
  border-color: #507a7b !important;
}
.btn-warning-outline:active {
  color: #507a7b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-danger-outline {
  color: #313033 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #313033;
  color: #313033;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #060606 !important;
  background-color: transparent!important;
  border-color: #060606 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #313033 !important;
  border-color: #313033 !important;
}
.btn-danger-outline:active {
  color: #313033 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #c0a996 !important;
  background: #c0a996 !important;
  color: #7b6451 !important;
}
.text-primary {
  color: #c0a996 !important;
}
.text-secondary {
  color: #7b6451 !important;
}
.text-success {
  color: #817f84 !important;
}
.text-info {
  color: #625041 !important;
}
.text-warning {
  color: #507a7b !important;
}
.text-danger {
  color: #313033 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e6ddd6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae9784 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b4b3b6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9d826c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #83adae !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #636168 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #c0a996;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #625041;
}
.alert-warning {
  background-color: #507a7b;
}
.alert-danger {
  background-color: #313033;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c0a996;
  border-color: #c0a996;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c0a996;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f0eae6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c1c0c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a78f7b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92b7b8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a3a2a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #c0a996 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c0a996;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c0a996;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c0a996;
}
.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: #c0a996;
  border-bottom-color: #c0a996;
}
.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: #c0a996 !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: #7b6451 !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='%23c0a996' %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-st2eExKwNs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2eExKwNs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2eExKwNs nav.navbar {
  position: fixed;
}
.cid-st2eExKwNs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2eExKwNs .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2eExKwNs .nav-item {
    height: auto;
  }
}
.cid-st2eExKwNs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-st2eExKwNs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2eExKwNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2eExKwNs .dropdown-item:hover,
.cid-st2eExKwNs .dropdown-item:focus {
  background: white !important;
}
.cid-st2eExKwNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2eExKwNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2eExKwNs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2eExKwNs .nav-link {
  position: relative;
}
.cid-st2eExKwNs .container {
  display: flex;
  margin: auto;
}
.cid-st2eExKwNs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2eExKwNs .dropdown-menu,
.cid-st2eExKwNs .navbar.opened {
  background: #efefef !important;
}
.cid-st2eExKwNs .nav-item:focus,
.cid-st2eExKwNs .nav-link:focus {
  outline: none;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2eExKwNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2eExKwNs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-st2eExKwNs .navbar.opened {
  transition: all 0.3s;
}
.cid-st2eExKwNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2eExKwNs .navbar .navbar-logo img {
  width: auto;
}
.cid-st2eExKwNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2eExKwNs .navbar.collapsed {
  justify-content: center;
}
.cid-st2eExKwNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2eExKwNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2eExKwNs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st2eExKwNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2eExKwNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2eExKwNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2eExKwNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st2eExKwNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2eExKwNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2eExKwNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-st2eExKwNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2eExKwNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2eExKwNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2eExKwNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2eExKwNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2eExKwNs .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-st2eExKwNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2eExKwNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2eExKwNs .dropdown-item.active,
.cid-st2eExKwNs .dropdown-item:active {
  background-color: transparent;
}
.cid-st2eExKwNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2eExKwNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-st2eExKwNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2eExKwNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2eExKwNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2eExKwNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2eExKwNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2eExKwNs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2eExKwNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2eExKwNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2eExKwNs .navbar {
    height: 70px;
  }
  .cid-st2eExKwNs .navbar.opened {
    height: auto;
  }
  .cid-st2eExKwNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2eElkdSs {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/evangelikus-keszthely-header-1920x600.jpg");
}
.cid-st2eElkdSs .mbr-text,
.cid-st2eElkdSs .mbr-section-btn {
  color: #ffffff;
}
.cid-st2eElkdSs .mbr-section-title {
  color: #ffffff;
}
.cid-st2eElkdSs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v75iRZRWyI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v75iRZRWyI .row {
  background: #ccb5a3;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v75iRZRWyI .row {
    padding: 1rem 0rem;
  }
}
.cid-v75iRZRWyI .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #c0a996;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-v75iRZRWyI .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-v75iRZRWyI .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-v75iRZRWyI .card {
  z-index: 2;
}
.cid-v75iRZRWyI .mbr-text,
.cid-v75iRZRWyI .mbr-section-btn {
  color: #313033;
}
.cid-v75iRZRWyI .mbr-section-subtitle {
  color: #14191e;
}
.cid-v75iRZRWyI .mbr-section-title {
  color: #313033;
}
.cid-v4q6lOnDo5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4q6lOnDo5 .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v4q6lOnDo5 .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-v4q6lOnDo5 .item-content:hover {
  background: #efddd0;
  border-color: #efddd0;
}
@media (max-width: 767px) {
  .cid-v4q6lOnDo5 .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v4q6lOnDo5 .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #efddd0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #313033;
}
@media (max-width: 767px) {
  .cid-v4q6lOnDo5 .img-text {
    left: 1rem;
  }
}
.cid-v4q6lOnDo5 img,
.cid-v4q6lOnDo5 .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-v4q6lOnDo5 .item:focus,
.cid-v4q6lOnDo5 span:focus {
  outline: none;
}
.cid-v4q6lOnDo5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4q6lOnDo5 .mbr-section-title {
  color: #7b6451;
}
.cid-v4q6lOnDo5 .mbr-text,
.cid-v4q6lOnDo5 .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v4q6lOnDo5 .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v4q6lOnDo5 .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-v4q6lOnDo5 .mbr-section-subtitle {
  color: #777777;
}
.cid-v4ZcYvRXfn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4ZcYvRXfn .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v4ZcYvRXfn .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-v4ZcYvRXfn .item-content:hover {
  background: #efddd0;
  border-color: #efddd0;
}
@media (max-width: 767px) {
  .cid-v4ZcYvRXfn .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v4ZcYvRXfn .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #efddd0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #313033;
}
@media (max-width: 767px) {
  .cid-v4ZcYvRXfn .img-text {
    left: 1rem;
  }
}
.cid-v4ZcYvRXfn img,
.cid-v4ZcYvRXfn .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-v4ZcYvRXfn .item:focus,
.cid-v4ZcYvRXfn span:focus {
  outline: none;
}
.cid-v4ZcYvRXfn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4ZcYvRXfn .mbr-section-title {
  color: #7b6451;
}
.cid-v4ZcYvRXfn .mbr-text,
.cid-v4ZcYvRXfn .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v4ZcYvRXfn .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v4ZcYvRXfn .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-v4ZcYvRXfn .mbr-section-subtitle {
  color: #777777;
}
.cid-v823T5K3U2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v823T5K3U2 .video-block {
  width: 100%;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-v823T5K3U2 .video-block {
    width: 100%;
    padding: 0;
  }
}
.cid-v823T5K3U2 .video-block .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-v823T5K3U2 .video-block .video-block .video-wrapper .app-video-wrapper::before {
  color: white;
  text-shadow: none;
}
.cid-v823T5K3U2 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v823T5K3U2 .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-v823T5K3U2 .icon1 {
  color: #8bd176;
}
.cid-v823T5K3U2 .icon2 {
  color: #ff6666;
}
.cid-v823T5K3U2 .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v823T5K3U2 .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-v823T5K3U2 .card-text {
  color: #777777;
}
.cid-v823T5K3U2 .mbr-section-subtitle {
  color: #777777;
}
.cid-v823T5K3U2 .mbr-text,
.cid-v823T5K3U2 .mbr-section-btn {
  color: #777777;
}
.cid-v823T5K3U2 .mbr-section-title {
  color: #7b6451;
}
.cid-v4qcDLeqnR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4qcDLeqnR .video-block {
  width: 100%;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-v4qcDLeqnR .video-block {
    width: 100%;
    padding: 0;
  }
}
.cid-v4qcDLeqnR .video-block .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-v4qcDLeqnR .video-block .video-block .video-wrapper .app-video-wrapper::before {
  color: white;
  text-shadow: none;
}
.cid-v4qcDLeqnR .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4qcDLeqnR .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-v4qcDLeqnR .icon1 {
  color: #8bd176;
}
.cid-v4qcDLeqnR .icon2 {
  color: #ff6666;
}
.cid-v4qcDLeqnR .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4qcDLeqnR .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-v4qcDLeqnR .card-text {
  color: #777777;
}
.cid-v4qcDLeqnR .mbr-section-subtitle {
  color: #777777;
}
.cid-v4qcDLeqnR .mbr-text,
.cid-v4qcDLeqnR .mbr-section-btn {
  color: #777777;
}
.cid-v4qcDLeqnR .mbr-section-title {
  color: #7b6451;
}
.cid-v4XNySQO7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-v4XNySQO7e img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v4XNySQO7e img {
    width: 100%;
  }
}
.cid-v4XNySQO7e .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-v4XNySQO7e .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-v4XNySQO7e .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v4XNySQO7e .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-v4XNySQO7e .mbr-text,
.cid-v4XNySQO7e .mbr-section-btn {
  color: #777777;
}
.cid-v4XNySQO7e .mbr-section-subtitle {
  color: #777777;
}
.cid-v4XNySQO7e .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v4XNySQO7e .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-v4XNySQO7e .mbr-section-title {
  color: #7b6451;
}
.cid-st2L3FzgcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7b6451;
}
.cid-st2L3FzgcK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-st2L3FzgcK .panel-group {
  border: none;
}
.cid-st2L3FzgcK .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-st2L3FzgcK .card-header {
    padding: 1rem 0rem;
  }
}
.cid-st2L3FzgcK .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-st2L3FzgcK .panel-body {
    padding: 0rem;
  }
}
.cid-st2L3FzgcK .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2L3FzgcK .img-item {
    padding-bottom: 3rem;
  }
}
.cid-st2L3FzgcK img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2L3FzgcK img {
    width: 100%;
  }
}
.cid-st2L3FzgcK .container-fluid {
  padding: 0 1rem;
}
.cid-st2L3FzgcK .collapsed span {
  transform: rotate(0deg);
}
.cid-st2L3FzgcK .panel-title {
  display: flex;
  align-items: center;
}
.cid-st2L3FzgcK .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-st2L3FzgcK .panel-title-edit {
  color: #000000;
}
.cid-st2L3FzgcK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-st2L3FzgcK .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-st2L3FzgcK .panel-title-edit,
.cid-st2L3FzgcK .mbr-iconfont {
  color: #1b2026;
}
.cid-st2L3FzgcK .panel-text {
  color: #777777;
}
.cid-st2L3FzgcK H4 {
  color: #ffffff;
}
.cid-st2L3FzgcK H3 {
  color: #ffffff;
}
.cid-st2L3FzgcK H2 {
  color: #ffffff;
}
#feliratkozas {
  /* Type valid CSS here */
}
#feliratkozas div {
  padding: 0px;
}
#feliratkozas .ml-form-embedContainer {
  padding: 40px;
}
.cid-v54zoz4pqQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v54zoz4pqQ .row {
  background: #7b6451;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-v54zoz4pqQ .row {
    padding: 1rem 0rem;
  }
}
.cid-v54zoz4pqQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v54zoz4pqQ img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v54zoz4pqQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-v54zoz4pqQ .mbr-text,
.cid-v54zoz4pqQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v54zoz4pqQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v54zoz4pqQ .mbr-section-title {
  color: #ffffff;
}
.cid-v54zoz4pqQ a {
  text-decoration: underline;
}
#terkep {
  /* Type valid CSS here */
}
#terkep div {
  padding: 0;
  color: #777;
  text-align: center;
}
#terkep p {
  font-size: 60px;
  color: #777;
}
.cid-v4XxJNyJCk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v4XxJNyJCk .mbr-text,
.cid-v4XxJNyJCk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v4XxJNyJCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XxJNyJCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4XxJNyJCk .mbr-section-title {
  text-align: center;
}
.cid-st2KXorDtr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-st2KXorDtr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2KXorDtr li {
  padding-bottom: 0.6rem;
}
.cid-st2KXorDtr .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2KXorDtr .border-col {
    border: 0px;
  }
}
.cid-st2KXorDtr .container {
  position: relative;
}
.cid-st2KXorDtr .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-st2KXorDtr .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-st2KXorDtr .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2KXorDtr .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2KXorDtr .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-st2KXorDtr .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2KXorDtr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2KXorDtr .soc-item:hover {
  background: #c0a996;
}
.cid-st2KXorDtr .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2KXorDtr .row {
    text-align: center;
  }
  .cid-st2KXorDtr .social-row {
    justify-content: center;
  }
}
.cid-st2KXorDtr .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2KXorDtr .mbr-text {
  color: #464646;
}
.cid-st2KXorDtr H5 {
  color: #ffffff;
}
.cid-st2KXorDtr .mbr-section-subtitle {
  color: #7b6451;
}
.cid-st2KXorDtr .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v4TrnxEIrO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4TrnxEIrO .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v4TrnxEIrO nav.navbar {
  position: fixed;
}
.cid-v4TrnxEIrO .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v4TrnxEIrO .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v4TrnxEIrO .nav-item {
    height: auto;
  }
}
.cid-v4TrnxEIrO .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v4TrnxEIrO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4TrnxEIrO .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4TrnxEIrO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4TrnxEIrO .dropdown-item:hover,
.cid-v4TrnxEIrO .dropdown-item:focus {
  background: white !important;
}
.cid-v4TrnxEIrO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4TrnxEIrO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4TrnxEIrO .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v4TrnxEIrO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4TrnxEIrO .nav-link {
  position: relative;
}
.cid-v4TrnxEIrO .container {
  display: flex;
  margin: auto;
}
.cid-v4TrnxEIrO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v4TrnxEIrO .dropdown-menu,
.cid-v4TrnxEIrO .navbar.opened {
  background: #efefef !important;
}
.cid-v4TrnxEIrO .nav-item:focus,
.cid-v4TrnxEIrO .nav-link:focus {
  outline: none;
}
.cid-v4TrnxEIrO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4TrnxEIrO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4TrnxEIrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v4TrnxEIrO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4TrnxEIrO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4TrnxEIrO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4TrnxEIrO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v4TrnxEIrO .navbar.opened {
  transition: all 0.3s;
}
.cid-v4TrnxEIrO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4TrnxEIrO .navbar .navbar-logo img {
  width: auto;
}
.cid-v4TrnxEIrO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4TrnxEIrO .navbar.collapsed {
  justify-content: center;
}
.cid-v4TrnxEIrO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4TrnxEIrO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4TrnxEIrO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v4TrnxEIrO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4TrnxEIrO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4TrnxEIrO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4TrnxEIrO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4TrnxEIrO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4TrnxEIrO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4TrnxEIrO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4TrnxEIrO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4TrnxEIrO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4TrnxEIrO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4TrnxEIrO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4TrnxEIrO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4TrnxEIrO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4TrnxEIrO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4TrnxEIrO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4TrnxEIrO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4TrnxEIrO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4TrnxEIrO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4TrnxEIrO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4TrnxEIrO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4TrnxEIrO .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-v4TrnxEIrO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4TrnxEIrO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4TrnxEIrO .dropdown-item.active,
.cid-v4TrnxEIrO .dropdown-item:active {
  background-color: transparent;
}
.cid-v4TrnxEIrO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4TrnxEIrO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4TrnxEIrO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4TrnxEIrO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v4TrnxEIrO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4TrnxEIrO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4TrnxEIrO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4TrnxEIrO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4TrnxEIrO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4TrnxEIrO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4TrnxEIrO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4TrnxEIrO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TrnxEIrO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TrnxEIrO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4TrnxEIrO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TrnxEIrO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4TrnxEIrO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4TrnxEIrO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TrnxEIrO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4TrnxEIrO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4TrnxEIrO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4TrnxEIrO .navbar {
    height: 70px;
  }
  .cid-v4TrnxEIrO .navbar.opened {
    height: auto;
  }
  .cid-v4TrnxEIrO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4TrnyyNco {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v4TrnyyNco .mbr-text,
.cid-v4TrnyyNco .mbr-section-btn {
  color: #ffffff;
}
.cid-v4TrnyyNco .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4TrnyyNco .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4TsiMagJF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4TsiMagJF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1b2026;
  margin-bottom: 2rem;
}
.cid-v4TsiMagJF .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v4TsiMagJF .card-title,
.cid-v4TsiMagJF .card-box {
  color: #777777;
}
.cid-v4TsiMagJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TsiMagJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54vU2PLHY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v54vU2PLHY .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v54vU2PLHY .mbr-text {
  color: #313033;
}
.cid-v74O1Y9kGI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #faf4ef;
}
.cid-v74O1Y9kGI .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v74O1Y9kGI .mbr-text {
  color: #313033;
}
.cid-v54woIJaok {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v54woIJaok .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v54woIJaok .mbr-text {
  color: #313033;
}
.cid-v54wGicWqs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v54wGicWqs .mbr-text,
.cid-v54wGicWqs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v54wGicWqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54wGicWqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54wGicWqs .mbr-section-title {
  text-align: center;
}
.cid-v4Tsc2Cyf3 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v4Tsc2Cyf3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v4Tsc2Cyf3 .img-item,
.cid-v4Tsc2Cyf3 img {
  height: 100%;
  object-fit: cover;
}
.cid-v4Tsc2Cyf3 .img-col {
  padding: 0;
}
.cid-v4Tsc2Cyf3 .col-auto {
  width: 100%;
}
.cid-v4Tsc2Cyf3 .wrapper {
  background: #efefef;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-v4Tsc2Cyf3 .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-v4Tsc2Cyf3 textarea {
  min-height: 200px;
}
.cid-v4Tsc2Cyf3 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-v4Tsc2Cyf3 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-v4Tsc2Cyf3 .form-control,
.cid-v4Tsc2Cyf3 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4Tsc2Cyf3 .form-control::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .field-input::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .form-control::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-v4Tsc2Cyf3 .form-control:-moz-placeholder,
.cid-v4Tsc2Cyf3 .field-input:-moz-placeholder,
.cid-v4Tsc2Cyf3 .form-control:-moz-placeholder,
.cid-v4Tsc2Cyf3 .field-input:-moz-placeholder {
  color: #777777;
}
.cid-v4Tsc2Cyf3 .form-control:hover,
.cid-v4Tsc2Cyf3 .field-input:hover,
.cid-v4Tsc2Cyf3 .form-control:focus,
.cid-v4Tsc2Cyf3 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-v4Tsc2Cyf3 .form-control:hover::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .field-input:hover::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .form-control:focus::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .field-input:focus::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .form-control:hover::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .field-input:hover::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .form-control:focus::-webkit-input-placeholder,
.cid-v4Tsc2Cyf3 .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-v4Tsc2Cyf3 .form-control:hover:-moz-placeholder,
.cid-v4Tsc2Cyf3 .field-input:hover:-moz-placeholder,
.cid-v4Tsc2Cyf3 .form-control:focus:-moz-placeholder,
.cid-v4Tsc2Cyf3 .field-input:focus:-moz-placeholder,
.cid-v4Tsc2Cyf3 .form-control:hover:-moz-placeholder,
.cid-v4Tsc2Cyf3 .field-input:hover:-moz-placeholder,
.cid-v4Tsc2Cyf3 .form-control:focus:-moz-placeholder,
.cid-v4Tsc2Cyf3 .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-v4Tsc2Cyf3 .jq-number__spin:hover,
.cid-v4Tsc2Cyf3 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v4Tsc2Cyf3 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4Tsc2Cyf3 .jq-selectbox li,
.cid-v4Tsc2Cyf3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v4Tsc2Cyf3 .jq-selectbox li:hover,
.cid-v4Tsc2Cyf3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v4Tsc2Cyf3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v4Tsc2Cyf3 .jq-number__spin.minus:hover:after,
.cid-v4Tsc2Cyf3 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v4Tsc2Cyf3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v4Tsc2Cyf3 .jq-number__spin.minus:after,
.cid-v4Tsc2Cyf3 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v4Tsc2Cyf3 input::-webkit-clear-button {
  display: none;
}
.cid-v4Tsc2Cyf3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-v4Tsc2Cyf3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-v4Tsc2Cyf3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v4Tsc2Cyf3 H4 {
  color: #777777;
}
.cid-v4Tsc2Cyf3 H3 {
  color: #7b6451;
}
#custom-html-b {
  /* Type valid CSS here */
}
#custom-html-b div {
  padding: 0px;
}
#custom-html-b .ml-form-embedContainer {
  padding: 40px;
}
#custom-html-12 {
  /* Type valid CSS here */
}
#custom-html-12 div {
  padding: 0;
  color: #777;
  text-align: center;
}
#custom-html-12 p {
  font-size: 60px;
  color: #777;
}
.cid-v4TrnCmtrH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v4TrnCmtrH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TrnCmtrH li {
  padding-bottom: 0.6rem;
}
.cid-v4TrnCmtrH .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4TrnCmtrH .border-col {
    border: 0px;
  }
}
.cid-v4TrnCmtrH .container {
  position: relative;
}
.cid-v4TrnCmtrH .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4TrnCmtrH .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4TrnCmtrH .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v4TrnCmtrH .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4TrnCmtrH .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v4TrnCmtrH .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4TrnCmtrH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v4TrnCmtrH .soc-item:hover {
  background: #c0a996;
}
.cid-v4TrnCmtrH .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v4TrnCmtrH .row {
    text-align: center;
  }
  .cid-v4TrnCmtrH .social-row {
    justify-content: center;
  }
}
.cid-v4TrnCmtrH .list {
  list-style: none;
  padding-left: 0;
}
.cid-v4TrnCmtrH .mbr-text {
  color: #464646;
}
.cid-v4TrnCmtrH H5 {
  color: #ffffff;
}
.cid-v4TrnCmtrH .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v4TrnCmtrH .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v4TvxLwzwM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4TvxLwzwM .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v4TvxLwzwM nav.navbar {
  position: fixed;
}
.cid-v4TvxLwzwM .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v4TvxLwzwM .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v4TvxLwzwM .nav-item {
    height: auto;
  }
}
.cid-v4TvxLwzwM .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v4TvxLwzwM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4TvxLwzwM .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4TvxLwzwM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4TvxLwzwM .dropdown-item:hover,
.cid-v4TvxLwzwM .dropdown-item:focus {
  background: white !important;
}
.cid-v4TvxLwzwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4TvxLwzwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4TvxLwzwM .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v4TvxLwzwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4TvxLwzwM .nav-link {
  position: relative;
}
.cid-v4TvxLwzwM .container {
  display: flex;
  margin: auto;
}
.cid-v4TvxLwzwM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v4TvxLwzwM .dropdown-menu,
.cid-v4TvxLwzwM .navbar.opened {
  background: #efefef !important;
}
.cid-v4TvxLwzwM .nav-item:focus,
.cid-v4TvxLwzwM .nav-link:focus {
  outline: none;
}
.cid-v4TvxLwzwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4TvxLwzwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4TvxLwzwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v4TvxLwzwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4TvxLwzwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4TvxLwzwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4TvxLwzwM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v4TvxLwzwM .navbar.opened {
  transition: all 0.3s;
}
.cid-v4TvxLwzwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4TvxLwzwM .navbar .navbar-logo img {
  width: auto;
}
.cid-v4TvxLwzwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4TvxLwzwM .navbar.collapsed {
  justify-content: center;
}
.cid-v4TvxLwzwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4TvxLwzwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4TvxLwzwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v4TvxLwzwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4TvxLwzwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4TvxLwzwM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4TvxLwzwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4TvxLwzwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4TvxLwzwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4TvxLwzwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4TvxLwzwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4TvxLwzwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4TvxLwzwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4TvxLwzwM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4TvxLwzwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4TvxLwzwM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4TvxLwzwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4TvxLwzwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4TvxLwzwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4TvxLwzwM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4TvxLwzwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4TvxLwzwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4TvxLwzwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4TvxLwzwM .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-v4TvxLwzwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4TvxLwzwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4TvxLwzwM .dropdown-item.active,
.cid-v4TvxLwzwM .dropdown-item:active {
  background-color: transparent;
}
.cid-v4TvxLwzwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4TvxLwzwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4TvxLwzwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4TvxLwzwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v4TvxLwzwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4TvxLwzwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4TvxLwzwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4TvxLwzwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4TvxLwzwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4TvxLwzwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4TvxLwzwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4TvxLwzwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TvxLwzwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4TvxLwzwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4TvxLwzwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TvxLwzwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4TvxLwzwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4TvxLwzwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4TvxLwzwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4TvxLwzwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4TvxLwzwM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4TvxLwzwM .navbar {
    height: 70px;
  }
  .cid-v4TvxLwzwM .navbar.opened {
    height: auto;
  }
  .cid-v4TvxLwzwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4TvxMtuO8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v4TvxMtuO8 .mbr-text,
.cid-v4TvxMtuO8 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4TvxMtuO8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4TvxMtuO8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4XqABPXnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4XqABPXnn .mbr-section-subtitle {
  color: #14191e;
}
.cid-v4XqABPXnn .mbr-text {
  color: #777777;
}
.cid-v4TvxQLMN2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v4TvxQLMN2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4TvxQLMN2 li {
  padding-bottom: 0.6rem;
}
.cid-v4TvxQLMN2 .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4TvxQLMN2 .border-col {
    border: 0px;
  }
}
.cid-v4TvxQLMN2 .container {
  position: relative;
}
.cid-v4TvxQLMN2 .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4TvxQLMN2 .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4TvxQLMN2 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v4TvxQLMN2 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4TvxQLMN2 .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v4TvxQLMN2 .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4TvxQLMN2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v4TvxQLMN2 .soc-item:hover {
  background: #c0a996;
}
.cid-v4TvxQLMN2 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v4TvxQLMN2 .row {
    text-align: center;
  }
  .cid-v4TvxQLMN2 .social-row {
    justify-content: center;
  }
}
.cid-v4TvxQLMN2 .list {
  list-style: none;
  padding-left: 0;
}
.cid-v4TvxQLMN2 .mbr-text {
  color: #464646;
}
.cid-v4TvxQLMN2 H5 {
  color: #ffffff;
}
.cid-v4TvxQLMN2 .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v4TvxQLMN2 .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v4Xuy89ehl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4Xuy89ehl .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v4Xuy89ehl nav.navbar {
  position: fixed;
}
.cid-v4Xuy89ehl .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v4Xuy89ehl .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v4Xuy89ehl .nav-item {
    height: auto;
  }
}
.cid-v4Xuy89ehl .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v4Xuy89ehl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Xuy89ehl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4Xuy89ehl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4Xuy89ehl .dropdown-item:hover,
.cid-v4Xuy89ehl .dropdown-item:focus {
  background: white !important;
}
.cid-v4Xuy89ehl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Xuy89ehl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Xuy89ehl .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v4Xuy89ehl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Xuy89ehl .nav-link {
  position: relative;
}
.cid-v4Xuy89ehl .container {
  display: flex;
  margin: auto;
}
.cid-v4Xuy89ehl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v4Xuy89ehl .dropdown-menu,
.cid-v4Xuy89ehl .navbar.opened {
  background: #efefef !important;
}
.cid-v4Xuy89ehl .nav-item:focus,
.cid-v4Xuy89ehl .nav-link:focus {
  outline: none;
}
.cid-v4Xuy89ehl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Xuy89ehl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Xuy89ehl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v4Xuy89ehl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Xuy89ehl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Xuy89ehl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Xuy89ehl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v4Xuy89ehl .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Xuy89ehl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4Xuy89ehl .navbar .navbar-logo img {
  width: auto;
}
.cid-v4Xuy89ehl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Xuy89ehl .navbar.collapsed {
  justify-content: center;
}
.cid-v4Xuy89ehl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Xuy89ehl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4Xuy89ehl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v4Xuy89ehl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Xuy89ehl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Xuy89ehl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4Xuy89ehl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Xuy89ehl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Xuy89ehl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Xuy89ehl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Xuy89ehl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Xuy89ehl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Xuy89ehl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Xuy89ehl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4Xuy89ehl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Xuy89ehl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Xuy89ehl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Xuy89ehl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4Xuy89ehl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Xuy89ehl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Xuy89ehl .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Xuy89ehl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4Xuy89ehl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4Xuy89ehl .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-v4Xuy89ehl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Xuy89ehl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Xuy89ehl .dropdown-item.active,
.cid-v4Xuy89ehl .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Xuy89ehl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Xuy89ehl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Xuy89ehl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Xuy89ehl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v4Xuy89ehl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Xuy89ehl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Xuy89ehl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4Xuy89ehl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4Xuy89ehl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4Xuy89ehl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4Xuy89ehl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Xuy89ehl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Xuy89ehl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Xuy89ehl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Xuy89ehl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Xuy89ehl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Xuy89ehl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Xuy89ehl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Xuy89ehl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4Xuy89ehl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Xuy89ehl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Xuy89ehl .navbar {
    height: 70px;
  }
  .cid-v4Xuy89ehl .navbar.opened {
    height: auto;
  }
  .cid-v4Xuy89ehl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Xuy8Z0eI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v4Xuy8Z0eI .mbr-text,
.cid-v4Xuy8Z0eI .mbr-section-btn {
  color: #ffffff;
}
.cid-v4Xuy8Z0eI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4Xuy8Z0eI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4XuI5vqt0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4XuI5vqt0 .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-v4XuI5vqt0 .row {
    padding: 1rem 0rem;
  }
}
.cid-v4XuI5vqt0 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v4XuI5vqt0 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v4XuI5vqt0 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-v4XuI5vqt0 .mbr-text,
.cid-v4XuI5vqt0 .mbr-section-btn {
  color: #777777;
}
.cid-v4XuI5vqt0 .mbr-section-subtitle {
  color: #14191e;
}
.cid-v4XuI5vqt0 .mbr-section-title {
  color: #7b6451;
}
.cid-v4XuJYSzSZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4XuJYSzSZ .row {
  background: #ccb5a3;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v4XuJYSzSZ .row {
    padding: 1rem 0rem;
  }
}
.cid-v4XuJYSzSZ .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #c0a996;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-v4XuJYSzSZ .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-v4XuJYSzSZ .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-v4XuJYSzSZ .card {
  z-index: 2;
}
.cid-v4XuJYSzSZ .mbr-text,
.cid-v4XuJYSzSZ .mbr-section-btn {
  color: #313033;
}
.cid-v4XuJYSzSZ .mbr-section-subtitle {
  color: #14191e;
}
.cid-v4XuJYSzSZ .mbr-section-title {
  color: #313033;
}
.cid-v4XuNgoURD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4XuNgoURD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v4XuNgoURD img {
    width: 100%;
  }
}
.cid-v4XuNgoURD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-v4XuNgoURD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-v4XuNgoURD .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v4XuNgoURD .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-v4XuNgoURD .mbr-text,
.cid-v4XuNgoURD .mbr-section-btn {
  color: #777777;
}
.cid-v4XuNgoURD .mbr-section-subtitle {
  color: #777777;
}
.cid-v4XuNgoURD .mbr-list {
  color: #777777;
}
.cid-v4XuNgoURD .mbr-section-title {
  color: #7b6451;
}
.cid-v4XuQJzeO4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4XuQJzeO4 .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-v4XuQJzeO4 .row {
    padding: 1rem 0rem;
  }
}
.cid-v4XuQJzeO4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v4XuQJzeO4 img {
    width: 100%;
  }
}
.cid-v4XuQJzeO4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v4XuQJzeO4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v4XuQJzeO4 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-v4XuQJzeO4 .mbr-text,
.cid-v4XuQJzeO4 .mbr-section-btn {
  color: #777777;
}
.cid-v4XuQJzeO4 .mbr-section-subtitle {
  color: #777777;
}
.cid-v4XuQJzeO4 .mbr-section-title {
  color: #7b6451;
}
.cid-v4XuLS3vpZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7b6451;
}
.cid-v4XuLS3vpZ img {
  width: 60%;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-v4XuLS3vpZ img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-v4XuLS3vpZ img {
    width: 60%;
    margin-bottom: 1rem;
  }
}
.cid-v4XuLS3vpZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  opacity: 0.7;
  margin-bottom: 1rem;
  overflow: hidden;
}
.cid-v4XuLS3vpZ .card:hover img {
  animation-duration: 0.3s;
  animation-name: slidein;
}
.cid-v4XuLS3vpZ .row {
  disaply: flex;
  background: #ffffff;
  padding: 3rem 1rem;
  margin: 0rem;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-v4XuLS3vpZ .card {
    max-width: auto;
  }
}
@keyframes slidein {
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#custom-html-t {
  /* Type valid CSS here */
}
#custom-html-t div {
  padding: 0px;
}
#custom-html-t .ml-form-embedContainer {
  padding: 40px;
}
#custom-html-11 {
  /* Type valid CSS here */
}
#custom-html-11 div {
  padding: 0;
  color: #777;
  text-align: center;
}
#custom-html-11 p {
  font-size: 60px;
  color: #777;
}
.cid-v4XuycCpgi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v4XuycCpgi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4XuycCpgi li {
  padding-bottom: 0.6rem;
}
.cid-v4XuycCpgi .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4XuycCpgi .border-col {
    border: 0px;
  }
}
.cid-v4XuycCpgi .container {
  position: relative;
}
.cid-v4XuycCpgi .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4XuycCpgi .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4XuycCpgi .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v4XuycCpgi .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4XuycCpgi .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v4XuycCpgi .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4XuycCpgi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v4XuycCpgi .soc-item:hover {
  background: #c0a996;
}
.cid-v4XuycCpgi .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v4XuycCpgi .row {
    text-align: center;
  }
  .cid-v4XuycCpgi .social-row {
    justify-content: center;
  }
}
.cid-v4XuycCpgi .list {
  list-style: none;
  padding-left: 0;
}
.cid-v4XuycCpgi .mbr-text {
  color: #464646;
}
.cid-v4XuycCpgi H5 {
  color: #ffffff;
}
.cid-v4XuycCpgi .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v4XuycCpgi .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v4XygkJwLi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4XygkJwLi .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v4XygkJwLi nav.navbar {
  position: fixed;
}
.cid-v4XygkJwLi .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v4XygkJwLi .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v4XygkJwLi .nav-item {
    height: auto;
  }
}
.cid-v4XygkJwLi .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v4XygkJwLi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4XygkJwLi .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4XygkJwLi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4XygkJwLi .dropdown-item:hover,
.cid-v4XygkJwLi .dropdown-item:focus {
  background: white !important;
}
.cid-v4XygkJwLi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4XygkJwLi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4XygkJwLi .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v4XygkJwLi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4XygkJwLi .nav-link {
  position: relative;
}
.cid-v4XygkJwLi .container {
  display: flex;
  margin: auto;
}
.cid-v4XygkJwLi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v4XygkJwLi .dropdown-menu,
.cid-v4XygkJwLi .navbar.opened {
  background: #efefef !important;
}
.cid-v4XygkJwLi .nav-item:focus,
.cid-v4XygkJwLi .nav-link:focus {
  outline: none;
}
.cid-v4XygkJwLi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4XygkJwLi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4XygkJwLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v4XygkJwLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4XygkJwLi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4XygkJwLi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4XygkJwLi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v4XygkJwLi .navbar.opened {
  transition: all 0.3s;
}
.cid-v4XygkJwLi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4XygkJwLi .navbar .navbar-logo img {
  width: auto;
}
.cid-v4XygkJwLi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4XygkJwLi .navbar.collapsed {
  justify-content: center;
}
.cid-v4XygkJwLi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4XygkJwLi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4XygkJwLi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v4XygkJwLi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4XygkJwLi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4XygkJwLi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4XygkJwLi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4XygkJwLi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4XygkJwLi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4XygkJwLi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4XygkJwLi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4XygkJwLi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4XygkJwLi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4XygkJwLi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4XygkJwLi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4XygkJwLi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4XygkJwLi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4XygkJwLi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4XygkJwLi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4XygkJwLi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4XygkJwLi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4XygkJwLi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4XygkJwLi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4XygkJwLi .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-v4XygkJwLi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4XygkJwLi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4XygkJwLi .dropdown-item.active,
.cid-v4XygkJwLi .dropdown-item:active {
  background-color: transparent;
}
.cid-v4XygkJwLi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4XygkJwLi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4XygkJwLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4XygkJwLi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v4XygkJwLi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4XygkJwLi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4XygkJwLi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4XygkJwLi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4XygkJwLi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4XygkJwLi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4XygkJwLi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4XygkJwLi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4XygkJwLi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4XygkJwLi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4XygkJwLi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4XygkJwLi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4XygkJwLi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4XygkJwLi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4XygkJwLi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4XygkJwLi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4XygkJwLi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4XygkJwLi .navbar {
    height: 70px;
  }
  .cid-v4XygkJwLi .navbar.opened {
    height: auto;
  }
  .cid-v4XygkJwLi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4XyglZI6F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v4XyglZI6F .mbr-text,
.cid-v4XyglZI6F .mbr-section-btn {
  color: #ffffff;
}
.cid-v4XyglZI6F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4XyglZI6F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4XCKVQob2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v4XCKVQob2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v4XCKVQob2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4XCKVQob2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4XCKVQob2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v4XCKVQob2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #292825;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v4XCKVQob2 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-v4XCKVQob2 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-v4XCKVQob2 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #292825 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-v4XCKVQob2 .mbr-gallery-filter ul {
  display: block;
}
.cid-v4XCKVQob2 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-v4XCKVQob2 .mbr-gallery-filter li.active .btn,
.cid-v4XCKVQob2 .mbr-gallery-filter li .btn.active {
  color: #b32523 !important;
  background: transparent;
}
.cid-v4XCKVQob2 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #b32523 !important;
}
.cid-v4XCKVQob2 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-v4XCKVQob2 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-v4XCKVQob2 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #b32523 !important;
}
.cid-v4XCKVQob2 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-v4XCKVQob2 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-v4XCKVQob2 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-v4XCKVQob2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-v4XCKVQob2 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-v4XCKVQob2 .icon-focus:before {
  content: '\e95e';
}
.cid-v4XCKVQob2 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-v4XCKVQob2 .mbr-section-title {
  margin: 0;
}
.cid-v4XCKVQob2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v4XCKVQob2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #292825;
  display: inline-block;
}
.cid-v4XCKVQob2 .mbr-section-title,
.cid-v4XCKVQob2 .underline {
  color: #ffffff;
}
.cid-v4XCKVQob2 img {
  border-radius: 8px;
}
.cid-v4XCKVQob2 .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v4XymU6ag1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4XymU6ag1 .row {
  background: #ccb5a3;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v4XymU6ag1 .row {
    padding: 1rem 0rem;
  }
}
.cid-v4XymU6ag1 .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #c0a996;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-v4XymU6ag1 .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-v4XymU6ag1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-v4XymU6ag1 .card {
  z-index: 2;
}
.cid-v4XymU6ag1 .mbr-text,
.cid-v4XymU6ag1 .mbr-section-btn {
  color: #313033;
}
.cid-v4XymU6ag1 .mbr-section-subtitle {
  color: #14191e;
}
.cid-v4XymU6ag1 .mbr-section-title {
  color: #313033;
}
.cid-v4XyLc2EhX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4XyLc2EhX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v4XyLc2EhX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v4XyLc2EhX .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-v4XyLc2EhX .row .img-item img {
    height: 250px;
  }
}
.cid-v4XyLc2EhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XyLc2EhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-1d {
  /* Type valid CSS here */
}
#custom-html-1d div {
  padding: 0px;
}
#custom-html-1d .ml-form-embedContainer {
  padding: 40px;
}
#custom-html-1e {
  /* Type valid CSS here */
}
#custom-html-1e div {
  padding: 0;
  color: #777;
  text-align: center;
}
#custom-html-1e p {
  font-size: 60px;
  color: #777;
}
.cid-v4Xygs29SX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v4Xygs29SX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Xygs29SX li {
  padding-bottom: 0.6rem;
}
.cid-v4Xygs29SX .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4Xygs29SX .border-col {
    border: 0px;
  }
}
.cid-v4Xygs29SX .container {
  position: relative;
}
.cid-v4Xygs29SX .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4Xygs29SX .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4Xygs29SX .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v4Xygs29SX .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4Xygs29SX .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v4Xygs29SX .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4Xygs29SX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v4Xygs29SX .soc-item:hover {
  background: #c0a996;
}
.cid-v4Xygs29SX .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v4Xygs29SX .row {
    text-align: center;
  }
  .cid-v4Xygs29SX .social-row {
    justify-content: center;
  }
}
.cid-v4Xygs29SX .list {
  list-style: none;
  padding-left: 0;
}
.cid-v4Xygs29SX .mbr-text {
  color: #464646;
}
.cid-v4Xygs29SX H5 {
  color: #ffffff;
}
.cid-v4Xygs29SX .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v4Xygs29SX .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v4XKVl1ZSi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4XKVl1ZSi .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v4XKVl1ZSi nav.navbar {
  position: fixed;
}
.cid-v4XKVl1ZSi .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v4XKVl1ZSi .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v4XKVl1ZSi .nav-item {
    height: auto;
  }
}
.cid-v4XKVl1ZSi .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v4XKVl1ZSi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4XKVl1ZSi .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4XKVl1ZSi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4XKVl1ZSi .dropdown-item:hover,
.cid-v4XKVl1ZSi .dropdown-item:focus {
  background: white !important;
}
.cid-v4XKVl1ZSi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4XKVl1ZSi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4XKVl1ZSi .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v4XKVl1ZSi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4XKVl1ZSi .nav-link {
  position: relative;
}
.cid-v4XKVl1ZSi .container {
  display: flex;
  margin: auto;
}
.cid-v4XKVl1ZSi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v4XKVl1ZSi .dropdown-menu,
.cid-v4XKVl1ZSi .navbar.opened {
  background: #efefef !important;
}
.cid-v4XKVl1ZSi .nav-item:focus,
.cid-v4XKVl1ZSi .nav-link:focus {
  outline: none;
}
.cid-v4XKVl1ZSi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4XKVl1ZSi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4XKVl1ZSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v4XKVl1ZSi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4XKVl1ZSi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4XKVl1ZSi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4XKVl1ZSi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v4XKVl1ZSi .navbar.opened {
  transition: all 0.3s;
}
.cid-v4XKVl1ZSi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4XKVl1ZSi .navbar .navbar-logo img {
  width: auto;
}
.cid-v4XKVl1ZSi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4XKVl1ZSi .navbar.collapsed {
  justify-content: center;
}
.cid-v4XKVl1ZSi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4XKVl1ZSi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4XKVl1ZSi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v4XKVl1ZSi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4XKVl1ZSi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4XKVl1ZSi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4XKVl1ZSi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4XKVl1ZSi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4XKVl1ZSi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4XKVl1ZSi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4XKVl1ZSi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4XKVl1ZSi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4XKVl1ZSi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4XKVl1ZSi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4XKVl1ZSi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4XKVl1ZSi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4XKVl1ZSi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4XKVl1ZSi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4XKVl1ZSi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4XKVl1ZSi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4XKVl1ZSi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4XKVl1ZSi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4XKVl1ZSi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4XKVl1ZSi .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-v4XKVl1ZSi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4XKVl1ZSi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4XKVl1ZSi .dropdown-item.active,
.cid-v4XKVl1ZSi .dropdown-item:active {
  background-color: transparent;
}
.cid-v4XKVl1ZSi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4XKVl1ZSi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4XKVl1ZSi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4XKVl1ZSi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v4XKVl1ZSi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4XKVl1ZSi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4XKVl1ZSi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4XKVl1ZSi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4XKVl1ZSi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4XKVl1ZSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4XKVl1ZSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4XKVl1ZSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4XKVl1ZSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4XKVl1ZSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4XKVl1ZSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4XKVl1ZSi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4XKVl1ZSi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4XKVl1ZSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4XKVl1ZSi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4XKVl1ZSi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4XKVl1ZSi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4XKVl1ZSi .navbar {
    height: 70px;
  }
  .cid-v4XKVl1ZSi .navbar.opened {
    height: auto;
  }
  .cid-v4XKVl1ZSi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4XKVlZu52 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v4XKVlZu52 .mbr-text,
.cid-v4XKVlZu52 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4XKVlZu52 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4XKVlZu52 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v54x4R8jeO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-v54x4R8jeO .mbr-text,
.cid-v54x4R8jeO .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v54x4R8jeO img {
  border-radius: 1rem;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54x4R8jeO .btn-col {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-v54x4R8jeO .btn-col {
    text-align: center;
  }
}
.cid-v54x4R8jeO .wrapper {
  display: flex;
  background: white;
  padding: 1rem 2rem;
  width: 90%;
  flex-wrap: wrap;
  margin: auto;
  margin-top: -3rem;
  z-index: 4;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-v54x4R8jeO .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v54x4R8jeO .mbr-section-title {
  color: #31363b;
}
.cid-v54x4R8jeO .mbr-section-subtitle {
  color: #777777;
}
@media (min-width: 992px) {
  .cid-v54x4R8jeO .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.cid-v54x4R8jeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54x4R8jeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4XKVnH8hl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4XKVnH8hl .row {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-v4XKVnH8hl .row {
    padding: 1rem 0rem;
  }
}
.cid-v4XKVnH8hl img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v4XKVnH8hl img {
    width: 100%;
  }
}
.cid-v4XKVnH8hl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v4XKVnH8hl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v4XKVnH8hl .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-v4XKVnH8hl .mbr-text,
.cid-v4XKVnH8hl .mbr-section-btn {
  color: #777777;
}
.cid-v4XKVnH8hl .mbr-section-subtitle {
  color: #777777;
}
.cid-v4XKVnH8hl .mbr-section-title {
  color: #7b6451;
}
.cid-v4XKVnfQRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4XKVnfQRd img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v4XKVnfQRd img {
    width: 100%;
  }
}
.cid-v4XKVnfQRd .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-v4XKVnfQRd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-v4XKVnfQRd .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v4XKVnfQRd .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-v4XKVnfQRd .mbr-text,
.cid-v4XKVnfQRd .mbr-section-btn {
  color: #777777;
}
.cid-v4XKVnfQRd .mbr-section-subtitle {
  color: #777777;
}
.cid-v4XKVnfQRd .mbr-list {
  color: #777777;
}
.cid-v4XKVnfQRd .mbr-section-title {
  color: #7b6451;
}
.cid-v4XM9xNj8U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4XM9xNj8U .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-v4XM9xNj8U .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-v4XM9xNj8U .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-v4XM9xNj8U .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-v4XM9xNj8U .row .img-item {
    padding: 0rem;
  }
}
.cid-v4XM9xNj8U .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v4XM9xNj8U .big {
    transform: scale(1);
  }
}
.cid-v4XM9xNj8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XM9xNj8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4XKVr9PdJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v4XKVr9PdJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4XKVr9PdJ li {
  padding-bottom: 0.6rem;
}
.cid-v4XKVr9PdJ .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4XKVr9PdJ .border-col {
    border: 0px;
  }
}
.cid-v4XKVr9PdJ .container {
  position: relative;
}
.cid-v4XKVr9PdJ .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4XKVr9PdJ .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v4XKVr9PdJ .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v4XKVr9PdJ .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4XKVr9PdJ .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v4XKVr9PdJ .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v4XKVr9PdJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v4XKVr9PdJ .soc-item:hover {
  background: #c0a996;
}
.cid-v4XKVr9PdJ .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v4XKVr9PdJ .row {
    text-align: center;
  }
  .cid-v4XKVr9PdJ .social-row {
    justify-content: center;
  }
}
.cid-v4XKVr9PdJ .list {
  list-style: none;
  padding-left: 0;
}
.cid-v4XKVr9PdJ .mbr-text {
  color: #464646;
}
.cid-v4XKVr9PdJ H5 {
  color: #ffffff;
}
.cid-v4XKVr9PdJ .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v4XKVr9PdJ .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v54v44fyrd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v54v44fyrd .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v54v44fyrd nav.navbar {
  position: fixed;
}
.cid-v54v44fyrd .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v54v44fyrd .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v54v44fyrd .nav-item {
    height: auto;
  }
}
.cid-v54v44fyrd .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v54v44fyrd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v54v44fyrd .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v54v44fyrd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v54v44fyrd .dropdown-item:hover,
.cid-v54v44fyrd .dropdown-item:focus {
  background: white !important;
}
.cid-v54v44fyrd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v54v44fyrd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v54v44fyrd .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v54v44fyrd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v54v44fyrd .nav-link {
  position: relative;
}
.cid-v54v44fyrd .container {
  display: flex;
  margin: auto;
}
.cid-v54v44fyrd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v54v44fyrd .dropdown-menu,
.cid-v54v44fyrd .navbar.opened {
  background: #efefef !important;
}
.cid-v54v44fyrd .nav-item:focus,
.cid-v54v44fyrd .nav-link:focus {
  outline: none;
}
.cid-v54v44fyrd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v54v44fyrd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v54v44fyrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v54v44fyrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v54v44fyrd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v54v44fyrd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v54v44fyrd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v54v44fyrd .navbar.opened {
  transition: all 0.3s;
}
.cid-v54v44fyrd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v54v44fyrd .navbar .navbar-logo img {
  width: auto;
}
.cid-v54v44fyrd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v54v44fyrd .navbar.collapsed {
  justify-content: center;
}
.cid-v54v44fyrd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v54v44fyrd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v54v44fyrd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v54v44fyrd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v54v44fyrd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v54v44fyrd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v54v44fyrd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v54v44fyrd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v54v44fyrd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v54v44fyrd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v54v44fyrd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v54v44fyrd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v54v44fyrd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v54v44fyrd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v54v44fyrd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v54v44fyrd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v54v44fyrd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v54v44fyrd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v54v44fyrd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v54v44fyrd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v54v44fyrd .navbar.navbar-short {
  min-height: 60px;
}
.cid-v54v44fyrd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v54v44fyrd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v54v44fyrd .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-v54v44fyrd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v54v44fyrd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v54v44fyrd .dropdown-item.active,
.cid-v54v44fyrd .dropdown-item:active {
  background-color: transparent;
}
.cid-v54v44fyrd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v54v44fyrd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v54v44fyrd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v54v44fyrd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v54v44fyrd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v54v44fyrd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v54v44fyrd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v54v44fyrd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v54v44fyrd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v54v44fyrd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v54v44fyrd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v54v44fyrd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54v44fyrd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54v44fyrd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v54v44fyrd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54v44fyrd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v54v44fyrd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v54v44fyrd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54v44fyrd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v54v44fyrd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v54v44fyrd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v54v44fyrd .navbar {
    height: 70px;
  }
  .cid-v54v44fyrd .navbar.opened {
    height: auto;
  }
  .cid-v54v44fyrd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v54v450hDC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v54v450hDC .mbr-text,
.cid-v54v450hDC .mbr-section-btn {
  color: #ffffff;
}
.cid-v54v450hDC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v54v450hDC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v54CzENHl2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v54CzENHl2 .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v54CzENHl2 .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-v54CzENHl2 .item-content:hover {
  background: #efddd0;
  border-color: #efddd0;
}
@media (max-width: 767px) {
  .cid-v54CzENHl2 .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v54CzENHl2 .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #efddd0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #313033;
}
@media (max-width: 767px) {
  .cid-v54CzENHl2 .img-text {
    left: 1rem;
  }
}
.cid-v54CzENHl2 img,
.cid-v54CzENHl2 .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-v54CzENHl2 .item:focus,
.cid-v54CzENHl2 span:focus {
  outline: none;
}
.cid-v54CzENHl2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v54CzENHl2 .mbr-section-title {
  color: #7b6451;
}
.cid-v54CzENHl2 .mbr-text,
.cid-v54CzENHl2 .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v54CzENHl2 .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v54CzENHl2 .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-v54CzENHl2 .mbr-section-subtitle {
  color: #777777;
}
.cid-v54vgnmF5j {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #faf4ef;
}
.cid-v54vgnmF5j .card-text {
  color: #777777;
}
.cid-v54vgnmF5j ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v54vgnmF5j ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v54vgnmF5j ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-v54vgnmF5j .card-wrapper {
  padding: 2rem;
  transition: all 0.3s;
  background: #efddd0;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-v54vgnmF5j .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v54vgnmF5j .center {
  background: #7b6451;
}
.cid-v54vgnmF5j .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #c0a996;
  transform: rotate(45deg);
}
.cid-v54vgnmF5j .row {
  justify-content: center;
}
.cid-v54vgnmF5j .card-subtitle1 {
  color: #ffffff;
}
.cid-v54vgnmF5j .card-title1 {
  color: #ffffff;
}
.cid-v54vgnmF5j .mbr-list1 {
  color: #ffffff;
}
.cid-v54vgnmF5j .mbr-section-subtitle {
  color: #777777;
}
.cid-v54vgnmF5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54vgnmF5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54vgnmF5j .mbr-section-title {
  color: #7b6451;
}
.cid-v54vgnmF5j .card-title {
  color: #7b6451;
}
.cid-v54vgnmF5j .card-subtitle {
  color: #7b6451;
}
.cid-v54EZddda3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v54EZddda3 .card-text {
  color: #777777;
}
.cid-v54EZddda3 ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v54EZddda3 ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v54EZddda3 ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-v54EZddda3 .card-wrapper {
  padding: 2rem;
  transition: all 0.3s;
  background: #efddd0;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-v54EZddda3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v54EZddda3 .center {
  background: #7b6451;
}
.cid-v54EZddda3 .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #c0a996;
  transform: rotate(45deg);
}
.cid-v54EZddda3 .row {
  justify-content: center;
}
.cid-v54EZddda3 .card-subtitle1 {
  color: #ffffff;
}
.cid-v54EZddda3 .card-title1 {
  color: #ffffff;
}
.cid-v54EZddda3 .mbr-list1 {
  color: #ffffff;
}
.cid-v54EZddda3 .mbr-section-subtitle {
  color: #777777;
}
.cid-v54EZddda3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54EZddda3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54EZddda3 .mbr-section-title {
  color: #7b6451;
}
.cid-v54EZddda3 .card-title {
  color: #7b6451;
}
.cid-v54EZddda3 .card-subtitle {
  color: #7b6451;
}
.cid-v54GWX52Ip {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #faf4ef;
}
.cid-v54GWX52Ip .card-text {
  color: #777777;
}
.cid-v54GWX52Ip ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v54GWX52Ip ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-v54GWX52Ip ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-v54GWX52Ip .card-wrapper {
  padding: 2rem;
  transition: all 0.3s;
  background: #efddd0;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-v54GWX52Ip .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v54GWX52Ip .center {
  background: #7b6451;
}
.cid-v54GWX52Ip .center:before {
  opacity: 1;
  position: absolute;
  right: -150px;
  bottom: -150px;
  content: '';
  transition: all 0.3s;
  width: 300px;
  height: 300px;
  background: #c0a996;
  transform: rotate(45deg);
}
.cid-v54GWX52Ip .row {
  justify-content: center;
}
.cid-v54GWX52Ip .card-subtitle1 {
  color: #ffffff;
}
.cid-v54GWX52Ip .card-title1 {
  color: #ffffff;
}
.cid-v54GWX52Ip .mbr-list1 {
  color: #ffffff;
}
.cid-v54GWX52Ip .mbr-section-subtitle {
  color: #777777;
}
.cid-v54GWX52Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54GWX52Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54GWX52Ip .mbr-section-title {
  color: #7b6451;
}
.cid-v54GWX52Ip .card-title {
  color: #7b6451;
}
.cid-v54GWX52Ip .card-subtitle {
  color: #7b6451;
}
.cid-v54I5up0BS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v54I5up0BS .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v54I5up0BS .item-content {
  background: #faf4ef;
  transition: all 0.3s;
  border: 2px solid #bbbbbb;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v54I5up0BS .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v54I5up0BS .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v54I5up0BS .img-text {
    left: 1rem;
  }
}
.cid-v54I5up0BS img,
.cid-v54I5up0BS .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-v54I5up0BS .item:focus,
.cid-v54I5up0BS span:focus {
  outline: none;
}
.cid-v54I5up0BS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v54I5up0BS .mbr-section-title {
  color: #7b6451;
}
.cid-v54I5up0BS .mbr-text,
.cid-v54I5up0BS .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v54I5up0BS .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v54I5up0BS .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-v54I5up0BS .mbr-section-subtitle {
  color: #777777;
}
#custom-html-2d {
  /* Type valid CSS here */
}
#custom-html-2d div {
  padding: 0px;
}
#custom-html-2d .ml-form-embedContainer {
  padding: 40px;
}
#custom-html-2e {
  /* Type valid CSS here */
}
#custom-html-2e div {
  padding: 0;
  color: #777;
  text-align: center;
}
#custom-html-2e p {
  font-size: 60px;
  color: #777;
}
.cid-v54v49uMEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v54v49uMEZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v54v49uMEZ li {
  padding-bottom: 0.6rem;
}
.cid-v54v49uMEZ .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v54v49uMEZ .border-col {
    border: 0px;
  }
}
.cid-v54v49uMEZ .container {
  position: relative;
}
.cid-v54v49uMEZ .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v54v49uMEZ .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v54v49uMEZ .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v54v49uMEZ .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v54v49uMEZ .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v54v49uMEZ .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v54v49uMEZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v54v49uMEZ .soc-item:hover {
  background: #c0a996;
}
.cid-v54v49uMEZ .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v54v49uMEZ .row {
    text-align: center;
  }
  .cid-v54v49uMEZ .social-row {
    justify-content: center;
  }
}
.cid-v54v49uMEZ .list {
  list-style: none;
  padding-left: 0;
}
.cid-v54v49uMEZ .mbr-text {
  color: #464646;
}
.cid-v54v49uMEZ H5 {
  color: #ffffff;
}
.cid-v54v49uMEZ .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v54v49uMEZ .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
.cid-v54xNp8kYu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v54xNp8kYu .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-v54xNp8kYu nav.navbar {
  position: fixed;
}
.cid-v54xNp8kYu .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-v54xNp8kYu .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-v54xNp8kYu .nav-item {
    height: auto;
  }
}
.cid-v54xNp8kYu .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: right;
  align-items: right;
}
.cid-v54xNp8kYu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v54xNp8kYu .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v54xNp8kYu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v54xNp8kYu .dropdown-item:hover,
.cid-v54xNp8kYu .dropdown-item:focus {
  background: white !important;
}
.cid-v54xNp8kYu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v54xNp8kYu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v54xNp8kYu .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-v54xNp8kYu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v54xNp8kYu .nav-link {
  position: relative;
}
.cid-v54xNp8kYu .container {
  display: flex;
  margin: auto;
}
.cid-v54xNp8kYu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-v54xNp8kYu .dropdown-menu,
.cid-v54xNp8kYu .navbar.opened {
  background: #efefef !important;
}
.cid-v54xNp8kYu .nav-item:focus,
.cid-v54xNp8kYu .nav-link:focus {
  outline: none;
}
.cid-v54xNp8kYu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v54xNp8kYu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v54xNp8kYu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-v54xNp8kYu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v54xNp8kYu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v54xNp8kYu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v54xNp8kYu .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-v54xNp8kYu .navbar.opened {
  transition: all 0.3s;
}
.cid-v54xNp8kYu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v54xNp8kYu .navbar .navbar-logo img {
  width: auto;
}
.cid-v54xNp8kYu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v54xNp8kYu .navbar.collapsed {
  justify-content: center;
}
.cid-v54xNp8kYu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v54xNp8kYu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v54xNp8kYu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v54xNp8kYu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v54xNp8kYu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v54xNp8kYu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v54xNp8kYu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v54xNp8kYu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v54xNp8kYu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v54xNp8kYu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v54xNp8kYu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v54xNp8kYu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v54xNp8kYu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v54xNp8kYu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v54xNp8kYu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v54xNp8kYu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v54xNp8kYu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v54xNp8kYu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v54xNp8kYu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v54xNp8kYu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v54xNp8kYu .navbar.navbar-short {
  min-height: 60px;
}
.cid-v54xNp8kYu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v54xNp8kYu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v54xNp8kYu .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-v54xNp8kYu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v54xNp8kYu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v54xNp8kYu .dropdown-item.active,
.cid-v54xNp8kYu .dropdown-item:active {
  background-color: transparent;
}
.cid-v54xNp8kYu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v54xNp8kYu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v54xNp8kYu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v54xNp8kYu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v54xNp8kYu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v54xNp8kYu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v54xNp8kYu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v54xNp8kYu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v54xNp8kYu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v54xNp8kYu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v54xNp8kYu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v54xNp8kYu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54xNp8kYu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54xNp8kYu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v54xNp8kYu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54xNp8kYu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v54xNp8kYu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v54xNp8kYu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54xNp8kYu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v54xNp8kYu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v54xNp8kYu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v54xNp8kYu .navbar {
    height: 70px;
  }
  .cid-v54xNp8kYu .navbar.opened {
    height: auto;
  }
  .cid-v54xNp8kYu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v54xNqfpQU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7b6451;
}
.cid-v54xNqfpQU .mbr-text,
.cid-v54xNqfpQU .mbr-section-btn {
  color: #ffffff;
}
.cid-v54xNqfpQU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v54xNqfpQU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v82bLav5Lk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v82bLav5Lk .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v82bLav5Lk .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-v82bLav5Lk .item-content:hover {
  background: #efddd0;
  border-color: #efddd0;
}
@media (max-width: 767px) {
  .cid-v82bLav5Lk .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v82bLav5Lk .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #efddd0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #313033;
}
@media (max-width: 767px) {
  .cid-v82bLav5Lk .img-text {
    left: 1rem;
  }
}
.cid-v82bLav5Lk img,
.cid-v82bLav5Lk .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-v82bLav5Lk .item:focus,
.cid-v82bLav5Lk span:focus {
  outline: none;
}
.cid-v82bLav5Lk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v82bLav5Lk .mbr-section-title {
  color: #7b6451;
}
.cid-v82bLav5Lk .mbr-text,
.cid-v82bLav5Lk .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v82bLav5Lk .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v82bLav5Lk .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-v82bLav5Lk .mbr-section-subtitle {
  color: #777777;
}
.cid-v54y1cGH9T {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v54y1cGH9T .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v54y1cGH9T .team-card:hover {
  transform: translateY(-10px);
}
.cid-v54y1cGH9T .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-v54y1cGH9T .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v54y1cGH9T .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v54y1cGH9T .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v54y1cGH9T .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-v54y1cGH9T .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-v54y1cGH9T .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-v54y1cGH9T .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-v54y1cGH9T .social-row .soc-item:hover {
  background-color: #c0a996;
}
.cid-v54y1cGH9T .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-v54y1cGH9T .mbr-role,
.cid-v54y1cGH9T .social-row {
  color: #777777;
}
.cid-v54y1cGH9T .mbr-section-subtitle {
  color: #777777;
}
.cid-v54y1cGH9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54y1cGH9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54y1cGH9T .mbr-section-title {
  color: #7b6451;
}
.cid-v54yjkrswX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v54yjkrswX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v54yjkrswX .team-card:hover {
  transform: translateY(-10px);
}
.cid-v54yjkrswX .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-v54yjkrswX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v54yjkrswX .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v54yjkrswX .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v54yjkrswX .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-v54yjkrswX .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-v54yjkrswX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-v54yjkrswX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-v54yjkrswX .social-row .soc-item:hover {
  background-color: #c0a996;
}
.cid-v54yjkrswX .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-v54yjkrswX .mbr-role,
.cid-v54yjkrswX .social-row {
  color: #777777;
}
.cid-v54yjkrswX .mbr-section-subtitle {
  color: #777777;
}
.cid-v54yjkrswX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54yjkrswX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54yjkrswX .mbr-section-title {
  color: #7b6451;
}
.cid-v74YRICklO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v74YRICklO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v74YRICklO .team-card:hover {
  transform: translateY(-10px);
}
.cid-v74YRICklO .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-v74YRICklO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v74YRICklO .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v74YRICklO .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v74YRICklO .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-v74YRICklO .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-v74YRICklO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-v74YRICklO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-v74YRICklO .social-row .soc-item:hover {
  background-color: #c0a996;
}
.cid-v74YRICklO .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-v74YRICklO .mbr-role,
.cid-v74YRICklO .social-row {
  color: #777777;
}
.cid-v74YRICklO .mbr-section-subtitle {
  color: #777777;
}
.cid-v74YRICklO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74YRICklO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74YRICklO .mbr-section-title {
  color: #7b6451;
}
.cid-v74YUycR3n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v74YUycR3n .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v74YUycR3n .team-card:hover {
  transform: translateY(-10px);
}
.cid-v74YUycR3n .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-v74YUycR3n .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v74YUycR3n .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v74YUycR3n .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v74YUycR3n .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-v74YUycR3n .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-v74YUycR3n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-v74YUycR3n .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-v74YUycR3n .social-row .soc-item:hover {
  background-color: #c0a996;
}
.cid-v74YUycR3n .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-v74YUycR3n .mbr-role,
.cid-v74YUycR3n .social-row {
  color: #777777;
}
.cid-v74YUycR3n .mbr-section-subtitle {
  color: #777777;
}
.cid-v74YUycR3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74YUycR3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74YUycR3n .mbr-section-title {
  color: #7b6451;
}
.cid-v74ZwOtjhm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v74ZwOtjhm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v74ZwOtjhm .team-card:hover {
  transform: translateY(-10px);
}
.cid-v74ZwOtjhm .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .cid-v74ZwOtjhm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v74ZwOtjhm .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cid-v74ZwOtjhm .card-wrap .content-wrap {
    padding: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-v74ZwOtjhm .card-wrap .content-wrap {
    padding: 1rem;
    padding-bottom: 0;
  }
}
.cid-v74ZwOtjhm .social-row {
  text-align: center;
  padding-top: 2rem;
}
.cid-v74ZwOtjhm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-top-right-radius: 30%;
  border-top-left-radius: 30%;
  margin-right: 0.6rem;
  padding: 0.8rem;
  background: #efefef;
  transition: all 0.3s;
}
.cid-v74ZwOtjhm .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #14191e;
  font-size: 1rem;
}
.cid-v74ZwOtjhm .social-row .soc-item:hover {
  background-color: #c0a996;
}
.cid-v74ZwOtjhm .social-row .soc-item:hover .mbr-iconfont {
  color: white;
}
.cid-v74ZwOtjhm .mbr-role,
.cid-v74ZwOtjhm .social-row {
  color: #777777;
}
.cid-v74ZwOtjhm .mbr-section-subtitle {
  color: #777777;
}
.cid-v74ZwOtjhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v74ZwOtjhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v74ZwOtjhm .mbr-section-title {
  color: #7b6451;
}
.cid-v54z8vi3ST {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v54z8vi3ST .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-v54z8vi3ST .row {
    padding: 1rem 0rem;
  }
}
.cid-v54z8vi3ST img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v54z8vi3ST img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v54z8vi3ST .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-v54z8vi3ST .mbr-text,
.cid-v54z8vi3ST .mbr-section-btn {
  color: #777777;
}
.cid-v54z8vi3ST .mbr-section-subtitle {
  color: #14191e;
}
.cid-v54z8vi3ST .mbr-section-title {
  color: #7b6451;
  text-align: justify;
}
#custom-html-2t {
  /* Type valid CSS here */
}
#custom-html-2t div {
  padding: 0px;
}
#custom-html-2t .ml-form-embedContainer {
  padding: 40px;
}
#custom-html-2u {
  /* Type valid CSS here */
}
#custom-html-2u div {
  padding: 0;
  color: #777;
  text-align: center;
}
#custom-html-2u p {
  font-size: 60px;
  color: #777;
}
.cid-v54xNveou6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-v54xNveou6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v54xNveou6 li {
  padding-bottom: 0.6rem;
}
.cid-v54xNveou6 .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v54xNveou6 .border-col {
    border: 0px;
  }
}
.cid-v54xNveou6 .container {
  position: relative;
}
.cid-v54xNveou6 .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v54xNveou6 .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-v54xNveou6 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v54xNveou6 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v54xNveou6 .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-v54xNveou6 .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v54xNveou6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-v54xNveou6 .soc-item:hover {
  background: #c0a996;
}
.cid-v54xNveou6 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-v54xNveou6 .row {
    text-align: center;
  }
  .cid-v54xNveou6 .social-row {
    justify-content: center;
  }
}
.cid-v54xNveou6 .list {
  list-style: none;
  padding-left: 0;
}
.cid-v54xNveou6 .mbr-text {
  color: #464646;
}
.cid-v54xNveou6 H5 {
  color: #ffffff;
}
.cid-v54xNveou6 .mbr-section-subtitle {
  color: #7b6451;
}
.cid-v54xNveou6 .invitalas {
  font-size: 14px !important;
  color: #555 !important;
}
