/* Generated style.css */
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828;
}

.navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
  transition: margin 0.3s ease-in-out;
  vertical-align: middle;
}

.navbar-dropdown .navbar-logo img {
  height: 3.125rem;
  transition: all 0.3s ease-in-out;
}

.navbar-dropdown .navbar-logo.mbr-iconfont {
  font-size: 3.125rem;
  line-height: 3.125rem;
}

.navbar-dropdown .navbar-caption {
  font-weight: 700;
  white-space: normal;
  vertical-align: -4px;
  line-height: 3.125rem !important;
}

.navbar-dropdown .navbar-caption,
.navbar-dropdown .navbar-caption:hover {
  color: inherit;
  text-decoration: none;
}

.navbar-dropdown .mbr-iconfont+.navbar-caption {
  vertical-align: -1px;
}

.navbar-dropdown.navbar-fixed-top {
  position: fixed;
}

.navbar-dropdown .navbar-brand span {
  vertical-align: -4px;
}

.navbar-dropdown.bg-color.transparent {
  background: none;
}

.navbar-dropdown.navbar-short .navbar-brand {
  padding: 0.625rem 0;
}

.navbar-dropdown.navbar-short .navbar-brand span {
  vertical-align: -1px;
}

.navbar-dropdown.navbar-short .navbar-caption {
  line-height: 2.375rem !important;
  vertical-align: -2px;
}

.navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.5rem;
}

.navbar-dropdown.navbar-short .navbar-logo img {
  height: 2.375rem;
}

.navbar-dropdown.navbar-short .navbar-logo.mbr-iconfont {
  font-size: 2.375rem;
  line-height: 2.375rem;
}

.navbar-dropdown.navbar-short .mbr-table-cell {
  height: 3.625rem;
}

.navbar-dropdown .navbar-close {
  left: 0.6875rem;
  position: fixed;
  top: 0.75rem;
  z-index: 1000;
}

.navbar-dropdown .hamburger-icon {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  -webkit-box-shadow: 0 -6px 0 1px #282828, 0 0 0 1px #282828, 0 6px 0 1px #282828;
  -moz-box-shadow: 0 -6px 0 1px #282828, 0 0 0 1px #282828, 0 6px 0 1px #282828;
  box-shadow: 0 -6px 0 1px #282828, 0 0 0 1px #282828, 0 6px 0 1px #282828;
}

.dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  border-right: 0;
  border-top: 0.35em solid transparent;
  margin-left: 0.3rem;
}

.dropdown-menu .dropdown-item:focus {
  outline: 0;
}

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important;
}

.nav-dropdown .nav-btn {
  padding-left: 1rem;
}

.nav-dropdown .link {
  margin: .667em 1.667em;
  font-weight: 500;
  padding: 0;
  transition: color .2s ease-in-out;
}

.nav-dropdown .link.dropdown-toggle {
  margin-right: 2.583em;
}

.nav-dropdown .link.dropdown-toggle::after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}

.nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0;
  padding: 0.667em 3.263em 0.667em 1.667em;
}

.nav-dropdown .link::after,
.nav-dropdown .dropdown-item::after {
  color: inherit;
}

.nav-dropdown .btn {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  left: 0;
  margin: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}

.nav-dropdown .dropdown-submenu {
  margin-left: 0.125rem;
  top: 0;
}

.nav-dropdown .dropdown-item {
  font-weight: 500;
  line-height: 2;
  padding: 0.3846em 4.615em 0.3846em 1.5385em;
  position: relative;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.nav-dropdown .dropdown-item::after {
  margin-top: -0.3077em;
  position: absolute;
  right: 1.1538em;
  top: 50%;
}

.nav-dropdown .dropdown-item:focus,
.nav-dropdown .dropdown-item:hover {
  background: none;
}

@media (max-width: 767px) {
  .nav-dropdown.navbar-toggleable-sm {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999;
  }
}

.nav-dropdown.navbar-toggleable-xl {
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 18.75rem;
  z-index: 999;
}

.nav-dropdown-sm {
  display: block !important;
  overflow-x: hidden;
  overflow: auto;
  padding-top: 5.5rem;
}

.nav-dropdown-sm::after {
  content: "";
  display: block;
  height: 3rem;
  width: 100%;
}

.nav-dropdown-sm.collapse.in~.navbar-close,
.nav-dropdown-sm.collapse.show~.navbar-close {
  display: block !important;
}

.nav-dropdown-sm.collapsing,
.nav-dropdown-sm.collapse.in,
.nav-dropdown-sm.collapse.show {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  background: #282828;
}

.nav-dropdown-sm.collapsing[aria-expanded="false"] {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.nav-dropdown-sm .nav-item {
  display: block;
  margin-left: 0 !important;
  padding-left: 0;
}

.nav-dropdown-sm .link,
.nav-dropdown-sm .dropdown-item {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0 !important;
  padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
  position: relative;
  white-space: normal;
}

.nav-dropdown-sm .link:focus,
.nav-dropdown-sm .link:hover,
.nav-dropdown-sm .dropdown-item:focus,
.nav-dropdown-sm .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #c0a375;
}

.nav-dropdown-sm .nav-btn {
  position: relative;
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
}

.nav-dropdown-sm .nav-btn::before {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.nav-dropdown-sm .nav-btn+.nav-btn {
  padding-top: 0.625rem;
}

.nav-dropdown-sm .nav-btn+.nav-btn::before {
  display: none;
}

.nav-dropdown-sm .btn {
  padding: 0.625rem 0;
}

.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}

.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
  border-top: 0;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0.35em solid;
}

