body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #8d7248 !important;
}
.bg-info {
  background-color: #e4d49f !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6a4a21 !important;
  border-color: #6a4a21 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #30210f !important;
  border-color: #30210f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #30210f !important;
  border-color: #30210f !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4d49f !important;
  border-color: #e4d49f !important;
  color: #67561d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #67561d !important;
  background-color: #d3b963 !important;
  border-color: #d3b963 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #67561d !important;
  background-color: #d3b963 !important;
  border-color: #d3b963 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8d7248 !important;
  border-color: #8d7248 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5a492e !important;
  border-color: #5a492e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5a492e !important;
  border-color: #5a492e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1c1409;
  color: #1c1409;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #6a4a21;
  border-color: #6a4a21;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a4a21 !important;
  border-color: #6a4a21 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ceb04f;
  color: #ceb04f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #67561d;
  background-color: #e4d49f;
  border-color: #e4d49f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #67561d !important;
  background-color: #e4d49f !important;
  border-color: #e4d49f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #493b26;
  color: #493b26;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #8d7248;
  border-color: #8d7248;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8d7248 !important;
  border-color: #8d7248 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #6a4a21 !important;
}
.text-success {
  color: #8d7248 !important;
}
.text-info {
  color: #e4d49f !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1c1409 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #493b26 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ceb04f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4d49f;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6b08f;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #6a4a21 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23000000' %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.3;
}
.cid-sJ253BiGCm {
  background-image: url("../../../assets/images/menra-jurdico-abogados-cdmx.jpg");
}
.cid-sJ253BiGCm .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sJ253BiGCm .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sJ253BiGCm .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sJ253BiGCm .animated-element,
.cid-sJ253BiGCm .typed-cursor {
  color: #ffffff;
}
.cid-sJ253BiGCm .animated-element {
  border-bottom: 5px solid #8d7248;
}
@media (max-width: 767px) {
  .cid-sJ253BiGCm .typed-text {
    text-align: center;
  }
}
.cid-sJ253BiGCm .mbr-section-title {
  color: #e4d49f;
}
.cid-sJ28FQ7wks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sJ28FQ7wks .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sJ28FQ7wks .mbr-section-btn {
  margin-top: 30px;
}
.cid-sJ28FQ7wks .wrap_left {
  padding-left: 0;
}
.cid-sJ28FQ7wks .wrap_right {
  padding-right: 0;
}
.cid-sJ28FQ7wks .block__left,
.cid-sJ28FQ7wks .block__right {
  padding: 80px;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .cid-sJ28FQ7wks .block__left,
  .cid-sJ28FQ7wks .block__right {
    padding: 30px;
  }
}
.cid-sJ28FQ7wks .title__block {
  position: relative;
  z-index: 2;
}
.cid-sJ28FQ7wks .left__image {
  background-image: url("../../../assets/images/conference21.jpg");
}
.cid-sJ28FQ7wks .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}
.cid-sJ28FQ7wks .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.cid-sJ28FQ7wks .right__image {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sJ28FQ7wks .left__image,
.cid-sJ28FQ7wks .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-sJ28FQ7wks .container,
  .cid-sJ28FQ7wks .container-fluid,
  .cid-sJ28FQ7wks .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sJ28FQ7wks .wrap_left,
  .cid-sJ28FQ7wks .wrap_right {
    padding: 0;
  }
}
.cid-sJ28FQ7wks .mbr-section-title {
  color: #e4d49f;
}
.cid-sJ28FQ7wks .mbr-text,
.cid-sJ28FQ7wks .mbr-section-btn {
  text-align: justify;
}
.cid-sOR2x3svhn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-sOR2x3svhn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sOR2x3svhn .text {
  padding: 0;
}
.cid-sOR2x3svhn section {
  position: relative;
}
.cid-sOR2x3svhn h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sOR2x3svhn .mbr-iconfont {
  padding: 0!important;
}
.cid-sOR2x3svhn .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #efefef;
}
.cid-sOR2x3svhn .box {
  background-image: url("../../../assets/images/menra-abogados-cdmx-1.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOR2x3svhn .icon-wrap {
  background-color: #000000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sOR2x3svhn .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sOR2x3svhn .icon-wrap span {
  padding-left: 8px;
}
.cid-sOR2x3svhn .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #8d7248 !important;
}
.cid-sOR2x3svhn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sOR2x3svhn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sOR2x3svhn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOR2x3svhn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sOR2x3svhn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sOR2x3svhn a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sOR2x3svhn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sOR2x3svhn .box {
    height: 250px;
  }
  .cid-sOR2x3svhn .row {
    padding: 1rem!important;
  }
}
.cid-sJ2aM6hbcz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJ2aM6hbcz .title__block {
  padding: 30px 15px;
}
.cid-sJ2aM6hbcz .mbr-text {
  margin-bottom: 30px;
}
.cid-sJ2aM6hbcz .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sJ2aM6hbcz .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sJ2aM6hbcz .bottom__text {
  margin: 10px 0;
  color: #000000;
}
.cid-sJ2aM6hbcz .btn {
  margin-top: 0;
}
.cid-sJ2aM6hbcz .btn:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sJ2aM6hbcz img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJ2aM6hbcz .image {
    margin-bottom: 10px;
  }
  .cid-sJ2aM6hbcz .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sJ2aM6hbcz .mbr-section-title {
  color: #8d7248;
}
.cid-sJ2aM6hbcz .mbr-text,
.cid-sJ2aM6hbcz .mbr-section-btn {
  color: #747474;
  text-align: justify;
}
.cid-sJ6gYBQnDZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sJ6gYBQnDZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-sJ6gYBQnDZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sJ6gYBQnDZ .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-sJ6gYBQnDZ .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-sJ6gYBQnDZ .nav-link {
  padding: .4rem 0.8rem;
}
.cid-sJ6gYBQnDZ .nav-tabs .nav-link {
  color: #6a4a21;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #6a4a21;
}
.cid-sJ6gYBQnDZ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #8d7248;
  border-bottom: 2px solid #8d7248;
}
.cid-sJ6gYBQnDZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #8d7248;
  font-style: normal;
  border-bottom: 2px solid #8d7248;
}
.cid-sJ6gYBQnDZ P {
  color: #767676;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-sJ6gYBQnDZ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sJ6gYBQnDZ .mbr-text,
  .cid-sJ6gYBQnDZ .nav-link {
    text-align: justify;
  }
}
.cid-sJ6sFpZl90 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sJ6sFpZl90 .mbr-section-subtitle,
.cid-sJ6sFpZl90 .mbr-text {
  color: #767676;
}
.cid-sJ6sFpZl90 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sJ6sFpZl90 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sJ6sFpZl90 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sJ6sFpZl90 .card-wrapper .card-img .mbr-overlay {
  background-color: #8d7248;
  display: none;
  transition: opacity .3s;
}
.cid-sJ6sFpZl90 .card-wrapper .card-img img {
  width: 100%;
}
.cid-sJ6sFpZl90 .card-wrapper .card-box {
  background-color: #8d7248;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sJ6sFpZl90 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sJ6sFpZl90 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sJ6sFpZl90 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sJ6sFpZl90 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sJ6sFpZl90 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sJ6sFpZl90 .mbr-section-title {
  color: #8d7248;
}
.cid-sJ6sFpZl90 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJ6sFpZl90 .mbr-text {
  color: #747474;
}
.cid-sJi7zvrIas {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sJi7zvrIas .mbr-text,
.cid-sJi7zvrIas blockquote {
  color: #767676;
}
.cid-sJi7zvrIas .mbr-text P {
  text-align: center;
}
.cid-sJi7zvrIas .mbr-text {
  color: #8d7248;
}
.cid-sJ7MCBSAnC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sJ7MCBSAnC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ7MCBSAnC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ7MCBSAnC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ7MCBSAnC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ7MCBSAnC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #8d7248;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sJ7MCBSAnC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ7MCBSAnC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ7MCBSAnC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ7MCBSAnC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #8d7248 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sJ7MCBSAnC .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sJ6WiMfDu9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sJ6WiMfDu9 .mbr-text {
  color: #e4d49f;
  text-align: center;
  letter-spacing: 0rem;
}
.cid-sJ6WiMfDu9 h4 {
  text-align: center;
}
.cid-sJ6WiMfDu9 p {
  text-align: center;
}
.cid-sJ6WiMfDu9 .card {
  padding-bottom: 3rem;
}
.cid-sJ6WiMfDu9 .card-img {
  padding-bottom: 1.5rem;
}
.cid-sJ6WiMfDu9 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sJ6WiMfDu9 .card-title,
.cid-sJ6WiMfDu9 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-sJ6WiMfDu9 .card-title {
  letter-spacing: 0rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-sJ6WiMfDu9 .header-title,
.cid-sJ6WiMfDu9 .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-sJ6WiMfDu9 .header-title {
  letter-spacing: 0rem;
  color: #e4d49f;
}
.cid-sJ6WiMfDu9 .header-text {
  letter-spacing: 0.03em;
}
.cid-sJ6SHCDpMe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #e4d49f;
}
.cid-sJ6SHCDpMe .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ6SHCDpMe H2 {
  color: #8d7248;
}
.cid-sJ6qIqsua2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e4d49f;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sJ6qIqsua2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJ6qIqsua2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJ6qIqsua2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJ6qIqsua2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJ6qIqsua2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #8d7248;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sJ6qIqsua2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJ6qIqsua2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sJ6qIqsua2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sJ6qIqsua2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #8d7248 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sJ6qIqsua2 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sJ6nPuuO7V {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-sJ6nPuuO7V .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sJ6nPuuO7V .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sJ6nPuuO7V H3 {
  color: #e4d49f;
}
.cid-sJ6nPuuO7V .mbr-text,
.cid-sJ6nPuuO7V .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ76swGHlA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sJ76swGHlA .google-map {
  height: 25rem;
  position: relative;
}
.cid-sJ76swGHlA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJ76swGHlA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sJ76swGHlA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJ76swGHlA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sJ76swGHlA .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sJ76swGHlA .form-container {
  padding: 3rem;
}
.cid-sJ76swGHlA .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sJ76swGHlA .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #8d7248, #8d7248);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJ76swGHlA .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sJ76swGHlA .form-group,
  .cid-sJ76swGHlA .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sJ76swGHlA .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-sJ76swGHlA textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-sJ76swGHlA .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sJ76swGHlA .text-block {
    margin-bottom: 2rem;
  }
  .cid-sJ76swGHlA .wrapper {
    margin-top: 0;
  }
}
.cid-sJ76swGHlA .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJ76swGHlA .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sJ76swGHlA .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sJ76swGHlA .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sJ76swGHlA .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJ76swGHlA .social-list a:hover {
  opacity: 1;
}
.cid-sJ76swGHlA H2 {
  color: #8d7248;
}
.cid-sJ78m0RTUs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8d7248;
  overflow: hidden;
}
.cid-sJ76y9YePW .nav-item:focus,
.cid-sJ76y9YePW .nav-link:focus {
  outline: none;
}
.cid-sJ76y9YePW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sJ76y9YePW .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sJ76y9YePW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sJ76y9YePW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJ76y9YePW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJ76y9YePW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJ76y9YePW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ76y9YePW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ76y9YePW .navbar.collapsed .dropdown-menu .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;
  top: 55%;
}
.cid-sJ76y9YePW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ76y9YePW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ76y9YePW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ76y9YePW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ76y9YePW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJ76y9YePW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ76y9YePW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ76y9YePW .navbar .dropdown-menu .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;
    top: 55%;
  }
  .cid-sJ76y9YePW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ76y9YePW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ76y9YePW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJ76y9YePW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sJ76y9YePW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ76y9YePW .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sJ76y9YePW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ76y9YePW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ76y9YePW .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJ76y9YePW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ76y9YePW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ76y9YePW .dropdown-item.active,
.cid-sJ76y9YePW .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ76y9YePW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ76y9YePW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ76y9YePW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ76y9YePW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sJ76y9YePW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ76y9YePW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ76y9YePW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ76y9YePW .navbar-buttons {
  text-align: center;
}
.cid-sJ76y9YePW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ76y9YePW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4d49f;
}
.cid-sJ76y9YePW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ76y9YePW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ76y9YePW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ76y9YePW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ76y9YePW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ76y9YePW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ76y9YePW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ76y9YePW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ76y9YePW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJ76y9YePW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJ76y9YePW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ76y9YePW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sJ76y9YePW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sJ76y9YePW .nav-link:hover,
.cid-sJ76y9YePW .dropdown-item:hover,
.cid-sJ76y9YePW .icons-menu .mbr-iconfont:hover {
  color: #e4d49f !important;
}
