body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.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: #4e2205 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #4e2205 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4e2205 !important;
  border-color: #4e2205 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #4e2205 !important;
  border-color: #4e2205 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: transparent;
  color: #4e2205;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e2205 !important;
  border-color: #4e2205 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4e2205;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4e2205 !important;
  border-color: #4e2205 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #4e2205 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #4e2205 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4e2205;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4e2205;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4e2205;
  border-color: #4e2205;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4e2205;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f38a45;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f38a45;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #4e2205 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4e2205;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4e2205;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4e2205;
}
.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: #4e2205;
  border-bottom-color: #4e2205;
}
.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: #4e2205 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%234e2205' %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;
}
.cid-ucRlfCQ0dz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucRlfCQ0dz nav.navbar {
  position: fixed;
}
.cid-ucRlfCQ0dz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRlfCQ0dz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRlfCQ0dz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRlfCQ0dz .dropdown-item:hover,
.cid-ucRlfCQ0dz .dropdown-item:focus {
  background: #4e2205 !important;
  color: white !important;
}
.cid-ucRlfCQ0dz .dropdown-item:hover span {
  color: white;
}
.cid-ucRlfCQ0dz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRlfCQ0dz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRlfCQ0dz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucRlfCQ0dz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRlfCQ0dz .nav-link {
  position: relative;
}
.cid-ucRlfCQ0dz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .container {
    flex-wrap: nowrap;
  }
}
.cid-ucRlfCQ0dz .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRlfCQ0dz .dropdown-menu,
.cid-ucRlfCQ0dz .navbar.opened {
  background: #e9e7dd !important;
}
.cid-ucRlfCQ0dz .nav-item:focus,
.cid-ucRlfCQ0dz .nav-link:focus {
  outline: none;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRlfCQ0dz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRlfCQ0dz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRlfCQ0dz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e7dd;
}
.cid-ucRlfCQ0dz .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRlfCQ0dz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRlfCQ0dz .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRlfCQ0dz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRlfCQ0dz .navbar.collapsed {
  justify-content: center;
}
.cid-ucRlfCQ0dz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRlfCQ0dz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucRlfCQ0dz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRlfCQ0dz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRlfCQ0dz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRlfCQ0dz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucRlfCQ0dz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRlfCQ0dz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRlfCQ0dz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRlfCQ0dz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRlfCQ0dz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRlfCQ0dz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucRlfCQ0dz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRlfCQ0dz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRlfCQ0dz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRlfCQ0dz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRlfCQ0dz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ucRlfCQ0dz .dropdown-item.active,
.cid-ucRlfCQ0dz .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRlfCQ0dz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRlfCQ0dz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRlfCQ0dz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRlfCQ0dz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e7dd;
}
.cid-ucRlfCQ0dz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRlfCQ0dz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRlfCQ0dz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRlfCQ0dz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRlfCQ0dz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ucRlfCQ0dz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ucRlfCQ0dz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRlfCQ0dz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRlfCQ0dz .navbar {
    height: 70px;
  }
  .cid-ucRlfCQ0dz .navbar.opened {
    height: auto;
  }
  .cid-ucRlfCQ0dz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRlfCQ0dz .container,
