@import url(https://fonts.googleapis.com/css?family=Gilda+Display:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e6c8ab !important;
}
.bg-success {
  background-color: #3f855b !important;
}
.bg-info {
  background-color: #487f91 !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
  color: #714821 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #740404 !important;
  border-color: #740404 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #2a0101 !important;
  border-color: #2a0101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a0101 !important;
  border-color: #2a0101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #487f91 !important;
  border-color: #487f91 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #2f525e !important;
  border-color: #2f525e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2f525e !important;
  border-color: #2f525e !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3f855b !important;
  border-color: #3f855b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #265137 !important;
  border-color: #265137 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #265137 !important;
  border-color: #265137 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #cf955c !important;
  color: #cf955c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #110101 !important;
  color: #110101 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #740404 !important;
  border-color: #740404 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #740404 !important;
  border-color: #740404 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #26434d !important;
  color: #26434d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #487f91 !important;
  border-color: #487f91 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #487f91 !important;
  border-color: #487f91 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #1e402c !important;
  color: #1e402c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #3f855b !important;
  border-color: #3f855b !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3f855b !important;
  border-color: #3f855b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #e6c8ab !important;
}
.text-secondary {
  color: #740404 !important;
}
.text-success {
  color: #3f855b !important;
}
.text-info {
  color: #487f91 !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cf955c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #110101 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e402c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #26434d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #487f91;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6c8ab;
  border-color: #e6c8ab;
  color: #845527;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e6c8ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80c39b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #90bac8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #e6c8ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #e6c8ab;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e6c8ab;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c8ab;
  color: #000000;
}
.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: #e6c8ab;
  border-bottom-color: #e6c8ab;
}
.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: #e6c8ab !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: #740404 !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: 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='%23e6c8ab' %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;
}
.cid-rzMj5gUn1z {
  background-image: url("../../../assets/images/mosque-1920x1280.jpg");
}
.cid-rzMj5gUn1z .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rzMj5gUn1z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rzMj5gUn1z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sxXMVMua3z {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxXMVMua3z .first-col {
    padding-bottom: 1rem;
  }
}
.cid-sxXxw0ejYZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxXxw0ejYZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sxXxw0ejYZ .row {
  background-color: #ffffff;
}
.cid-sxXxw0ejYZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sxXxw0ejYZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxXxw0ejYZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxXxw0ejYZ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxXxw0ejYZ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxXxw0ejYZ .image-element {
    padding: 0 15px;
  }
  .cid-sxXxw0ejYZ .text-element {
    padding: 2rem 1rem;
  }
  .cid-sxXxw0ejYZ .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sxXxw0ejYZ .mbr-text,
.cid-sxXxw0ejYZ .mbr-section-btn {
  color: #740404;
  text-align: right;
}
.cid-sxXxw0ejYZ .mbr-section-title {
  color: #740404;
}
.cid-sxXxw0ejYZ .mbr-section-subtitle,
.cid-sxXxw0ejYZ .underline {
  color: #740404;
}
.cid-rzMjemu9Q2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzMjemu9Q2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjemu9Q2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjemu9Q2 .title {
    width: 100% !important;
  }
}
.cid-rzMjemu9Q2 .mbr-section-title {
  color: #740404;
}
.cid-rzMje2wxrY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMje2wxrY .mbr-text {
  color: #740404;
}
.cid-sxXmDR9fi4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxXmDR9fi4 .card .card-img {
  overflow: hidden;
}
.cid-sxXmDR9fi4 .card .card-img img {
  transition: all .5s;
}
.cid-sxXmDR9fi4 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sxXmDR9fi4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxXmDR9fi4 .card {
  display: block;
  height: 100%;
}
.cid-sxXmDR9fi4 .card .card-wrapper {
  height: 100%;
}
.cid-sxXmDR9fi4 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sxXmDR9fi4 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sxXmDR9fi4 .card .card-box .card-title {
  margin: 0;
}
.cid-sxXmDR9fi4 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxXmDR9fi4 .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sxXmDR9fi4 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sxXmDR9fi4 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sxXmDR9fi4 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxXmDR9fi4 .card .card-footer .icons-list {
  margin: 0;
}
.cid-sxXmDR9fi4 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sxXmDR9fi4 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sxXmDR9fi4 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sxXmDR9fi4 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sxXmDR9fi4 .card-footer {
  border: none;
}
.cid-sxXmDR9fi4 .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-sxXmDR9fi4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sxXmDR9fi4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-swXpqSa4hC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXpqSa4hC .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-swXpqSa4hC .row {
  background-color: #ffffff;
}
.cid-swXpqSa4hC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-swXpqSa4hC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-swXpqSa4hC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXpqSa4hC .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swXpqSa4hC .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swXpqSa4hC .image-element {
    padding: 0 15px;
  }
  .cid-swXpqSa4hC .text-element {
    padding: 2rem 1rem;
  }
  .cid-swXpqSa4hC .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-swXpqSa4hC .mbr-text,
