body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: #232323 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #232323 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.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: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #232323;
}
/* 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: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
.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: #232323;
  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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #ff3366 !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='%23232323' %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-sNlmuJzYmw {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #55b4d4, #073b4c);
}
.cid-uwMAnF3xPE {
  background-image: url("../../../assets/images/img-20240830-wa0008-2048x1364.jpg");
}
.cid-uwMAnF3xPE .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uwMAnF3xPE .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-uwMAnF3xPE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uwMAnF3xPE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uwMAnF3xPE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uwMAnF3xPE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uwMAnF3xPE a.close:hover {
  color: #ffffff;
}
.cid-uwMAnF3xPE H1 {
  color: #f9f9f9;
}
.cid-spFUmQnD5p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-spFUmQnD5p DIV {
  text-align: left;
}
.cid-spFUmQnD5p H3 {
  text-align: left;
}
.cid-spFUmQnD5p H1 {
  text-align: left;
}
.cid-ux3qIXOxZu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-ux3qIXOxZu .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-ux3qIXOxZu H2 {
  text-align: center;
  color: #7f1933;
}
.cid-ux3qOSudLh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #554346;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ux3qOSudLh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ux3qOSudLh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ux3qOSudLh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ux3qOSudLh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ux3qOSudLh .row > .row {
  display: block;
}
.cid-ux3qOSudLh .mbr-gallery-item {
  width: 100%;
}
.cid-ux3qOSudLh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ux3qOSudLh .mbr-gallery-item > div {
  position: relative;
}
.cid-ux3qOSudLh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ux3qOSudLh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ux3qOSudLh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ux3qOSudLh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uwEmDON9tq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-uwEmDON9tq .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwEmDON9tq H2 {
  text-align: left;
  color: #7f1933;
}
.cid-uwEfkeDMo4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uwEfkeDMo4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uwEfkeDMo4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwEfkeDMo4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwEfkeDMo4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uwEfkeDMo4 .row > .row {
  display: block;
}
.cid-uwEfkeDMo4 .mbr-gallery-item {
  width: 100%;
}
.cid-uwEfkeDMo4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cebfaf;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #cebfaf, #45505b) !important;
}
.cid-uwEfkeDMo4 .mbr-gallery-item > div {
  position: relative;
}
.cid-uwEfkeDMo4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uwEfkeDMo4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uwEfkeDMo4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uwEfkeDMo4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #cebfaf !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #cebfaf, #45505b) !important;
}
.cid-uwFkzn8XGV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-uwFkzn8XGV .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwFkzn8XGV H2 {
  text-align: left;
  color: #7f1933;
}
.cid-ueo46rFenr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ueo46rFenr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ueo46rFenr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueo46rFenr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ueo46rFenr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ueo46rFenr .row > .row {
  display: block;
}
.cid-ueo46rFenr .mbr-gallery-item {
  width: 100%;
}
.cid-ueo46rFenr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #828080;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #828080, #45505b) !important;
}
.cid-ueo46rFenr .mbr-gallery-item > div {
  position: relative;
}
.cid-ueo46rFenr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ueo46rFenr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ueo46rFenr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ueo46rFenr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #828080 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #828080, #45505b) !important;
}
.cid-uwFlpu5XSe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-uwFlpu5XSe .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwFlpu5XSe H2 {
  text-align: left;
  color: #7f1933;
}
.cid-uenXA9KSnZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uenXA9KSnZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uenXA9KSnZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uenXA9KSnZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uenXA9KSnZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uenXA9KSnZ .row > .row {
  display: block;
}
.cid-uenXA9KSnZ .mbr-gallery-item {
  width: 100%;
}
.cid-uenXA9KSnZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uenXA9KSnZ .mbr-gallery-item > div {
  position: relative;
}
.cid-uenXA9KSnZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uenXA9KSnZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uenXA9KSnZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uenXA9KSnZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uwFmegWd54 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-uwFmegWd54 .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwFmegWd54 H2 {
  text-align: left;
  color: #7f1933;
}
.cid-sT6J9chZDW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sT6J9chZDW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sT6J9chZDW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT6J9chZDW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sT6J9chZDW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sT6J9chZDW .row > .row {
  display: block;
}
.cid-sT6J9chZDW .mbr-gallery-item {
  width: 100%;
}
.cid-sT6J9chZDW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sT6J9chZDW .mbr-gallery-item > div {
  position: relative;
}
.cid-sT6J9chZDW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sT6J9chZDW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sT6J9chZDW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sT6J9chZDW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uxC73zRKdB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-uxC73zRKdB .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uxC73zRKdB H2 {
  text-align: left;
  color: #7f1933;
}
.cid-sNlCFD1a3W {
  background-image: url("../../../assets/images/trailer-sd-480p.gif");
}
.cid-sNlCFD1a3W P {
  color: #767676;
}
.cid-sNlCFD1a3W H3 {
  color: #e4d295;
}
.cid-sNlCFD1a3W .mbr-text,
.cid-sNlCFD1a3W .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sNlCFD1a3W H1 {
  color: #cc2952;
}
.cid-sNlB4Vb82O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sNlB4Vb82O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNlB4Vb82O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNlB4Vb82O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNlB4Vb82O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNlB4Vb82O .row > .row {
  display: block;
}
.cid-sNlB4Vb82O .mbr-gallery-item {
  width: 100%;
}
.cid-sNlB4Vb82O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #e4d295) !important;
}
.cid-sNlB4Vb82O .mbr-gallery-item > div {
  position: relative;
}
.cid-sNlB4Vb82O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sNlB4Vb82O .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sNlB4Vb82O .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sNlB4Vb82O .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #e4d295) !important;
}
.cid-sNlP3QZDV2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sNlP3QZDV2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNlP3QZDV2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNlP3QZDV2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNlP3QZDV2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNlP3QZDV2 .row > .row {
  display: block;
}
.cid-sNlP3QZDV2 .mbr-gallery-item {
  width: 100%;
}
.cid-sNlP3QZDV2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #e4d295) !important;
}
.cid-sNlP3QZDV2 .mbr-gallery-item > div {
  position: relative;
}
.cid-sNlP3QZDV2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sNlP3QZDV2 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sNlP3QZDV2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sNlP3QZDV2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #e4d295) !important;
}
.cid-uwFn0chGBw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-uwFn0chGBw .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwFn0chGBw H2 {
  text-align: left;
  color: #7f1933;
}
.cid-sla6TCDhu3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #232323;
}
.cid-sla6TCDhu3 .images-container.container-fluid {
  padding: 0;
}
.cid-sla6TCDhu3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sla6TCDhu3 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sla6TCDhu3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sla6TCDhu3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sla6TCDhu3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sla6TCDhu3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sla6TCDhu3 .img-item {
    width: 100% !important;
  }
  .cid-sla6TCDhu3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-skSG6j8Ln9 {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-skSG6j8Ln9 .image-block {
  margin: auto;
}
.cid-skSG6j8Ln9 figcaption {
  position: relative;
}
.cid-skSG6j8Ln9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-skSG6j8Ln9 .image-block {
    width: 100% !important;
  }
}
.cid-slJbeIftHc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-slJbeIftHc P {
  color: #767676;
}
.cid-slJbeIftHc DIV {
  text-align: left;
}
.cid-slJbeIftHc .mbr-text,
.cid-slJbeIftHc .mbr-section-btn {
  color: #ffffff;
}
.cid-slJbeIftHc H1 {
  color: #efefef;
}
.cid-slJmwdOr3h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-slJmwdOr3h P {
  color: #767676;
}
.cid-slJmwdOr3h H1 {
  color: #7f1933;
}
.cid-slJgWZzgaM .modal-body .close {
  background: #1b1b1b;
}
.cid-slJgWZzgaM .modal-body .close span {
  font-style: normal;
}
.cid-slJgWZzgaM .carousel-inner > .active,
.cid-slJgWZzgaM .carousel-inner > .next,
.cid-slJgWZzgaM .carousel-inner > .prev {
  display: flex;
}
.cid-slJgWZzgaM .carousel-control .icon-next,
.cid-slJgWZzgaM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-slJgWZzgaM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slJgWZzgaM .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slJgWZzgaM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-slJgWZzgaM .boxed-slider > div {
  position: relative;
}
.cid-slJgWZzgaM .container img {
  width: 100%;
}
.cid-slJgWZzgaM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-slJgWZzgaM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-slJgWZzgaM .mbr-table-cell {
  padding: 0;
}
.cid-slJgWZzgaM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-slJgWZzgaM .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-slJgWZzgaM .mbr-overlay {
  z-index: 1;
}
.cid-slJgWZzgaM .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-slJgWZzgaM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-slJgWZzgaM .carousel-item.active.right,
.cid-slJgWZzgaM .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-slJgWZzgaM .carousel-item.active.left,
.cid-slJgWZzgaM .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-slJgWZzgaM .carousel-item.active,
.cid-slJgWZzgaM .carousel-item.next.left,
.cid-slJgWZzgaM .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-slJgWZzgaM .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-slJgWZzgaM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slJgWZzgaM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slJgWZzgaM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-slJgWZzgaM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-slJgWZzgaM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-slJgWZzgaM .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-slJgWZzgaM .mbr-slider .carousel-indicators li.active,
.cid-slJgWZzgaM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-slJgWZzgaM .mbr-slider .carousel-indicators li::after,
.cid-slJgWZzgaM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-slJgWZzgaM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-slJgWZzgaM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-slJgWZzgaM .mbr-slider > .container img {
  width: 100%;
}
.cid-slJgWZzgaM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-slJgWZzgaM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-slJgWZzgaM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-slJgWZzgaM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-slJgWZzgaM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-slJgWZzgaM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-slJgWZzgaM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-slJgWZzgaM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-slJgWZzgaM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-slJgWZzgaM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-slJgWZzgaM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-slJgWZzgaM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-slJgWZzgaM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uwJNOcLMFV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-uwJNOcLMFV .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwJNOcLMFV H2 {
  text-align: left;
  color: #7f1933;
}
.cid-siTC2wP6e1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/keine-huhneranlage-hier-800x281.jpeg");
}
.cid-smLYQYNwhd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smLYQYNwhd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smLYQYNwhd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smLYQYNwhd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smLYQYNwhd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smLYQYNwhd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smLYQYNwhd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smLYQYNwhd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smLYQYNwhd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-smLYQYNwhd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uwJNf0UYyX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-uwJNf0UYyX .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwJNf0UYyX H2 {
  text-align: left;
  color: #7f1933;
}
.cid-siTLmkGpuR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-siTLmkGpuR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-siTLmkGpuR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-siTLmkGpuR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siTLmkGpuR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-siTLmkGpuR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-siTLmkGpuR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-siTLmkGpuR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-siTLmkGpuR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-siTLmkGpuR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sn3sNwVSQ4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/huhner-mit-banner-ugly-a-1365x768.jpg");
}
@media (min-width: 992px) {
  .cid-sn3sNwVSQ4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sn3sNwVSQ4 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-slajFXZqS2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-slajFXZqS2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slajFXZqS2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slajFXZqS2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slajFXZqS2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slajFXZqS2 .row > .row {
  display: block;
}
.cid-slajFXZqS2 .mbr-gallery-item {
  width: 100%;
}
.cid-slajFXZqS2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-slajFXZqS2 .mbr-gallery-item > div {
  position: relative;
}
.cid-slajFXZqS2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-slajFXZqS2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-slajFXZqS2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-slajFXZqS2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-slISuyJ6oq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-slISuyJ6oq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slISuyJ6oq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slISuyJ6oq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slISuyJ6oq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slISuyJ6oq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-slISuyJ6oq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-slISuyJ6oq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-slISuyJ6oq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-slISuyJ6oq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sjVpsOpml0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ugly-2-400x281.jpg");
}
.cid-sjVpsOpml0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sjVpsOpml0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sjVpsOpml0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sjVpsOpml0 .mbr-text {
    text-align: center;
  }
}
.cid-smnYidjWff {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-smnYidjWff P {
  color: #767676;
}
.cid-smnYidjWff .mbr-text,
.cid-smnYidjWff .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-smnYidjWff H1 {
  color: #7f1933;
  text-align: left;
}
.cid-smnYidjWff H3 {
  text-align: left;
}
.cid-smtpalLDj9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smtpalLDj9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smtpalLDj9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smtpalLDj9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smtpalLDj9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smtpalLDj9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smtpalLDj9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smtpalLDj9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smtpalLDj9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-smtpalLDj9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smzkhveimL {
  background-image: url("../../../assets/images/img-4970a-1024x696.jpg");
}
.cid-uwJOD7QxkX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-uwJOD7QxkX .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwJOD7QxkX H2 {
  text-align: left;
  color: #7f1933;
}
.cid-rSGhC4QJlJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rSGhC4QJlJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSGhC4QJlJ p {
  color: #767676;
  text-align: left;
}
.cid-rSGhC4QJlJ .card-box {
  padding-top: 2rem;
}
.cid-rSGhC4QJlJ .card-wrapper {
  height: 100%;
}
.cid-uwJJZSAIX9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-uwJJZSAIX9 .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uwJJZSAIX9 H2 {
  text-align: left;
  color: #7f1933;
}
.cid-smLiB9NaEV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smLiB9NaEV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smLiB9NaEV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smLiB9NaEV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smLiB9NaEV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smLiB9NaEV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smLiB9NaEV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smLiB9NaEV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smLiB9NaEV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-smLiB9NaEV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smLfOh5mIl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-smLfOh5mIl P {
  color: #767676;
}
.cid-smLfOh5mIl .mbr-text,
.cid-smLfOh5mIl .mbr-section-btn {
  text-align: left;
  color: #7f1933;
}
.cid-rLqbxRiiAn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rLqbxRiiAn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLqbxRiiAn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLqbxRiiAn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLqbxRiiAn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLqbxRiiAn .row > .row {
  display: block;
}
.cid-rLqbxRiiAn .mbr-gallery-item {
  width: 100%;
}
.cid-rLqbxRiiAn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLqbxRiiAn .mbr-gallery-item > div {
  position: relative;
}
.cid-rLqbxRiiAn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLqbxRiiAn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLqbxRiiAn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLqbxRiiAn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smM3lQdpGG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-smM3lQdpGG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smM3lQdpGG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smM3lQdpGG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smM3lQdpGG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smM3lQdpGG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-smM3lQdpGG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-smM3lQdpGG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-smM3lQdpGG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-smM3lQdpGG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rpRSFtLEBt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rpRSFtLEBt P {
  color: #767676;
}
.cid-rpRSFtLEBt H1 {
  color: #7f1933;
  text-align: left;
}
.cid-rpRSFtLEBt .mbr-text,
.cid-rpRSFtLEBt .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-rpRXHxYWMN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rpRXHxYWMN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rpRXHxYWMN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rpRXHxYWMN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rpRXHxYWMN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rpRXHxYWMN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rpRXHxYWMN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rpRXHxYWMN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rpRXHxYWMN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rpRXHxYWMN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rlID423vqJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rlID423vqJ .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-rlID423vqJ H2 {
  color: #7f1933;
  text-align: left;
}
.cid-rlID423vqJ .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-rlFDIhMrgG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rlFDIhMrgG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rlFDIhMrgG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rlFDIhMrgG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rlFDIhMrgG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rlFDIhMrgG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rlFDIhMrgG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rlFDIhMrgG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rlFDIhMrgG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rlFDIhMrgG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rmTkAZgBAZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rmTkAZgBAZ .mbr-section-btn > * {
  margin: 0;
}
.cid-rmTkAZgBAZ h4 {
  font-weight: 500;
}
.cid-rmTkAZgBAZ p {
  color: #232323;
}
.cid-rmTkAZgBAZ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rmTkAZgBAZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rmTkAZgBAZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rmTkAZgBAZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rmTkAZgBAZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rmTkAZgBAZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rmTkAZgBAZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rmTkAZgBAZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rmTkAZgBAZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-rmTkAZgBAZ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rmTkAZgBAZ H2 {
  color: #cccccc;
}
.cid-rjj6IsmOTy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rjj6IsmOTy .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-rjj6IsmOTy H2 {
  text-align: left;
  color: #7f1933;
}
.cid-rjj6IsmOTy B {
  color: #767676;
}
.cid-rjj6a7gXZj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rjj6a7gXZj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rjj6a7gXZj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rjj6a7gXZj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rjj6a7gXZj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rjj6a7gXZj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rjj6a7gXZj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rjj6a7gXZj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rjj6a7gXZj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rjj6a7gXZj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-slJoR3y0Uw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-slJoR3y0Uw P {
  color: #767676;
}
.cid-slJoR3y0Uw H1 {
  color: #7f1933;
  text-align: left;
}
.cid-slJoR3y0Uw .mbr-text,
.cid-slJoR3y0Uw .mbr-section-btn {
  text-align: left;
  color: #5b686b;
}
.cid-rcvRQU0dUB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rcvRQU0dUB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rcvRQU0dUB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rcvRQU0dUB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rcvRQU0dUB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rcvRQU0dUB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rcvRQU0dUB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rcvRQU0dUB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rcvRQU0dUB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rcvRQU0dUB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rcvXxyKnKh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-rcvXxyKnKh .mbr-text,
.cid-rcvXxyKnKh blockquote {
  color: #767676;
}
.cid-rcvXxyKnKh .mbr-text {
  color: #7f1933;
  text-align: center;
}
.cid-spFtNhz8SJ .modal-body .close {
  background: #1b1b1b;
}
.cid-spFtNhz8SJ .modal-body .close span {
  font-style: normal;
}
.cid-spFtNhz8SJ .carousel-inner > .active,
.cid-spFtNhz8SJ .carousel-inner > .next,
.cid-spFtNhz8SJ .carousel-inner > .prev {
  display: flex;
}
.cid-spFtNhz8SJ .carousel-control .icon-next,
.cid-spFtNhz8SJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spFtNhz8SJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spFtNhz8SJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spFtNhz8SJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spFtNhz8SJ .boxed-slider > div {
  position: relative;
}
.cid-spFtNhz8SJ .container img {
  width: 100%;
}
.cid-spFtNhz8SJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spFtNhz8SJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spFtNhz8SJ .mbr-table-cell {
  padding: 0;
}
.cid-spFtNhz8SJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spFtNhz8SJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spFtNhz8SJ .mbr-overlay {
  z-index: 1;
}
.cid-spFtNhz8SJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spFtNhz8SJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spFtNhz8SJ .carousel-item.active.right,
.cid-spFtNhz8SJ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spFtNhz8SJ .carousel-item.active.left,
.cid-spFtNhz8SJ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spFtNhz8SJ .carousel-item.active,
.cid-spFtNhz8SJ .carousel-item.next.left,
.cid-spFtNhz8SJ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spFtNhz8SJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators li.active,
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators li::after,
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spFtNhz8SJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spFtNhz8SJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spFtNhz8SJ .mbr-slider > .container img {
  width: 100%;
}
.cid-spFtNhz8SJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spFtNhz8SJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spFtNhz8SJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spFtNhz8SJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spFtNhz8SJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spFtNhz8SJ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spFtNhz8SJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spFtNhz8SJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spFtNhz8SJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spFtNhz8SJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spFtNhz8SJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spFtNhz8SJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spFtNhz8SJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spGer9W6vU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-spGer9W6vU P {
  color: #767676;
}
.cid-spGer9W6vU H3 {
  color: #7f1933;
}
.cid-spFAdUF1om .modal-body .close {
  background: #1b1b1b;
}
.cid-spFAdUF1om .modal-body .close span {
  font-style: normal;
}
.cid-spFAdUF1om .carousel-inner > .active,
.cid-spFAdUF1om .carousel-inner > .next,
.cid-spFAdUF1om .carousel-inner > .prev {
  display: flex;
}
.cid-spFAdUF1om .carousel-control .icon-next,
.cid-spFAdUF1om .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spFAdUF1om .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spFAdUF1om .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spFAdUF1om .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spFAdUF1om .boxed-slider > div {
  position: relative;
}
.cid-spFAdUF1om .container img {
  width: 100%;
}
.cid-spFAdUF1om .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spFAdUF1om .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spFAdUF1om .mbr-table-cell {
  padding: 0;
}
.cid-spFAdUF1om .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spFAdUF1om .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spFAdUF1om .mbr-overlay {
  z-index: 1;
}
.cid-spFAdUF1om .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spFAdUF1om .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spFAdUF1om .carousel-item.active.right,
.cid-spFAdUF1om .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spFAdUF1om .carousel-item.active.left,
.cid-spFAdUF1om .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spFAdUF1om .carousel-item.active,
.cid-spFAdUF1om .carousel-item.next.left,
.cid-spFAdUF1om .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spFAdUF1om .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spFAdUF1om .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spFAdUF1om .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spFAdUF1om .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spFAdUF1om .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spFAdUF1om .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spFAdUF1om .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spFAdUF1om .mbr-slider .carousel-indicators li.active,
.cid-spFAdUF1om .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spFAdUF1om .mbr-slider .carousel-indicators li::after,
.cid-spFAdUF1om .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spFAdUF1om .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spFAdUF1om .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spFAdUF1om .mbr-slider > .container img {
  width: 100%;
}
.cid-spFAdUF1om .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spFAdUF1om .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spFAdUF1om .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spFAdUF1om .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spFAdUF1om .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spFAdUF1om .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spFAdUF1om .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spFAdUF1om .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spFAdUF1om .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spFAdUF1om .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spFAdUF1om .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spFAdUF1om .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spFAdUF1om .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uwLKzRwVck {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/unadjustednonraw-thumb-1ff5-a-768x1024.jpg");
}
.cid-uwLKzRwVck .mbr-text,
.cid-uwLKzRwVck .mbr-section-btn {
  text-align: left;
  color: #c1c1c1;
}
.cid-uwLKzRwVck H1 {
  color: #e4d295;
  text-align: left;
}
.cid-uwLKzRwVck H3 {
  color: #c1c1c1;
  text-align: left;
}
.cid-rbthoE7v1J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-rbthoE7v1J .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbthoE7v1J .mbr-author-desc {
  display: block;
}
.cid-rbthoE7v1J .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rbthoE7v1J .mbr-testimonial .panel-item {
  background-color: #7f1933;
  background: linear-gradient(#7f1933, transparent);
}
.cid-rbthoE7v1J .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rbthoE7v1J .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rbthoE7v1J .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rbthoE7v1J .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rbthoE7v1J .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rbthoE7v1J .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rbthoE7v1J .mbr-text {
  text-align: left;
  color: #efefef;
}
.cid-rbthoE7v1J H2 {
  color: #c1c1c1;
  text-align: left;
}
.cid-rbthoE7v1J .mbr-section-subtitle {
  color: #c1c1c1;
  text-align: left;
}
.cid-rbtMIWb1sg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-3036-2000x1500.jpg");
}
.cid-rbtMIWb1sg .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbtMIWb1sg .mbr-author-desc {
  display: block;
}
.cid-rbtMIWb1sg .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rbtMIWb1sg .mbr-testimonial .panel-item {
  background-color: #cebfaf;
  background: linear-gradient(#cebfaf, transparent);
}
.cid-rbtMIWb1sg .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rbtMIWb1sg .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rbtMIWb1sg .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rbtMIWb1sg .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rbtMIWb1sg .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rbtMIWb1sg .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rbtMIWb1sg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rbtMIWb1sg .mbr-section-subtitle {
  color: #7f1933;
  text-align: left;
}
.cid-rbtMIWb1sg H2 {
  color: #7f1933;
  text-align: left;
}
.cid-rbtZM5BLVZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-rbtZM5BLVZ .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbtZM5BLVZ .mbr-author-desc {
  display: block;
}
.cid-rbtZM5BLVZ .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rbtZM5BLVZ .mbr-testimonial .panel-item {
  background-color: #7f1933;
  background: linear-gradient(#7f1933, transparent);
}
.cid-rbtZM5BLVZ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rbtZM5BLVZ .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rbtZM5BLVZ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rbtZM5BLVZ .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rbtZM5BLVZ .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rbtZM5BLVZ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rbtZM5BLVZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-rbtZM5BLVZ H2 {
  color: #cccccc;
  text-align: left;
}
.cid-rbtZM5BLVZ .mbr-section-subtitle {
  color: #cccccc;
  text-align: left;
}
.cid-rbu2nVMhx4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-3039h-2000x1500.jpg");
}
.cid-rbu2nVMhx4 .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbu2nVMhx4 .mbr-author-desc {
  display: block;
}
.cid-rbu2nVMhx4 .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rbu2nVMhx4 .mbr-testimonial .panel-item {
  background-color: #cebfaf;
  background: linear-gradient(#cebfaf, transparent);
}
.cid-rbu2nVMhx4 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rbu2nVMhx4 .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rbu2nVMhx4 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rbu2nVMhx4 .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rbu2nVMhx4 .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rbu2nVMhx4 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rbu2nVMhx4 H2 {
  color: #f9f9f9;
  text-align: left;
}
.cid-rbu2nVMhx4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rbu2nVMhx4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rbuEnWVM6H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-rbuEnWVM6H .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rbuEnWVM6H .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rbuEnWVM6H .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  margin-top: 3rem;
}
.cid-rbuEnWVM6H .mbr-testimonial .panel-item {
  background-color: #879a9f;
}
.cid-rbuEnWVM6H .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rbuEnWVM6H .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rbuEnWVM6H .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rbuEnWVM6H .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rbuEnWVM6H .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rbuEnWVM6H .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rbuEnWVM6H .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-rbuEnWVM6H .mbr-text B {
  color: #efefef;
}
.cid-uwM2XILIWX {
  background-image: url("../../../assets/images/unadjustednonraw-thumb-1ff5-a-768x1024.jpg");
}
.cid-uwM2XILIWX H1 {
  text-align: left;
  color: #b1a374;
}
.cid-uwM2XILIWX H3 {
  text-align: left;
  color: #ff3366;
}
.cid-uwM2XILIWX .mbr-text,
.cid-uwM2XILIWX .mbr-section-btn {
  text-align: left;
  color: #efefef;
}
