.btn {
  border-width: 1px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-6 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e6b75 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #254998 !important;
}
.bg-danger {
  background-color: #c2230e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e6b75 !important;
  border-color: #2e6b75 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #163237 !important;
  border-color: #163237 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #163237 !important;
  border-color: #163237 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6c7577 !important;
  border-color: #6c7577 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #43484a !important;
  border-color: #43484a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43484a !important;
  border-color: #43484a !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #254998 !important;
  border-color: #254998 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #142852 !important;
  border-color: #142852 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #142852 !important;
  border-color: #142852 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2230e !important;
  border-color: #c2230e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #711408 !important;
  border-color: #711408 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #711408 !important;
  border-color: #711408 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e6b75;
  color: #2e6b75;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #163237 !important;
  background-color: transparent !important;
  border-color: #163237 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e6b75 !important;
  border-color: #2e6b75 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6c7577;
  color: #6c7577;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #43484a !important;
  background-color: transparent !important;
  border-color: #43484a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c7577 !important;
  border-color: #6c7577 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent !important;
  border-color: #909090 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #254998;
  color: #254998;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #142852 !important;
  background-color: transparent !important;
  border-color: #142852 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #254998 !important;
  border-color: #254998 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2230e;
  color: #c2230e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #711408 !important;
  background-color: transparent !important;
  border-color: #711408 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2230e !important;
  border-color: #c2230e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e6b75 !important;
}
.text-secondary {
  color: #6c7577 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #254998 !important;
}
.text-danger {
  color: #c2230e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #11282c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b4042 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #112246 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #631207 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*='text-']:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2e6b75;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #254998;
}
.alert-danger {
  background-color: #c2230e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e6b75;
  border-color: #2e6b75;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e6b75;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #61b4c1;
}
.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: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6388d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f36e5c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2e6b75 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.875rem;
}
blockquote {
  border-color: #2e6b75;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e6b75;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e6b75;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e6b75;
  border-bottom-color: #2e6b75;
}
.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: #2e6b75 !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: #6c7577 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232e6b75' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vcJq5l5gIS .nav-item:focus,
.cid-vcJq5l5gIS .nav-link:focus {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .collapsed {
  flex-direction: row!important;
}
.cid-vcJq5l5gIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJq5l5gIS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vcJq5l5gIS .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vcJq5l5gIS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vcJq5l5gIS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcJq5l5gIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcJq5l5gIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcJq5l5gIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcJq5l5gIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcJq5l5gIS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcJq5l5gIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcJq5l5gIS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcJq5l5gIS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcJq5l5gIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcJq5l5gIS .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcJq5l5gIS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown-item.active,
.cid-vcJq5l5gIS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJq5l5gIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJq5l5gIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJq5l5gIS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcJq5l5gIS .navbar-buttons {
  text-align: center;
}
.cid-vcJq5l5gIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vcJq5l5gIS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vcJq5l5gIS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcJq5l5gIS .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-vcJq5l5gIS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vcJq5l5gIS .nav-link:hover,
.cid-vcJq5l5gIS .dropdown-item:hover,
.cid-vcJq5l5gIS .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJq5l5gIS .navbar {
    height: 77px;
  }
  .cid-vcJq5l5gIS .navbar.opened {
    height: auto;
  }
}
#custom-html-1 {
  /* Type valid CSS here */
}
#custom-html-1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1 p {
  font-size: 60px;
  color: #777;
}
.cid-vd4J0JwXR1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd4J0JwXR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd4J0JwXR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vd4J0JwXR1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd4J0JwXR1 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-vd4J0JwXR1.mbr-fullscreen {
  padding: 0 !important;
}
.cid-vd4J0JwXR1 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-vd4Hpv0ylK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vd4Hpv0ylK .container {
    padding: 0 24px;
  }
}
.cid-vd4Hpv0ylK .card {
  justify-content: center;
}
.cid-vd4Hpv0ylK .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vd4Hpv0ylK .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vd4Hpv0ylK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vd4Hpv0ylK .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vd4Hpv0ylK .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vd4Hpv0ylK .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vd4Hpv0ylK .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vd4Hpv0ylK .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vd4Hpv0ylK .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-vd4Hpv0ylK .mbr-section-title {
  color: #F9F6E0;
}
.cid-vd4Hpv0ylK .mbr-desc {
  color: #F9F6E0;
}
.cid-vd4Hpv0ylK .mbr-text {
  color: #353535;
  text-align: justify;
}
.cid-vd4Hpv0ylK .mbr-section-btn {
  text-align: right;
}
.cid-vd4Hpv0ylK .mbr-section-title,
.cid-vd4Hpv0ylK .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-vd6TlcOVbd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd6TlcOVbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6TlcOVbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd6TlcOVbd .title .num {
  width: 100%;
  display: block;
}
.cid-vd6TlcOVbd .title .card-title {
  z-index: 1;
}
.cid-vd6TlcOVbd .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vd6TlcOVbd .num {
  color: #232323;
  text-align: center;
}
.cid-vd6TlcOVbd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vd6TlcOVbd .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vd6TlcOVbd * {
    text-align: center !important;
  }
  .cid-vd6TlcOVbd .content-column {
    margin-bottom: 2rem;
  }
}
.cid-vd6TlcOVbd .content-head {
  max-width: 800px;
}
.cid-vd6TlcOVbd .card-text {
  text-align: justify;
}
.cid-vd6TlcOVbd .mbr-section-title,
.cid-vd6TlcOVbd .card-box {
  text-align: center;
}
.cid-vcJMCMqZ9w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcJMCMqZ9w .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-vcJMCMqZ9w .card-box {
  z-index: 2;
  position: relative;
}
.cid-vcJMCMqZ9w .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #353535;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-vcJMCMqZ9w .mbr-iconfont-big {
  font-size: 16rem;
  color: #353535;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-vcJMCMqZ9w .card-title,