.nav-dropdown-sm .dropdown-menu {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  float: none;
  border-radius: 0;
  background: none;
}

.nav-dropdown-sm .dropdown-submenu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: -1.25rem;
  top: 0;
}

.navbar-toggleable-sm .nav-dropdown .dropdown-menu {
  position: absolute;
}

.navbar-toggleable-sm .nav-dropdown .dropdown-submenu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: -1.25rem;
  top: 0;
}

.navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu {
  position: relative;
}

.navbar-toggleable-sm.opened .nav-dropdown .dropdown-submenu {
  left: 0;
  margin-left: 00rem;
  margin-top: 0rem;
  top: 0;
}

.is-builder .nav-dropdown.collapsing {
  transition: none !important;
}



.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn {
  border-width: 2px;
}

img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}

.video-wrapper {
  overflow: hidden;
}

body {
  font-family: Inter Tight;
}

.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.display-1>.mbr-iconfont {
  font-size: 5rem;
}

.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.display-2>.mbr-iconfont {
  font-size: 3.75rem;
}

.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.display-4>.mbr-iconfont {
  font-size: 1.5rem;
}

.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.display-5>.mbr-iconfont {
  font-size: 1.75rem;
}

.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.display-7>.mbr-iconfont {
  font-size: 1.25rem;
}