.cid-swXpqSa4hC .mbr-section-btn {
  color: #740404;
  text-align: right;
}
.cid-swXpqSa4hC .mbr-section-title {
  color: #740404;
}
.cid-swXpqSa4hC .mbr-section-subtitle,
.cid-swXpqSa4hC .underline {
  color: #740404;
}
.cid-swXuM5F9aP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXuM5F9aP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXuM5F9aP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swXuM5F9aP .title {
    width: 100% !important;
  }
}
.cid-swXuM5F9aP .mbr-section-title {
  color: #740404;
}
.cid-swXuM5F9aP .mbr-section-subtitle,
.cid-swXuM5F9aP .underline {
  color: #740404;
}
.cid-swXqj7sPp1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swXqj7sPp1 .card {
  display: block;
}
.cid-swXqj7sPp1 .card .card-img {
  overflow: hidden;
}
.cid-swXqj7sPp1 .card .card-img img {
  transition: all 0.5s;
}
.cid-swXqj7sPp1 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-swXqj7sPp1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXqj7sPp1 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-swXqj7sPp1 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-swXqj7sPp1 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-swXqj7sPp1 .card .card-wrapper .card-img .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-swXqj7sPp1 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-swXqj7sPp1 .popup-btn .card-link {
  display: block !important;
}
.cid-swXqj7sPp1 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-swXqj7sPp1 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-swXqj7sPp1 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-swXqj7sPp1 .caption .card-title {
  padding-right: 2rem;
}
.cid-swXqj7sPp1 .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .cid-swXqj7sPp1 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swXqj7sPp1 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-swXqj7sPp1 .main-title {
  color: #740404;
}
.cid-swXtZr2yEa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXtZr2yEa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXtZr2yEa .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swXtZr2yEa .title {
    width: 100% !important;
  }
}
.cid-swXtZr2yEa .mbr-section-title {
  color: #740404;
}
.cid-swXtZr2yEa .mbr-section-subtitle,
.cid-swXtZr2yEa .underline {
  color: #740404;
}
.cid-swXu0MBwYA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXu0MBwYA .mbr-text DIV {
  text-align: left;
}
.cid-swXu0MBwYA .mbr-text {
  color: #740404;
}
.cid-swXvQT4L4J {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXvQT4L4J .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXvQT4L4J .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swXvQT4L4J .title {
    width: 100% !important;
  }
}
.cid-swXvQT4L4J .mbr-section-title {
  color: #740404;
}
.cid-swXvQT4L4J .mbr-section-subtitle,
.cid-swXvQT4L4J .underline {
  color: #740404;
}
.cid-swXvUh7Hsg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXvUh7Hsg .mbr-text {
  color: #740404;
}
.cid-swXvRUzZgu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXvRUzZgu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXvRUzZgu .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swXvRUzZgu .title {
    width: 100% !important;
  }
}
.cid-swXvRUzZgu .mbr-section-title {
  color: #740404;
}
.cid-swXvRUzZgu .mbr-section-subtitle,
.cid-swXvRUzZgu .underline {
  color: #740404;
}
.cid-swXwCzVhVp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXwCzVhVp .mbr-text {
  color: #740404;
}
.cid-swXvSJTleO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXvSJTleO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swXvSJTleO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swXvSJTleO .title {
    width: 100% !important;
  }
}
.cid-swXvSJTleO .mbr-section-title {
  color: #740404;
}
.cid-swXvSJTleO .mbr-section-subtitle,
.cid-swXvSJTleO .underline {
  color: #740404;
}
.cid-swXw75iAPn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXw75iAPn .mbr-text {
  color: #740404;
}
.cid-swZXQGuEcd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swZXQGuEcd .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-swZXQGuEcd .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-swZXQGuEcd .title {
    width: 100% !important;
  }
}
.cid-swZXQGuEcd .mbr-section-title {
  color: #740404;
}
.cid-swZXQGuEcd .mbr-section-subtitle,
.cid-swZXQGuEcd .underline {
  color: #740404;
}
.cid-sx8ThHrV3o {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sx8ThHrV3o .mbr-text {
  color: #740404;
  text-align: center;
}
.cid-swXw7LJ7P5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-swXw7LJ7P5 blockquote {
  border-color: #740404 !important;
}
.cid-swXw7LJ7P5 DIV {
  color: #740404;
}
.cid-sw5looOgus {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sw5looOgus .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sw5looOgus .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sxXPrP1jCg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sxXPrP1jCg .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sxXPrP1jCg .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sxXPrP1jCg .mbr-list {
  margin: 0;
}
.cid-sxXPrP1jCg .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sxXPrP1jCg .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-sxXPrP1jCg .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sxXPrP1jCg .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sxXPrP1jCg .list-inline-item,
.cid-sxXPrP1jCg .mbr-list,
.cid-sxXPrP1jCg .first-column {
  text-align: left;
}
.cid-sxd0YzKf8M .nav-item:focus,
.cid-sxd0YzKf8M .nav-link:focus {
  outline: none;
}
.cid-sxd0YzKf8M a.nav-link:focus {
  color: #d8d7d7 !important;
}
.cid-sxd0YzKf8M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sxd0YzKf8M .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sxd0YzKf8M .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sxd0YzKf8M .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sxd0YzKf8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxd0YzKf8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sxd0YzKf8M .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxd0YzKf8M .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sxd0YzKf8M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxd0YzKf8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxd0YzKf8M .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sxd0YzKf8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxd0YzKf8M .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-sxd0YzKf8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxd0YzKf8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sxd0YzKf8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxd0YzKf8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxd0YzKf8M .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sxd0YzKf8M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxd0YzKf8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxd0YzKf8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxd0YzKf8M .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-sxd0YzKf8M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxd0YzKf8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxd0YzKf8M .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sxd0YzKf8M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sxd0YzKf8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxd0YzKf8M .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sxd0YzKf8M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxd0YzKf8M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxd0YzKf8M .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-sxd0YzKf8M .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sxd0YzKf8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sxd0YzKf8M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxd0YzKf8M .dropdown-item.active,
.cid-sxd0YzKf8M .dropdown-item:active {
  background-color: transparent;
}
.cid-sxd0YzKf8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxd0YzKf8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxd0YzKf8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxd0YzKf8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sxd0YzKf8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sxd0YzKf8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxd0YzKf8M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxd0YzKf8M .navbar-buttons {
  text-align: center;
}
.cid-sxd0YzKf8M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxd0YzKf8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxd0YzKf8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxd0YzKf8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxd0YzKf8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxd0YzKf8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxd0YzKf8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxd0YzKf8M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxd0YzKf8M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxd0YzKf8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxd0YzKf8M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxd0YzKf8M a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sxd0YzKf8M .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sxd0YzKf8M .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-sxd0YzKf8M .icons-menu span {
  font-size: 20px;
  color: #740404;
}
.cid-sxd0YzKf8M .nav-link:hover,
.cid-sxd0YzKf8M .icons-menu .mbr-iconfont:hover {
  color: #d8d7d7 !important;
}
.cid-sxd0YzKf8M .dropdown-item:hover {
  color: #740404 !important;
}
.cid-sxd0YzKf8M .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #d8d7d7;
  transition: width 0.3s ease-in;
}
.cid-sxd0YzKf8M .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sxd0YzKf8M .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sxd0YzKf8M .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sxd0YzKf8M .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sxd0YzKf8M .dropdown-menu {
    top: 100%;
  }
  .cid-sxd0YzKf8M .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-sxd0YzKf8M .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-sxd0YzKf8M .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sxd0YzKf8M .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sxc2C93dhn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxc2C93dhn .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxc2C93dhn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-sxc2C93dhn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .cid-sxc2C93dhn .image-element {
    padding-right: 0;
  }
}
.cid-sxc2C93dhn .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-sxc2C93dhn .mbr-section-subtitle,
.cid-sxc2C93dhn .mbr-text {
  color: #878787;
}
.cid-sxc2C93dhn .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxc2C93dhn .text-element {
    padding-bottom: 0;
  }
}
.cid-sxc2C93dhn .mbr-section-title {
  color: #740404;
}
.cid-sxc2C93dhn .mbr-text,
.cid-sxc2C93dhn .mbr-section-btn {
  color: #740404;
}
.cid-sxc2C93dhn .mbr-section-subtitle,
.cid-sxc2C93dhn .underline {
  color: #740404;
}
.cid-sw5ef7j33o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sw5ef7j33o .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sw5ef7j33o .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sw5ef7j33o .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sw5ef7j33o .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sw5ef7j33o .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sw5ef7j33o .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sw5ef7j33o .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sw5ef7j33o .image-element {
    padding: 0 15px;
  }
  .cid-sw5ef7j33o .text-element {
    padding: 2rem 1rem;
  }
  .cid-sw5ef7j33o .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sw5ef7j33o .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sw5ef7j33o .mbr-section-title {
  color: #c19b76;
}
.cid-sw5ef7j33o .mbr-section-subtitle,
.cid-sw5ef7j33o .underline {
  color: #878787;
}
.cid-sw5ef7j33o .mbr-text,
.cid-sw5ef7j33o .mbr-section-btn {
  color: #740404;
}
.cid-sxcWB4DDe4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWB4DDe4 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sxcWB4DDe4 .row {
  background-color: #ffffff;
}
.cid-sxcWB4DDe4 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sxcWB4DDe4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxcWB4DDe4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWB4DDe4 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sxcWB4DDe4 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxcWB4DDe4 .image-element {
    padding: 0 15px;
  }
  .cid-sxcWB4DDe4 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sxcWB4DDe4 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sxcWB4DDe4 .mbr-text,