.cid-vcJMCMqZ9w .card-text,
.cid-vcJMCMqZ9w .card-number {
  transition: all 0.3s;
}
.cid-vcJMCMqZ9w .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-vcJMCMqZ9w .card-wrapper:hover {
  background: #6c7577;
}
.cid-vcJMCMqZ9w .card-wrapper:hover .mbr-iconfont-big {
  color: #b5b5b5;
  transform: rotate(-20deg);
}
.cid-vcJMCMqZ9w .card-wrapper:hover .card-title,
.cid-vcJMCMqZ9w .card-wrapper:hover .card-text,
.cid-vcJMCMqZ9w .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcJMCMqZ9w .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vcJMCMqZ9w .card-title,
.cid-vcJMCMqZ9w .iconfont-wrapper {
  color: #160830;
}
.cid-vcJMCMqZ9w .card-text {
  color: #353535;
}
.cid-vcJMCMqZ9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJMCMqZ9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdglAJwm68 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdglAJwm68 img {
  height: 100px;
  width: auto;
  margin: auto;
  display: inline;
}
.cid-vdglAJwm68 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.cid-vdglAJwm68 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #012b3a;
  margin: 0;
}
.cid-vdglAJwm68 .star {
  font-size: 25px;
  color: #ffd800;
}
.cid-vcNdVJfaam {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNdVJfaam .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNdVJfaam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNdVJfaam .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNdVJfaam .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vcNdVJfaam .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-vcNdVJfaam .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vcNdVJfaam .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNdVJfaam .embla__slide .slide-content:hover .item-wrapper,
.cid-vcNdVJfaam .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-vcNdVJfaam .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-vcNdVJfaam .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcNdVJfaam .embla__button--next,
.cid-vcNdVJfaam .embla__button--prev {
  display: flex;
}
.cid-vcNdVJfaam .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vcNdVJfaam .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-vcNdVJfaam .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcNdVJfaam .embla__button.embla__button--next {
  right: 0;
}
.cid-vcNdVJfaam .embla {
  position: relative;
  width: 100%;
}
.cid-vcNdVJfaam .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vcNdVJfaam .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNdVJfaam .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNdVJfaam .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNdVJfaam .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNdVJfaam .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vd6DwnY2U7 {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-vd6DwnY2U7 .carousel {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .cid-vd6DwnY2U7 .carousel {
    height: 100vh;
  }
}
.cid-vd6DwnY2U7 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vd6DwnY2U7 .carousel-item,
.cid-vd6DwnY2U7 .carousel-inner {
  height: 100%;
}
.cid-vd6DwnY2U7 .carousel-caption {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-vd6DwnY2U7 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-vd6DwnY2U7 .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-vd6DwnY2U7 .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-vd6DwnY2U7 .mbr-section-btn {
  margin-top: 42px;
}
.cid-vd6DwnY2U7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vd6DwnY2U7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vd6DwnY2U7 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-vd6DwnY2U7 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-vd6DwnY2U7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vd6DwnY2U7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vd6DwnY2U7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vd6DwnY2U7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vd6DwnY2U7 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-vd6DwnY2U7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #ffffff !important;
}
.cid-vd6DwnY2U7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #ffffff !important;
}
.cid-vd6DwnY2U7 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-vd6DwnY2U7 .carousel-control {
    display: none !important;
  }
}
.cid-vd6DwnY2U7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-vd6DwnY2U7 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-vd6DwnY2U7 .carousel-indicators li.active,
.cid-vd6DwnY2U7 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-vd6DwnY2U7 .carousel-indicators li::after,
.cid-vd6DwnY2U7 .carousel-indicators li::before {
  content: none;
}
.cid-vd6DwnY2U7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vd6DwnY2U7 .carousel-indicators {
    display: none !important;
  }
}
.cid-vd6DwnY2U7 .mbr-section-text,
.cid-vd6DwnY2U7 .mbr-section-btn {
  text-align: center;
}
.cid-vd0EZGN9sO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd0EZGN9sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0EZGN9sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0EZGN9sO .content-wrap {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vd0EZGN9sO .content-wrap {
    padding: 20px;
  }
}
.cid-vd0EZGN9sO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-vd0EZGN9sO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vd0EZGN9sO .embla__slide .slide-content {
  width: 100%;
}
.cid-vd0EZGN9sO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #e7e7e7;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vd0EZGN9sO .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vd0EZGN9sO .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-vd0EZGN9sO .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vd0EZGN9sO .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-vd0EZGN9sO .embla__button--next,
.cid-vd0EZGN9sO .embla__button--prev {
  display: flex;
}
.cid-vd0EZGN9sO .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vd0EZGN9sO .embla__button {
    bottom: 0;
  }
}
.cid-vd0EZGN9sO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd0EZGN9sO .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-vd0EZGN9sO .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-vd0EZGN9sO .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-vd0EZGN9sO .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-vd0EZGN9sO .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-vd0EZGN9sO .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vd0EZGN9sO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vd0EZGN9sO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd0EZGN9sO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd0EZGN9sO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd0EZGN9sO .item-text {
  color: #404349;
}
.cid-vd0EZGN9sO .item-name {
  color: #404349;
}
.cid-vd0EZGN9sO .item-role {
  color: #404349;
}
.cid-vdax3GZZS7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #bbbbbb, #232323);
}
.cid-vdax3GZZS7 .mbr-section-subtitle {
  color: #767676;
}
.cid-vdax3GZZS7 .container2 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 712px;
  max-width: 1096px;
  overflow: hidden;
  width: 98vw;
}
.cid-vdax3GZZS7 .container2 figure {
  background-image: url("../../../assets/images/3b-1900x1069.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-vdax3GZZS7 #compare {
  background-image: url("../../../assets/images/3-1900x1069.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-vdax3GZZS7 input#slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-vdax3GZZS7 input#slider::-moz-range-track {
  background: transparent;
}
.cid-vdax3GZZS7 input#slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-vdax3GZZS7 input#slider::-ms-fill-lower {
  background-color: transparent;
}
.cid-vdax3GZZS7 input#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdax3GZZS7 input#slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdax3GZZS7 input#slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdax3GZZS7 input#slider::-ms-tooltip {
  display: none;
}
.cid-vdax3GZZS7 #compare::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-vdax3GZZS7 H2 {
  color: #ffffff;
}
.cid-vdauKthhsC {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #bbbbbb);
}
.cid-vdauKthhsC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vdauKthhsC p {
  color: #767676;
  text-align: left;
}
.cid-vdauKthhsC .card-box {
  padding-top: 2rem;
}
.cid-vdauKthhsC .card-wrapper {
  height: 100%;
}
.cid-vdauKthhsC .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-vdauKthhsC .container3 figure {
  background-image: url("../../../assets/images/1b-900x506.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-vdauKthhsC .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-vdauKthhsC .container4 figure {
  background-image: url("../../../assets/images/2b-900x506.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-vdauKthhsC .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 247px;
  max-width: 331px;
  overflow: hidden;
  width: 98vw;
}
.cid-vdauKthhsC .container5 figure {
  background-image: url("../../../assets/images/qbox06-2000x1334.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-vdauKthhsC #compare3 {
  background-image: url("../../../assets/images/1-900x506.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-vdauKthhsC #compare4 {
  background-image: url("../../../assets/images/2-900x506.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-vdauKthhsC #compare5 {
  background-image: url("../../../assets/images/qbox-1600x900.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-vdauKthhsC input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-vdauKthhsC input#slider3::-moz-range-track {
  background: transparent;
}
.cid-vdauKthhsC input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-vdauKthhsC input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-vdauKthhsC input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider::-ms-tooltip {
  display: none;
}
.cid-vdauKthhsC #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-vdauKthhsC input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-vdauKthhsC input#slider4::-moz-range-track {
  background: transparent;
}
.cid-vdauKthhsC input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-vdauKthhsC input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-vdauKthhsC input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider4::-ms-tooltip {
  display: none;
}
.cid-vdauKthhsC #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-vdauKthhsC input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-vdauKthhsC input#slider5::-moz-range-track {
  background: transparent;
}
.cid-vdauKthhsC input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-vdauKthhsC input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-vdauKthhsC input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-vdauKthhsC input#slider5::-ms-tooltip {
  display: none;
}
.cid-vdauKthhsC #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-vdauKthhsC .card-title {
  color: #c2230e;
  text-align: center;
}
.cid-vdauKthhsC P {
  color: #232323;
}
.cid-vd0PRBMfET {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-9301-1920x1440.jpeg");
}
.cid-vd0PRBMfET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0PRBMfET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0PRBMfET .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vd0PRBMfET .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vd0PRBMfET .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vd0PRBMfET .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vd0PRBMfET .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vd0PRBMfET .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vd0PRBMfET .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vd0PRBMfET .mbr-section-title {
  color: #ffffff;
}
.cid-vd0PRBMfET .mbr-text {
  color: #ffffff;
}
.cid-vd0PRBMfET .mbr-section-title,
.cid-vd0PRBMfET .title-wrapper,
.cid-vd0PRBMfET .mbr-section-btn {
  text-align: center;
}
.cid-vd0PRBMfET .mbr-text,
.cid-vd0PRBMfET .text-wrap {
  text-align: center;
}
.cid-vdnql7w1Hr {
  background-color: #ffffff;
}
.cid-vdnql7w1Hr .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: flex;
  justify-content: center;
}
.cid-vdnql7w1Hr h3 {
  font-size: 23px;
  font-weight: 400;
}
.cid-vdnql7w1Hr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdnql7w1Hr .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdnql7w1Hr .form-group {
  padding-right: 0;
}
.cid-vdnql7w1Hr .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-vdnql7w1Hr .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-vdnql7w1Hr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vdnql7w1Hr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdnql7w1Hr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdnql7w1Hr .map-placeholder {
  display: none;
}
.cid-vdnql7w1Hr .btn-primary {
  border: 1px solid #2e6b75 !important;
}
.cid-vdnql7w1Hr .btn-primary:hover {
  border: 1px solid #2e6b75 !important;
}
.cid-vdnql7w1Hr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdnql7w1Hr .mbr-text {
  color: #132c70;
  margin-bottom: 0.5rem;
}
.cid-vdnql7w1Hr h5 {
  margin-bottom: 0;
}
.cid-vdnql7w1Hr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdnql7w1Hr .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vdnql7w1Hr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdnql7w1Hr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdnql7w1Hr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdnql7w1Hr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdnql7w1Hr .social-list a:hover {
  opacity: 0.4;
}
.cid-vdnql7w1Hr .media-container-row > div {
  padding: 0px;
}
.cid-vdnql7w1Hr .text2 {
  color: #132c70;
  text-align: left;
}
.cid-vdnql7w1Hr .group-title {
  text-align: left;
  color: #132c70;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-vdnql7w1Hr .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdnql7w1Hr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdnql7w1Hr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdnql7w1Hr .form-group {
    max-width: 180px;
  }
}
.cid-vdnql7w1Hr .links span {
  color: #132c70;
}
.cid-vdnql7w1Hr .logo-title,
.cid-vdnql7w1Hr .logo-sub-title {
  text-align: center;
}
.cid-vdnql7w1Hr .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdnql7w1Hr .jewelry_img {
  width: 100%;
}
.cid-vdnql7w1Hr .day_week {
  display: flex;
  flex-direction: column;
}
.cid-vdnql7w1Hr .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-vdnql7w1Hr .container-fluid {
  max-width: 1300px;
}
.cid-vdnql7w1Hr .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vdnql7w1Hr {
    padding-top: 6px;
    padding-bottom: 0px;
  }
  .cid-vdnql7w1Hr .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-vdnql7w1Hr .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vdnql7w1Hr {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .cid-vdnql7w1Hr .maps {
    padding-left: 0;
  }
  .cid-vdnql7w1Hr .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-vdnql7w1Hr .container-fluid {
    padding: 0 2rem;
  }
  .cid-vdnql7w1Hr .map-day {
    margin-left: 2rem;
  }
}
.cid-vdnql7w1Hr .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
}
.cid-vdnql7w1Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnql7w1Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN6vV5iQL {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vcN6vV5iQL .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vcJq5l5gIS .nav-item:focus,
.cid-vcJq5l5gIS .nav-link:focus {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .collapsed {
  flex-direction: row!important;
}
.cid-vcJq5l5gIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJq5l5gIS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vcJq5l5gIS .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vcJq5l5gIS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vcJq5l5gIS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcJq5l5gIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcJq5l5gIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcJq5l5gIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcJq5l5gIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcJq5l5gIS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcJq5l5gIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcJq5l5gIS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcJq5l5gIS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcJq5l5gIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcJq5l5gIS .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcJq5l5gIS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown-item.active,
.cid-vcJq5l5gIS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJq5l5gIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJq5l5gIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJq5l5gIS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcJq5l5gIS .navbar-buttons {
  text-align: center;
}
.cid-vcJq5l5gIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vcJq5l5gIS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vcJq5l5gIS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcJq5l5gIS .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-vcJq5l5gIS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vcJq5l5gIS .nav-link:hover,
.cid-vcJq5l5gIS .dropdown-item:hover,
.cid-vcJq5l5gIS .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJq5l5gIS .navbar {
    height: 77px;
  }
  .cid-vcJq5l5gIS .navbar.opened {
    height: auto;
  }
}
.cid-vcN0NIOGCq {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1298.jpg");
  overflow: hidden;
}
.cid-vcN0NIOGCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN0NIOGCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN0NIOGCq .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vcN0NIOGCq .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcN0NIOGCq .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vcN0NIOGCq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN0NIOGCq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN0NIOGCq .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vcN0NIOGCq .mbr-section-title {
  color: #ffffff;
}
.cid-vcN0NIOGCq .mbr-text,
.cid-vcN0NIOGCq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcN0NIOGCq .mbr-section-btn,
.cid-vcN0NIOGCq .mbr-section-title {
  text-align: center;
}
.cid-vcN38Tl57B {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN38Tl57B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN38Tl57B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN38Tl57B .text-wrap {
  width: 100%;
}
.cid-vcN38Tl57B .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN38Tl57B .mbr-text {
  padding-top: 10px;
  color: #747474;
  text-align: justify;
}
.cid-vcN38Tl57B .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN4sMgj2U {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN4sMgj2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4sMgj2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN4sMgj2U .text-wrap {
  width: 100%;
}
.cid-vcN4sMgj2U .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN4sMgj2U .mbr-text {
  padding-top: 10px;
  color: #747474;
  text-align: justify;
}
.cid-vcN4sMgj2U .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN4YS4pOU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN4YS4pOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4YS4pOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN4YS4pOU .text-wrap {
  width: 100%;
}
.cid-vcN4YS4pOU .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN4YS4pOU .mbr-text {
  padding-top: 10px;
  color: #747474;
  text-align: justify;
}
.cid-vcN4YS4pOU .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN5j1QTYY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN5j1QTYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN5j1QTYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN5j1QTYY .text-wrap {
  width: 100%;
}
.cid-vcN5j1QTYY .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN5j1QTYY .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN5j1QTYY .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN5E1bUHc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN5E1bUHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN5E1bUHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN5E1bUHc .text-wrap {
  width: 100%;
}
.cid-vcN5E1bUHc .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN5E1bUHc .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN5E1bUHc .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN5Y16MuZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN5Y16MuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN5Y16MuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN5Y16MuZ .text-wrap {
  width: 100%;
}
.cid-vcN5Y16MuZ .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN5Y16MuZ .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN5Y16MuZ .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN65MFYMq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN65MFYMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN65MFYMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN65MFYMq .text-wrap {
  width: 100%;
}
.cid-vcN65MFYMq .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN65MFYMq .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN65MFYMq .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN6eJX95K {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vcN6eJX95K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN6eJX95K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN6eJX95K .text-wrap {
  width: 100%;
}
.cid-vcN6eJX95K .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN6eJX95K .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN6eJX95K .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN6vV5iQL {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vcN6vV5iQL .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vcN75Ex3HV .nav-item:focus,
.cid-vcN75Ex3HV .nav-link:focus {
  outline: none;
}
.cid-vcN75Ex3HV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcN75Ex3HV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcN75Ex3HV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcN75Ex3HV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcN75Ex3HV .collapsed {
  flex-direction: row!important;
}
.cid-vcN75Ex3HV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcN75Ex3HV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vcN75Ex3HV .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vcN75Ex3HV .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vcN75Ex3HV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcN75Ex3HV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcN75Ex3HV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vcN75Ex3HV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcN75Ex3HV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcN75Ex3HV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcN75Ex3HV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcN75Ex3HV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcN75Ex3HV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcN75Ex3HV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcN75Ex3HV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcN75Ex3HV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcN75Ex3HV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcN75Ex3HV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcN75Ex3HV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcN75Ex3HV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcN75Ex3HV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcN75Ex3HV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcN75Ex3HV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcN75Ex3HV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcN75Ex3HV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcN75Ex3HV .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vcN75Ex3HV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcN75Ex3HV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcN75Ex3HV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcN75Ex3HV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcN75Ex3HV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcN75Ex3HV .dropdown-item.active,
.cid-vcN75Ex3HV .dropdown-item:active {
  background-color: transparent;
}
.cid-vcN75Ex3HV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcN75Ex3HV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcN75Ex3HV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcN75Ex3HV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vcN75Ex3HV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcN75Ex3HV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcN75Ex3HV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcN75Ex3HV .navbar-buttons {
  text-align: center;
}
.cid-vcN75Ex3HV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcN75Ex3HV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vcN75Ex3HV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcN75Ex3HV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN75Ex3HV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN75Ex3HV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcN75Ex3HV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN75Ex3HV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcN75Ex3HV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcN75Ex3HV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN75Ex3HV .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vcN75Ex3HV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vcN75Ex3HV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcN75Ex3HV .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-vcN75Ex3HV .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vcN75Ex3HV .nav-link:hover,
.cid-vcN75Ex3HV .dropdown-item:hover,
.cid-vcN75Ex3HV .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcN75Ex3HV .navbar {
    height: 77px;
  }
  .cid-vcN75Ex3HV .navbar.opened {
    height: auto;
  }
}
.cid-vcN75FONr7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1298.jpg");
  overflow: hidden;
}
.cid-vcN75FONr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75FONr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75FONr7 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vcN75FONr7 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcN75FONr7 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vcN75FONr7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN75FONr7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN75FONr7 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vcN75FONr7 .mbr-section-title {
  color: #ffffff;
}
.cid-vcN75FONr7 .mbr-text,
.cid-vcN75FONr7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcN75FONr7 .mbr-section-btn,
.cid-vcN75FONr7 .mbr-section-title {
  text-align: center;
}
.cid-vcN75Gk3Ns {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75Gk3Ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75Gk3Ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75Gk3Ns .text-wrap {
  width: 100%;
}
.cid-vcN75Gk3Ns .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75Gk3Ns .mbr-text {
  padding-top: 10px;
  color: #747474;
  text-align: justify;
}
.cid-vcN75Gk3Ns .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75GJF1G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75GJF1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75GJF1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75GJF1G .text-wrap {
  width: 100%;
}
.cid-vcN75GJF1G .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75GJF1G .mbr-text {
  padding-top: 10px;
  color: #747474;
  text-align: justify;
}
.cid-vcN75GJF1G .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75H6KUK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75H6KUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75H6KUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75H6KUK .text-wrap {
  width: 100%;
}
.cid-vcN75H6KUK .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75H6KUK .mbr-text {
  padding-top: 10px;
  color: #747474;
  text-align: justify;
}
.cid-vcN75H6KUK .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75Hqqvq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75Hqqvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75Hqqvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75Hqqvq .text-wrap {
  width: 100%;
}
.cid-vcN75Hqqvq .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75Hqqvq .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN75Hqqvq .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75HVK1V {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75HVK1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75HVK1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75HVK1V .text-wrap {
  width: 100%;
}
.cid-vcN75HVK1V .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75HVK1V .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN75HVK1V .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75In1Wc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75In1Wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75In1Wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75In1Wc .text-wrap {
  width: 100%;
}
.cid-vcN75In1Wc .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75In1Wc .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN75In1Wc .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75ILtNm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN75ILtNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75ILtNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75ILtNm .text-wrap {
  width: 100%;
}
.cid-vcN75ILtNm .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75ILtNm .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN75ILtNm .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcNbtpaKzB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNbtpaKzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNbtpaKzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNbtpaKzB .text-wrap {
  width: 100%;
}
.cid-vcNbtpaKzB .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcNbtpaKzB .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcNbtpaKzB .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcNbRdwM1F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNbRdwM1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNbRdwM1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNbRdwM1F .text-wrap {
  width: 100%;
}
.cid-vcNbRdwM1F .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcNbRdwM1F .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcNbRdwM1F .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75Ja2tN {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vcN75Ja2tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN75Ja2tN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN75Ja2tN .text-wrap {
  width: 100%;
}
.cid-vcN75Ja2tN .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vcN75Ja2tN .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vcN75Ja2tN .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-vcN75JEjly {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vcN75JEjly .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vcJq5l5gIS .nav-item:focus,
.cid-vcJq5l5gIS .nav-link:focus {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .collapsed {
  flex-direction: row!important;
}
.cid-vcJq5l5gIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJq5l5gIS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vcJq5l5gIS .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vcJq5l5gIS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vcJq5l5gIS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcJq5l5gIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcJq5l5gIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcJq5l5gIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcJq5l5gIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcJq5l5gIS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcJq5l5gIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcJq5l5gIS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcJq5l5gIS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcJq5l5gIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcJq5l5gIS .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcJq5l5gIS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown-item.active,
.cid-vcJq5l5gIS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJq5l5gIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJq5l5gIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJq5l5gIS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcJq5l5gIS .navbar-buttons {
  text-align: center;
}
.cid-vcJq5l5gIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vcJq5l5gIS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vcJq5l5gIS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcJq5l5gIS .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-vcJq5l5gIS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vcJq5l5gIS .nav-link:hover,
.cid-vcJq5l5gIS .dropdown-item:hover,
.cid-vcJq5l5gIS .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJq5l5gIS .navbar {
    height: 77px;
  }
  .cid-vcJq5l5gIS .navbar.opened {
    height: auto;
  }
}
.cid-vdaDI89VLR {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/showroom-1920x855.jpg");
}
.cid-vdaDI89VLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaDI89VLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaDI89VLR .card {
  justify-content: flex-end;
}
.cid-vdaDI89VLR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vdaDI89VLR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdaDI89VLR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdaDI89VLR .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-vdaDI89VLR .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vdaDI89VLR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdaDI89VLR .mbr-text {
  color: #ffffff;
}
.cid-vdaDI89VLR .mbr-text,
.cid-vdaDI89VLR .mbr-section-btn {
  text-align: justify;
}
.cid-vdaNXxXmBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portfolio-1920x1280.jpg");
}
.cid-vdaNXxXmBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaNXxXmBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaNXxXmBC .text-wrap {
  width: 100%;
}
.cid-vdaNXxXmBC .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vdaNXxXmBC .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vdaNXxXmBC .list-wrap {
  margin-top: 52px;
}
.cid-vdaNXxXmBC .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-vdaNXxXmBC .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-vdaNXxXmBC .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-vdaNXxXmBC .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-vdaKbo3xUi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vdaKbo3xUi .container {
    padding: 0 24px;
  }
}
.cid-vdaKbo3xUi .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdaKbo3xUi .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdaKbo3xUi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdaKbo3xUi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdaKbo3xUi .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdaKbo3xUi .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdaKbo3xUi .mbr-section-title {
  color: #F9F6E0;
}
.cid-vdaKbo3xUi .mbr-text {
  color: #c2230e;
}
.cid-vdaKbo3xUi .mbr-section-title,
.cid-vdaKbo3xUi .mbr-section-btn {
  color: #000000;
}
.cid-vdaY1uRARP {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/img-9300-1920x1440.jpeg");
}
.cid-vdaY1uRARP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaY1uRARP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaY1uRARP .card {
  justify-content: flex-end;
}
.cid-vdaY1uRARP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vdaY1uRARP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdaY1uRARP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdaY1uRARP .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-vdaY1uRARP .mbr-label {
  color: #ffffff;
  text-align: justify;
}
.cid-vdaY1uRARP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdaY1uRARP .mbr-text {
  color: #ffffff;
}
.cid-vdaY1uRARP .mbr-text,
.cid-vdaY1uRARP .mbr-section-btn {
  text-align: justify;
}
.cid-vdaYXv996I {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdaYXv996I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaYXv996I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaYXv996I .text-wrap {
  width: 100%;
}
.cid-vdaYXv996I .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-vdaYXv996I .mbr-text {
  padding-top: 10px;
  color: #353535;
  text-align: justify;
}
.cid-vdaYXv996I .list-wrap {
  margin-top: 52px;
}
.cid-vdaYXv996I .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-vdaYXv996I .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-vdaYXv996I .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-vdaYXv996I .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-vdb0VoTZlf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdb0VoTZlf img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vdb0VoTZlf img {
    height: 350px;
  }
}
.cid-vdb0VoTZlf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdb0VoTZlf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vdb0VoTZlf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vdnvrC6XDs {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdnvrC6XDs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdnvrC6XDs .mbr-section-title,
.cid-vdnvrC6XDs .mbr-section-subtitle,
.cid-vdnvrC6XDs .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdnvrC6XDs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdnvrC6XDs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdnvrC6XDs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdnvrC6XDs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdnvrC6XDs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #353535);
}
.cid-vdnvrC6XDs .icon-focus {
  display: none;
}
.cid-vdnvrC6XDs .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdnvrC6XDs ul {
  font-size: 0;
}
.cid-vdnvrC6XDs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdnvrC6XDs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdnvrC6XDs .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdnvrC6XDs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdnvrC6XDs .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdnvrC6XDs .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-vdnvrC6XDs .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdnvrC6XDs .btn:hover {
  background: transparent !important;
}
.cid-vdnvrC6XDs .btn:hover:before {
  background: transparent !important;
}
.cid-vdnvrC6XDs .btn:before {
  background-color: transparent !important;
}
.cid-vdnvrC6XDs .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdnvrC6XDs .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdnz1pXAV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdnz1pXAV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/logopa2-1920x488.png");
}
.cid-vdnz1pXAV4 .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vdnz1pXAV4 .image-wrap {
    width: 300px;
  }
}
.cid-vcN6vV5iQL {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vcN6vV5iQL .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vcJq5l5gIS .nav-item:focus,
.cid-vcJq5l5gIS .nav-link:focus {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .collapsed {
  flex-direction: row!important;
}
.cid-vcJq5l5gIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJq5l5gIS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vcJq5l5gIS .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vcJq5l5gIS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vcJq5l5gIS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcJq5l5gIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcJq5l5gIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcJq5l5gIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcJq5l5gIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcJq5l5gIS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcJq5l5gIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcJq5l5gIS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcJq5l5gIS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcJq5l5gIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcJq5l5gIS .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcJq5l5gIS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown-item.active,
.cid-vcJq5l5gIS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJq5l5gIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJq5l5gIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJq5l5gIS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcJq5l5gIS .navbar-buttons {
  text-align: center;
}
.cid-vcJq5l5gIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vcJq5l5gIS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vcJq5l5gIS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcJq5l5gIS .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-vcJq5l5gIS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vcJq5l5gIS .nav-link:hover,
.cid-vcJq5l5gIS .dropdown-item:hover,
.cid-vcJq5l5gIS .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJq5l5gIS .navbar {
    height: 77px;
  }
  .cid-vcJq5l5gIS .navbar.opened {
    height: auto;
  }
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-vdgUmKiGv2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdgUmKiGv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdgUmKiGv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdgUmKiGv2 .mbr-section-subtitle,
.cid-vdgUmKiGv2 .mbr-section-btn {
  text-align: center;
}
.cid-vdgUmKiGv2 .mbr-section-title {
  text-align: center;
}
.cid-vdhgP1YhcU {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdhgP1YhcU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdhgP1YhcU .mbr-section-title,
.cid-vdhgP1YhcU .mbr-section-subtitle,
.cid-vdhgP1YhcU .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdhgP1YhcU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdhgP1YhcU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdhgP1YhcU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdhgP1YhcU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdhgP1YhcU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdhgP1YhcU .icon-focus {
  display: none;
}
.cid-vdhgP1YhcU .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdhgP1YhcU ul {
  font-size: 0;
}
.cid-vdhgP1YhcU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdhgP1YhcU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdhgP1YhcU .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdhgP1YhcU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdhgP1YhcU .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdhgP1YhcU .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdhgP1YhcU .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdhgP1YhcU .btn:hover {
  background: transparent !important;
}
.cid-vdhgP1YhcU .btn:hover:before {
  background: transparent !important;
}
.cid-vdhgP1YhcU .btn:before {
  background-color: transparent !important;
}
.cid-vdhgP1YhcU .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdhgP1YhcU .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vcN6vV5iQL {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vcN6vV5iQL .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdiphB1XCV .nav-item:focus,
.cid-vdiphB1XCV .nav-link:focus {
  outline: none;
}
.cid-vdiphB1XCV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdiphB1XCV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiphB1XCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdiphB1XCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdiphB1XCV .collapsed {
  flex-direction: row!important;
}
.cid-vdiphB1XCV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiphB1XCV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdiphB1XCV .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdiphB1XCV .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdiphB1XCV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdiphB1XCV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdiphB1XCV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdiphB1XCV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdiphB1XCV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiphB1XCV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiphB1XCV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdiphB1XCV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiphB1XCV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdiphB1XCV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdiphB1XCV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiphB1XCV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdiphB1XCV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiphB1XCV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdiphB1XCV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdiphB1XCV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdiphB1XCV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdiphB1XCV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdiphB1XCV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdiphB1XCV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdiphB1XCV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdiphB1XCV .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdiphB1XCV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdiphB1XCV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdiphB1XCV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdiphB1XCV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiphB1XCV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiphB1XCV .dropdown-item.active,
.cid-vdiphB1XCV .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiphB1XCV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiphB1XCV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiphB1XCV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiphB1XCV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdiphB1XCV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdiphB1XCV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiphB1XCV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdiphB1XCV .navbar-buttons {
  text-align: center;
}
.cid-vdiphB1XCV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdiphB1XCV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdiphB1XCV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiphB1XCV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiphB1XCV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiphB1XCV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiphB1XCV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiphB1XCV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiphB1XCV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiphB1XCV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiphB1XCV .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdiphB1XCV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdiphB1XCV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdiphB1XCV .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-vdiphB1XCV .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdiphB1XCV .nav-link:hover,
.cid-vdiphB1XCV .dropdown-item:hover,
.cid-vdiphB1XCV .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdiphB1XCV .navbar {
    height: 77px;
  }
  .cid-vdiphB1XCV .navbar.opened {
    height: auto;
  }
}
#custom-html-3x {
  /* Type valid CSS here */
}
#custom-html-3x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3x p {
  font-size: 60px;
  color: #777;
}
.cid-vdiphBUZJ0 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdiphBUZJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdiphBUZJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdiphBUZJ0 .mbr-section-subtitle,
.cid-vdiphBUZJ0 .mbr-section-btn {
  text-align: center;
}
.cid-vdiphBUZJ0 .mbr-section-title {
  text-align: center;
}
.cid-vdiphCd0Hp {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdiphCd0Hp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdiphCd0Hp .mbr-section-title,
.cid-vdiphCd0Hp .mbr-section-subtitle,
.cid-vdiphCd0Hp .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdiphCd0Hp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdiphCd0Hp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdiphCd0Hp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdiphCd0Hp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdiphCd0Hp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdiphCd0Hp .icon-focus {
  display: none;
}
.cid-vdiphCd0Hp .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdiphCd0Hp ul {
  font-size: 0;
}
.cid-vdiphCd0Hp .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdiphCd0Hp .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdiphCd0Hp .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdiphCd0Hp .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdiphCd0Hp .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdiphCd0Hp .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdiphCd0Hp .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdiphCd0Hp .btn:hover {
  background: transparent !important;
}
.cid-vdiphCd0Hp .btn:hover:before {
  background: transparent !important;
}
.cid-vdiphCd0Hp .btn:before {
  background-color: transparent !important;
}
.cid-vdiphCd0Hp .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdiphCd0Hp .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdiphCTQ0b {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdiphCTQ0b .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdiw0nNyqP .nav-item:focus,
.cid-vdiw0nNyqP .nav-link:focus {
  outline: none;
}
.cid-vdiw0nNyqP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdiw0nNyqP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdiw0nNyqP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdiw0nNyqP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdiw0nNyqP .collapsed {
  flex-direction: row!important;
}
.cid-vdiw0nNyqP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdiw0nNyqP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdiw0nNyqP .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdiw0nNyqP .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdiw0nNyqP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdiw0nNyqP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdiw0nNyqP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdiw0nNyqP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdiw0nNyqP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdiw0nNyqP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdiw0nNyqP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdiw0nNyqP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdiw0nNyqP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdiw0nNyqP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdiw0nNyqP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdiw0nNyqP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdiw0nNyqP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdiw0nNyqP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdiw0nNyqP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdiw0nNyqP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdiw0nNyqP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdiw0nNyqP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdiw0nNyqP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdiw0nNyqP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdiw0nNyqP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdiw0nNyqP .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdiw0nNyqP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdiw0nNyqP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdiw0nNyqP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdiw0nNyqP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdiw0nNyqP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdiw0nNyqP .dropdown-item.active,
.cid-vdiw0nNyqP .dropdown-item:active {
  background-color: transparent;
}
.cid-vdiw0nNyqP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdiw0nNyqP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdiw0nNyqP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdiw0nNyqP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdiw0nNyqP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdiw0nNyqP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdiw0nNyqP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdiw0nNyqP .navbar-buttons {
  text-align: center;
}
.cid-vdiw0nNyqP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdiw0nNyqP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdiw0nNyqP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdiw0nNyqP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiw0nNyqP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdiw0nNyqP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdiw0nNyqP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiw0nNyqP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdiw0nNyqP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdiw0nNyqP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdiw0nNyqP .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdiw0nNyqP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdiw0nNyqP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdiw0nNyqP .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-vdiw0nNyqP .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdiw0nNyqP .nav-link:hover,
.cid-vdiw0nNyqP .dropdown-item:hover,
.cid-vdiw0nNyqP .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdiw0nNyqP .navbar {
    height: 77px;
  }
  .cid-vdiw0nNyqP .navbar.opened {
    height: auto;
  }
}
#custom-html-42 {
  /* Type valid CSS here */
}
#custom-html-42 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-42 p {
  font-size: 60px;
  color: #777;
}
.cid-vdiw0oRNMu {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdiw0oRNMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdiw0oRNMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdiw0oRNMu .mbr-section-subtitle,
.cid-vdiw0oRNMu .mbr-section-btn {
  text-align: center;
}
.cid-vdiw0oRNMu .mbr-section-title {
  text-align: center;
}
.cid-vdiw0p7xFy {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdiw0p7xFy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdiw0p7xFy .mbr-section-title,
.cid-vdiw0p7xFy .mbr-section-subtitle,
.cid-vdiw0p7xFy .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdiw0p7xFy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdiw0p7xFy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdiw0p7xFy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdiw0p7xFy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdiw0p7xFy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdiw0p7xFy .icon-focus {
  display: none;
}
.cid-vdiw0p7xFy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdiw0p7xFy ul {
  font-size: 0;
}
.cid-vdiw0p7xFy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdiw0p7xFy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdiw0p7xFy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdiw0p7xFy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdiw0p7xFy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdiw0p7xFy .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdiw0p7xFy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdiw0p7xFy .btn:hover {
  background: transparent !important;
}
.cid-vdiw0p7xFy .btn:hover:before {
  background: transparent !important;
}
.cid-vdiw0p7xFy .btn:before {
  background-color: transparent !important;
}
.cid-vdiw0p7xFy .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdiw0p7xFy .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdiw0pGx97 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdiw0pGx97 .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdm1DZv7xa .nav-item:focus,
.cid-vdm1DZv7xa .nav-link:focus {
  outline: none;
}
.cid-vdm1DZv7xa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdm1DZv7xa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdm1DZv7xa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdm1DZv7xa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdm1DZv7xa .collapsed {
  flex-direction: row!important;
}
.cid-vdm1DZv7xa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdm1DZv7xa .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdm1DZv7xa .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdm1DZv7xa .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdm1DZv7xa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdm1DZv7xa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdm1DZv7xa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdm1DZv7xa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdm1DZv7xa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdm1DZv7xa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdm1DZv7xa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdm1DZv7xa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdm1DZv7xa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdm1DZv7xa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdm1DZv7xa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdm1DZv7xa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdm1DZv7xa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdm1DZv7xa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdm1DZv7xa .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdm1DZv7xa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdm1DZv7xa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdm1DZv7xa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdm1DZv7xa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdm1DZv7xa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdm1DZv7xa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdm1DZv7xa .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdm1DZv7xa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdm1DZv7xa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdm1DZv7xa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdm1DZv7xa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdm1DZv7xa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdm1DZv7xa .dropdown-item.active,
.cid-vdm1DZv7xa .dropdown-item:active {
  background-color: transparent;
}
.cid-vdm1DZv7xa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdm1DZv7xa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdm1DZv7xa .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdm1DZv7xa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdm1DZv7xa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdm1DZv7xa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdm1DZv7xa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdm1DZv7xa .navbar-buttons {
  text-align: center;
}
.cid-vdm1DZv7xa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdm1DZv7xa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdm1DZv7xa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdm1DZv7xa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdm1DZv7xa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdm1DZv7xa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdm1DZv7xa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdm1DZv7xa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdm1DZv7xa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdm1DZv7xa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdm1DZv7xa .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdm1DZv7xa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdm1DZv7xa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdm1DZv7xa .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-vdm1DZv7xa .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdm1DZv7xa .nav-link:hover,
.cid-vdm1DZv7xa .dropdown-item:hover,
.cid-vdm1DZv7xa .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdm1DZv7xa .navbar {
    height: 77px;
  }
  .cid-vdm1DZv7xa .navbar.opened {
    height: auto;
  }
}
.cid-vdm25GtOrw {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/lineadiciannove-com1902-01-scaled201-2000x1334.jpg");
}
.cid-vdm25GtOrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdm25GtOrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdm25GtOrw .card {
  justify-content: flex-end;
}
.cid-vdm25GtOrw .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdm25GtOrw .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdm25GtOrw .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdm25GtOrw .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdm25GtOrw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdm25GtOrw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdm25GtOrw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdm25GtOrw .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdm25GtOrw .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdm25GtOrw .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdm25GtOrw .mbr-section-title {
  color: #ffffff;
}
.cid-vdm25GtOrw .mbr-label {
  color: #ffffff;
}
.cid-vdm25GtOrw .mbr-text {
  color: #ffffff;
}
.cid-vdm1E0mefB {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdm1E0mefB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdm1E0mefB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdm1E0mefB .mbr-section-subtitle,
.cid-vdm1E0mefB .mbr-section-btn {
  text-align: center;
}
.cid-vdm1E0mefB .mbr-section-title {
  text-align: center;
}
.cid-vdm1E0BRmM {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdm1E0BRmM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdm1E0BRmM .mbr-section-title,
.cid-vdm1E0BRmM .mbr-section-subtitle,
.cid-vdm1E0BRmM .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdm1E0BRmM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdm1E0BRmM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdm1E0BRmM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdm1E0BRmM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdm1E0BRmM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdm1E0BRmM .icon-focus {
  display: none;
}
.cid-vdm1E0BRmM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdm1E0BRmM ul {
  font-size: 0;
}
.cid-vdm1E0BRmM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdm1E0BRmM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdm1E0BRmM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdm1E0BRmM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdm1E0BRmM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdm1E0BRmM .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdm1E0BRmM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdm1E0BRmM .btn:hover {
  background: transparent !important;
}
.cid-vdm1E0BRmM .btn:hover:before {
  background: transparent !important;
}
.cid-vdm1E0BRmM .btn:before {
  background-color: transparent !important;
}
.cid-vdm1E0BRmM .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdm1E0BRmM .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdm1E13oXa {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdm1E13oXa .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdm5hKFGZ9 .nav-item:focus,
.cid-vdm5hKFGZ9 .nav-link:focus {
  outline: none;
}
.cid-vdm5hKFGZ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdm5hKFGZ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdm5hKFGZ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdm5hKFGZ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdm5hKFGZ9 .collapsed {
  flex-direction: row!important;
}
.cid-vdm5hKFGZ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdm5hKFGZ9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdm5hKFGZ9 .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdm5hKFGZ9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdm5hKFGZ9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdm5hKFGZ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdm5hKFGZ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdm5hKFGZ9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdm5hKFGZ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdm5hKFGZ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdm5hKFGZ9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdm5hKFGZ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdm5hKFGZ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdm5hKFGZ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdm5hKFGZ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdm5hKFGZ9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdm5hKFGZ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdm5hKFGZ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdm5hKFGZ9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdm5hKFGZ9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdm5hKFGZ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdm5hKFGZ9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdm5hKFGZ9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdm5hKFGZ9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdm5hKFGZ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdm5hKFGZ9 .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdm5hKFGZ9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdm5hKFGZ9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdm5hKFGZ9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdm5hKFGZ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdm5hKFGZ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdm5hKFGZ9 .dropdown-item.active,
.cid-vdm5hKFGZ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdm5hKFGZ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdm5hKFGZ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdm5hKFGZ9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdm5hKFGZ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdm5hKFGZ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdm5hKFGZ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdm5hKFGZ9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdm5hKFGZ9 .navbar-buttons {
  text-align: center;
}
.cid-vdm5hKFGZ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdm5hKFGZ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdm5hKFGZ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdm5hKFGZ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdm5hKFGZ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdm5hKFGZ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdm5hKFGZ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdm5hKFGZ9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdm5hKFGZ9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdm5hKFGZ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdm5hKFGZ9 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdm5hKFGZ9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdm5hKFGZ9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdm5hKFGZ9 .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-vdm5hKFGZ9 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdm5hKFGZ9 .nav-link:hover,
.cid-vdm5hKFGZ9 .dropdown-item:hover,
.cid-vdm5hKFGZ9 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdm5hKFGZ9 .navbar {
    height: 77px;
  }
  .cid-vdm5hKFGZ9 .navbar.opened {
    height: auto;
  }
}
.cid-vdm5hLBgtU {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/qbox-portarredi12-2000x1334.jpg");
}
.cid-vdm5hLBgtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdm5hLBgtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdm5hLBgtU .card {
  justify-content: flex-end;
}
.cid-vdm5hLBgtU .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdm5hLBgtU .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdm5hLBgtU .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdm5hLBgtU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdm5hLBgtU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdm5hLBgtU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdm5hLBgtU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdm5hLBgtU .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdm5hLBgtU .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdm5hLBgtU .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdm5hLBgtU .mbr-section-title {
  color: #ffffff;
}
.cid-vdm5hLBgtU .mbr-label {
  color: #ffffff;
}
.cid-vdm5hLBgtU .mbr-text {
  color: #ffffff;
}
.cid-vdm5hM5v8C {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdm5hM5v8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdm5hM5v8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdm5hM5v8C .mbr-section-subtitle,
.cid-vdm5hM5v8C .mbr-section-btn {
  text-align: center;
}
.cid-vdm5hM5v8C .mbr-section-title {
  text-align: center;
}
.cid-vdm5hMsgE5 {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdm5hMsgE5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdm5hMsgE5 .mbr-section-title,
.cid-vdm5hMsgE5 .mbr-section-subtitle,
.cid-vdm5hMsgE5 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdm5hMsgE5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdm5hMsgE5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdm5hMsgE5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdm5hMsgE5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdm5hMsgE5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdm5hMsgE5 .icon-focus {
  display: none;
}
.cid-vdm5hMsgE5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdm5hMsgE5 ul {
  font-size: 0;
}
.cid-vdm5hMsgE5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdm5hMsgE5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdm5hMsgE5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdm5hMsgE5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdm5hMsgE5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdm5hMsgE5 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdm5hMsgE5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdm5hMsgE5 .btn:hover {
  background: transparent !important;
}
.cid-vdm5hMsgE5 .btn:hover:before {
  background: transparent !important;
}
.cid-vdm5hMsgE5 .btn:before {
  background-color: transparent !important;
}
.cid-vdm5hMsgE5 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdm5hMsgE5 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdm5hO8JIp {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdm5hO8JIp .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdmcGyWDK8 .nav-item:focus,
.cid-vdmcGyWDK8 .nav-link:focus {
  outline: none;
}
.cid-vdmcGyWDK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmcGyWDK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdmcGyWDK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdmcGyWDK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmcGyWDK8 .collapsed {
  flex-direction: row!important;
}
.cid-vdmcGyWDK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdmcGyWDK8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdmcGyWDK8 .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdmcGyWDK8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdmcGyWDK8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmcGyWDK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdmcGyWDK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdmcGyWDK8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdmcGyWDK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdmcGyWDK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdmcGyWDK8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdmcGyWDK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmcGyWDK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmcGyWDK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmcGyWDK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmcGyWDK8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdmcGyWDK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmcGyWDK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdmcGyWDK8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdmcGyWDK8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdmcGyWDK8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmcGyWDK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdmcGyWDK8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdmcGyWDK8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdmcGyWDK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmcGyWDK8 .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdmcGyWDK8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdmcGyWDK8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdmcGyWDK8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdmcGyWDK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdmcGyWDK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmcGyWDK8 .dropdown-item.active,
.cid-vdmcGyWDK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmcGyWDK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmcGyWDK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmcGyWDK8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmcGyWDK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdmcGyWDK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdmcGyWDK8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmcGyWDK8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdmcGyWDK8 .navbar-buttons {
  text-align: center;
}
.cid-vdmcGyWDK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdmcGyWDK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdmcGyWDK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdmcGyWDK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmcGyWDK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmcGyWDK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdmcGyWDK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmcGyWDK8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmcGyWDK8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmcGyWDK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmcGyWDK8 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdmcGyWDK8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdmcGyWDK8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdmcGyWDK8 .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-vdmcGyWDK8 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdmcGyWDK8 .nav-link:hover,
.cid-vdmcGyWDK8 .dropdown-item:hover,
.cid-vdmcGyWDK8 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmcGyWDK8 .navbar {
    height: 77px;
  }
  .cid-vdmcGyWDK8 .navbar.opened {
    height: auto;
  }
}
.cid-vdmcGzYXyP {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/2022-02-1420-20assicuraci-40-1300x866.jpg");
}
.cid-vdmcGzYXyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmcGzYXyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmcGzYXyP .card {
  justify-content: flex-end;
}
.cid-vdmcGzYXyP .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdmcGzYXyP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdmcGzYXyP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdmcGzYXyP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmcGzYXyP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmcGzYXyP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmcGzYXyP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdmcGzYXyP .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdmcGzYXyP .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdmcGzYXyP .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmcGzYXyP .mbr-section-title {
  color: #ffffff;
}
.cid-vdmcGzYXyP .mbr-label {
  color: #ffffff;
}
.cid-vdmcGzYXyP .mbr-text {
  color: #ffffff;
}
.cid-vdmcGAxMXu {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdmcGAxMXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmcGAxMXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmcGAxMXu .mbr-section-subtitle,
.cid-vdmcGAxMXu .mbr-section-btn {
  text-align: center;
}
.cid-vdmcGAxMXu .mbr-section-title {
  text-align: center;
}
.cid-vdmcGAXviJ {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdmcGAXviJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdmcGAXviJ .mbr-section-title,
.cid-vdmcGAXviJ .mbr-section-subtitle,
.cid-vdmcGAXviJ .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdmcGAXviJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdmcGAXviJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdmcGAXviJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdmcGAXviJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdmcGAXviJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdmcGAXviJ .icon-focus {
  display: none;
}
.cid-vdmcGAXviJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdmcGAXviJ ul {
  font-size: 0;
}
.cid-vdmcGAXviJ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdmcGAXviJ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdmcGAXviJ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdmcGAXviJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdmcGAXviJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdmcGAXviJ .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdmcGAXviJ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdmcGAXviJ .btn:hover {
  background: transparent !important;
}
.cid-vdmcGAXviJ .btn:hover:before {
  background: transparent !important;
}
.cid-vdmcGAXviJ .btn:before {
  background-color: transparent !important;
}
.cid-vdmcGAXviJ .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdmcGAXviJ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdmcGBWUzJ {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdmcGBWUzJ .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdmlqwyHlO .nav-item:focus,
.cid-vdmlqwyHlO .nav-link:focus {
  outline: none;
}
.cid-vdmlqwyHlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmlqwyHlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdmlqwyHlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdmlqwyHlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmlqwyHlO .collapsed {
  flex-direction: row!important;
}
.cid-vdmlqwyHlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdmlqwyHlO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdmlqwyHlO .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdmlqwyHlO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdmlqwyHlO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmlqwyHlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdmlqwyHlO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdmlqwyHlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdmlqwyHlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdmlqwyHlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdmlqwyHlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdmlqwyHlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmlqwyHlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmlqwyHlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmlqwyHlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmlqwyHlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdmlqwyHlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmlqwyHlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdmlqwyHlO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdmlqwyHlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdmlqwyHlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmlqwyHlO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdmlqwyHlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdmlqwyHlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdmlqwyHlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmlqwyHlO .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdmlqwyHlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdmlqwyHlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdmlqwyHlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdmlqwyHlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdmlqwyHlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmlqwyHlO .dropdown-item.active,
.cid-vdmlqwyHlO .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmlqwyHlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmlqwyHlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmlqwyHlO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmlqwyHlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdmlqwyHlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdmlqwyHlO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmlqwyHlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdmlqwyHlO .navbar-buttons {
  text-align: center;
}
.cid-vdmlqwyHlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdmlqwyHlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdmlqwyHlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdmlqwyHlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmlqwyHlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmlqwyHlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdmlqwyHlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmlqwyHlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmlqwyHlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmlqwyHlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmlqwyHlO .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdmlqwyHlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdmlqwyHlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdmlqwyHlO .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-vdmlqwyHlO .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdmlqwyHlO .nav-link:hover,
.cid-vdmlqwyHlO .dropdown-item:hover,
.cid-vdmlqwyHlO .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmlqwyHlO .navbar {
    height: 77px;
  }
  .cid-vdmlqwyHlO .navbar.opened {
    height: auto;
  }
}
.cid-vdmlqx91CP {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/portarredi-daivan01-1920x1424.jpg");
}
.cid-vdmlqx91CP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmlqx91CP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmlqx91CP .card {
  justify-content: flex-end;
}
.cid-vdmlqx91CP .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdmlqx91CP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdmlqx91CP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdmlqx91CP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmlqx91CP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmlqx91CP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmlqx91CP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdmlqx91CP .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdmlqx91CP .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdmlqx91CP .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmlqx91CP .mbr-section-title {
  color: #ffffff;
}
.cid-vdmlqx91CP .mbr-label {
  color: #ffffff;
}
.cid-vdmlqx91CP .mbr-text {
  color: #ffffff;
}
.cid-vdmlqxrQkw {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdmlqxrQkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmlqxrQkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmlqxrQkw .mbr-section-subtitle,
.cid-vdmlqxrQkw .mbr-section-btn {
  text-align: center;
}
.cid-vdmlqxrQkw .mbr-section-title {
  text-align: center;
}
.cid-vdmlqxIXmj {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdmlqxIXmj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdmlqxIXmj .mbr-section-title,
.cid-vdmlqxIXmj .mbr-section-subtitle,
.cid-vdmlqxIXmj .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdmlqxIXmj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdmlqxIXmj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdmlqxIXmj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdmlqxIXmj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdmlqxIXmj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdmlqxIXmj .icon-focus {
  display: none;
}
.cid-vdmlqxIXmj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdmlqxIXmj ul {
  font-size: 0;
}
.cid-vdmlqxIXmj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdmlqxIXmj .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdmlqxIXmj .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdmlqxIXmj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdmlqxIXmj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdmlqxIXmj .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdmlqxIXmj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdmlqxIXmj .btn:hover {
  background: transparent !important;
}
.cid-vdmlqxIXmj .btn:hover:before {
  background: transparent !important;
}
.cid-vdmlqxIXmj .btn:before {
  background-color: transparent !important;
}
.cid-vdmlqxIXmj .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdmlqxIXmj .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdmlqyawM8 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdmlqyawM8 .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdmnym4pJl .nav-item:focus,
.cid-vdmnym4pJl .nav-link:focus {
  outline: none;
}
.cid-vdmnym4pJl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmnym4pJl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdmnym4pJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdmnym4pJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmnym4pJl .collapsed {
  flex-direction: row!important;
}
.cid-vdmnym4pJl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdmnym4pJl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdmnym4pJl .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdmnym4pJl .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdmnym4pJl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmnym4pJl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdmnym4pJl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdmnym4pJl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdmnym4pJl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdmnym4pJl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdmnym4pJl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdmnym4pJl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmnym4pJl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmnym4pJl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmnym4pJl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmnym4pJl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdmnym4pJl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmnym4pJl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdmnym4pJl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdmnym4pJl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdmnym4pJl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmnym4pJl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdmnym4pJl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdmnym4pJl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdmnym4pJl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmnym4pJl .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdmnym4pJl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdmnym4pJl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdmnym4pJl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdmnym4pJl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdmnym4pJl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmnym4pJl .dropdown-item.active,
.cid-vdmnym4pJl .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmnym4pJl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmnym4pJl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmnym4pJl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmnym4pJl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdmnym4pJl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdmnym4pJl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmnym4pJl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdmnym4pJl .navbar-buttons {
  text-align: center;
}
.cid-vdmnym4pJl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdmnym4pJl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdmnym4pJl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdmnym4pJl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmnym4pJl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmnym4pJl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdmnym4pJl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmnym4pJl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmnym4pJl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmnym4pJl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmnym4pJl .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdmnym4pJl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdmnym4pJl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdmnym4pJl .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-vdmnym4pJl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdmnym4pJl .nav-link:hover,
.cid-vdmnym4pJl .dropdown-item:hover,
.cid-vdmnym4pJl .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmnym4pJl .navbar {
    height: 77px;
  }
  .cid-vdmnym4pJl .navbar.opened {
    height: auto;
  }
}
.cid-vdmnyn2ZQy {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/2gamma-1-2000x914.jpg");
}
.cid-vdmnyn2ZQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnyn2ZQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmnyn2ZQy .card {
  justify-content: flex-end;
}
.cid-vdmnyn2ZQy .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdmnyn2ZQy .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdmnyn2ZQy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdmnyn2ZQy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmnyn2ZQy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmnyn2ZQy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmnyn2ZQy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdmnyn2ZQy .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdmnyn2ZQy .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdmnyn2ZQy .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmnyn2ZQy .mbr-section-title {
  color: #ffffff;
}
.cid-vdmnyn2ZQy .mbr-label {
  color: #ffffff;
}
.cid-vdmnyn2ZQy .mbr-text {
  color: #ffffff;
}
.cid-vdmnynls0g {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdmnynls0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmnynls0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmnynls0g .mbr-section-subtitle,
.cid-vdmnynls0g .mbr-section-btn {
  text-align: center;
}
.cid-vdmnynls0g .mbr-section-title {
  text-align: center;
}
.cid-vdmnynA8oN {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdmnynA8oN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdmnynA8oN .mbr-section-title,
.cid-vdmnynA8oN .mbr-section-subtitle,
.cid-vdmnynA8oN .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdmnynA8oN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdmnynA8oN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdmnynA8oN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdmnynA8oN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdmnynA8oN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdmnynA8oN .icon-focus {
  display: none;
}
.cid-vdmnynA8oN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdmnynA8oN ul {
  font-size: 0;
}
.cid-vdmnynA8oN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdmnynA8oN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdmnynA8oN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdmnynA8oN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdmnynA8oN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdmnynA8oN .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdmnynA8oN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdmnynA8oN .btn:hover {
  background: transparent !important;
}
.cid-vdmnynA8oN .btn:hover:before {
  background: transparent !important;
}
.cid-vdmnynA8oN .btn:before {
  background-color: transparent !important;
}
.cid-vdmnynA8oN .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdmnynA8oN .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdmnyoaRvX {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdmnyoaRvX .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdmsVshYiT .nav-item:focus,
.cid-vdmsVshYiT .nav-link:focus {
  outline: none;
}
.cid-vdmsVshYiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmsVshYiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdmsVshYiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdmsVshYiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmsVshYiT .collapsed {
  flex-direction: row!important;
}
.cid-vdmsVshYiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdmsVshYiT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdmsVshYiT .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdmsVshYiT .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdmsVshYiT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmsVshYiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdmsVshYiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdmsVshYiT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdmsVshYiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdmsVshYiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdmsVshYiT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdmsVshYiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmsVshYiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmsVshYiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmsVshYiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmsVshYiT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdmsVshYiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmsVshYiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdmsVshYiT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdmsVshYiT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdmsVshYiT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmsVshYiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdmsVshYiT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdmsVshYiT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdmsVshYiT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmsVshYiT .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdmsVshYiT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdmsVshYiT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdmsVshYiT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdmsVshYiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdmsVshYiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmsVshYiT .dropdown-item.active,
.cid-vdmsVshYiT .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmsVshYiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmsVshYiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmsVshYiT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmsVshYiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdmsVshYiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdmsVshYiT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmsVshYiT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdmsVshYiT .navbar-buttons {
  text-align: center;
}
.cid-vdmsVshYiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdmsVshYiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdmsVshYiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdmsVshYiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmsVshYiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmsVshYiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdmsVshYiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmsVshYiT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmsVshYiT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmsVshYiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmsVshYiT .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdmsVshYiT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdmsVshYiT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdmsVshYiT .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-vdmsVshYiT .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdmsVshYiT .nav-link:hover,
.cid-vdmsVshYiT .dropdown-item:hover,
.cid-vdmsVshYiT .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmsVshYiT .navbar {
    height: 77px;
  }
  .cid-vdmsVshYiT .navbar.opened {
    height: auto;
  }
}
.cid-vdmsVtc1TQ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/ecat2-1617x1080.jpg");
}
.cid-vdmsVtc1TQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmsVtc1TQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmsVtc1TQ .card {
  justify-content: flex-end;
}
.cid-vdmsVtc1TQ .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdmsVtc1TQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdmsVtc1TQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdmsVtc1TQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmsVtc1TQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmsVtc1TQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmsVtc1TQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdmsVtc1TQ .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdmsVtc1TQ .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdmsVtc1TQ .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmsVtc1TQ .mbr-section-title {
  color: #ffffff;
}
.cid-vdmsVtc1TQ .mbr-label {
  color: #ffffff;
}
.cid-vdmsVtc1TQ .mbr-text {
  color: #ffffff;
}
.cid-vdmsVtLWJA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdmsVtLWJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmsVtLWJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmsVtLWJA .mbr-section-subtitle,
.cid-vdmsVtLWJA .mbr-section-btn {
  text-align: center;
}
.cid-vdmsVtLWJA .mbr-section-title {
  text-align: center;
}
.cid-vdmsVugI6w {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdmsVugI6w .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdmsVugI6w .mbr-section-title,
.cid-vdmsVugI6w .mbr-section-subtitle,
.cid-vdmsVugI6w .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdmsVugI6w .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdmsVugI6w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdmsVugI6w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdmsVugI6w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdmsVugI6w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdmsVugI6w .icon-focus {
  display: none;
}
.cid-vdmsVugI6w .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdmsVugI6w ul {
  font-size: 0;
}
.cid-vdmsVugI6w .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdmsVugI6w .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdmsVugI6w .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdmsVugI6w .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdmsVugI6w .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdmsVugI6w .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdmsVugI6w .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdmsVugI6w .btn:hover {
  background: transparent !important;
}
.cid-vdmsVugI6w .btn:hover:before {
  background: transparent !important;
}
.cid-vdmsVugI6w .btn:before {
  background-color: transparent !important;
}
.cid-vdmsVugI6w .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdmsVugI6w .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdmsVv1lL3 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdmsVv1lL3 .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdmuEMUpnY .nav-item:focus,
.cid-vdmuEMUpnY .nav-link:focus {
  outline: none;
}
.cid-vdmuEMUpnY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmuEMUpnY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdmuEMUpnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdmuEMUpnY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmuEMUpnY .collapsed {
  flex-direction: row!important;
}
.cid-vdmuEMUpnY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdmuEMUpnY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdmuEMUpnY .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdmuEMUpnY .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdmuEMUpnY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmuEMUpnY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdmuEMUpnY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdmuEMUpnY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdmuEMUpnY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdmuEMUpnY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdmuEMUpnY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdmuEMUpnY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmuEMUpnY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmuEMUpnY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmuEMUpnY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmuEMUpnY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdmuEMUpnY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmuEMUpnY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdmuEMUpnY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdmuEMUpnY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdmuEMUpnY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmuEMUpnY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdmuEMUpnY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdmuEMUpnY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdmuEMUpnY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmuEMUpnY .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdmuEMUpnY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdmuEMUpnY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdmuEMUpnY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdmuEMUpnY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdmuEMUpnY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmuEMUpnY .dropdown-item.active,
.cid-vdmuEMUpnY .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmuEMUpnY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmuEMUpnY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmuEMUpnY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmuEMUpnY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdmuEMUpnY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdmuEMUpnY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmuEMUpnY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdmuEMUpnY .navbar-buttons {
  text-align: center;
}
.cid-vdmuEMUpnY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdmuEMUpnY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdmuEMUpnY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdmuEMUpnY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmuEMUpnY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmuEMUpnY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdmuEMUpnY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmuEMUpnY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmuEMUpnY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmuEMUpnY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmuEMUpnY .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdmuEMUpnY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdmuEMUpnY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdmuEMUpnY .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-vdmuEMUpnY .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdmuEMUpnY .nav-link:hover,
.cid-vdmuEMUpnY .dropdown-item:hover,
.cid-vdmuEMUpnY .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmuEMUpnY .navbar {
    height: 77px;
  }
  .cid-vdmuEMUpnY .navbar.opened {
    height: auto;
  }
}
.cid-vdmuENy9gZ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/portarredi-grandaclima-4-1920x1080.jpg");
}
.cid-vdmuENy9gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmuENy9gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmuENy9gZ .card {
  justify-content: flex-end;
}
.cid-vdmuENy9gZ .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdmuENy9gZ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdmuENy9gZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdmuENy9gZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmuENy9gZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmuENy9gZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmuENy9gZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdmuENy9gZ .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdmuENy9gZ .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdmuENy9gZ .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmuENy9gZ .mbr-section-title {
  color: #ffffff;
}
.cid-vdmuENy9gZ .mbr-label {
  color: #ffffff;
}
.cid-vdmuENy9gZ .mbr-text {
  color: #ffffff;
}
.cid-vdmuENQHbj {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdmuENQHbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmuENQHbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmuENQHbj .mbr-section-subtitle,
.cid-vdmuENQHbj .mbr-section-btn {
  text-align: center;
}
.cid-vdmuENQHbj .mbr-section-title {
  text-align: center;
}
.cid-vdmuEO43XF {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdmuEO43XF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdmuEO43XF .mbr-section-title,
.cid-vdmuEO43XF .mbr-section-subtitle,
.cid-vdmuEO43XF .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdmuEO43XF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdmuEO43XF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdmuEO43XF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdmuEO43XF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdmuEO43XF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdmuEO43XF .icon-focus {
  display: none;
}
.cid-vdmuEO43XF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdmuEO43XF ul {
  font-size: 0;
}
.cid-vdmuEO43XF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdmuEO43XF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdmuEO43XF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdmuEO43XF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdmuEO43XF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdmuEO43XF .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdmuEO43XF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdmuEO43XF .btn:hover {
  background: transparent !important;
}
.cid-vdmuEO43XF .btn:hover:before {
  background: transparent !important;
}
.cid-vdmuEO43XF .btn:before {
  background-color: transparent !important;
}
.cid-vdmuEO43XF .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdmuEO43XF .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdmuEOwUjC {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdmuEOwUjC .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vcJq5l5gIS .nav-item:focus,
.cid-vcJq5l5gIS .nav-link:focus {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcJq5l5gIS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcJq5l5gIS .collapsed {
  flex-direction: row!important;
}
.cid-vcJq5l5gIS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJq5l5gIS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vcJq5l5gIS .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vcJq5l5gIS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vcJq5l5gIS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcJq5l5gIS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcJq5l5gIS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJq5l5gIS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcJq5l5gIS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcJq5l5gIS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcJq5l5gIS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcJq5l5gIS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcJq5l5gIS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcJq5l5gIS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcJq5l5gIS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcJq5l5gIS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcJq5l5gIS .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcJq5l5gIS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcJq5l5gIS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcJq5l5gIS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJq5l5gIS .dropdown-item.active,
.cid-vcJq5l5gIS .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJq5l5gIS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJq5l5gIS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vcJq5l5gIS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJq5l5gIS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJq5l5gIS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcJq5l5gIS .navbar-buttons {
  text-align: center;
}
.cid-vcJq5l5gIS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJq5l5gIS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJq5l5gIS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJq5l5gIS .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vcJq5l5gIS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vcJq5l5gIS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcJq5l5gIS .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-vcJq5l5gIS .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vcJq5l5gIS .nav-link:hover,
.cid-vcJq5l5gIS .dropdown-item:hover,
.cid-vcJq5l5gIS .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJq5l5gIS .navbar {
    height: 77px;
  }
  .cid-vcJq5l5gIS .navbar.opened {
    height: auto;
  }
}
.cid-vdbbhv5WvW {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/conrottoprogetti-alvieromartini-14-1920x649.jpg");
}
.cid-vdbbhv5WvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbbhv5WvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdbbhv5WvW .container {
    padding: 0 16px;
  }
}
.cid-vdbbhv5WvW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vdbbhv5WvW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdbbhv5WvW .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-vdbbhv5WvW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vdbbhv5WvW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdbbhv5WvW .mbr-text {
  color: #ffffff;
}
.cid-vdbbhv5WvW .mbr-text,
.cid-vdbbhv5WvW .mbr-section-btn {
  text-align: justify;
}
.cid-vdguVlVJu2 {
  padding-top: 5rem;
  background-color: #ffffff;
}
.cid-vdguVlVJu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdguVlVJu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdguVlVJu2 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vdguVlVJu2 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdguVlVJu2 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdguVlVJu2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vdguVlVJu2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdguVlVJu2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cid-vdguVlVJu2 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdguVlVJu2 .embla__button--next,
.cid-vdguVlVJu2 .embla__button--prev {
  display: flex;
}
.cid-vdguVlVJu2 .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vdguVlVJu2 .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vdguVlVJu2 .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vdguVlVJu2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vdguVlVJu2 .embla__button.embla__button--next {
  right: 0;
}
.cid-vdguVlVJu2 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-vdguVlVJu2 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdguVlVJu2 .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vdguVlVJu2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdguVlVJu2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdguVlVJu2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdguVlVJu2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdguVlVJu2 .mbr-label,
.cid-vdguVlVJu2 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vdguVlVJu2 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vdguVlVJu2 .mbr-text,
.cid-vdguVlVJu2 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vdguVlVJu2 .item-label {
  color: #ff6900;
}
.cid-vdguVlVJu2 .item-title {
  color: #0f172a;
}
.cid-vdguVlVJu2 .item-text {
  color: #475569;
}
.cid-vdbgw8JaEC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdbgw8JaEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbgw8JaEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbgw8JaEC .content-wrap {
  margin: 0 -50px;
}
.cid-vdbgw8JaEC .content-wrap .card {
  padding: 0 50px;
}
.cid-vdbgw8JaEC .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vdbgw8JaEC .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vdbgw8JaEC .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vdbgw8JaEC .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdbgw8JaEC .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdbgw8JaEC .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vdbgw8JaEC .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-vdbgw8JaEC .panel-group .card {
    padding: 20px 0;
  }
}
.cid-vdbgw8JaEC .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-vdbgw8JaEC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #6c7577;
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-vdbgw8JaEC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-vdbgw8JaEC .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-vdbgw8JaEC .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-vdbgw8JaEC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdbgw8JaEC .mbr-label {
  color: #1f1f1f;
}
.cid-vdbgw8JaEC .mbr-section-title {
  color: #1f1f1f;
}
.cid-vdbgw8JaEC .panel-number {
  color: #1f1f1f;
}
.cid-vdbgw8JaEC .panel-title-edit {
  color: #1f1f1f;
}
.cid-vdbgw8JaEC .item-text {
  color: #5a5a5a;
}
.cid-vdbpiMfBlU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdbpiMfBlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbpiMfBlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbpiMfBlU .content-wrap {
  margin: 0 -50px;
}
.cid-vdbpiMfBlU .content-wrap .card {
  padding: 0 50px;
}
.cid-vdbpiMfBlU .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vdbpiMfBlU .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vdbpiMfBlU .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vdbpiMfBlU .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vdbpiMfBlU .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdbpiMfBlU .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vdbpiMfBlU .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-vdbpiMfBlU .panel-group .card {
    padding: 20px 0;
  }
}
.cid-vdbpiMfBlU .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-vdbpiMfBlU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #6c7577;
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-vdbpiMfBlU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-vdbpiMfBlU .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-vdbpiMfBlU .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-vdbpiMfBlU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdbpiMfBlU .mbr-label {
  color: #1f1f1f;
}
.cid-vdbpiMfBlU .mbr-section-title {
  color: #1f1f1f;
}
.cid-vdbpiMfBlU .panel-number {
  color: #1f1f1f;
}
.cid-vdbpiMfBlU .panel-title-edit {
  color: #1f1f1f;
}
.cid-vdbpiMfBlU .item-text {
  color: #5a5a5a;
}
.cid-vdhhEE9Sxa {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdhhEE9Sxa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdhhEE9Sxa .mbr-section-title,
.cid-vdhhEE9Sxa .mbr-section-subtitle,
.cid-vdhhEE9Sxa .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdhhEE9Sxa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdhhEE9Sxa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdhhEE9Sxa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdhhEE9Sxa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdhhEE9Sxa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #353535);
}
.cid-vdhhEE9Sxa .icon-focus {
  display: none;
}
.cid-vdhhEE9Sxa .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdhhEE9Sxa ul {
  font-size: 0;
}
.cid-vdhhEE9Sxa .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdhhEE9Sxa .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdhhEE9Sxa .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdhhEE9Sxa .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdhhEE9Sxa .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdhhEE9Sxa .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-vdhhEE9Sxa .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdhhEE9Sxa .btn:hover {
  background: transparent !important;
}
.cid-vdhhEE9Sxa .btn:hover:before {
  background: transparent !important;
}
.cid-vdhhEE9Sxa .btn:before {
  background-color: transparent !important;
}
.cid-vdhhEE9Sxa .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdhhEE9Sxa .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vcN6vV5iQL {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vcN6vV5iQL .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vdmWPfkfo9 .nav-item:focus,
.cid-vdmWPfkfo9 .nav-link:focus {
  outline: none;
}
.cid-vdmWPfkfo9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmWPfkfo9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdmWPfkfo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdmWPfkfo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdmWPfkfo9 .collapsed {
  flex-direction: row!important;
}
.cid-vdmWPfkfo9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdmWPfkfo9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #6c7577;
  background: none;
}
.cid-vdmWPfkfo9 .navbar.opened {
  transition: all 0.3s;
  background: #6c7577 !important;
}
.cid-vdmWPfkfo9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-vdmWPfkfo9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdmWPfkfo9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdmWPfkfo9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.8rem - 1rem);
  }
}
.cid-vdmWPfkfo9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdmWPfkfo9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdmWPfkfo9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdmWPfkfo9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdmWPfkfo9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdmWPfkfo9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdmWPfkfo9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdmWPfkfo9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdmWPfkfo9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdmWPfkfo9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdmWPfkfo9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdmWPfkfo9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdmWPfkfo9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdmWPfkfo9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdmWPfkfo9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdmWPfkfo9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vdmWPfkfo9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vdmWPfkfo9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdmWPfkfo9 .navbar.navbar-short {
  background: #6c7577 !important;
  min-height: 60px;
}
.cid-vdmWPfkfo9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdmWPfkfo9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdmWPfkfo9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdmWPfkfo9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdmWPfkfo9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdmWPfkfo9 .dropdown-item.active,
.cid-vdmWPfkfo9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdmWPfkfo9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdmWPfkfo9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdmWPfkfo9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdmWPfkfo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6c7577;
}
.cid-vdmWPfkfo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdmWPfkfo9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdmWPfkfo9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vdmWPfkfo9 .navbar-buttons {
  text-align: center;
}
.cid-vdmWPfkfo9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdmWPfkfo9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdmWPfkfo9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdmWPfkfo9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmWPfkfo9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdmWPfkfo9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdmWPfkfo9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmWPfkfo9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdmWPfkfo9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdmWPfkfo9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdmWPfkfo9 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-vdmWPfkfo9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdmWPfkfo9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdmWPfkfo9 .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-vdmWPfkfo9 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-vdmWPfkfo9 .nav-link:hover,
.cid-vdmWPfkfo9 .dropdown-item:hover,
.cid-vdmWPfkfo9 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdmWPfkfo9 .navbar {
    height: 77px;
  }
  .cid-vdmWPfkfo9 .navbar.opened {
    height: auto;
  }
}
.cid-vdmWPfSefs {
  padding-top: 12rem;
  padding-bottom: 12rem;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/img-4871-2000x1500.jpg");
}
.cid-vdmWPfSefs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmWPfSefs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmWPfSefs .card {
  justify-content: flex-end;
}
.cid-vdmWPfSefs .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vdmWPfSefs .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-vdmWPfSefs .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vdmWPfSefs .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdmWPfSefs .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdmWPfSefs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdmWPfSefs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vdmWPfSefs .content-wrap {
    margin-top: 16px;
  }
}
.cid-vdmWPfSefs .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-vdmWPfSefs .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmWPfSefs .mbr-section-title {
  color: #ffffff;
}
.cid-vdmWPfSefs .mbr-label {
  color: #ffffff;
}
.cid-vdmWPfSefs .mbr-text {
  color: #ffffff;
}
.cid-vdmWPgcYaU {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vdmWPgcYaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmWPgcYaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmWPgcYaU .mbr-section-subtitle,
.cid-vdmWPgcYaU .mbr-section-btn {
  text-align: center;
}
.cid-vdmWPgcYaU .mbr-section-title {
  text-align: center;
}
.cid-vdmWPgt8Nw {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vdmWPgt8Nw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vdmWPgt8Nw .mbr-section-title,
.cid-vdmWPgt8Nw .mbr-section-subtitle,
.cid-vdmWPgt8Nw .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vdmWPgt8Nw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vdmWPgt8Nw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdmWPgt8Nw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vdmWPgt8Nw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vdmWPgt8Nw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c2230e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vdmWPgt8Nw .icon-focus {
  display: none;
}
.cid-vdmWPgt8Nw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vdmWPgt8Nw ul {
  font-size: 0;
}
.cid-vdmWPgt8Nw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-vdmWPgt8Nw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-vdmWPgt8Nw .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-vdmWPgt8Nw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-vdmWPgt8Nw .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vdmWPgt8Nw .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-vdmWPgt8Nw .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-vdmWPgt8Nw .btn:hover {
  background: transparent !important;
}
.cid-vdmWPgt8Nw .btn:hover:before {
  background: transparent !important;
}
.cid-vdmWPgt8Nw .btn:before {
  background-color: transparent !important;
}
.cid-vdmWPgt8Nw .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-vdmWPgt8Nw .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vdmWPgUPrg {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #232323;
}
.cid-vdmWPgUPrg .media-container-row .mbr-text {
  color: #fdfde1;
}