/* ---- 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.2rem;
  }
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.12rem;
    font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    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))));
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }

  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }

  .display-4 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }

  .display-5 {
    font-size: 1.12rem;
    font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }

  .display-7 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}

/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}

.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}

.bg-primary {
  background-color: #c79c72 !important;
}

.bg-success {
  background-color: #a6a99c !important;
}

.bg-info {
  background-color: #ffffff !important;
}

.bg-warning {
  background-color: #26465a !important;
}

.bg-danger {
  background-color: #c79c72 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #c79c72 !important;
  border-color: #c79c72 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d5b697 !important;
  border-color: #d5b697 !important;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d5b697 !important;
  border-color: #d5b697 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #466672 !important;
  border-color: #466672 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #598292 !important;
  border-color: #598292 !important;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #598292 !important;
  border-color: #598292 !important;
}

.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-success,
.btn-success:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #26465a !important;
  border-color: #26465a !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #35627e !important;
  border-color: #35627e !important;
  box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #35627e !important;
  border-color: #35627e !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #c79c72 !important;
  border-color: #c79c72 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d5b697 !important;
  border-color: #d5b697 !important;
  box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d5b697 !important;
  border-color: #d5b697 !important;
}

.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c79c72;
  color: #c79c72;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a27140 !important;
  background-color: transparent !important;
  border-color: #a27140 !important;
  box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c79c72 !important;
  border-color: #c79c72 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #466672;
  color: #466672;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #25363c !important;
  background-color: transparent !important;
  border-color: #25363c !important;
  box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #466672 !important;
  border-color: #466672 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #26465a;
  color: #26465a;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0c171d !important;
  background-color: transparent !important;
  border-color: #0c171d !important;
  box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #26465a !important;
  border-color: #26465a !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c79c72;
  color: #c79c72;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a27140 !important;
  background-color: transparent !important;
  border-color: #a27140 !important;
  box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c79c72 !important;
  border-color: #c79c72 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

.text-primary {
  color: #c79c72 !important;
}

.text-secondary {
  color: #466672 !important;
}

.text-success {
  color: #a6a99c !important;
}

.text-info {
  color: #ffffff !important;
}

.text-warning {
  color: #26465a !important;
}

.text-danger {
  color: #c79c72 !important;
}

.text-white {
  color: #fafafa !important;
}

.text-black {
  color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #97693c !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f2d33 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #747768 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #080e12 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #97693c !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}

.nav-tabs .nav-link.active {
  color: #c79c72;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #ffffff;
}

.alert-warning {
  background-color: #26465a;
}

.alert-danger {
  background-color: #c79c72;
}

.mbr-gallery-filter li.active .btn {
  background-color: #c79c72;
  border-color: #c79c72;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #c79c72;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebdccd;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e4e0;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4c8cb3;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebdccd;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  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: #c79c72 !important;
}

.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
  font-size: 1.25rem;
}

blockquote {
  border-color: #c79c72;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c79c72;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #c79c72;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c79c72;
  border-bottom-color: #c79c72;
}

.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: #c79c72 !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: #466672 !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='%23c79c72' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
  opacity: 0.5;
}

body {
  overflow-x: hidden;
}

a {
  transition: color 0.6s;
}

@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}


.cid-v17fiLLVwY {
  display: flex;
}

.cid-v17fiLLVwY .mbr-overlay {
  background-color: #26465a;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .cid-v17fiLLVwY {
    align-items: center;
  }

  .cid-v17fiLLVwY .row {
    justify-content: center;
  }

  .cid-v17fiLLVwY .content-wrap {
    padding: 1rem 3rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cid-v17fiLLVwY .content-wrap {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .cid-v17fiLLVwY {
    -webkit-align-items: center;
    align-items: center;
  }

  .cid-v17fiLLVwY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cid-v17fiLLVwY .content-wrap {
    width: 100%;
  }
}

.cid-v17fiLLVwY .mbr-section-title,
.cid-v17fiLLVwY .mbr-section-subtitle {
  text-align: center;
}

.cid-v17fiLLVwY .mbr-text,
.cid-v17fiLLVwY .mbr-section-btn {
  text-align: center;
}

.cid-v4Zm1Qbyl5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #26465a;
}

.cid-v4Zm1Qbyl5 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v4Zm1Qbyl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v4Zm1Qbyl5 .title .num {
  width: 100%;
  display: block;
}

.cid-v4Zm1Qbyl5 .title .card-title {
  z-index: 1;
}

.cid-v4Zm1Qbyl5 .num {
  color: #c79c72;
  text-align: center;
}

.cid-v4Zm1Qbyl5 .item-mb {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v4Zm1Qbyl5 .item-mb {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .cid-v4Zm1Qbyl5 * {
    text-align: center !important;
  }

  .cid-v4Zm1Qbyl5 .content-column {
    margin-bottom: 2rem;
  }
}

.cid-v4Zm1Qbyl5 .content-head {
  max-width: 800px;
}

.cid-v4Zm1Qbyl5 .card-title,
.cid-v4Zm1Qbyl5 .card-img {
  color: #ffffff;
  text-align: center;
}

.cid-v4Zm1Qbyl5 .card-text {
  color: #ffffff;
}

.cid-v17fqexxFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v17fqexxFK .mbr-fallback-image.disabled {
  display: none;
}

.cid-v17fqexxFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 991px) {
  .cid-v17fqexxFK .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-v17fqexxFK .row {
  flex-direction: row-reverse;
}

.cid-v17fqexxFK .row {
  align-items: center;
}

@media (max-width: 991px) {
  .cid-v17fqexxFK .image-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-v17fqexxFK .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-v17fqexxFK .mbr-section-title {
  color: #26465a;
}

.cid-v17fqexxFK .mbr-text,
.cid-v17fqexxFK .mbr-section-btn {
  color: #232323;
}

.cid-v7OqRRWb0f {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}

.cid-v7OqRRWb0f .mbr-fallback-image.disabled {
  display: none;
}

.cid-v7OqRRWb0f .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}

.cid-v7OqRRWb0f .item-mb {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v7OqRRWb0f .item-mb {
    margin-bottom: 1rem;
  }
}

.cid-v7OqRRWb0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v7OqRRWb0f .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7OqRRWb0f .item-wrapper {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .cid-v7OqRRWb0f .item-wrapper {
    padding: 2rem 1.5rem;
  }
}

.cid-v7OqRRWb0f .card-title,
.cid-v7OqRRWb0f .iconfont-wrapper {
  color: #000000;
}

.cid-v7OqRRWb0f .card-text {
  color: #000000;
}

.cid-v7OqRRWb0f .content-head {
  max-width: 800px;
}

.cid-v7OqRRWb0f .mbr-section-title {
  color: #26465a;
}

.cid-v7OqRRWb0f .mbr-section-subtitle {
  color: #f7f7f7;
}

.cid-v4ZqY0SWqW {
  padding-top: 0px;
  padding-bottom: 75px;
  background: #f7f7f7;
}

.cid-v4ZqY0SWqW .mbr-overlay {
  background: #232323;
}

.cid-v4ZqY0SWqW .mbr-section-subtitle {
  color: #cccccc;
}

.cid-v4ZqY0SWqW .mbr-fallback-image.disabled {
  display: none;
}

.cid-v4ZqY0SWqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v4ZqY0SWqW .mbr-section-subtitle,
.cid-v4ZqY0SWqW .mbr-section-btn {
  color: #232323;
}

.cid-v4ZrN3ZoTz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}

.cid-v4ZrN3ZoTz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}

.cid-v4ZrN3ZoTz .item-wrapper {
  margin-bottom: 2rem;
}

.cid-v4ZrN3ZoTz .card-title,
.cid-v4ZrN3ZoTz .iconfont-wrapper {
  color: #000000;
}

.cid-v4ZrN3ZoTz .card-text {
  color: #000000;
  text-align: center;
}

.cid-v4ZrN3ZoTz .content-head {
  max-width: 800px;
}

.cid-v4ZrN3ZoTz .mbr-section-title {
  color: #26465a;
}

.cid-v4ZrN3ZoTz .card-title,
.cid-v4ZrN3ZoTz .img-wrapper {
  text-align: center;
}

.cid-v4ZrN3ZoTz .img-wrapper {
  display: flex;
  justify-content: center;
}

.cid-v17fF9y0SQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v17fF9y0SQ .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.cid-v17fF9y0SQ img,
.cid-v17fF9y0SQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}

.cid-v17fF9y0SQ .item:focus,
.cid-v17fF9y0SQ span:focus {
  outline: none;
}

.cid-v17fF9y0SQ .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v17fF9y0SQ .item {
    margin-bottom: 1rem;
  }
}

.cid-v17fF9y0SQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}

.cid-v17fF9y0SQ .mbr-section-btn {
  margin-top: auto !important;
}

.cid-v17fF9y0SQ .mbr-section-title {
  color: #26465a;
}

.cid-v17fF9y0SQ .mbr-text,
.cid-v17fF9y0SQ .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}

.cid-v17fF9y0SQ .item-title {
  color: #232323;
  text-align: center;
}

.cid-v17fF9y0SQ .content-head {
  max-width: 800px;
}

.cid-v50V3FyKYT {
  padding-top: 0px;
  padding-bottom: 75px;
  background: #ffffff;
}

.cid-v50V3FyKYT .mbr-overlay {
  background: #232323;
}

.cid-v50V3FyKYT .mbr-section-subtitle {
  color: #cccccc;
}

.cid-v50V3FyKYT .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50V3FyKYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v50V3FyKYT .mbr-section-subtitle,
.cid-v50V3FyKYT .mbr-section-btn {
  color: #232323;
}

.cid-v17fw2sgHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v17fw2sgHE .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}

.cid-v17fw2sgHE img,
.cid-v17fw2sgHE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}

.cid-v17fw2sgHE .item:focus,
.cid-v17fw2sgHE span:focus {
  outline: none;
}

.cid-v17fw2sgHE .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v17fw2sgHE .item {
    margin-bottom: 1rem;
  }
}

.cid-v17fw2sgHE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-v17fw2sgHE .mbr-section-title {
  color: #26465a;
}

.cid-v17fw2sgHE .mbr-text,
.cid-v17fw2sgHE .mbr-section-btn {
  color: #232323;
  text-align: center;
}

.cid-v17fw2sgHE .item-title {
  color: #26465a;
  text-align: center;
}

.cid-v17fw2sgHE .content-head {
  max-width: 800px;
}


.cid-v4ZQs52yxf {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v4ZQs52yxf .mbr-fallback-image.disabled {
  display: none;
}

.cid-v4ZQs52yxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v4ZQs52yxf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v4ZQs52yxf .mbr-text,
.cid-v4ZQs52yxf .mbr-section-btn {
  color: #ffffff;
}

.cid-v4ZTijHXfa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}

.cid-v4ZTijHXfa .mbr-fallback-image.disabled {
  display: none;
}

.cid-v4ZTijHXfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v4ZTijHXfa .row {
  flex-direction: row-reverse;
}

.cid-v4ZTBXgqzF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v4ZTBXgqzF .mbr-text {
  color: #000000;
}

.cid-v4ZTBXgqzF .mbr-section-subtitle {
  color: #26465a;
}

.cid-v4ZTBXgqzF .mbr-section-title {
  color: #26465a;
}

.cid-v99IbDVXN8 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v99IbDVXN8 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v99IbDVXN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v99IbDVXN8 .content-wrap {
  padding: 5rem 1rem;
}

@media (min-width: 992px) {
  .cid-v99IbDVXN8 .content-wrap {
    padding: 5rem 3rem;
  }
}

@media (min-width: 768px) {
  .cid-v99IbDVXN8 {
    align-items: center;
  }

  .cid-v99IbDVXN8 .row {
    justify-content: center;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cid-v99IbDVXN8 .content-wrap {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .cid-v99IbDVXN8 {
    -webkit-align-items: center;
    align-items: center;
  }

  .cid-v99IbDVXN8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .cid-v99IbDVXN8 .content-wrap {
    width: 100%;
  }
}

.cid-v99IbDVXN8 .mbr-section-title {
  text-align: center;
}

.cid-v99IbDVXN8 .mbr-text,
.cid-v99IbDVXN8 .mbr-section-btn {
  text-align: center;
}

.cid-v4ZVi70Xgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v4ZVi70Xgr .mbr-text {
  color: #000000;
}

.cid-v4ZVi70Xgr .mbr-section-subtitle {
  color: #000000;
}

.cid-v4ZVi70Xgr .mbr-section-title {
  color: #26465a;
  text-align: center;
}

.cid-v4ZVi70Xgr .mbr-text,
.cid-v4ZVi70Xgr .item .mbr-section-btn {
  text-align: left;
}

.cid-v4ZVi70Xgr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4ZVi70Xgr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-v4ZVi70Xgr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.cid-v4ZT6AEOjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v4ZT6AEOjg .mbr-text {
  max-width: 550px;
}

.cid-v4ZT6AEOjg .row {
  align-items: center;
}

.cid-v4ZT6AEOjg .mbr-section-subtitle {
  line-height: 1.6;
}

.cid-v4ZT6AEOjg .mbr-text,
.cid-v4ZT6AEOjg .mbr-section-btn {
  color: #666666;
}

.cid-v4ZT6AEOjg .mbr-fallback-image.disabled {
  display: none;
}

.cid-v4ZT6AEOjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v4ZT6AEOjg .mbr-section-title {
  color: #26465a;
}


.cid-v505WSVlac {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v505WSVlac .mbr-fallback-image.disabled {
  display: none;
}

.cid-v505WSVlac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v505WSVlac .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v505WSVlac .mbr-text,
.cid-v505WSVlac .mbr-section-btn {
  color: #ffffff;
}

.cid-v505WSVlac .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-v506Re44q9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v506Re44q9 .mbr-fallback-image.disabled {
  display: none;
}

.cid-v506Re44q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v506Re44q9 .row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .cid-v506Re44q9 .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-v506Re44q9 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .cid-v506Re44q9 .image-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-v506Re44q9 .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-v506Re44q9 .mbr-section-title {
  color: #26465a;
}

.cid-v506Re44q9 .mbr-text,
.cid-v506Re44q9 .mbr-section-btn {
  color: #000000;
}

.cid-v506Re44q9 img {
  width: 100%;
  height: 100%;
}

.cid-v508mLNNNy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v508mLNNNy .mbr-fallback-image.disabled {
  display: none;
}

.cid-v508mLNNNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v508mLNNNy .row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .cid-v508mLNNNy .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-v508mLNNNy .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .cid-v508mLNNNy .image-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-v508mLNNNy .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-v508mLNNNy .mbr-section-title {
  color: #26465a;
}

.cid-v508mLNNNy .mbr-text,
.cid-v508mLNNNy .mbr-section-btn {
  color: #000000;
}

.cid-v508mLNNNy img {
  width: 100%;
  height: 100%;
}

.cid-v508BFwjaL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v508BFwjaL .mbr-fallback-image.disabled {
  display: none;
}

.cid-v508BFwjaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v508BFwjaL .row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .cid-v508BFwjaL .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-v508BFwjaL .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .cid-v508BFwjaL .image-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-v508BFwjaL .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-v508BFwjaL .mbr-section-title {
  color: #26465a;
}

.cid-v508BFwjaL .mbr-text,
.cid-v508BFwjaL .mbr-section-btn {
  color: #000000;
}

.cid-v508BFwjaL img {
  width: 100%;
  height: 100%;
}

.cid-v509xGshZg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.cid-v509xGshZg .mbr-fallback-image.disabled {
  display: none;
}

.cid-v509xGshZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v509xGshZg .row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .cid-v509xGshZg .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-v509xGshZg .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 991px) {
  .cid-v509xGshZg .image-wrapper {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .cid-v509xGshZg .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-v509xGshZg .mbr-section-title {
  color: #26465a;
}

.cid-v509xGshZg .mbr-text,
.cid-v509xGshZg .mbr-section-btn {
  color: #000000;
}

.cid-v509xGshZg img {
  width: 100%;
  height: 100%;
}


.cid-v50aABQfmB {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v50aABQfmB .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50aABQfmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v50aABQfmB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v50aABQfmB .mbr-text,
.cid-v50aABQfmB .mbr-section-btn {
  color: #ffffff;
}

.cid-v50aABQfmB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-v50an9Ovlj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-v50an9Ovlj .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.cid-v50an9Ovlj img,
.cid-v50an9Ovlj .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}

.cid-v50an9Ovlj .item:focus,
.cid-v50an9Ovlj span:focus {
  outline: none;
}

.cid-v50an9Ovlj .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v50an9Ovlj .item {
    margin-bottom: 1rem;
  }
}

.cid-v50an9Ovlj .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}

.cid-v50an9Ovlj .mbr-section-btn {
  margin-top: auto !important;
}

.cid-v50an9Ovlj .mbr-section-title {
  color: #232323;
}

.cid-v50an9Ovlj .mbr-text,
.cid-v50an9Ovlj .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}

.cid-v50an9Ovlj .item-title {
  color: #26465a;
  text-align: center;
}

.cid-v50an9Ovlj .content-head {
  max-width: 800px;
}


.cid-v50lX3dMke {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v50lX3dMke .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50lX3dMke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v50lX3dMke .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v50lX3dMke .mbr-text,
.cid-v50lX3dMke .mbr-section-btn {
  color: #ffffff;
}

.cid-v50lX3dMke .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-v50nqvxAlT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}

.cid-v50nqvxAlT .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50nqvxAlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v50nqvxAlT .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v50nqvxAlT .item-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-v50nqvxAlT .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-v50nqvxAlT .text-wrapper {
    padding: 2.25rem;
  }
}

@media (max-width: 767px) {
  .cid-v50nqvxAlT .text-wrapper {
    padding: 1.5rem;
  }
}

.cid-v50nqvxAlT .row {
  flex-direction: row-reverse;
}

.cid-v50nqvxAlT .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cid-v50nqvxAlT .text-wrapper {
    padding: 2.25rem;
  }
}

@media (max-width: 767px) {
  .cid-v50nqvxAlT .text-wrapper {
    padding: 1.5rem;
  }
}

.cid-v50nqvxAlT .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}

.cid-v50nqvxAlT .image-wrapper {
  padding: 0 1rem;
}

.cid-v50nqvxAlT img,
.cid-v50nqvxAlT .image-wrapper {
  height: 500px;
  object-fit: cover;
}

@media (max-width: 767px) {

  .cid-v50nqvxAlT img,
  .cid-v50nqvxAlT .image-wrapper {
    max-height: 350px;
  }
}

.cid-v50nqvxAlT .mbr-section-title {
  color: #000000;
  text-align: left;
}

.cid-v50nqvxAlT .mbr-text {
  color: #000000;
}

.cid-v50nqvxAlT .mbr-text,
.cid-v50nqvxAlT .mbr-section-btn {
  text-align: left;
}

.cid-v50nqvxAlT .price {
  color: #232323;
  text-align: left;
}

.cid-v50nqvxAlT .content-head {
  max-width: 800px;
}

.cid-v50nqvxAlT .mbr-section-maintitle {
  text-align: center;
}

.cid-v50nqvxAlT .mbr-section-mainsubtitle {
  text-align: center;
}


.cid-v50pYumOBp {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v50pYumOBp .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50pYumOBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v50pYumOBp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v50pYumOBp .mbr-text,
.cid-v50pYumOBp .mbr-section-btn {
  color: #ffffff;
}

.cid-v50pYumOBp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-v50pTJzHmu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.cid-v50pTJzHmu .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}

.cid-v50pTJzHmu img,
.cid-v50pTJzHmu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}

.cid-v50pTJzHmu .item:focus,
.cid-v50pTJzHmu span:focus {
  outline: none;
}

.cid-v50pTJzHmu .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v50pTJzHmu .item {
    margin-bottom: 1rem;
  }
}

.cid-v50pTJzHmu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-v50pTJzHmu .mbr-section-title {
  color: #26465a;
}

.cid-v50pTJzHmu .mbr-text,
.cid-v50pTJzHmu .mbr-section-btn {
  color: #232323;
  text-align: center;
}

.cid-v50pTJzHmu .item-title {
  color: #232323;
  text-align: center;
}

.cid-v50pTJzHmu .content-head {
  max-width: 800px;
}

.cid-v50QevaTkZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}

.cid-v50QevaTkZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}

.cid-v50QevaTkZ img,
.cid-v50QevaTkZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}

.cid-v50QevaTkZ .item:focus,
.cid-v50QevaTkZ span:focus {
  outline: none;
}

.cid-v50QevaTkZ .item {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .cid-v50QevaTkZ .item {
    margin-bottom: 1rem;
  }
}

.cid-v50QevaTkZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.cid-v50QevaTkZ .mbr-section-title {
  color: #232323;
}

.cid-v50QevaTkZ .mbr-text,
.cid-v50QevaTkZ .mbr-section-btn {
  color: #232323;
  text-align: center;
}

.cid-v50QevaTkZ .item-title {
  color: #26465a;
  text-align: center;
}

.cid-v50QevaTkZ .content-head {
  max-width: 800px;
}


.cid-v50QQhxV6k {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v50QQhxV6k .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50QQhxV6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v50QQhxV6k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v50QQhxV6k .mbr-text,
.cid-v50QQhxV6k .mbr-section-btn {
  color: #ffffff;
}

.cid-v50QQhxV6k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}

.cid-v50RMbJdGi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}

.cid-v50RMbJdGi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-v50RMbJdGi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}

.cid-v50RMbJdGi form .mbr-section-btn .btn {
  display: inline-flex;
}

@media (max-width: 991px) {
  .cid-v50RMbJdGi form .mbr-section-btn .btn {
    width: 100%;
  }
}

.cid-v50RMbJdGi .content-head {
  max-width: 800px;
}

.cid-v50TG7y13b {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #f7f7f7;
}

.cid-v50TG7y13b .mbr-fallback-image.disabled {
  display: none;
}

.cid-v50TG7y13b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 992px) {
  .cid-v50TG7y13b .row .map-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-v50TG7y13b .row .map-wrapper {
    margin-top: 1rem;
  }
}

.cid-v50TG7y13b .google-map {
  height: 100%;
  position: relative;
}

.cid-v50TG7y13b .google-map iframe {
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-v50TG7y13b .google-map iframe {
    min-height: 350px;
  }
}

.cid-v50TG7y13b .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.cid-v50TG7y13b .google-map[data-state] {
  background: #e9e5dc;
}

.cid-v50TG7y13b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

.cid-v50TG7y13b .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v50TG7y13b .card-wrapper {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .cid-v50TG7y13b .card-wrapper {
    padding: 2rem 1.5rem;
  }
}

.cid-v50TG7y13b ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cid-v50TG7y13b .content-head {
  max-width: 800px;
}


.cid-v99IxbQEFv {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.cid-v99IxbQEFv .mbr-fallback-image.disabled {
  display: none;
}

.cid-v99IxbQEFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-v99IxbQEFv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}

.cid-v99IxbQEFv .mbr-text,
.cid-v99IxbQEFv .mbr-section-btn {
  color: #ffffff;
}

.cid-v99IxcBZW4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-v99IxcBZW4 .mbr-text {
  color: #000000;
}

.cid-v99IxcBZW4 .mbr-section-subtitle {
  color: #26465a;
}

.cid-v99IxcBZW4 .mbr-section-title {
  color: #26465a;
}

.cid-v99POOMFJc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-v99POOMFJc .mbr-text {
  color: #000000;
}

.cid-v99POOMFJc .mbr-section-subtitle {
  color: #000000;
}

.cid-v99POOMFJc .mbr-section-title {
  color: #000000;
}

.cid-v7Ouh0LlDB {
  z-index: 1000;
  width: 100%;
  position: relative;
}

.cid-v7Ouh0LlDB .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;
}

@media (max-width: 767px) {
  .cid-v7Ouh0LlDB .navbar-toggler {
    transform: scale(0.8);
  }
}

.cid-v7Ouh0LlDB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}

.cid-v7Ouh0LlDB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}

.cid-v7Ouh0LlDB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-v7Ouh0LlDB .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-v7Ouh0LlDB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}

.cid-v7Ouh0LlDB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}

.cid-v7Ouh0LlDB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}

.cid-v7Ouh0LlDB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}

.cid-v7Ouh0LlDB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .cid-v7Ouh0LlDB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}

.cid-v7Ouh0LlDB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}

.cid-v7Ouh0LlDB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}

@media (min-width: 992px) {
  .cid-v7Ouh0LlDB .navbar-nav {
    padding-left: 1.5rem;
  }
}

.cid-v7Ouh0LlDB .nav-link {
  width: fit-content;
  position: relative;
}

.cid-v7Ouh0LlDB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .cid-v7Ouh0LlDB .navbar-logo {
    padding-left: 1rem;
  }
}

.cid-v7Ouh0LlDB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .cid-v7Ouh0LlDB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}

.cid-v7Ouh0LlDB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}

.cid-v7Ouh0LlDB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}

@media (max-width: 992px) {
  .cid-v7Ouh0LlDB .container {
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-v7Ouh0LlDB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}

.cid-v7Ouh0LlDB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.cid-v7Ouh0LlDB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #26465a;
  border-radius: 4px !important;
}

.cid-v7Ouh0LlDB .nav-item:focus,
.cid-v7Ouh0LlDB .nav-link:focus {
  outline: none;
}

.cid-v7Ouh0LlDB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-v7Ouh0LlDB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-v7Ouh0LlDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}

.cid-v7Ouh0LlDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-v7Ouh0LlDB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-v7Ouh0LlDB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-v7Ouh0LlDB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.cid-v7Ouh0LlDB .navbar.opened {
  transition: all 0.25s;
}

.cid-v7Ouh0LlDB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}

.cid-v7Ouh0LlDB .navbar .navbar-logo img {
  width: auto;
}

.cid-v7Ouh0LlDB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .cid-v7Ouh0LlDB .navbar .navbar-collapse,
  .cid-v7Ouh0LlDB .navbar-collapse.show {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
}

.cid-v7Ouh0LlDB .navbar.collapsed {
  justify-content: center;
}

.cid-v7Ouh0LlDB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-v7Ouh0LlDB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-v7Ouh0LlDB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}

.cid-v7Ouh0LlDB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-v7Ouh0LlDB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-v7Ouh0LlDB .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-v7Ouh0LlDB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-v7Ouh0LlDB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}

.cid-v7Ouh0LlDB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .cid-v7Ouh0LlDB .navbar {
    min-height: 72px;
  }

  .cid-v7Ouh0LlDB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}

@media (max-width: 991px) {
  .cid-v7Ouh0LlDB .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-v7Ouh0LlDB .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-v7Ouh0LlDB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-v7Ouh0LlDB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-v7Ouh0LlDB .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-v7Ouh0LlDB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }

  .cid-v7Ouh0LlDB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }

  .cid-v7Ouh0LlDB .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-v7Ouh0LlDB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.cid-v7Ouh0LlDB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
  margin-bottom: 25px;
}

.cid-v7Ouh0LlDB .dropdown-item.active,
.cid-v7Ouh0LlDB .dropdown-item:active {
  background-color: transparent;
}

.cid-v7Ouh0LlDB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-v7Ouh0LlDB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-v7Ouh0LlDB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-v7Ouh0LlDB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #26465a;
}

.cid-v7Ouh0LlDB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}

.cid-v7Ouh0LlDB .navbar .dropdown.open>.dropdown-menu {
  display: flex;
}

.cid-v7Ouh0LlDB ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-v7Ouh0LlDB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}

@media (max-width: 992px) {
  .cid-v7Ouh0LlDB .navbar-buttons {
    text-align: left;
  }
}

.cid-v7Ouh0LlDB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.cid-v7Ouh0LlDB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #FFF;
}

.cid-v7Ouh0LlDB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}

.cid-v7Ouh0LlDB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}

.cid-v7Ouh0LlDB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}

.cid-v7Ouh0LlDB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}

.cid-v7Ouh0LlDB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v7Ouh0LlDB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}

.cid-v7Ouh0LlDB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.cid-v7Ouh0LlDB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}

.cid-v7Ouh0LlDB .navbar-dropdown {
  padding: 0;
  background-color: #26465a !important;
  position: fixed;
}

.cid-v7Ouh0LlDB .opacityScroll {
  background: rgba(38, 70, 90, 0) !important;
}

.cid-v7Ouh0LlDB .navbar.opened,
.cid-v7Ouh0LlDB .navbar.opened.opacityScroll,
.cid-v7Ouh0LlDB .navbar-collapse.show,
.cid-v7Ouh0LlDB .navbar-collapse.show.opacityScroll {
  background: #26465a !important;
}

.cid-v7Ouh0LlDB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === CTA Section (footer partial) === */
.cid-v17fVaTB2G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../images/mbr-816x544.jpg");
}