.cid-sxcWB4DDe4 .mbr-section-btn {
  color: #740404;
  text-align: right;
}
.cid-sxcWB4DDe4 .mbr-section-title {
  color: #740404;
}
.cid-sxcWB4DDe4 .mbr-section-subtitle,
.cid-sxcWB4DDe4 .underline {
  color: #740404;
}
.cid-sxcWB6fjLH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxcWB6fjLH .card {
  display: block;
}
.cid-sxcWB6fjLH .card .card-img {
  overflow: hidden;
}
.cid-sxcWB6fjLH .card .card-img img {
  transition: all 0.5s;
}
.cid-sxcWB6fjLH .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sxcWB6fjLH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWB6fjLH .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sxcWB6fjLH .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-sxcWB6fjLH .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-sxcWB6fjLH .card .card-wrapper .card-img .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-sxcWB6fjLH .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sxcWB6fjLH .popup-btn .card-link {
  display: block !important;
}
.cid-sxcWB6fjLH .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-sxcWB6fjLH .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sxcWB6fjLH .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-sxcWB6fjLH .caption .card-title {
  padding-right: 2rem;
}
.cid-sxcWB6fjLH .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .cid-sxcWB6fjLH .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxcWB6fjLH .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sxcWB6fjLH .main-title {
  color: #740404;
}
.cid-sxcWBalyqc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBalyqc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWBalyqc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxcWBalyqc .title {
    width: 100% !important;
  }
}
.cid-sxcWBalyqc .mbr-section-title {
  color: #740404;
}
.cid-sxcWBalyqc .mbr-section-subtitle,
.cid-sxcWBalyqc .underline {
  color: #740404;
}
.cid-sxXUMTvDUD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxXUMTvDUD .mbr-text {
  color: #740404;
}
.cid-sxcWBd1wNc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBd1wNc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWBd1wNc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxcWBd1wNc .title {
    width: 100% !important;
  }
}
.cid-sxcWBd1wNc .mbr-section-title {
  color: #740404;
}
.cid-sxcWBd1wNc .mbr-section-subtitle,
.cid-sxcWBd1wNc .underline {
  color: #740404;
}
.cid-sxcWBdDZ0c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBdDZ0c .mbr-text {
  color: #740404;
}
.cid-sxcWBe86in {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBe86in .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWBe86in .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxcWBe86in .title {
    width: 100% !important;
  }
}
.cid-sxcWBe86in .mbr-section-title {
  color: #740404;
}
.cid-sxcWBe86in .mbr-section-subtitle,
.cid-sxcWBe86in .underline {
  color: #740404;
}
.cid-sxcWBfE1gL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBfE1gL .mbr-text {
  color: #740404;
}
.cid-sxcWBgjcrN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBgjcrN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWBgjcrN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxcWBgjcrN .title {
    width: 100% !important;
  }
}
.cid-sxcWBgjcrN .mbr-section-title {
  color: #740404;
}
.cid-sxcWBgjcrN .mbr-section-subtitle,
.cid-sxcWBgjcrN .underline {
  color: #740404;
}
.cid-sxcWBgXcVR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBgXcVR .mbr-text {
  color: #740404;
}
.cid-sxcWBhvjz0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBhvjz0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sxcWBhvjz0 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sxcWBhvjz0 .title {
    width: 100% !important;
  }
}
.cid-sxcWBhvjz0 .mbr-section-title {
  color: #740404;
}
.cid-sxcWBhvjz0 .mbr-section-subtitle,
.cid-sxcWBhvjz0 .underline {
  color: #740404;
}
.cid-sxcWBi9spY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBi9spY .mbr-text {
  color: #740404;
  text-align: left;
}
.cid-sxcWBiFNp9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxcWBiFNp9 blockquote {
  border-color: #740404 !important;
}
.cid-sxcWBiFNp9 DIV {
  color: #740404;
}
.cid-sxcWBjbpUG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxcWBjbpUG .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sxcWBjbpUG .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sxcWBmcLBW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sxcWBmcLBW .mbr-iconfont-social {
  font-size: 32px;
  color: #878787;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-sxcWBmcLBW .mbr-iconfont-social:hover {
  color: #740404;
}
.cid-sxcWBmcLBW .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sxcWBmcLBW .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sxcY4aPp17 .nav-item:focus,
.cid-sxcY4aPp17 .nav-link:focus {
  outline: none;
}
.cid-sxcY4aPp17 a.nav-link:focus {
  color: #d8d7d7 !important;
}
.cid-sxcY4aPp17 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-sxcY4aPp17 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sxcY4aPp17 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sxcY4aPp17 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sxcY4aPp17 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxcY4aPp17 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sxcY4aPp17 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sxcY4aPp17 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxcY4aPp17 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxcY4aPp17 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sxcY4aPp17 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxcY4aPp17 .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-sxcY4aPp17 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxcY4aPp17 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sxcY4aPp17 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxcY4aPp17 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxcY4aPp17 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sxcY4aPp17 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxcY4aPp17 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxcY4aPp17 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxcY4aPp17 .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-sxcY4aPp17 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxcY4aPp17 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxcY4aPp17 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sxcY4aPp17 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sxcY4aPp17 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxcY4aPp17 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sxcY4aPp17 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxcY4aPp17 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxcY4aPp17 .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-sxcY4aPp17 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sxcY4aPp17 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sxcY4aPp17 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxcY4aPp17 .dropdown-item.active,
.cid-sxcY4aPp17 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxcY4aPp17 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxcY4aPp17 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxcY4aPp17 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxcY4aPp17 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sxcY4aPp17 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sxcY4aPp17 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxcY4aPp17 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxcY4aPp17 .navbar-buttons {
  text-align: center;
}
.cid-sxcY4aPp17 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxcY4aPp17 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxcY4aPp17 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxcY4aPp17 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxcY4aPp17 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxcY4aPp17 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxcY4aPp17 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxcY4aPp17 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxcY4aPp17 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxcY4aPp17 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxcY4aPp17 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxcY4aPp17 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sxcY4aPp17 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sxcY4aPp17 .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-sxcY4aPp17 .icons-menu span {
  font-size: 20px;
  color: #740404;
}
.cid-sxcY4aPp17 .nav-link:hover,
.cid-sxcY4aPp17 .icons-menu .mbr-iconfont:hover {
  color: #d8d7d7 !important;
}
.cid-sxcY4aPp17 .dropdown-item:hover {
  color: #740404 !important;
}
.cid-sxcY4aPp17 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #d8d7d7;
  transition: width 0.3s ease-in;
}
.cid-sxcY4aPp17 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sxcY4aPp17 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sxcY4aPp17 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-sxcY4aPp17 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sxcY4aPp17 .dropdown-menu {
    top: 100%;
  }
  .cid-sxcY4aPp17 .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-sxcY4aPp17 .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-sxcY4aPp17 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sxcY4aPp17 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-t4jariJu3O {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4jariJu3O .card {
  display: block;
}
.cid-t4jariJu3O .card .card-img {
  overflow: hidden;
}
.cid-t4jariJu3O .card .card-img img {
  transition: all 0.5s;
}
.cid-t4jariJu3O .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t4jariJu3O .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t4jariJu3O .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-t4jariJu3O .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-t4jariJu3O .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-t4jariJu3O .card .card-wrapper .card-img .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-t4jariJu3O .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t4jariJu3O .popup-btn .card-link {
  display: block !important;
}
.cid-t4jariJu3O .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-t4jariJu3O .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-t4jariJu3O .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-t4jariJu3O .caption .card-title {
  padding-right: 2rem;
}
.cid-t4jariJu3O .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .cid-t4jariJu3O .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4jariJu3O .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-t4jariJu3O .main-title {
  color: #740404;
}
.cid-t4jarkp255 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4jarkp255 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t4jarkp255 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t4jarkp255 .title {
    width: 100% !important;
  }
}
.cid-t4jarkp255 .mbr-section-title {
  color: #740404;
}
.cid-t4jarkp255 .mbr-section-subtitle,
.cid-t4jarkp255 .underline {
  color: #740404;
}
.cid-t4jarl0CaV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4jarl0CaV .mbr-text {
  color: #740404;
}
.cid-t4jarp4ckF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4jarp4ckF blockquote {
  border-color: #740404 !important;
}
.cid-t4jarp4ckF DIV {
  color: #740404;
}
.cid-t4jarp4ckF P {
  text-align: right;
}
.cid-t4jarsMs9y .nav-item:focus,
.cid-t4jarsMs9y .nav-link:focus {
  outline: none;
}
.cid-t4jarsMs9y a.nav-link:focus {
  color: #d8d7d7 !important;
}
.cid-t4jarsMs9y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-t4jarsMs9y .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t4jarsMs9y .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-t4jarsMs9y .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t4jarsMs9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4jarsMs9y .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t4jarsMs9y .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-t4jarsMs9y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t4jarsMs9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4jarsMs9y .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-t4jarsMs9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4jarsMs9y .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-t4jarsMs9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4jarsMs9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-t4jarsMs9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4jarsMs9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4jarsMs9y .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-t4jarsMs9y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t4jarsMs9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4jarsMs9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4jarsMs9y .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-t4jarsMs9y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4jarsMs9y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4jarsMs9y .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-t4jarsMs9y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t4jarsMs9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4jarsMs9y .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t4jarsMs9y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4jarsMs9y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4jarsMs9y .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-t4jarsMs9y .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-t4jarsMs9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-t4jarsMs9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4jarsMs9y .dropdown-item.active,
.cid-t4jarsMs9y .dropdown-item:active {
  background-color: transparent;
}
.cid-t4jarsMs9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4jarsMs9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4jarsMs9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4jarsMs9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-t4jarsMs9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-t4jarsMs9y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4jarsMs9y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t4jarsMs9y .navbar-buttons {
  text-align: center;
}
.cid-t4jarsMs9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4jarsMs9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4jarsMs9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4jarsMs9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4jarsMs9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4jarsMs9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4jarsMs9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4jarsMs9y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4jarsMs9y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4jarsMs9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4jarsMs9y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4jarsMs9y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-t4jarsMs9y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4jarsMs9y .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-t4jarsMs9y .icons-menu span {
  font-size: 20px;
  color: #740404;
}
.cid-t4jarsMs9y .nav-link:hover,
.cid-t4jarsMs9y .icons-menu .mbr-iconfont:hover {
  color: #d8d7d7 !important;
}
.cid-t4jarsMs9y .dropdown-item:hover {
  color: #740404 !important;
}
.cid-t4jarsMs9y .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #d8d7d7;
  transition: width 0.3s ease-in;
}
.cid-t4jarsMs9y .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-t4jarsMs9y .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-t4jarsMs9y .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-t4jarsMs9y .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-t4jarsMs9y .dropdown-menu {
    top: 100%;
  }
  .cid-t4jarsMs9y .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-t4jarsMs9y .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-t4jarsMs9y .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-t4jarsMs9y .navbar-short .dropdown-menu {
    top: 100%;
  }
}
