body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  line-height: 1.796875;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.63157895rem;
    line-height: 1.82875;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.33918129rem;
    line-height: 1.8703125;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.display-2 {
  font-family: 'Faustina', serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Faustina', serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.80555556;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 0.80357143rem;
    line-height: 1.71111111;
  }
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3rem;
  line-height: 1.04166667;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.4rem;
    line-height: 1.09375;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 2.05479452rem;
    line-height: 0.9125;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.70454545rem;
    line-height: 1.1;
  }
}
.display-7 {
  font-family: 'Faustina', serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #916983 !important;
}
.bg-success {
  background-color: #4f475f !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #916983 !important;
  border-color: #916983 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #916983;
  border-color: #916983;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #916983 !important;
  border-color: #916983 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff40b4;
  border-color: #ff40b4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-secondary:hover {
  background-color: #ff0da0 !important;
  border-color: #ff0da0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4f475f !important;
  border-color: #4f475f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4f475f;
  border-color: #4f475f;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f475f !important;
  border-color: #4f475f !important;
}
.btn-success:hover {
  background-color: #373142 !important;
  border-color: #373142 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #916983;
  color: #916983;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #916983 !important;
  border-color: #916983;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #916983 !important;
  border-color: #916983 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff40b4;
  color: #ff40b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #ff40b4 !important;
  border-color: #ff40b4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4f475f;
  color: #4f475f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #4f475f !important;
  border-color: #4f475f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f475f !important;
  border-color: #4f475f !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #916983 !important;
}
.text-secondary {
  color: #ff40b4 !important;
}
.text-success {
  color: #4f475f !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b295a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d90084 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e1b25 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #916983 !important;
}
.alert-success {
  background-color: #4f475f;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #916983;
  border-color: #916983;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #916983;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7b2c0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8e83a2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Faustina', serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #916983;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #916983;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #916983;
  border-bottom-color: #916983;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #916983 !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: #ff40b4 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 0.81rem;
  line-height: 1.25;
}
.cid-uGp7CIjOx5 .nav-item:focus,
.cid-uGp7CIjOx5 .nav-link:focus {
  outline: none;
}
.cid-uGp7CIjOx5 .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uGp7CIjOx5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGp7CIjOx5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGp7CIjOx5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGp7CIjOx5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGp7CIjOx5 .collapsed {
  flex-direction: row!important;
}
.cid-uGp7CIjOx5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 4.5rem !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGp7CIjOx5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uGp7CIjOx5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGp7CIjOx5 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGp7CIjOx5 .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uGp7CIjOx5 .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uGp7CIjOx5 .navbar .navbar-collapse.show,
.cid-uGp7CIjOx5 .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-uGp7CIjOx5 .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uGp7CIjOx5 .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uGp7CIjOx5 .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uGp7CIjOx5 .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.4rem);
}
.cid-uGp7CIjOx5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGp7CIjOx5 .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uGp7CIjOx5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGp7CIjOx5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGp7CIjOx5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGp7CIjOx5 .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uGp7CIjOx5 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uGp7CIjOx5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uGp7CIjOx5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGp7CIjOx5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGp7CIjOx5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGp7CIjOx5 .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGp7CIjOx5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGp7CIjOx5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGp7CIjOx5 .dropdown-item.active,
.cid-uGp7CIjOx5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGp7CIjOx5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGp7CIjOx5 .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uGp7CIjOx5 .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uGp7CIjOx5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uGp7CIjOx5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGp7CIjOx5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGp7CIjOx5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGp7CIjOx5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGp7CIjOx5 .navbar-buttons {
  text-align: inherit;
}
.cid-uGp7CIjOx5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGp7CIjOx5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #916983;
}
.cid-uGp7CIjOx5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGp7CIjOx5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGp7CIjOx5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGp7CIjOx5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGp7CIjOx5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGp7CIjOx5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGp7CIjOx5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGp7CIjOx5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGp7CIjOx5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGp7CIjOx5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGp7CIjOx5 .icons-menu {
  text-align: inherit;
}
.cid-uGp7CIjOx5 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uGp7CIjOx5 .nav-link:hover,
.cid-uGp7CIjOx5 .dropdown-item:hover,
.cid-uGp7CIjOx5 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGp7CIjOx5 .navbar {
    height: 77px;
  }
  .cid-uGp7CIjOx5 .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uGp7CIjOx5 .navbar-collapse .img-column {
    display: none;
  }
  .cid-uGp7CIjOx5 .icons-menu,
  .cid-uGp7CIjOx5 .navbar-buttons,
  .cid-uGp7CIjOx5 .contact-block,
  .cid-uGp7CIjOx5 .text-column {
    text-align: center !important;
  }
}
.cid-uGp7CIjOx5 .icons-menu,
.cid-uGp7CIjOx5 .navbar-buttons,
.cid-uGp7CIjOx5 .contact-block,
.cid-uGp7CIjOx5 .text-column {
  color: #916983;
}
.cid-uGFE4WJiQR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGFE4WJiQR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uGFE4WJiQR .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGFE4WJiQR .title {
    width: 100% !important;
  }
}
.cid-uGARSpwVOk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGARSpwVOk .mbr-section-subtitle {
  color: #282727;
}
.cid-uGARSpwVOk H2 {
  color: #ffffff;
}
.cid-uGFrhmpnWg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGFrhmpnWg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uGFrhmpnWg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-uGFrhmpnWg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-uGFrhmpnWg .image-element {
    padding-right: 0;
  }
}
.cid-uGFrhmpnWg .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGFrhmpnWg .mbr-section-subtitle,
.cid-uGFrhmpnWg .mbr-text {
  color: #878787;
}
.cid-uGFrhmpnWg .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uGFrhmpnWg .text-element {
    padding-bottom: 0;
  }
}
.cid-uGFrhmpnWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFrhmpnWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFrhmpnWg .mbr-section-title {
  color: #916983;
}
.cid-uGFrhmpnWg .mbr-text,
.cid-uGFrhmpnWg .mbr-section-btn {
  text-align: center;
}
.cid-uGFkWuo6Vq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGFkWuo6Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFkWuo6Vq .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-uGFkWuo6Vq .container {
    padding: 0 24px;
  }
}
.cid-uGFkWuo6Vq .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uGFkWuo6Vq .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGFkWuo6Vq .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uGFkWuo6Vq .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  width: 250px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uGFkWuo6Vq .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uGFkWuo6Vq .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uGRuFb1Wj4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGRuFb1Wj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGRuFb1Wj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGRuFb1Wj4 .mbr-section-subtitle {
  color: #9c9da7;
}
.cid-uGRtnTXotU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGRtnTXotU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGRtnTXotU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGRtnTXotU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGRtnTXotU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGRtnTXotU .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uGRtnTXotU .items-wrap .item {
  padding: 0 46px;
}
.cid-uGRtnTXotU .item {
  margin-bottom: 32px;
}
.cid-uGRtnTXotU .item:hover .item-wrapper .item-img img,
.cid-uGRtnTXotU .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uGRtnTXotU .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uGRtnTXotU .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uGRtnTXotU .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uGRtnTXotU .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGRtnTXotU .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uGRtnTXotU .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uGRtnTXotU .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uGRtnTXotU .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uGRtnTXotU .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uGRtnTXotU .mbr-section-title {
  color: #191c25;
}
.cid-uGRtnTXotU .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uGRtnTXotU .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uGRtnTXotU .item-name {
  color: #916983;
  text-align: center;
}
.cid-uGRtnTXotU .mbr-section-title,
.cid-uGRtnTXotU .mbr-section-btn {
  text-align: center;
  color: #916983;
}
.cid-uGC6srJOuA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
@media (max-width: 767px) {
  .cid-uGC6srJOuA .first-col {
    padding-bottom: 1rem;
  }
}
.cid-uGC6srJOuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGC6srJOuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6KKNwKAb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG6KKNwKAb .mbr-text {
  margin: 0;
}
.cid-uG6KKNwKAb .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uG6KKNwKAb .row-element,
.cid-uG6KKNwKAb .image-element {
  padding: 0;
}
.cid-uG6KKNwKAb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG6KKNwKAb .image-element .img-wrap {
  width: 100% !important;
}
.cid-uG6KKNwKAb .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uG6KKNwKAb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG6KKNwKAb .carousel-item.active,
.cid-uG6KKNwKAb .carousel-item-next,
.cid-uG6KKNwKAb .carousel-item-prev {
  display: flex;
}
.cid-uG6KKNwKAb .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-uG6KKNwKAb .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #916983;
}
.cid-uG6KKNwKAb .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-uG6KKNwKAb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uG6KKNwKAb .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uG6KKNwKAb .carousel-controls {
    display: block;
  }
  .cid-uG6KKNwKAb .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uG6KKNwKAb .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uG6KKNwKAb .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uG6KKNwKAb .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uG6KKNwKAb .text-element {
    padding: 1rem;
  }
  .cid-uG6KKNwKAb .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6KKNwKAb .image-element {
    min-width: 50%;
  }
  .cid-uG6KKNwKAb .media-container-row {
    width: 100%;
  }
}
.cid-uG6KKNwKAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6KKNwKAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6KKNwKAb .mbr-subtitle {
  color: #916983;
}
.cid-uG6KKNwKAb .mbr-text,
.cid-uG6KKNwKAb .link {
  color: #9c9da7;
}
.cid-uGFuWpo2hp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mesa-compresa.jpg-2000x1333.jpeg");
}
.cid-uGFuWpo2hp .mbr-section-subtitle {
  color: #000000;
}
.cid-uGFuWpo2hp H2 {
  color: #ffffff;
}
.cid-uGCc4G79et {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGCc4G79et .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCc4G79et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCc4G79et .items-wrapper {
  margin: 0 -5px;
}
.cid-uGCc4G79et .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uGCc4G79et .item {
    margin-bottom: 16px;
  }
  .cid-uGCc4G79et .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uGCc4G79et .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uGCc4G79et .item .item-wrapper {
  height: 100%;
}
.cid-uGCc4G79et .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uGCc4G79et .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uGRmFO4OVq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGRmFO4OVq .container-fluid {
  padding: 0;
}
.cid-uGRmFO4OVq .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-uGRmFO4OVq .img1 {
  grid-area: img1;
}
.cid-uGRmFO4OVq .img2 {
  grid-area: img2;
}
.cid-uGRmFO4OVq .img3 {
  grid-area: img3;
}
.cid-uGRmFO4OVq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG6KPefrdc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uG6KPefrdc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-uG6KPefrdc .content-panel {
  padding: 3rem;
  background-color: #916983;
}
@media (min-width: 767px) {
  .cid-uG6KPefrdc .text-block {
    padding-right: 0;
  }
}
.cid-uG6KPefrdc .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uG6KPefrdc .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uG6KPefrdc .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-uG6KPefrdc .google-map .place-card {
  margin-left: 40px !important;
}
.cid-uG6KPefrdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6KPefrdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6KPefrdc .mbr-section-title {
  color: #ffffff;
}
.cid-s1l6Lexutq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s1l6Lexutq .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-s1l6Lexutq .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-s1l6Lexutq .logo__footer img {
  display: block;
  width: 110px;
  object-fit: cover ;
}
.cid-s1l6Lexutq .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-s1l6Lexutq .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-s1l6Lexutq .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-s1l6Lexutq .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-s1l6Lexutq .item a {
  font-weight: 600;
}
.cid-s1l6Lexutq .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-s1l6Lexutq .item:last-child:after {
  display: none;
}
.cid-s1l6Lexutq .footer__social {
  padding-bottom: 21px;
}
.cid-s1l6Lexutq .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #916983;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-s1l6Lexutq .mbr-iconfont:hover {
  color: #916983;
}
.cid-s1l6Lexutq .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-s1l6Lexutq .footer__ink {
  text-align: right;
}
.cid-s1l6Lexutq .copyright,
.cid-s1l6Lexutq .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-s1l6Lexutq .footer__menu {
    padding-right: 0;
  }
}
.cid-s1l6Lexutq .copyright {
  color: #9b3233;
}
.cid-s1l6Lexutq .ink {
  color: #3a6686;
}
.cid-uGFXYvNvC9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fondo-paralax.png-895x535.png");
}
.cid-uGFXYvNvC9 .mbr-section-subtitle {
  color: #282727;
}
.cid-uGFXYvNvC9 H2 {
  color: #ffffff;
}
.cid-uGFwM14Wpl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGFwM14Wpl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uGFwM14Wpl .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGFwM14Wpl .title {
    width: 100% !important;
  }
}
.cid-uGpZ8MdJfO .nav-item:focus,
.cid-uGpZ8MdJfO .nav-link:focus {
  outline: none;
}
.cid-uGpZ8MdJfO .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-uGpZ8MdJfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpZ8MdJfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpZ8MdJfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGpZ8MdJfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGpZ8MdJfO .collapsed {
  flex-direction: row!important;
}
.cid-uGpZ8MdJfO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 4.5rem !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpZ8MdJfO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uGpZ8MdJfO .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGpZ8MdJfO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGpZ8MdJfO .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-uGpZ8MdJfO .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-uGpZ8MdJfO .navbar .navbar-collapse.show,
.cid-uGpZ8MdJfO .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-uGpZ8MdJfO .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-uGpZ8MdJfO .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-uGpZ8MdJfO .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uGpZ8MdJfO .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.4rem);
}
.cid-uGpZ8MdJfO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGpZ8MdJfO .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-uGpZ8MdJfO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpZ8MdJfO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpZ8MdJfO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGpZ8MdJfO .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-uGpZ8MdJfO .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-uGpZ8MdJfO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uGpZ8MdJfO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGpZ8MdJfO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGpZ8MdJfO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGpZ8MdJfO .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpZ8MdJfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpZ8MdJfO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpZ8MdJfO .dropdown-item.active,
.cid-uGpZ8MdJfO .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpZ8MdJfO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpZ8MdJfO .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-uGpZ8MdJfO .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-uGpZ8MdJfO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-uGpZ8MdJfO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGpZ8MdJfO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGpZ8MdJfO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpZ8MdJfO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGpZ8MdJfO .navbar-buttons {
  text-align: inherit;
}
.cid-uGpZ8MdJfO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGpZ8MdJfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #916983;
}
.cid-uGpZ8MdJfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpZ8MdJfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpZ8MdJfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpZ8MdJfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpZ8MdJfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpZ8MdJfO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpZ8MdJfO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpZ8MdJfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpZ8MdJfO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGpZ8MdJfO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGpZ8MdJfO .icons-menu {
  text-align: inherit;
}
.cid-uGpZ8MdJfO .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uGpZ8MdJfO .nav-link:hover,
.cid-uGpZ8MdJfO .dropdown-item:hover,
.cid-uGpZ8MdJfO .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpZ8MdJfO .navbar {
    height: 77px;
  }
  .cid-uGpZ8MdJfO .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uGpZ8MdJfO .navbar-collapse .img-column {
    display: none;
  }
  .cid-uGpZ8MdJfO .icons-menu,
  .cid-uGpZ8MdJfO .navbar-buttons,
  .cid-uGpZ8MdJfO .contact-block,
  .cid-uGpZ8MdJfO .text-column {
    text-align: center !important;
  }
}
.cid-uGpZ8MdJfO .icons-menu,
.cid-uGpZ8MdJfO .navbar-buttons,
.cid-uGpZ8MdJfO .contact-block,
.cid-uGpZ8MdJfO .text-column {
  color: #916983;
}
.cid-uGq0vD5MVQ {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGq0vD5MVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGq0vD5MVQ .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-uGq0vD5MVQ .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uGq0vD5MVQ .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uGq0vD5MVQ .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uGq0vD5MVQ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uGq0vD5MVQ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uGq0vD5MVQ .mbr-text {
  color: #747474;
}
.cid-uGq0vD5MVQ .mbr-section-title,
.cid-uGq0vD5MVQ .mbr-section-btn {
  color: #916983;
}
.cid-uGpZ8SABfE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGpZ8SABfE .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uGpZ8SABfE .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-uGpZ8SABfE .text-block {
  padding-right: 5rem;
}
.cid-uGpZ8SABfE .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uGpZ8SABfE .underline .line {
  width: 5rem;
  height: 3px;
  background: #916983;
  display: inline-block;
}
.cid-uGpZ8SABfE .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-uGpZ8SABfE .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-uGpZ8SABfE .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uGpZ8SABfE .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uGpZ8SABfE .img-block {
    margin-bottom: 1rem;
  }
  .cid-uGpZ8SABfE .text-block {
    padding: 0 15px;
  }
}
.cid-uGpZ8SABfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpZ8SABfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpZ8SABfE .mbr-section-title {
  color: #916983;
}
.cid-uGpZ8SABfE .mbr-section-subtitle {
  color: #9c9da7;
}
.cid-uGpZ8SABfE .mbr-section-text,
.cid-uGpZ8SABfE .underline,
.cid-uGpZ8SABfE .social-media {
  color: #9c9da7;
}
.cid-uGpZ91y3Pt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGpZ91y3Pt .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-uGpZ91y3Pt .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uGpZ91y3Pt .logo__footer img {
  display: block;
  width: 110px;
  object-fit: cover ;
}
.cid-uGpZ91y3Pt .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-uGpZ91y3Pt .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uGpZ91y3Pt .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-uGpZ91y3Pt .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-uGpZ91y3Pt .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-uGpZ91y3Pt .item a {
  font-weight: 600;
}
.cid-uGpZ91y3Pt .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-uGpZ91y3Pt .item:last-child:after {
  display: none;
}
.cid-uGpZ91y3Pt .footer__social {
  padding-bottom: 21px;
}
.cid-uGpZ91y3Pt .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #916983;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-uGpZ91y3Pt .mbr-iconfont:hover {
  color: #916983;
}
.cid-uGpZ91y3Pt .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ffffff;
}
.cid-uGpZ91y3Pt .footer__ink {
  text-align: right;
}
.cid-uGpZ91y3Pt .copyright,
.cid-uGpZ91y3Pt .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uGpZ91y3Pt .footer__menu {
    padding-right: 0;
  }
}
.cid-uGpZ91y3Pt .copyright {
  color: #9b3233;
}
.cid-uGpZ91y3Pt .ink {
  color: #3a6686;
}