.cid-v17fVaTB2G .mbr-overlay {
  background: #26465a;
  opacity: 0.6;
}

.cid-v17fVaTB2G .mbr-section-subtitle,
.cid-v17fVaTB2G .mbr-section-btn {
  color: #ffffff;
}

.cid-v17fVaTB2G H1 {
  color: #ffffff;
}

/* === Footer Section === */
.cid-v17g4ewbyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #26465a;
}

.cid-v17g4ewbyM .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cid-v17g4ewbyM .social-row .soc-item {
  margin: 8px;
}

.cid-v17g4ewbyM .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #26465a;
  transition: all 0.3s ease-in-out;
}

.cid-v17g4ewbyM .social-row .soc-item a:hover .mbr-iconfont,
.cid-v17g4ewbyM .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}

.cid-v17g4ewbyM .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}

.cid-v17g4ewbyM .mbr-section-title {
  color: #ffffff;
}

/* Gallery — sobre.html */
.cid-galeria-sobre {
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
}

.galeria-sobre__grid {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.galeria-sobre__grid a {
  flex: 1;
  max-width: 33%;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.galeria-sobre__grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: block;
}

.galeria-sobre__grid a:hover img {
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .galeria-sobre__grid {
    flex-direction: column;
    gap: 6px;
  }

  .galeria-sobre__grid a {
    max-width: 100%;
  }

  .galeria-sobre__grid img {
    height: 200px;
  }
}