.cid-ucRlfCQ0dz .container-fluid {
  flex-wrap: wrap;
}
.cid-ucRlfCQ0dz .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ucRlfCQ0dz .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ucRlfCQ0dz .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucRlfCQ0dz .contacts-menu {
    display: none;
  }
}
.cid-ucRlfCQ0dz .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ucRlfCQ0dz .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #4e2205;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ucRlfCQ0dz .icon-box:hover {
  transform: scale(1.1);
}
.cid-ucRlfCQ0dz .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ucRlfCQ0dz .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn .btn-black {
  color: #4e2205 !important;
}
@media (max-width: 577px) {
  .cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ucRlfCQ0dz .navbar-collapse .nav-link:hover {
  color: #4e2205 !important;
}
.cid-ucRlfCQ0dz .card-text {
  color: #000000;
}
.cid-0Q4B9VKDzp h1,
.cid-0Q4B9VKDzp p,
.cid-0Q4B9VKDzp img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.cid-0Q4B9VKDzp html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  .cid-0Q4B9VKDzp aside {
    display: none;
  }
}
.cid-0Q4B9VKDzp aside {
  right: 1px;
  z-index: 1000;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-0Q4B9VKDzp aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.cid-0Q4B9VKDzp aside ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-0Q4B9VKDzp aside ul li .active {
  transform: scale(1.7);
  transition: transform 200ms ease-in-out;
  background-color: #e43f3f;
}
.cid-0Q4B9VKDzp div.imgtest {
  content: url("../../../assets/images/quesodecabracremosos.webp");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-0Q4B9VKDzp div.imgtest1 {
  content: url("../../../assets/images/quesofrescodecabra.webp");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-0Q4B9VKDzp div.imgtest2 {
  content: url("../../../assets/images/saborio-quesoazul-valdecabras.webp");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-0Q4B9VKDzp div.imgtest3 {
  content: url("../../../assets/images/semicuradodecabraconpimenton.webp");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-0Q4B9VKDzp div.imgtest4 {
  content: url("https://www.unsitepourtous.be/mobi/flower5.jpg");
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 1;
  -webkit-filter: blur(0px) grayscale(0);
  -moz-filter: blur(0px) grayscale(0);
  -o-filter: blur(0px) grayscale(0);
  -ms-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
}
.cid-0Q4B9VKDzp .split .split-image.object-cover img,
.cid-0Q4B9VKDzp .slide-image.object-cover img .grid-image img,
.cid-0Q4B9VKDzp .video-wrap .poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cid-0Q4B9VKDzp .slide-image.object-contain video,
.cid-0Q4B9VKDzp .slide-image.object-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cid-0Q4B9VKDzp .home-hero .safari-fix a,
.cid-0Q4B9VKDzp .fullscreen a {
  background: none !important;
  text-shadow: none !important;
}
.cid-0Q4B9VKDzp .wrap {
  padding: 3rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .cid-0Q4B9VKDzp .wrap {
    padding: 6rem;
  }
  .cid-0Q4B9VKDzp p + p {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cid-0Q4B9VKDzp .wrap {
    padding: 6rem 6rem 5.4rem;
  }
  .cid-0Q4B9VKDzp section:last-child .wrap,
  .cid-0Q4B9VKDzp .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cid-0Q4B9VKDzp .wrap.align-center q {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .cid-0Q4B9VKDzp .wrap {
    padding: 8.2rem 6rem 7.6rem;
  }
  .cid-0Q4B9VKDzp section:last-child .wrap,
  .cid-0Q4B9VKDzp .wrap:last-child {
    padding-bottom: 8.2rem;
  }
}
.cid-0Q4B9VKDzp input,
.cid-0Q4B9VKDzp textarea,
.cid-0Q4B9VKDzp button,
.cid-0Q4B9VKDzp select,
.cid-0Q4B9VKDzp body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cid-0Q4B9VKDzp h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.16666667;
}
.cid-0Q4B9VKDzp body {
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  line-height: 1.45;
  overflow-x: hidden;
}
@media only screen and (min-width: 700px) and (min-height: 500px) {
  .cid-0Q4B9VKDzp h1 {
    font-size: calc(4.6rem);
  }
}
.cid-0Q4B9VKDzp h1 + button {
  margin-top: 2rem;
}
.cid-0Q4B9VKDzp h1 + p {
  margin-top: 1rem;
}
.cid-0Q4B9VKDzp p + p {
  margin-top: 1.6rem;
}
.cid-0Q4B9VKDzp img {
  display: block;
  max-width: 100%;
}
.cid-0Q4B9VKDzp img::after {
  content: "🖼️" attr(alt);
  font-size: 1.4rem;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 4.5rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #eeecec;
}
@media all and (orientation: landscape) {
  .cid-0Q4B9VKDzp body:not(.touchscreen) header {
    will-change: auto;
    transition: all 0.4s ease-in-out;
  }
  .cid-0Q4B9VKDzp .landscape-image ~ .portrait-image {
    opacity: 0;
    display: none;
  }
}
.cid-0Q4B9VKDzp .wrap.text-wrap {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-0Q4B9VKDzp .wrap.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(94%) !important;
}
.cid-0Q4B9VKDzp .wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cid-0Q4B9VKDzp .content > section:not(.hero):first-child {
  padding-top: 5rem;
}
.cid-0Q4B9VKDzp .align-left {
  text-align: left;
}
.cid-0Q4B9VKDzp .align-center {
  text-align: center;
}
.cid-0Q4B9VKDzp .align-right {
  text-align: right;
}
.cid-0Q4B9VKDzp .text_block-section + .text-wrap,
.cid-0Q4B9VKDzp .flexible-section:not(.video-section) + .flexible-section:not(.video-section) > .wrap:first-child,
.cid-0Q4B9VKDzp .section-title-wrap + .flexible-section > .wrap:first-child,
.cid-0Q4B9VKDzp .body-copy-with-intro + .hidden-content > .flexible-section > .wrap:first-child,
.cid-0Q4B9VKDzp .wrap + .wrap {
  padding-top: 0;
}
.cid-0Q4B9VKDzp .fullscreen {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-0Q4B9VKDzp .fullscreen .wrap {
  margin: 0;
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-0Q4B9VKDzp .fullscreen .fixed-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cid-0Q4B9VKDzp .fullscreen .fixed-wrap.fixed {
  position: fixed;
}
@supports (-ms-ime-align: auto) {
  .cid-0Q4B9VKDzp .fullscreen {
    clip-path: none !important;
  }
  .cid-0Q4B9VKDzp .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-0Q4B9VKDzp .fullscreen {
    clip-path: none !important;
  }
  .cid-0Q4B9VKDzp .fullscreen .fixed-wrap.fixed {
    position: absolute !important;
  }
}
.cid-0Q4B9VKDzp .fullscreen .slide-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.cid-0Q4B9VKDzp .fullscreen .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.cid-0Q4B9VKDzp .fullscreen a {
  color: #ffffff;
}
.cid-0Q4B9VKDzp .slide-image + .slide-text,
.cid-0Q4B9VKDzp .slide-text.over-image {
  color: #fff;
  background: radial-gradient(ellipse 50% 50%, rgba(18, 18, 18, 0.125), rgba(18, 18, 18, 0));
}
.cid-0Q4B9VKDzp .hero .slide-image {
  opacity: 0.8;
}
.cid-0Q4B9VKDzp .hero.auto-height {
  padding: 5rem 0;
}
.cid-0Q4B9VKDzp .hero.auto-height .slide-text {
  position: relative;
}
.cid-0Q4B9VKDzp .home-hero {
  position: relative;
  z-index: 1;
}
.cid-0Q4B9VKDzp .home-hero + section {
  z-index: 0;
}
.cid-0Q4B9VKDzp .home-hero + section + section {
  z-index: 1;
}
.cid-0Q4B9VKDzp .home-hero .safari-fix {
  position: absolute;
  top: 0;
  background: transparent !important;
  overflow: hidden;
}
.cid-0Q4B9VKDzp .home-hero .safari-fix a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100%;
  background: transparent !important;
  opacity: 0;
}
.cid-0Q4B9VKDzp body > .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-0Q4B9VKDzp body > .fullscreen .slide-image {
  opacity: 0.8;
}
.cid-0Q4B9VKDzp body > .fullscreen button,
.cid-0Q4B9VKDzp .project-hero .slide-text button {
  background-color: #fff;
  color: #121212;
  border-color: #fff;
  opacity: 0;
}
.cid-0Q4B9VKDzp .page-hero .slide-image {
  position: fixed;
}
.cid-0Q4B9VKDzp .page-hero .slide-text {
  position: relative;
  height: auto;
  margin: 100vh auto 25vh;
  background: transparent;
}
@media all and (orientation: portrait) {
  .cid-0Q4B9VKDzp .page-hero .wrap h4 {
    font-size: calc(2.25rem);
  }
  .cid-0Q4B9VKDzp .portrait-image ~ .landscape-image {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.cid-0Q4B9VKDzp .fullscreen .slide-text button:only-child {
  margin-top: 2rem;
}
.cid-0Q4B9VKDzp .offblack-bg {
  background-color: #231f20;
}
.cid-0Q4B9VKDzp .offblack-bg a:not(.button):not([title]):not(:hover) {
  background: linear-gradient(#231f20 calc(99%), #ffffff calc(99%));
  text-shadow: 0 1px #231f20, -1px 0 #231f20, 1px 0 #231f20, -2px 0 #231f20, 2px 0 #231f20;
}
.cid-0Q4B9VKDzp .hidden {
  display: none;
  visibility: hidden;
}
.cid-0Q4B9VKDzp H1 {
  color: #ffffff;
}
.cid-uddBfgi42o {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #e9e7dd;
}
.cid-uddBfgi42o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uddBfgi42o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uddBfgi42o .row {
    flex-direction: column-reverse;
  }
  .cid-uddBfgi42o .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uddBfgi42o .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uddBfgi42o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uddBfgi42o .media-content,
.cid-uddBfgi42o .mbr-figure {
  align-self: center;
}
.cid-uddBfgi42o .mbr-figure iframe {
  width: 100%;
}
.cid-uddBfgi42o .mbr-section-title {
  color: #4e2205;
}
.cid-uddBfgi42o .mbr-text,
.cid-uddBfgi42o .mbr-section-btn {
  color: #000000;
}
.cid-udd7Opo16n {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udd7Opo16n .mbr-fallback-image.disabled {
  display: none;
}
.cid-udd7Opo16n .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #4e2205;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-udd7Opo16n h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-udd7Opo16n h1 {
    margin-bottom: 1rem;
  }
}
.cid-udd7Opo16n p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-udd7Opo16n p {
    margin-bottom: 2rem;
  }
}
.cid-udd7Opo16n .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-udd7Opo16n .image-wrapper,
.cid-udd7Opo16n img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udd7Opo16n .image-wrapper,
  .cid-udd7Opo16n img {
    padding-bottom: 0.5rem;
  }
}
.cid-udd7Opo16n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udd7Opo16n .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #4e2205 !important;
}
.cid-udd7Opo16n .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-udd7Opo16n .btn div {
  overflow: hidden;
}
.cid-udd7Opo16n .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udd7Opo16n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udd7Opo16n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udd7Opo16n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udd7Opo16n .content-wrap {
    width: 100%;
  }
}
.cid-udd7Opo16n .mbr-section-subtitle,
.cid-udd7Opo16n .line {
  color: #291f1e;
}
.cid-udd7Opo16n .mbr-text,
.cid-udd7Opo16n .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-udd7Opo16n .mbr-section-title {
  color: #291f1e;
}
.cid-udd7Opo16n .mbr-section-title,
.cid-udd7Opo16n .mbr-section-btn,
.cid-udd7Opo16n .line {
  text-align: right;
  color: #4e2205;
}
.cid-udd7Opo16n .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-udd79ObWqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udd79ObWqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udd79ObWqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udd79ObWqh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udd79ObWqh .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-udd79ObWqh .container {
    padding: 0 15px;
  }
}
.cid-udd79ObWqh .row {
  justify-content: space-between;
}
.cid-udd79ObWqh .row .card {
  justify-content: flex-end;
}
.cid-udd79ObWqh .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udd79ObWqh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udd79ObWqh .mbr-section-btn {
  margin-bottom: 90px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udd79ObWqh .mbr-section-btn {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-udd79ObWqh .mbr-section-btn .btn {
  position: relative;
  padding: 0;
  border: none !important;
}
.cid-udd79ObWqh .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2d3622;
  transition: all 0.3s ease-in-out;
}
.cid-udd79ObWqh .mbr-section-btn .btn:hover,
.cid-udd79ObWqh .mbr-section-btn .btn:focus {
  padding: 0;
}
.cid-udd79ObWqh .mbr-section-btn .btn:hover::before,
.cid-udd79ObWqh .mbr-section-btn .btn:focus::before {
  width: 0;
}
.cid-udd79ObWqh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .cid-udd79ObWqh .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img:hover img,
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img:focus img {
  transform: scale(1.2);
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img:hover .icon-wrapper,
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img:focus .icon-wrapper {
  transform: translate(0);
  opacity: 1;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-2rem, 2rem);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  backdrop-filter: blur(5px);
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ec111a;
  opacity: .5;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  transform: rotate(-45deg);
  color: #ffffff;
  z-index: 1;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img img {
  height: 620px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 992px) {
  .cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-img a {
  width: 100%;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .date-wrapper {
  margin-bottom: 20px;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-date {
  padding-right: 15px;
  border-right: 2px solid #2d3622;
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .date-wrapper .date-wrap .item-desc {
  margin-bottom: 0;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .item-text:hover,
.cid-udd79ObWqh .items-wrapper .item .item-wrapper .item-content .item-text:focus {
  text-decoration-color: #2d3622;
}
.cid-udd79ObWqh .mbr-section-title {
  color: #2d3622;
}
.cid-udd79ObWqh .item-text {
  color: #2d3622;
}
.cid-udd79ObWqh .item-date {
  color: #2d3622;
}
.cid-udd79ObWqh .item-desc {
  color: #6e88ab;
}
.cid-udd79ObWqh .mbr-section-title,
.cid-udd79ObWqh .mbr-section-btn {
  color: #000000;
}
.cid-uddnY542V6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uddnY542V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uddnY542V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uddnY542V6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .container {
    padding: 0 26px;
  }
}
.cid-uddnY542V6 .row {
  justify-content: center;
}
.cid-uddnY542V6 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uddnY542V6 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uddnY542V6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uddnY542V6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uddnY542V6 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uddnY542V6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uddnY542V6 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uddnY542V6 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uddnY542V6 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uddnY542V6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uddnY542V6 .mbr-section-title {
  color: #000000;
}
.cid-uddnY542V6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uddnY542V6 .mbr-text {
  color: #000000;
}
.cid-uddwVo0Yt9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uddwVo0Yt9 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uddwVo0Yt9 .wrap {
    width: 100%;
  }
}
.cid-uddwVo0Yt9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uddwVo0Yt9 .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uddwVo0Yt9 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #4e2205;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-uddwVo0Yt9 .top {
    padding-top: 20px;
  }
}
.cid-uddwVo0Yt9 .mbr-text {
  font-style: italic;
  color: #000000;
}
@media (min-width: 769px) {
  .cid-uddwVo0Yt9 .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-uddwVo0Yt9 .mbr-title {
  color: #4e2205;
}
.cid-udedshZ9dV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udedshZ9dV img,
.cid-udedshZ9dV .item-img {
  width: 100%;
}
.cid-udedshZ9dV .item:focus,
.cid-udedshZ9dV span:focus {
  outline: none;
}
.cid-udedshZ9dV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udedshZ9dV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udedshZ9dV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-udedshZ9dV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udedshZ9dV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-udedshZ9dV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-udedshZ9dV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udedshZ9dV .mbr-section-title {
  color: #4e2205;
}
.cid-udedshZ9dV .mbr-text,
.cid-udedshZ9dV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-udedshZ9dV .item-title {
  text-align: left;
  color: #4e2205;
}
.cid-udedshZ9dV .item-subtitle {
  text-align: left;
}
.cid-udedshZ9dV .mbr-section-subtitle {
  color: #000000;
}
.cid-udex42tm7X {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udex42tm7X img,
.cid-udex42tm7X .item-img {
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-udex42tm7X .item:focus,
.cid-udex42tm7X span:focus {
  outline: none;
}
.cid-udex42tm7X .item-wrapper {
  position: relative;
}
.cid-udex42tm7X .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udex42tm7X .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udex42tm7X .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-udex42tm7X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udex42tm7X .mbr-section-title {
  color: #4e2205;
}
.cid-udex42tm7X .mbr-text,
.cid-udex42tm7X .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udex42tm7X .item-title {
  text-align: center;
}
.cid-udex42tm7X .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-udex42tm7X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-udex42tm7X .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-udex42tm7X .embla__button--next,
.cid-udex42tm7X .embla__button--prev {
  display: flex;
}
.cid-udex42tm7X .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udex42tm7X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udex42tm7X .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-udex42tm7X .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udex42tm7X .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udex42tm7X .embla__button {
    top: auto;
  }
}
.cid-udex42tm7X .embla {
  position: relative;
  width: 100%;
}
.cid-udex42tm7X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-udex42tm7X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udex42tm7X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udex42tm7X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udex42tm7X .mbr-section-subtitle {
  color: #000000;
}
.cid-udiH5ulBS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udiH5ulBS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiH5ulBS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-udiH5ulBS9 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-udiH5ulBS9 P {
  max-width: 1200px;
}
.cid-udiH5ulBS9 .mbr-section-btn,
.cid-udiH5ulBS9 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-udiH5ulBS9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udiH5ulBS9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-udiH5ulBS9 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-udiH5ulBS9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udiH5ulBS9 .mbr-section-title {
  color: #ffffff;
}
.cid-udiH5ulBS9 .mbr-text,
.cid-udiH5ulBS9 .mbr-section-btn {
  color: #ffffff;
}
.cid-udiH5ulBS9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udiwxdiwKP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udiwxdiwKP img {
  object-fit: cover;
}
.cid-udiwxdiwKP .item-img {
  position: relative;
  padding: 0;
}
@media (min-width: 1600px) {
  .cid-udiwxdiwKP .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-udiwxdiwKP .row {
  justify-content: space-between;
}
.cid-udiwxdiwKP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udiwxdiwKP .item {
    margin-bottom: 1rem;
  }
}
.cid-udiwxdiwKP .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-udiwxdiwKP .mbr-section-title {
  color: #4e2205;
  text-align: left;
}
.cid-udiwxdiwKP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-udiwxdiwKP .mbr-text,
.cid-udiwxdiwKP .mbr-section-btn {
  color: #000000;
}
.cid-udiICyeci2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udiICyeci2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiICyeci2 .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-udiICyeci2 .container {
    padding: 0 16px;
  }
}
.cid-udiICyeci2 .content-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 2em;
}
.cid-udiICyeci2 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#ffffff, #ffffff);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-udiICyeci2 .content-wrapper {
    padding: 36px;
  }
}
.cid-udiICyeci2 .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-udiICyeci2 .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-udiICyeci2 .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-udiICyeci2 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #4e2205;
}
@media (max-width: 992px) {
  .cid-udiICyeci2 .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-udiICyeci2 .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-udiICyeci2 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-udiICyeci2 .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #ffffff;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #000000;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #000000;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udiICyeci2 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udiICyeci2 .mbr-text {
  color: #f0f0f0;
}
.cid-udiICyeci2 .mbr-name {
  color: #cccccc;
}
.cid-udiICyeci2 .mbr-role {
  color: #cccccc;
}
.cid-udiICyeci2 .mbr-text,
.cid-udiICyeci2 .icon-wrapper {
  color: #000000;
}
.cid-udiICyeci2 .mbr-name,
.cid-udiICyeci2 .person-wrapper {
  color: #4e2205;
}
.cid-udiICyeci2 .mbr-role,
.cid-udiICyeci2 .person-wrapper {
  color: #000000;
}
.cid-udiIEl1jgj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-udiIEl1jgj .title {
  padding-bottom: 2.5rem;
}
.cid-udiIEl1jgj .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-udiIEl1jgj .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-udiIEl1jgj .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-udiIEl1jgj .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-udiIEl1jgj .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-udiIEl1jgj .iconfont-wrapper {
    display: none;
  }
}
.cid-udiIEl1jgj H5 {
  text-align: left;
}
.cid-udiIEl1jgj H2 {
  color: #000000;
}
.cid-udiIEl1jgj .mbr-section-subtitle {
  color: #000000;
}
.cid-udiJ9JTkvw {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-udiJ9JTkvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiJ9JTkvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udiJ9JTkvw .google-map {
  height: 30rem;
  position: relative;
}
.cid-udiJ9JTkvw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udiJ9JTkvw .google-map [data-state-details] {
  color: #6b6763;
  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-udiJ9JTkvw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udiJ9JTkvw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udiITWvS69 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udiITWvS69 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-udiITWvS69 p {
  color: #767676;
  text-align: left;
}
.cid-udiITWvS69 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-udiITWvS69 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-udiITWvS69 .card-title {
  margin-bottom: 0;
}
.cid-udiITWvS69 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-udiITWvS69 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-udiITWvS69 .card-img span {
    font-size: 40px !important;
  }
}
.cid-udiITWvS69 P {
  color: #bbbbbb;
}
.cid-udiITWvS69 .card-title,
.cid-udiITWvS69 .card-img {
  color: #bbbbbb;
}
.cid-udiIIqcXER {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udiIIqcXER .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiIIqcXER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udiIIqcXER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udiIIqcXER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-udiIIqcXER .row {
    text-align: center;
  }
  .cid-udiIIqcXER .row > div {
    margin: auto;
  }
  .cid-udiIIqcXER .social-row {
    justify-content: center;
  }
}
.cid-udiIIqcXER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udiIIqcXER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-udiIIqcXER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udiIIqcXER .list {
    margin-bottom: 0rem;
  }
}
.cid-udiIIqcXER .mbr-text {
  color: #bbbbbb;
}
.cid-udiIIqcXER .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-udiIIqcXER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-udiIIqcXER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-udiIIqcXER .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udiIIqcXER P {
  color: #bbbbbb;
}
.cid-ucRlfCQ0dz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucRlfCQ0dz nav.navbar {
  position: fixed;
}
.cid-ucRlfCQ0dz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRlfCQ0dz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRlfCQ0dz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRlfCQ0dz .dropdown-item:hover,
.cid-ucRlfCQ0dz .dropdown-item:focus {
  background: #4e2205 !important;
  color: white !important;
}
.cid-ucRlfCQ0dz .dropdown-item:hover span {
  color: white;
}
.cid-ucRlfCQ0dz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRlfCQ0dz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRlfCQ0dz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucRlfCQ0dz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRlfCQ0dz .nav-link {
  position: relative;
}
.cid-ucRlfCQ0dz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .container {
    flex-wrap: nowrap;
  }
}
.cid-ucRlfCQ0dz .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRlfCQ0dz .dropdown-menu,
.cid-ucRlfCQ0dz .navbar.opened {
  background: #e9e7dd !important;
}
.cid-ucRlfCQ0dz .nav-item:focus,
.cid-ucRlfCQ0dz .nav-link:focus {
  outline: none;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRlfCQ0dz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRlfCQ0dz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRlfCQ0dz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRlfCQ0dz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e9e7dd;
}
.cid-ucRlfCQ0dz .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRlfCQ0dz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRlfCQ0dz .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRlfCQ0dz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRlfCQ0dz .navbar.collapsed {
  justify-content: center;
}
.cid-ucRlfCQ0dz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRlfCQ0dz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucRlfCQ0dz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRlfCQ0dz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRlfCQ0dz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRlfCQ0dz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRlfCQ0dz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucRlfCQ0dz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRlfCQ0dz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRlfCQ0dz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRlfCQ0dz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRlfCQ0dz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRlfCQ0dz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRlfCQ0dz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucRlfCQ0dz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRlfCQ0dz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRlfCQ0dz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRlfCQ0dz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRlfCQ0dz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ucRlfCQ0dz .dropdown-item.active,
.cid-ucRlfCQ0dz .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRlfCQ0dz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRlfCQ0dz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRlfCQ0dz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRlfCQ0dz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e7dd;
}
.cid-ucRlfCQ0dz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRlfCQ0dz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRlfCQ0dz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRlfCQ0dz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRlfCQ0dz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRlfCQ0dz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRlfCQ0dz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRlfCQ0dz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-ucRlfCQ0dz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ucRlfCQ0dz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRlfCQ0dz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRlfCQ0dz .navbar {
    height: 70px;
  }
  .cid-ucRlfCQ0dz .navbar.opened {
    height: auto;
  }
  .cid-ucRlfCQ0dz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRlfCQ0dz .container,
.cid-ucRlfCQ0dz .container-fluid {
  flex-wrap: wrap;
}
.cid-ucRlfCQ0dz .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ucRlfCQ0dz .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ucRlfCQ0dz .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucRlfCQ0dz .contacts-menu {
    display: none;
  }
}
.cid-ucRlfCQ0dz .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ucRlfCQ0dz .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #4e2205;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ucRlfCQ0dz .icon-box:hover {
  transform: scale(1.1);
}
.cid-ucRlfCQ0dz .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ucRlfCQ0dz .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ucRlfCQ0dz .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn .btn-black {
  color: #4e2205 !important;
}
@media (max-width: 577px) {
  .cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ucRlfCQ0dz .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ucRlfCQ0dz .navbar-collapse .nav-link:hover {
  color: #4e2205 !important;
}
.cid-ucRlfCQ0dz .card-text {
  color: #000000;
}
.cid-udjCpntZez {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-udjCpntZez .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-udjCpntZez .mbr-text {
  margin: 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-udjCpntZez .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-udjCpIpXne {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-udjCpIpXne .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-udjCpIpXne .mbr-text {
  margin: 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-udjCpIpXne .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-udiIIqcXER {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udiIIqcXER .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiIIqcXER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udiIIqcXER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udiIIqcXER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-udiIIqcXER .row {
    text-align: center;
  }
  .cid-udiIIqcXER .row > div {
    margin: auto;
  }
  .cid-udiIIqcXER .social-row {
    justify-content: center;
  }
}
.cid-udiIIqcXER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udiIIqcXER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-udiIIqcXER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udiIIqcXER .list {
    margin-bottom: 0rem;
  }
}
.cid-udiIIqcXER .mbr-text {
  color: #bbbbbb;
}
.cid-udiIIqcXER .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-udiIIqcXER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-udiIIqcXER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-udiIIqcXER .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udiIIqcXER P {
  color: #bbbbbb;
}
