.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7f7f7 !important;
}
.bg-success {
  background-color: #0225ac !important;
}
.bg-info {
  background-color: #474747 !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #3a341c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #616161 !important;
  border-color: #616161 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0225ac !important;
  border-color: #0225ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0330de !important;
  border-color: #0330de !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0330de !important;
  border-color: #0330de !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c9c9c9;
  color: #c9c9c9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9e9e9e !important;
  background-color: transparent !important;
  border-color: #9e9e9e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #474747;
  color: #474747;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: #1c1c1c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0225ac;
  color: #0225ac;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #011356 !important;
  background-color: transparent !important;
  border-color: #011356 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0225ac !important;
  border-color: #0225ac !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !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: #f7f7f7 !important;
}
.text-secondary {
  color: #c9c9c9 !important;
}
.text-success {
  color: #0225ac !important;
}
.text-info {
  color: #474747 !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #3a341c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c4c4c4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #969696 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #010f47 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #141414 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #f7f7f7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #474747;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #3a341c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #848484;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7f7f7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #315bfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bababa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c0b27c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f7f7f7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f7f7f7;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #f7f7f7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7f7f7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7f7f7 !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: #c9c9c9 !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='%23f7f7f7' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uAPh2oBaoS .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uAPh2oBaoS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uAPh2oBaoS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAPh2oBaoS .nav-link {
  position: relative;
}
.cid-uAPh2oBaoS .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uAPh2oBaoS .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uAPh2oBaoS .container {
  display: flex;
  margin: auto;
}
.cid-uAPh2oBaoS .navbar.navbar-short .nav-link,
.cid-uAPh2oBaoS .navbar.navbar-short .navbar-caption,
.cid-uAPh2oBaoS .navbar.navbar-short .mbr-iconfont,
.cid-uAPh2oBaoS .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uAPh2oBaoS .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uAPh2oBaoS .navbar-caption {
  padding-right: 3rem;
}
.cid-uAPh2oBaoS .dropdown-menu,
.cid-uAPh2oBaoS .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uAPh2oBaoS .nav-item:focus,
.cid-uAPh2oBaoS .nav-link:focus {
  outline: none;
}
.cid-uAPh2oBaoS .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-uAPh2oBaoS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAPh2oBaoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAPh2oBaoS .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-uAPh2oBaoS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAPh2oBaoS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAPh2oBaoS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uAPh2oBaoS .navbar.opened {
  transition: all .3s;
}
.cid-uAPh2oBaoS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAPh2oBaoS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAPh2oBaoS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAPh2oBaoS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAPh2oBaoS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAPh2oBaoS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAPh2oBaoS .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: 55%;
}
.cid-uAPh2oBaoS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAPh2oBaoS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAPh2oBaoS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAPh2oBaoS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAPh2oBaoS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAPh2oBaoS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAPh2oBaoS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAPh2oBaoS .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: 55%;
  }
  .cid-uAPh2oBaoS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAPh2oBaoS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAPh2oBaoS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAPh2oBaoS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAPh2oBaoS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAPh2oBaoS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAPh2oBaoS .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uAPh2oBaoS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAPh2oBaoS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAPh2oBaoS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAPh2oBaoS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAPh2oBaoS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAPh2oBaoS .dropdown-item.active,
.cid-uAPh2oBaoS .dropdown-item:active {
  background-color: transparent;
}
.cid-uAPh2oBaoS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAPh2oBaoS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAPh2oBaoS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAPh2oBaoS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uAPh2oBaoS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAPh2oBaoS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAPh2oBaoS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAPh2oBaoS .navbar-buttons {
  text-align: center;
}
.cid-uAPh2oBaoS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAPh2oBaoS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAPh2oBaoS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAPh2oBaoS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAPh2oBaoS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAPh2oBaoS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAPh2oBaoS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAPh2oBaoS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAPh2oBaoS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAPh2oBaoS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAPh2oBaoS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAPh2oBaoS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAPh2oBaoS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAPh2oBaoS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAPh2oBaoS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAPh2oBaoS .navbar {
    height: 77px;
  }
  .cid-uAPh2oBaoS .navbar.opened {
    height: auto;
  }
  .cid-uAPh2oBaoS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAPh2oPCsV {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAPh2oPCsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPh2oPCsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPh2oPCsV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAPh2oPCsV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAPh2oPCsV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAPh2oPCsV .container {
    padding: 0 20px;
  }
  .cid-uAPh2oPCsV .container .row {
    padding: 0;
  }
}
.cid-uAPh2oPCsV .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAPh2oPCsV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAPh2oPCsV .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-uAPh2oPCsV .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #cbcbcb;
}
@media (max-width: 768px) {
  .cid-uAPh2oPCsV .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uAPh2oPCsV .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uAPh2oPCsV .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-uAPh2oPCsV .image-wrapper img {
    height: 300px;
  }
}
.cid-uAPh2oPCsV .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-uAPh2oPCsV .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-uAPh2oPCsV .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAPh2oPCsV .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uAPh2oPCsV .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #000000;
}
.cid-uAPh2oPCsV .mbr-section-title {
  color: #000000;
}
.cid-uAPh2oPCsV .mbr-text {
  color: #000000;
}
.cid-uAPh2p0afS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAPh2p0afS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPh2p0afS .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-uAPh2p0afS .container {
    padding: 0 20px;
  }
  .cid-uAPh2p0afS .container .row {
    padding: 0;
  }
}
.cid-uAPh2p0afS .container,
.cid-uAPh2p0afS .container-fluid {
  position: relative;
}
.cid-uAPh2p0afS .container .container-color,
.cid-uAPh2p0afS .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAPh2p0afS .container .container-color,
  .cid-uAPh2p0afS .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAPh2p0afS .row {
  justify-content: center;
}
.cid-uAPh2p0afS .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAPh2p0afS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAPh2p0afS .mbr-text {
  color: #222222;
}
.cid-uAPiHf2wxG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAPiHf2wxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPiHf2wxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPiHf2wxG .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAPiHf2wxG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAPiHf2wxG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAPiHf2wxG .container {
    padding: 0 20px;
  }
  .cid-uAPiHf2wxG .container .row {
    padding: 0;
  }
}
.cid-uAPiHf2wxG .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAPiHf2wxG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAPiHf2wxG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAPiHf2wxG .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uAPiHf2wxG .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAPiHf2wxG .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uAPiHf2wxG .image-wrapper img {
    height: 300px;
  }
}
.cid-uAPiHf2wxG .mbr-section-title {
  color: #222222;
}
.cid-uAPiHf2wxG .mbr-text {
  color: #222222;
}
.cid-uAPjnxJ6ft {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uAPjnxJ6ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPjnxJ6ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPjnxJ6ft .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAPjnxJ6ft .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAPjnxJ6ft .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAPjnxJ6ft .container {
    padding: 0 20px;
  }
  .cid-uAPjnxJ6ft .container .row {
    padding: 0;
  }
}
.cid-uAPjnxJ6ft .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAPjnxJ6ft .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAPjnxJ6ft .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-uAPjnxJ6ft .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #2c2c2c;
}
@media (max-width: 768px) {
  .cid-uAPjnxJ6ft .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uAPjnxJ6ft .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uAPjnxJ6ft .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-uAPjnxJ6ft .image-wrapper img {
    height: 300px;
  }
}
.cid-uAPjnxJ6ft .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-uAPjnxJ6ft .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-uAPjnxJ6ft .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAPjnxJ6ft .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uAPjnxJ6ft .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAPjnxJ6ft .mbr-section-title {
  color: #ffffff;
}
.cid-uAPjnxJ6ft .mbr-text {
  color: #ffffff;
}
.cid-uAPlK9ZT5O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAPlK9ZT5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPlK9ZT5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPlK9ZT5O .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAPlK9ZT5O .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAPlK9ZT5O .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAPlK9ZT5O .container {
    padding: 0 20px;
  }
  .cid-uAPlK9ZT5O .container .row {
    padding: 0;
  }
}
.cid-uAPlK9ZT5O .row {
  justify-content: center;
}
.cid-uAPlK9ZT5O .title-wrapper {
  position: relative;
}
.cid-uAPlK9ZT5O .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAPlK9ZT5O .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAPlK9ZT5O .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uAPlK9ZT5O .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-uAPlK9ZT5O .item {
  margin-bottom: 64px;
}
.cid-uAPlK9ZT5O .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uAPlK9ZT5O .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAPlK9ZT5O .item {
    margin-bottom: 40px;
  }
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uAPlK9ZT5O .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uAPlK9ZT5O .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-uAPlK9ZT5O .mbr-section-title {
  color: #222222;
}
.cid-uAPlK9ZT5O .mbr-name {
  color: #222222;
}
.cid-uAPlK9ZT5O .mbr-role {
  color: #545454;
}
.cid-uAPlK9ZT5O .mbr-link {
  color: #545454;
}
.cid-uAPpUq5d3m {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAPpUq5d3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPpUq5d3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPpUq5d3m .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAPpUq5d3m .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAPpUq5d3m .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAPpUq5d3m .container {
    padding: 0 20px;
  }
  .cid-uAPpUq5d3m .container .row {
    padding: 0;
  }
}
.cid-uAPpUq5d3m .row {
  justify-content: center;
}
.cid-uAPpUq5d3m .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAPpUq5d3m .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAPpUq5d3m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAPpUq5d3m .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uAPpUq5d3m .text-wrapper {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uAPpUq5d3m .text-wrapper {
    margin-top: 0;
  }
}
.cid-uAPpUq5d3m .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uAPpUq5d3m .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAPpUq5d3m .image-wrapper {
  margin-top: 50px;
}
.cid-uAPpUq5d3m .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uAPpUq5d3m .image-wrapper img {
    height: 300px;
  }
}
.cid-uAPpUq5d3m .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uAPpUq5d3m .mbr-text {
  color: #222222;
  text-align: right;
}
.cid-uAPh2qtAlT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uAPh2qtAlT::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uAPh2qtAlT .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uAPh2qtAlT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uAPh2qtAlT .container {
    padding: 0 16px;
  }
}
.cid-uAPh2qtAlT .row {
  position: relative;
  z-index: 1;
}
.cid-uAPh2qtAlT .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAPh2qtAlT .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAPh2qtAlT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAPh2qtAlT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAPh2qtAlT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAPh2qtAlT .embla__slide .slide-content {
  width: 100%;
}
.cid-uAPh2qtAlT .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAPh2qtAlT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAPh2qtAlT .embla__button--next,
.cid-uAPh2qtAlT .embla__button--prev {
  display: flex;
}
.cid-uAPh2qtAlT .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uAPh2qtAlT .embla__button {
    display: none;
  }
}
.cid-uAPh2qtAlT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAPh2qtAlT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAPh2qtAlT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAPh2qtAlT .embla__button.embla__button--next {
  right: 0;
}
.cid-uAPh2qtAlT .embla {
  position: relative;
  width: 100%;
}
.cid-uAPh2qtAlT .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAPh2qtAlT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAPh2qtAlT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAPh2qtAlT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAPh2qtAlT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPh2qtAlT .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uBbTq01lQ6 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #e8e8e8;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uBbTq01lQ6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uBbTq01lQ6 h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uBbTq01lQ6 h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uBbTq01lQ6 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-uBbTq01lQ6 .tabs-col {
  overflow: hidden;
}
.cid-uBbTq01lQ6 .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #232323;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link.active:before {
  background: #232323;
}
.cid-uBbTq01lQ6 .nav-tabs .nav-link.active:after {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-uBbTq01lQ6 .nav-tabs {
    flex-direction: row;
  }
  .cid-uBbTq01lQ6 .mbr-text,
  .cid-uBbTq01lQ6 .nav-link {
    text-align: center;
  }
  .cid-uBbTq01lQ6 .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-uBbTq01lQ6 .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-uBbTq01lQ6 .nav-item {
    min-width: 100px;
  }
  .cid-uBbTq01lQ6 .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-uBbTq01lQ6 H3 {
  color: #767676;
}
.cid-uBbTq01lQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbTq01lQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbTq01lQ6 .mbr-section-subtitle,
.cid-uBbTq01lQ6 .title-align {
  color: #232323;
}
.cid-uBbTq01lQ6 H1 {
  color: #232323;
}
.cid-uBbTq01lQ6 P {
  text-align: left;
}
.cid-uAPh2rrM39 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uAPh2rrM39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPh2rrM39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPh2rrM39 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAPh2rrM39 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAPh2rrM39 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAPh2rrM39 .container {
    padding: 0 20px;
  }
  .cid-uAPh2rrM39 .container .row {
    padding: 0;
  }
}
.cid-uAPh2rrM39 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAPh2rrM39 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAPh2rrM39 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAPh2rrM39 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uAPh2rrM39 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uAPh2rrM39 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAPh2rrM39 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uAPh2rrM39 .mbr-text {
  color: #ffffff;
}
.cid-uBbSKpeNAn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBbSKpeNAn .mbr-text {
  color: #f7f7f7;
}
.cid-uBbSKpeNAn .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBbSKpeNAn .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBbSKpeNAn .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBbSKpeNAn p {
  line-height: 3;
}
.cid-uBbSKpeNAn img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBbSKpeNAn .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBbSKpeNAn .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBbSKpeNAn .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBbSKpeNAn .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbSKpeNAn .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBbSKpeNAn .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBbSKpeNAn .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBbSKpeNAn .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBbSKpeNAn .btn:hover,
.cid-uBbSKpeNAn .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uAPh2rPmfZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uAPh2rPmfZ .mbr-text {
  color: #FFFFFF;
}
.cid-uAPh2rPmfZ .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uB5ylPScrJ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uB5ylPScrJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uB5ylPScrJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB5ylPScrJ .nav-link {
  position: relative;
}
.cid-uB5ylPScrJ .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uB5ylPScrJ .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uB5ylPScrJ .container {
  display: flex;
  margin: auto;
}
.cid-uB5ylPScrJ .navbar.navbar-short .nav-link,
.cid-uB5ylPScrJ .navbar.navbar-short .navbar-caption,
.cid-uB5ylPScrJ .navbar.navbar-short .mbr-iconfont,
.cid-uB5ylPScrJ .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uB5ylPScrJ .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uB5ylPScrJ .navbar-caption {
  padding-right: 3rem;
}
.cid-uB5ylPScrJ .dropdown-menu,
.cid-uB5ylPScrJ .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uB5ylPScrJ .nav-item:focus,
.cid-uB5ylPScrJ .nav-link:focus {
  outline: none;
}
.cid-uB5ylPScrJ .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-uB5ylPScrJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB5ylPScrJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uB5ylPScrJ .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-uB5ylPScrJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB5ylPScrJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB5ylPScrJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uB5ylPScrJ .navbar.opened {
  transition: all .3s;
}
.cid-uB5ylPScrJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uB5ylPScrJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uB5ylPScrJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB5ylPScrJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB5ylPScrJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB5ylPScrJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB5ylPScrJ .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: 55%;
}
.cid-uB5ylPScrJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB5ylPScrJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uB5ylPScrJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uB5ylPScrJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB5ylPScrJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB5ylPScrJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB5ylPScrJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB5ylPScrJ .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: 55%;
  }
  .cid-uB5ylPScrJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uB5ylPScrJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB5ylPScrJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB5ylPScrJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB5ylPScrJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uB5ylPScrJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uB5ylPScrJ .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uB5ylPScrJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uB5ylPScrJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB5ylPScrJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB5ylPScrJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB5ylPScrJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB5ylPScrJ .dropdown-item.active,
.cid-uB5ylPScrJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uB5ylPScrJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB5ylPScrJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB5ylPScrJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB5ylPScrJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uB5ylPScrJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB5ylPScrJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB5ylPScrJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uB5ylPScrJ .navbar-buttons {
  text-align: center;
}
.cid-uB5ylPScrJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uB5ylPScrJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uB5ylPScrJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uB5ylPScrJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uB5ylPScrJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uB5ylPScrJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uB5ylPScrJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB5ylPScrJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uB5ylPScrJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uB5ylPScrJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uB5ylPScrJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uB5ylPScrJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB5ylPScrJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uB5ylPScrJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uB5ylPScrJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB5ylPScrJ .navbar {
    height: 77px;
  }
  .cid-uB5ylPScrJ .navbar.opened {
    height: auto;
  }
  .cid-uB5ylPScrJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB5OigeUO4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uB5OigeUO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5OigeUO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5OigeUO4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uB5OigeUO4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5OigeUO4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5OigeUO4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uB5OigeUO4 .wrap {
  background: url("../../../assets/images/background3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uB5OigeUO4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uB5OigeUO4 .card-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uB5OigeUO4 .mbr-text,
.cid-uB5OigeUO4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB5OTKax9n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-uB5OTKax9n .card-subtitle {
  margin: 0;
}
.cid-uB5OTKax9n .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-uB5OTKax9n .card {
  padding: 0.5rem;
}
.cid-uB5OTKax9n img {
  object-fit: cover;
  height: 100%;
}
.cid-uB5OTKax9n h4 {
  margin: 0;
}
.cid-uB5OTKax9n .card-img {
  height: 550px;
}
.cid-uB5OTKax9n h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uB5OTKax9n h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-uB5OTKax9n .card-img {
    height: 350px;
  }
}
.cid-uB5OTKax9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5OTKax9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5OMU5f0m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uB5OMU5f0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5OMU5f0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5OMU5f0m .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uB5OMU5f0m .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5OMU5f0m .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5OMU5f0m .card-wrapper {
    padding: 4rem;
  }
}
.cid-uB5OMU5f0m .wrap {
  background: url("../../../assets/images/background3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uB5OMU5f0m .wrap .inner-wrap {
  padding: 40px;
}
.cid-uB5OMU5f0m .card-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uB5OMU5f0m .mbr-text,
.cid-uB5OMU5f0m .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB5Hfl6ND8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-uB5Hfl6ND8 .card-subtitle {
  margin: 0;
}
.cid-uB5Hfl6ND8 .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-uB5Hfl6ND8 .card {
  padding: 0.5rem;
}
.cid-uB5Hfl6ND8 img {
  object-fit: cover;
  height: 100%;
}
.cid-uB5Hfl6ND8 h4 {
  margin: 0;
}
.cid-uB5Hfl6ND8 .card-img {
  height: 550px;
}
.cid-uB5Hfl6ND8 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uB5Hfl6ND8 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-uB5Hfl6ND8 .card-img {
    height: 350px;
  }
}
.cid-uB5Hfl6ND8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5Hfl6ND8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6MLN8gwY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uB6MLN8gwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6MLN8gwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6MLN8gwY .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uB6MLN8gwY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB6MLN8gwY .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB6MLN8gwY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uB6MLN8gwY .wrap {
  background: url("../../../assets/images/background3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uB6MLN8gwY .wrap .inner-wrap {
  padding: 40px;
}
.cid-uB6MLN8gwY .card-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uB6MLN8gwY .mbr-text,
.cid-uB6MLN8gwY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uBbyTsktdF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-uBbyTsktdF .card-subtitle {
  margin: 0;
}
.cid-uBbyTsktdF .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-uBbyTsktdF .card {
  padding: 0.5rem;
}
.cid-uBbyTsktdF img {
  object-fit: cover;
  height: 100%;
}
.cid-uBbyTsktdF h4 {
  margin: 0;
}
.cid-uBbyTsktdF .card-img {
  height: 550px;
}
.cid-uBbyTsktdF h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uBbyTsktdF h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-uBbyTsktdF .card-img {
    height: 350px;
  }
}
.cid-uBbyTsktdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbyTsktdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6MMsnv0n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uB6MMsnv0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6MMsnv0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6MMsnv0n .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uB6MMsnv0n .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB6MMsnv0n .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB6MMsnv0n .card-wrapper {
    padding: 4rem;
  }
}
.cid-uB6MMsnv0n .wrap {
  background: url("../../../assets/images/background3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uB6MMsnv0n .wrap .inner-wrap {
  padding: 40px;
}
.cid-uB6MMsnv0n .card-title {
  color: #f7f7f7;
  text-align: left;
}
.cid-uB6MMsnv0n .mbr-text,
.cid-uB6MMsnv0n .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uBbztHBCgp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e8e8e8;
}
.cid-uBbztHBCgp .card-subtitle {
  margin: 0;
}
.cid-uBbztHBCgp .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-uBbztHBCgp .card {
  padding: 0.5rem;
}
.cid-uBbztHBCgp img {
  object-fit: cover;
  height: 100%;
}
.cid-uBbztHBCgp h4 {
  margin: 0;
}
.cid-uBbztHBCgp .card-img {
  height: 550px;
}
.cid-uBbztHBCgp h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uBbztHBCgp h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-uBbztHBCgp .card-img {
    height: 350px;
  }
}
.cid-uBbztHBCgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbztHBCgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ylRTsDl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uB5ylRTsDl::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uB5ylRTsDl .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uB5ylRTsDl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uB5ylRTsDl .container {
    padding: 0 16px;
  }
}
.cid-uB5ylRTsDl .row {
  position: relative;
  z-index: 1;
}
.cid-uB5ylRTsDl .title-wrapper {
  margin-bottom: 80px;
}
.cid-uB5ylRTsDl .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uB5ylRTsDl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uB5ylRTsDl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uB5ylRTsDl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uB5ylRTsDl .embla__slide .slide-content {
  width: 100%;
}
.cid-uB5ylRTsDl .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB5ylRTsDl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uB5ylRTsDl .embla__button--next,
.cid-uB5ylRTsDl .embla__button--prev {
  display: flex;
}
.cid-uB5ylRTsDl .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uB5ylRTsDl .embla__button {
    display: none;
  }
}
.cid-uB5ylRTsDl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uB5ylRTsDl .embla__button:hover {
  opacity: .7 !important;
}
.cid-uB5ylRTsDl .embla__button.embla__button--prev {
  left: 0;
}
.cid-uB5ylRTsDl .embla__button.embla__button--next {
  right: 0;
}
.cid-uB5ylRTsDl .embla {
  position: relative;
  width: 100%;
}
.cid-uB5ylRTsDl .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uB5ylRTsDl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uB5ylRTsDl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uB5ylRTsDl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uB5ylRTsDl .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uB5ylRTsDl .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uB5ylST8f9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uB5ylST8f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5ylST8f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5ylST8f9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uB5ylST8f9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uB5ylST8f9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uB5ylST8f9 .container {
    padding: 0 20px;
  }
  .cid-uB5ylST8f9 .container .row {
    padding: 0;
  }
}
.cid-uB5ylST8f9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uB5ylST8f9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uB5ylST8f9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB5ylST8f9 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uB5ylST8f9 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uB5ylST8f9 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uB5ylST8f9 .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uB5ylST8f9 .mbr-text {
  color: #ffffff;
}
.cid-uB5ylST8f9 .mbr-text,
.cid-uB5ylST8f9 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBbSHFCO6N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBbSHFCO6N .mbr-text {
  color: #f7f7f7;
}
.cid-uBbSHFCO6N .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBbSHFCO6N .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBbSHFCO6N .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBbSHFCO6N p {
  line-height: 3;
}
.cid-uBbSHFCO6N img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBbSHFCO6N .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBbSHFCO6N .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBbSHFCO6N .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBbSHFCO6N .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbSHFCO6N .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBbSHFCO6N .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBbSHFCO6N .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBbSHFCO6N .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBbSHFCO6N .btn:hover,
.cid-uBbSHFCO6N .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uB5ylTiRb4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uB5ylTiRb4 .mbr-text {
  color: #FFFFFF;
}
.cid-uB5ylTiRb4 .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uAxKA1f746 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uAxKA1f746 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uAxKA1f746 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAxKA1f746 .nav-link {
  position: relative;
}
.cid-uAxKA1f746 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uAxKA1f746 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uAxKA1f746 .container {
  display: flex;
  margin: auto;
}
.cid-uAxKA1f746 .navbar.navbar-short .nav-link,
.cid-uAxKA1f746 .navbar.navbar-short .navbar-caption,
.cid-uAxKA1f746 .navbar.navbar-short .mbr-iconfont,
.cid-uAxKA1f746 .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uAxKA1f746 .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uAxKA1f746 .navbar-caption {
  padding-right: 3rem;
}
.cid-uAxKA1f746 .dropdown-menu,
.cid-uAxKA1f746 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uAxKA1f746 .nav-item:focus,
.cid-uAxKA1f746 .nav-link:focus {
  outline: none;
}
.cid-uAxKA1f746 .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-uAxKA1f746 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAxKA1f746 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAxKA1f746 .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-uAxKA1f746 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAxKA1f746 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAxKA1f746 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uAxKA1f746 .navbar.opened {
  transition: all .3s;
}
.cid-uAxKA1f746 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAxKA1f746 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAxKA1f746 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAxKA1f746 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAxKA1f746 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAxKA1f746 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAxKA1f746 .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: 55%;
}
.cid-uAxKA1f746 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAxKA1f746 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAxKA1f746 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAxKA1f746 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAxKA1f746 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAxKA1f746 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAxKA1f746 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAxKA1f746 .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: 55%;
  }
  .cid-uAxKA1f746 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAxKA1f746 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAxKA1f746 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAxKA1f746 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAxKA1f746 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAxKA1f746 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAxKA1f746 .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uAxKA1f746 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAxKA1f746 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAxKA1f746 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAxKA1f746 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAxKA1f746 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAxKA1f746 .dropdown-item.active,
.cid-uAxKA1f746 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAxKA1f746 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAxKA1f746 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAxKA1f746 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAxKA1f746 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uAxKA1f746 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAxKA1f746 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAxKA1f746 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAxKA1f746 .navbar-buttons {
  text-align: center;
}
.cid-uAxKA1f746 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAxKA1f746 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAxKA1f746 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAxKA1f746 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAxKA1f746 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAxKA1f746 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAxKA1f746 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAxKA1f746 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAxKA1f746 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAxKA1f746 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAxKA1f746 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAxKA1f746 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAxKA1f746 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAxKA1f746 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAxKA1f746 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAxKA1f746 .navbar {
    height: 77px;
  }
  .cid-uAxKA1f746 .navbar.opened {
    height: auto;
  }
  .cid-uAxKA1f746 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAxQ14918m {
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAxQ14918m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxQ14918m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxQ14918m .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAxQ14918m .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAxQ14918m .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAxQ14918m .container {
    padding: 0 20px;
  }
  .cid-uAxQ14918m .container .row {
    padding: 0;
  }
}
.cid-uAxQ14918m .title-wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAxQ14918m .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAxQ14918m .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.cid-uAxQ14918m .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -36%;
  height: 100px;
  width: 60%;
  background-color: #cbcbcb;
}
@media (max-width: 768px) {
  .cid-uAxQ14918m .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uAxQ14918m .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uAxQ14918m .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .cid-uAxQ14918m .image-wrapper img {
    height: 300px;
  }
}
.cid-uAxQ14918m .text-wrapper {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-uAxQ14918m .text-wrapper {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.cid-uAxQ14918m .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAxQ14918m .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uAxQ14918m .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #000000;
}
.cid-uAxQ14918m .mbr-section-title {
  color: #232323;
}
.cid-uAxQ14918m .mbr-text {
  color: #232323;
}
.cid-uAxSxW1FWB {
  padding-top: 0rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAxSxW1FWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxSxW1FWB .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-uAxSxW1FWB .container {
    padding: 0 20px;
  }
  .cid-uAxSxW1FWB .container .row {
    padding: 0;
  }
}
.cid-uAxSxW1FWB .container,
.cid-uAxSxW1FWB .container-fluid {
  position: relative;
}
.cid-uAxSxW1FWB .container .container-color,
.cid-uAxSxW1FWB .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAxSxW1FWB .container .container-color,
  .cid-uAxSxW1FWB .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAxSxW1FWB .row {
  justify-content: center;
}
.cid-uAxSxW1FWB .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAxSxW1FWB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAxSxW1FWB .mbr-text {
  color: #232323;
}
.cid-uB13oRw3Iw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uB13oRw3Iw .mbr-text {
  color: #232323;
}
.cid-uB13oRw3Iw .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-uB13oRw3Iw .mbr-section-title {
  color: #232323;
  padding-bottom: 1rem;
}
.cid-uB13oRw3Iw .line {
  width: 100%;
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
  margin-bottom: 3rem;
}
.cid-uB13oRw3Iw .row {
  justify-content: space-between;
}
.cid-uB13oRw3Iw p {
  line-height: 1.2;
}
.cid-uB13oRw3Iw .mbr-section-maintitle {
  color: #dfcefd;
  text-align: center;
}
.cid-uAOty46Dfr {
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #232323;
}
.cid-uAOty46Dfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOty46Dfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOty46Dfr .container-fluid {
  margin: 0;
  padding: 0 72px 0 0;
}
@media (max-width: 992px) {
  .cid-uAOty46Dfr .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOty46Dfr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOty46Dfr .container {
    padding: 0 20px;
  }
  .cid-uAOty46Dfr .container .row {
    padding: 0;
  }
}
.cid-uAOty46Dfr .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOty46Dfr .image-wrapper img {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uAOty46Dfr .image-wrapper img {
    height: 300px;
  }
}
.cid-uAOty46Dfr .title-wrapper {
  padding: 0 90px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAOty46Dfr .title-wrapper {
    padding: 0;
  }
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 16px;
  margin-bottom: 0;
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item {
  height: 2px;
  width: 44px;
  background-color: #c6a38f;
  margin-right: 8px;
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .desc-wrapper .desc-wrap .lines-wrap .line-item:last-child {
  margin-right: 0;
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uAOty46Dfr .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uAOty46Dfr .mbr-desc {
  color: #ffffff;
}
.cid-uAOty46Dfr .mbr-text {
  color: #ffffff;
}
.cid-uAOty46Dfr .mbr-section-title {
  color: #ffffff;
}
.cid-uAOty46Dfr .mbr-desc,
.cid-uAOty46Dfr .desc-wrapper {
  color: #f7f7f7;
}
.cid-uAOty46Dfr .mbr-text,
.cid-uAOty46Dfr .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uB13pufmbU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uB13pufmbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB13pufmbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB13pufmbU .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uB13pufmbU .row {
    padding: 0 24px;
  }
}
.cid-uB13pufmbU .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uB13pufmbU .title-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .cid-uB13pufmbU .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uB13pufmbU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uB13pufmbU .card .card-wrapper {
    padding: 18px 0 22px 0;
  }
}
.cid-uB13pufmbU .card .card-wrapper .mbr-iconfont {
  display: inherit;
  font-size: 48px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uB13pufmbU .card .card-wrapper .mbr-iconfont {
    margin-bottom: 10px;
  }
}
.cid-uB13pufmbU .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uB13pufmbU .card .card-wrapper .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-uB13pufmbU .card .card-wrapper .mbr-text {
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .cid-uB13pufmbU .card .card-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uB13pufmbU .card .card-wrapper .card-link {
  display: block;
}
.cid-uB13pufmbU .card .card-wrapper .card-link .mbr-link {
  margin: 0;
  transition: all .3s ease;
  text-decoration: underline;
}
.cid-uB13pufmbU .card .card-wrapper .card-link .mbr-link:hover {
  opacity: .75;
  text-decoration: none;
}
.cid-uB13pufmbU .mbr-section-title {
  color: #2c0066;
  text-align: left;
}
.cid-uB13pufmbU .mbr-card-title,
.cid-uB13pufmbU .mbr-iconfont {
  color: #232323;
}
.cid-uB13pufmbU .mbr-text {
  color: #232323;
}
.cid-uB13pufmbU .mbr-link {
  color: #2c0066;
}
.cid-uAy6JkV79w {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uAy6JkV79w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAy6JkV79w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy6JkV79w .main-col {
  padding-top: 12px;
}
.cid-uAy6JkV79w .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  min-height: 30em;
  border-radius: 4.6em;
  padding: 3%;
  transform-style: preserve-3d;
  transition: .5s all;
}
@media (max-width: 575px) {
  .cid-uAy6JkV79w .content-container {
    border-radius: 2.6em;
  }
}
.cid-uAy6JkV79w .content-container .mbr-section-btn {
  position: relative;
  z-index: 5;
  margin-top: auto;
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-uAy6JkV79w .content-container .mbr-section-btn .btn-white:hover {
  background-color: #f8f1ec !important;
  color: #272727 !important;
  transform: scale3d(1, 1, 1) !important;
}
.cid-uAy6JkV79w .content-container:hover {
  transform: translate3d(0px, -12px, 0px);
}
.cid-uAy6JkV79w .content-container:hover .text-wrap {
  transform: translate3d(0px, -4px, 0px);
}
.cid-uAy6JkV79w .content-container:hover .mbr-section-btn {
  transform: translate3d(0px, -16px, 0px);
}
.cid-uAy6JkV79w .content-container:hover .img-bg-wrap {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-uAy6JkV79w .img-bg-wrap {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/img-583.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-uAy6JkV79w .text-wrap {
  position: relative;
  z-index: 5;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  transform-style: preserve-3d;
  transition: .5s all;
  padding-bottom: 16px;
}
.cid-uAy6JkV79w .mbr-section-title {
  color: #edefeb;
  margin-bottom: 24px;
}
.cid-uAy6JkV79w .mbr-text {
  color: #272727;
  opacity: 0.5;
}
.cid-uAy6JkV79w .buttons-container {
  text-align: right !important;
}
.cid-uAy6JkV79w .mbr-text,
.cid-uAy6JkV79w .card-btns {
  color: #f7f7f7;
}
.cid-uACe0ogjN0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uACe0ogjN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACe0ogjN0 .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-uACe0ogjN0 .container {
    padding: 0 20px;
  }
  .cid-uACe0ogjN0 .container .row {
    padding: 0;
  }
}
.cid-uACe0ogjN0 .container,
.cid-uACe0ogjN0 .container-fluid {
  position: relative;
}
.cid-uACe0ogjN0 .container .container-color,
.cid-uACe0ogjN0 .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uACe0ogjN0 .container .container-color,
  .cid-uACe0ogjN0 .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uACe0ogjN0 .row {
  justify-content: center;
}
.cid-uACe0ogjN0 .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uACe0ogjN0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uACe0ogjN0 .mbr-text {
  color: #232323;
}
.cid-uB0lQmqFIw {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dscf7148-edit-edit-2000x2500.webp");
}
.cid-uB0lQmqFIw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uB0lQmqFIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0lQmqFIw .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uB0lQmqFIw .line {
    margin-bottom: 10rem;
  }
}
.cid-uB0lQmqFIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0lQmqFIw p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uB0lQmqFIw .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uB0lQmqFIw .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uB0lQmqFIw .btn div {
  overflow: hidden;
}
.cid-uB0lQmqFIw .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uB0lQmqFIw {
    align-items: center;
  }
  .cid-uB0lQmqFIw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB0lQmqFIw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB0lQmqFIw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uB0lQmqFIw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB0lQmqFIw .content-wrap {
    width: 100%;
  }
}
.cid-uB0lQmqFIw .mbr-section-subtitle,
.cid-uB0lQmqFIw .line {
  color: #ffffff;
}
.cid-uB0lQmqFIw .mbr-text,
.cid-uB0lQmqFIw .mbr-section-btn {
  text-align: left;
}
.cid-uB5B0KJchu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}
.cid-uB5B0KJchu .card-subtitle {
  margin: 0;
}
.cid-uB5B0KJchu .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-uB5B0KJchu .card {
  padding: 0.5rem;
}
.cid-uB5B0KJchu img {
  object-fit: cover;
  height: 100%;
}
.cid-uB5B0KJchu h4 {
  margin: 0;
}
.cid-uB5B0KJchu .card-img {
  height: 550px;
}
.cid-uB5B0KJchu h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uB5B0KJchu h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-uB5B0KJchu .card-img {
    height: 350px;
  }
}
.cid-uB5B0KJchu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5B0KJchu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy0DeH8WJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uAy0DeH8WJ::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uAy0DeH8WJ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uAy0DeH8WJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uAy0DeH8WJ .container {
    padding: 0 16px;
  }
}
.cid-uAy0DeH8WJ .row {
  position: relative;
  z-index: 1;
}
.cid-uAy0DeH8WJ .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAy0DeH8WJ .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAy0DeH8WJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAy0DeH8WJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAy0DeH8WJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAy0DeH8WJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uAy0DeH8WJ .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAy0DeH8WJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAy0DeH8WJ .embla__button--next,
.cid-uAy0DeH8WJ .embla__button--prev {
  display: flex;
}
.cid-uAy0DeH8WJ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uAy0DeH8WJ .embla__button {
    display: none;
  }
}
.cid-uAy0DeH8WJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAy0DeH8WJ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAy0DeH8WJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAy0DeH8WJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uAy0DeH8WJ .embla {
  position: relative;
  width: 100%;
}
.cid-uAy0DeH8WJ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAy0DeH8WJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAy0DeH8WJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAy0DeH8WJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAy0DeH8WJ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uAy0DeH8WJ .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uAC8E4hKXf {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #e8e8e8;
}
.cid-uAC8E4hKXf .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAC8E4hKXf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAC8E4hKXf h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uAC8E4hKXf h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uAC8E4hKXf .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-uAC8E4hKXf .tabs-col {
  overflow: hidden;
}
.cid-uAC8E4hKXf .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #232323;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link.active:before {
  background: #232323;
}
.cid-uAC8E4hKXf .nav-tabs .nav-link.active:after {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-uAC8E4hKXf .nav-tabs {
    flex-direction: row;
  }
  .cid-uAC8E4hKXf .mbr-text,
  .cid-uAC8E4hKXf .nav-link {
    text-align: center;
  }
  .cid-uAC8E4hKXf .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-uAC8E4hKXf .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-uAC8E4hKXf .nav-item {
    min-width: 100px;
  }
  .cid-uAC8E4hKXf .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-uAC8E4hKXf H3 {
  color: #767676;
}
.cid-uAC8E4hKXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAC8E4hKXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAC8E4hKXf .mbr-section-subtitle,
.cid-uAC8E4hKXf .title-align {
  color: #232323;
}
.cid-uAC8E4hKXf H1 {
  color: #232323;
}
.cid-uAy09EjTwH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uAy09EjTwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAy09EjTwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAy09EjTwH .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAy09EjTwH .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAy09EjTwH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAy09EjTwH .container {
    padding: 0 20px;
  }
  .cid-uAy09EjTwH .container .row {
    padding: 0;
  }
}
.cid-uAy09EjTwH .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAy09EjTwH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAy09EjTwH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAy09EjTwH .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uAy09EjTwH .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uAy09EjTwH .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAy09EjTwH .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uAy09EjTwH .mbr-text {
  color: #ffffff;
}
.cid-uAy09EjTwH .mbr-text,
.cid-uAy09EjTwH .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBbQ6WgQnf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBbQ6WgQnf .mbr-text {
  color: #f7f7f7;
}
.cid-uBbQ6WgQnf .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBbQ6WgQnf .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBbQ6WgQnf .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBbQ6WgQnf p {
  line-height: 3;
}
.cid-uBbQ6WgQnf img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBbQ6WgQnf .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBbQ6WgQnf .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBbQ6WgQnf .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBbQ6WgQnf .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbQ6WgQnf .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBbQ6WgQnf .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBbQ6WgQnf .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBbQ6WgQnf .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBbQ6WgQnf .btn:hover,
.cid-uBbQ6WgQnf .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uABOeRrZF1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uABOeRrZF1 .mbr-text {
  color: #FFFFFF;
}
.cid-uABOeRrZF1 .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uAOW7tXqNX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uAOW7tXqNX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uAOW7tXqNX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAOW7tXqNX .nav-link {
  position: relative;
}
.cid-uAOW7tXqNX .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uAOW7tXqNX .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uAOW7tXqNX .container {
  display: flex;
  margin: auto;
}
.cid-uAOW7tXqNX .navbar.navbar-short .nav-link,
.cid-uAOW7tXqNX .navbar.navbar-short .navbar-caption,
.cid-uAOW7tXqNX .navbar.navbar-short .mbr-iconfont,
.cid-uAOW7tXqNX .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uAOW7tXqNX .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uAOW7tXqNX .navbar-caption {
  padding-right: 3rem;
}
.cid-uAOW7tXqNX .dropdown-menu,
.cid-uAOW7tXqNX .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uAOW7tXqNX .nav-item:focus,
.cid-uAOW7tXqNX .nav-link:focus {
  outline: none;
}
.cid-uAOW7tXqNX .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-uAOW7tXqNX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAOW7tXqNX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAOW7tXqNX .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-uAOW7tXqNX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAOW7tXqNX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAOW7tXqNX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uAOW7tXqNX .navbar.opened {
  transition: all .3s;
}
.cid-uAOW7tXqNX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uAOW7tXqNX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uAOW7tXqNX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAOW7tXqNX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAOW7tXqNX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAOW7tXqNX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAOW7tXqNX .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: 55%;
}
.cid-uAOW7tXqNX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAOW7tXqNX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAOW7tXqNX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAOW7tXqNX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAOW7tXqNX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAOW7tXqNX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAOW7tXqNX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAOW7tXqNX .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: 55%;
  }
  .cid-uAOW7tXqNX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAOW7tXqNX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAOW7tXqNX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAOW7tXqNX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAOW7tXqNX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAOW7tXqNX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAOW7tXqNX .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uAOW7tXqNX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAOW7tXqNX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAOW7tXqNX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAOW7tXqNX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAOW7tXqNX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAOW7tXqNX .dropdown-item.active,
.cid-uAOW7tXqNX .dropdown-item:active {
  background-color: transparent;
}
.cid-uAOW7tXqNX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAOW7tXqNX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAOW7tXqNX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAOW7tXqNX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uAOW7tXqNX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAOW7tXqNX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAOW7tXqNX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAOW7tXqNX .navbar-buttons {
  text-align: center;
}
.cid-uAOW7tXqNX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAOW7tXqNX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uAOW7tXqNX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAOW7tXqNX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAOW7tXqNX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAOW7tXqNX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAOW7tXqNX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAOW7tXqNX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAOW7tXqNX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAOW7tXqNX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAOW7tXqNX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAOW7tXqNX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAOW7tXqNX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAOW7tXqNX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAOW7tXqNX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAOW7tXqNX .navbar {
    height: 77px;
  }
  .cid-uAOW7tXqNX .navbar.opened {
    height: auto;
  }
  .cid-uAOW7tXqNX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAOWwfhoCR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOWwfhoCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOWwfhoCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOWwfhoCR .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOWwfhoCR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOWwfhoCR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOWwfhoCR .container {
    padding: 0 20px;
  }
  .cid-uAOWwfhoCR .container .row {
    padding: 0;
  }
}
.cid-uAOWwfhoCR .row {
  justify-content: center;
}
.cid-uAOWwfhoCR .title-wrapper {
  position: relative;
}
.cid-uAOWwfhoCR .title-wrapper .container-color {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOWwfhoCR .title-wrapper .container-color {
    width: 100%;
  }
}
.cid-uAOWwfhoCR .title-wrapper .mbr-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.cid-uAOWwfhoCR .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 20px;
}
.cid-uAOWwfhoCR .text-wrapper {
  position: relative;
}
.cid-uAOWwfhoCR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uAOWwfhoCR .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uAOWwfhoCR .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAOWwfhoCR .mbr-section-title {
  color: #222222;
}
.cid-uAOWwfhoCR .mbr-text {
  color: #222222;
}
.cid-uAOW7vo2m4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOW7vo2m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOW7vo2m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOW7vo2m4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOW7vo2m4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOW7vo2m4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOW7vo2m4 .container {
    padding: 0 20px;
  }
  .cid-uAOW7vo2m4 .container .row {
    padding: 0;
  }
}
.cid-uAOW7vo2m4 .container,
.cid-uAOW7vo2m4 .container-fluid {
  position: relative;
}
.cid-uAOW7vo2m4 .container .container-color,
.cid-uAOW7vo2m4 .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOW7vo2m4 .container .container-color,
  .cid-uAOW7vo2m4 .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOW7vo2m4 .row {
  justify-content: center;
}
.cid-uAOW7vo2m4 .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOW7vo2m4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOW7vo2m4 .mbr-text {
  color: #222222;
}
.cid-uAOXcaUxHv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXcaUxHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXcaUxHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXcaUxHv .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXcaUxHv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXcaUxHv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXcaUxHv .container {
    padding: 0 20px;
  }
  .cid-uAOXcaUxHv .container .row {
    padding: 0;
  }
}
.cid-uAOXcaUxHv .container,
.cid-uAOXcaUxHv .container-fluid {
  position: relative;
}
.cid-uAOXcaUxHv .container .container-color,
.cid-uAOXcaUxHv .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXcaUxHv .container .container-color,
  .cid-uAOXcaUxHv .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXcaUxHv .row {
  justify-content: center;
}
.cid-uAOXcaUxHv .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXcaUxHv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXcaUxHv .mbr-text {
  color: #222222;
}
.cid-uAOXzQ1kmZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXzQ1kmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXzQ1kmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXzQ1kmZ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXzQ1kmZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXzQ1kmZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXzQ1kmZ .container {
    padding: 0 20px;
  }
  .cid-uAOXzQ1kmZ .container .row {
    padding: 0;
  }
}
.cid-uAOXzQ1kmZ .container,
.cid-uAOXzQ1kmZ .container-fluid {
  position: relative;
}
.cid-uAOXzQ1kmZ .container .container-color,
.cid-uAOXzQ1kmZ .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXzQ1kmZ .container .container-color,
  .cid-uAOXzQ1kmZ .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXzQ1kmZ .row {
  justify-content: center;
}
.cid-uAOXzQ1kmZ .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXzQ1kmZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXzQ1kmZ .mbr-text {
  color: #222222;
}
.cid-uAOXFZFhRj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXFZFhRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXFZFhRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXFZFhRj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXFZFhRj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXFZFhRj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXFZFhRj .container {
    padding: 0 20px;
  }
  .cid-uAOXFZFhRj .container .row {
    padding: 0;
  }
}
.cid-uAOXFZFhRj .container,
.cid-uAOXFZFhRj .container-fluid {
  position: relative;
}
.cid-uAOXFZFhRj .container .container-color,
.cid-uAOXFZFhRj .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXFZFhRj .container .container-color,
  .cid-uAOXFZFhRj .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXFZFhRj .row {
  justify-content: center;
}
.cid-uAOXFZFhRj .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXFZFhRj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXFZFhRj .mbr-text {
  color: #222222;
}
.cid-uAOXKgb2qx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXKgb2qx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXKgb2qx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXKgb2qx .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXKgb2qx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXKgb2qx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXKgb2qx .container {
    padding: 0 20px;
  }
  .cid-uAOXKgb2qx .container .row {
    padding: 0;
  }
}
.cid-uAOXKgb2qx .container,
.cid-uAOXKgb2qx .container-fluid {
  position: relative;
}
.cid-uAOXKgb2qx .container .container-color,
.cid-uAOXKgb2qx .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXKgb2qx .container .container-color,
  .cid-uAOXKgb2qx .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXKgb2qx .row {
  justify-content: center;
}
.cid-uAOXKgb2qx .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXKgb2qx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXKgb2qx .mbr-text {
  color: #222222;
}
.cid-uAOXQhOcZN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXQhOcZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXQhOcZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXQhOcZN .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXQhOcZN .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXQhOcZN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXQhOcZN .container {
    padding: 0 20px;
  }
  .cid-uAOXQhOcZN .container .row {
    padding: 0;
  }
}
.cid-uAOXQhOcZN .container,
.cid-uAOXQhOcZN .container-fluid {
  position: relative;
}
.cid-uAOXQhOcZN .container .container-color,
.cid-uAOXQhOcZN .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXQhOcZN .container .container-color,
  .cid-uAOXQhOcZN .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXQhOcZN .row {
  justify-content: center;
}
.cid-uAOXQhOcZN .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXQhOcZN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXQhOcZN .mbr-text {
  color: #222222;
}
.cid-uBbBa1NuHU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uBbBa1NuHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbBa1NuHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbBa1NuHU .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBbBa1NuHU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBbBa1NuHU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBbBa1NuHU .container {
    padding: 0 20px;
  }
  .cid-uBbBa1NuHU .container .row {
    padding: 0;
  }
}
.cid-uBbBa1NuHU .container,
.cid-uBbBa1NuHU .container-fluid {
  position: relative;
}
.cid-uBbBa1NuHU .container .container-color,
.cid-uBbBa1NuHU .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uBbBa1NuHU .container .container-color,
  .cid-uBbBa1NuHU .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uBbBa1NuHU .row {
  justify-content: center;
}
.cid-uBbBa1NuHU .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBbBa1NuHU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBbBa1NuHU .mbr-text {
  color: #222222;
}
.cid-uBbBj04WJF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uBbBj04WJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbBj04WJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbBj04WJF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBbBj04WJF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBbBj04WJF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBbBj04WJF .container {
    padding: 0 20px;
  }
  .cid-uBbBj04WJF .container .row {
    padding: 0;
  }
}
.cid-uBbBj04WJF .container,
.cid-uBbBj04WJF .container-fluid {
  position: relative;
}
.cid-uBbBj04WJF .container .container-color,
.cid-uBbBj04WJF .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uBbBj04WJF .container .container-color,
  .cid-uBbBj04WJF .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uBbBj04WJF .row {
  justify-content: center;
}
.cid-uBbBj04WJF .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBbBj04WJF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBbBj04WJF .mbr-text {
  color: #222222;
}
.cid-uBbD3tel5I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uBbD3tel5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbD3tel5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbD3tel5I .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBbD3tel5I .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBbD3tel5I .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBbD3tel5I .container {
    padding: 0 20px;
  }
  .cid-uBbD3tel5I .container .row {
    padding: 0;
  }
}
.cid-uBbD3tel5I .row {
  justify-content: center;
}
.cid-uBbD3tel5I .title-wrapper {
  position: relative;
}
.cid-uBbD3tel5I .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uBbD3tel5I .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBbD3tel5I .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uBbD3tel5I .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-uBbD3tel5I .item {
  margin-bottom: 64px;
}
.cid-uBbD3tel5I .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uBbD3tel5I .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBbD3tel5I .item {
    margin-bottom: 40px;
  }
}
.cid-uBbD3tel5I .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uBbD3tel5I .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBbD3tel5I .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uBbD3tel5I .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-uBbD3tel5I .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-uBbD3tel5I .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-uBbD3tel5I .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-uBbD3tel5I .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uBbD3tel5I .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-uBbD3tel5I .mbr-section-title {
  color: #222222;
}
.cid-uBbD3tel5I .mbr-name {
  color: #222222;
}
.cid-uBbD3tel5I .mbr-role {
  color: #545454;
}
.cid-uBbD3tel5I .mbr-link {
  color: #545454;
}
.cid-uAOXTyhtZJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXTyhtZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXTyhtZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXTyhtZJ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXTyhtZJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXTyhtZJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXTyhtZJ .container {
    padding: 0 20px;
  }
  .cid-uAOXTyhtZJ .container .row {
    padding: 0;
  }
}
.cid-uAOXTyhtZJ .container,
.cid-uAOXTyhtZJ .container-fluid {
  position: relative;
}
.cid-uAOXTyhtZJ .container .container-color,
.cid-uAOXTyhtZJ .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXTyhtZJ .container .container-color,
  .cid-uAOXTyhtZJ .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXTyhtZJ .row {
  justify-content: center;
}
.cid-uAOXTyhtZJ .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXTyhtZJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXTyhtZJ .mbr-text {
  color: #222222;
}
.cid-uAOXUelbxy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXUelbxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXUelbxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXUelbxy .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXUelbxy .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXUelbxy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXUelbxy .container {
    padding: 0 20px;
  }
  .cid-uAOXUelbxy .container .row {
    padding: 0;
  }
}
.cid-uAOXUelbxy .container,
.cid-uAOXUelbxy .container-fluid {
  position: relative;
}
.cid-uAOXUelbxy .container .container-color,
.cid-uAOXUelbxy .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXUelbxy .container .container-color,
  .cid-uAOXUelbxy .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXUelbxy .row {
  justify-content: center;
}
.cid-uAOXUelbxy .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXUelbxy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXUelbxy .mbr-text {
  color: #222222;
}
.cid-uAOXUPvvOh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXUPvvOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXUPvvOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXUPvvOh .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXUPvvOh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXUPvvOh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXUPvvOh .container {
    padding: 0 20px;
  }
  .cid-uAOXUPvvOh .container .row {
    padding: 0;
  }
}
.cid-uAOXUPvvOh .container,
.cid-uAOXUPvvOh .container-fluid {
  position: relative;
}
.cid-uAOXUPvvOh .container .container-color,
.cid-uAOXUPvvOh .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXUPvvOh .container .container-color,
  .cid-uAOXUPvvOh .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXUPvvOh .row {
  justify-content: center;
}
.cid-uAOXUPvvOh .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXUPvvOh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXUPvvOh .mbr-text {
  color: #222222;
}
.cid-uAOXVhgLaB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uAOXVhgLaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOXVhgLaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOXVhgLaB .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOXVhgLaB .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOXVhgLaB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOXVhgLaB .container {
    padding: 0 20px;
  }
  .cid-uAOXVhgLaB .container .row {
    padding: 0;
  }
}
.cid-uAOXVhgLaB .container,
.cid-uAOXVhgLaB .container-fluid {
  position: relative;
}
.cid-uAOXVhgLaB .container .container-color,
.cid-uAOXVhgLaB .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uAOXVhgLaB .container .container-color,
  .cid-uAOXVhgLaB .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uAOXVhgLaB .row {
  justify-content: center;
}
.cid-uAOXVhgLaB .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAOXVhgLaB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAOXVhgLaB .mbr-text {
  color: #222222;
}
.cid-uAOW7vWiPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uAOW7vWiPY::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uAOW7vWiPY .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uAOW7vWiPY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uAOW7vWiPY .container {
    padding: 0 16px;
  }
}
.cid-uAOW7vWiPY .row {
  position: relative;
  z-index: 1;
}
.cid-uAOW7vWiPY .title-wrapper {
  margin-bottom: 80px;
}
.cid-uAOW7vWiPY .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uAOW7vWiPY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAOW7vWiPY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uAOW7vWiPY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uAOW7vWiPY .embla__slide .slide-content {
  width: 100%;
}
.cid-uAOW7vWiPY .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAOW7vWiPY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uAOW7vWiPY .embla__button--next,
.cid-uAOW7vWiPY .embla__button--prev {
  display: flex;
}
.cid-uAOW7vWiPY .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uAOW7vWiPY .embla__button {
    display: none;
  }
}
.cid-uAOW7vWiPY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAOW7vWiPY .embla__button:hover {
  opacity: .7 !important;
}
.cid-uAOW7vWiPY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAOW7vWiPY .embla__button.embla__button--next {
  right: 0;
}
.cid-uAOW7vWiPY .embla {
  position: relative;
  width: 100%;
}
.cid-uAOW7vWiPY .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAOW7vWiPY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAOW7vWiPY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAOW7vWiPY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAOW7vWiPY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOW7vWiPY .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uBbTvlqRUR {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #e8e8e8;
}
.cid-uBbTvlqRUR .nav-tabs .nav-item.open .nav-link:focus,
.cid-uBbTvlqRUR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uBbTvlqRUR h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uBbTvlqRUR h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uBbTvlqRUR .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-uBbTvlqRUR .tabs-col {
  overflow: hidden;
}
.cid-uBbTvlqRUR .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #232323;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link.active:before {
  background: #232323;
}
.cid-uBbTvlqRUR .nav-tabs .nav-link.active:after {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-uBbTvlqRUR .nav-tabs {
    flex-direction: row;
  }
  .cid-uBbTvlqRUR .mbr-text,
  .cid-uBbTvlqRUR .nav-link {
    text-align: center;
  }
  .cid-uBbTvlqRUR .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-uBbTvlqRUR .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-uBbTvlqRUR .nav-item {
    min-width: 100px;
  }
  .cid-uBbTvlqRUR .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-uBbTvlqRUR H3 {
  color: #767676;
}
.cid-uBbTvlqRUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbTvlqRUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbTvlqRUR .mbr-section-subtitle,
.cid-uBbTvlqRUR .title-align {
  color: #232323;
}
.cid-uBbTvlqRUR H1 {
  color: #232323;
}
.cid-uBbTvlqRUR P {
  text-align: left;
}
.cid-uAOW7wUQRP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uAOW7wUQRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOW7wUQRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOW7wUQRP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uAOW7wUQRP .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAOW7wUQRP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAOW7wUQRP .container {
    padding: 0 20px;
  }
  .cid-uAOW7wUQRP .container .row {
    padding: 0;
  }
}
.cid-uAOW7wUQRP .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uAOW7wUQRP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uAOW7wUQRP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAOW7wUQRP .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uAOW7wUQRP .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uAOW7wUQRP .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uAOW7wUQRP .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uAOW7wUQRP .mbr-text {
  color: #ffffff;
}
.cid-uBbSMXxmsr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBbSMXxmsr .mbr-text {
  color: #f7f7f7;
}
.cid-uBbSMXxmsr .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBbSMXxmsr .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBbSMXxmsr .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBbSMXxmsr p {
  line-height: 3;
}
.cid-uBbSMXxmsr img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBbSMXxmsr .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBbSMXxmsr .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBbSMXxmsr .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBbSMXxmsr .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbSMXxmsr .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBbSMXxmsr .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBbSMXxmsr .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBbSMXxmsr .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBbSMXxmsr .btn:hover,
.cid-uBbSMXxmsr .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uAOW7xkBLc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uAOW7xkBLc .mbr-text {
  color: #FFFFFF;
}
.cid-uAOW7xkBLc .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uBnQjOVCUO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uBnQjOVCUO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBnQjOVCUO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBnQjOVCUO .nav-link {
  position: relative;
}
.cid-uBnQjOVCUO .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uBnQjOVCUO .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uBnQjOVCUO .container {
  display: flex;
  margin: auto;
}
.cid-uBnQjOVCUO .navbar.navbar-short .nav-link,
.cid-uBnQjOVCUO .navbar.navbar-short .navbar-caption,
.cid-uBnQjOVCUO .navbar.navbar-short .mbr-iconfont,
.cid-uBnQjOVCUO .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uBnQjOVCUO .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uBnQjOVCUO .navbar-caption {
  padding-right: 3rem;
}
.cid-uBnQjOVCUO .dropdown-menu,
.cid-uBnQjOVCUO .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uBnQjOVCUO .nav-item:focus,
.cid-uBnQjOVCUO .nav-link:focus {
  outline: none;
}
.cid-uBnQjOVCUO .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-uBnQjOVCUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBnQjOVCUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBnQjOVCUO .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-uBnQjOVCUO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBnQjOVCUO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBnQjOVCUO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uBnQjOVCUO .navbar.opened {
  transition: all .3s;
}
.cid-uBnQjOVCUO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uBnQjOVCUO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uBnQjOVCUO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBnQjOVCUO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBnQjOVCUO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBnQjOVCUO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBnQjOVCUO .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: 55%;
}
.cid-uBnQjOVCUO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBnQjOVCUO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBnQjOVCUO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBnQjOVCUO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBnQjOVCUO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBnQjOVCUO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBnQjOVCUO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBnQjOVCUO .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: 55%;
  }
  .cid-uBnQjOVCUO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBnQjOVCUO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBnQjOVCUO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBnQjOVCUO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBnQjOVCUO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBnQjOVCUO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBnQjOVCUO .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uBnQjOVCUO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBnQjOVCUO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBnQjOVCUO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBnQjOVCUO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBnQjOVCUO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBnQjOVCUO .dropdown-item.active,
.cid-uBnQjOVCUO .dropdown-item:active {
  background-color: transparent;
}
.cid-uBnQjOVCUO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBnQjOVCUO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBnQjOVCUO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBnQjOVCUO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uBnQjOVCUO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBnQjOVCUO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBnQjOVCUO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBnQjOVCUO .navbar-buttons {
  text-align: center;
}
.cid-uBnQjOVCUO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBnQjOVCUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uBnQjOVCUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBnQjOVCUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBnQjOVCUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBnQjOVCUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBnQjOVCUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBnQjOVCUO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBnQjOVCUO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBnQjOVCUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBnQjOVCUO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBnQjOVCUO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBnQjOVCUO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBnQjOVCUO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uBnQjOVCUO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBnQjOVCUO .navbar {
    height: 77px;
  }
  .cid-uBnQjOVCUO .navbar.opened {
    height: auto;
  }
  .cid-uBnQjOVCUO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBnQI4B4tM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uBnQI4B4tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnQI4B4tM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBnQI4B4tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnQI4B4tM h1 {
  max-width: 800px;
}
.cid-uBnQI4B4tM p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBnQI4B4tM .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBnQI4B4tM .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBnQI4B4tM .btn div {
  overflow: hidden;
}
.cid-uBnQI4B4tM .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBnQI4B4tM {
    align-items: center;
  }
  .cid-uBnQI4B4tM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnQI4B4tM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnQI4B4tM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBnQI4B4tM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnQI4B4tM .content-wrap {
    width: 100%;
  }
}
.cid-uBnQI4B4tM .mbr-section-subtitle,
.cid-uBnQI4B4tM .line {
  color: #291f1e;
}
.cid-uBnQI4B4tM .mbr-text,
.cid-uBnQI4B4tM .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBnQI4B4tM .mbr-section-title {
  color: #291f1e;
}
.cid-uBnRAPmb4B {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBnRAPmb4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnRAPmb4B .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBnRAPmb4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnRAPmb4B h1 {
  max-width: 800px;
}
.cid-uBnRAPmb4B p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBnRAPmb4B .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBnRAPmb4B .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBnRAPmb4B .btn div {
  overflow: hidden;
}
.cid-uBnRAPmb4B .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBnRAPmb4B {
    align-items: center;
  }
  .cid-uBnRAPmb4B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnRAPmb4B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnRAPmb4B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBnRAPmb4B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnRAPmb4B .content-wrap {
    width: 100%;
  }
}
.cid-uBnRAPmb4B .mbr-section-subtitle,
.cid-uBnRAPmb4B .line {
  color: #291f1e;
}
.cid-uBnRAPmb4B .mbr-text,
.cid-uBnRAPmb4B .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBnRAPmb4B .mbr-section-title {
  color: #291f1e;
}
.cid-uBo3IeP1vG {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uBo3IeP1vG {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uBo3IeP1vG .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uBo3IeP1vG .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uBo3IeP1vG .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uBo3IeP1vG .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBo3IeP1vG .row .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-uBo3IeP1vG .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uBo3IeP1vG .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uBo3IeP1vG .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uBo3IeP1vG .mbr-section-title {
  color: #ffffff;
}
.cid-uBnWFlO24B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uBnWFlO24B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnWFlO24B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnWFlO24B .container {
  max-width: 1140px;
}
.cid-uBnWFlO24B .row {
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-uBnWFlO24B .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-uBnWFlO24B .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-uBnWFlO24B .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uBnWFlO24B .title-container {
    position: static;
  }
}
.cid-uBnWFlO24B .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uBnWFlO24B .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uBnWFlO24B .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-uBnWFlO24B .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-uBnWFlO24B .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-uBnWFlO24B .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-uBoeo944ru {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uBoeo944ru .item:focus,
.cid-uBoeo944ru span:focus {
  outline: none;
}
.cid-uBoeo944ru .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uBoeo944ru .content-head {
  max-width: 800px;
}
.cid-uBoeo944ru .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uBoeo944ru .item {
    min-height: 45px;
  }
}
.cid-uBo51KOgdG {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uBo51KOgdG {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uBo51KOgdG .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uBo51KOgdG .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uBo51KOgdG .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1f6463;
}
.cid-uBo51KOgdG .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBo51KOgdG .row .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-uBo51KOgdG .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uBo51KOgdG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBo51KOgdG .mbr-section-title {
  color: #f7f7f7;
}
.cid-uBocv4ER62 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBocv4ER62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBocv4ER62 .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-uBocv4ER62 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBocv4ER62 .row {
  flex-direction: row-reverse;
}
.cid-uBocv4ER62 img {
  width: 100%;
}
.cid-uBopapSmUP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uBopapSmUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBopapSmUP .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-uBopapSmUP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBopapSmUP .row {
  flex-direction: row-reverse;
}
.cid-uBopapSmUP img {
  width: 100%;
}
.cid-uBorqYi0Kp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBorqYi0Kp img,
.cid-uBorqYi0Kp .item-img {
  width: 100%;
}
.cid-uBorqYi0Kp .item:focus,
.cid-uBorqYi0Kp span:focus {
  outline: none;
}
.cid-uBorqYi0Kp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uBorqYi0Kp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBorqYi0Kp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBorqYi0Kp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBorqYi0Kp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBorqYi0Kp .mbr-section-title {
  color: #232323;
}
.cid-uBom9Z23AO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBom9Z23AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBom9Z23AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBom9Z23AO b,
.cid-uBom9Z23AO strong {
  font-weight: 900;
}
.cid-uBom9Z23AO path {
  stroke: #232323 !important;
}
.cid-uBom9Z23AO .mbr-text {
  color: #767676;
}
.cid-uBom9Z23AO .mbr-section-subtitle {
  color: #767676;
}
.cid-uBom9Z23AO .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-uBom9Z23AO .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-uBom9Z23AO .card-box h4,
.cid-uBom9Z23AO .card-box p,
.cid-uBom9Z23AO .card-box span {
  z-index: 1;
  position: relative;
}
.cid-uBom9Z23AO .title .num {
  width: 100%;
  display: block;
}
.cid-uBom9Z23AO .title .card-title {
  z-index: 1;
}
.cid-uBom9Z23AO .num {
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uBom9Z23AO * {
    text-align: center !important;
  }
  .cid-uBom9Z23AO .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uBom9Z23AO .card-title,
.cid-uBom9Z23AO .card-img {
  text-align: center;
  color: #17003b;
}
.cid-uBom9Z23AO .card-text {
  text-align: center;
  color: #f7f7f7;
}
.cid-uBom9Z23AO .mbr-section-title,
.cid-uBom9Z23AO .card-box {
  text-align: center;
}
.cid-uBnQjRnQKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uBnQjRnQKT::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uBnQjRnQKT .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uBnQjRnQKT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBnQjRnQKT .container {
    padding: 0 16px;
  }
}
.cid-uBnQjRnQKT .row {
  position: relative;
  z-index: 1;
}
.cid-uBnQjRnQKT .title-wrapper {
  margin-bottom: 80px;
}
.cid-uBnQjRnQKT .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBnQjRnQKT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBnQjRnQKT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uBnQjRnQKT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uBnQjRnQKT .embla__slide .slide-content {
  width: 100%;
}
.cid-uBnQjRnQKT .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBnQjRnQKT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uBnQjRnQKT .embla__button--next,
.cid-uBnQjRnQKT .embla__button--prev {
  display: flex;
}
.cid-uBnQjRnQKT .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uBnQjRnQKT .embla__button {
    display: none;
  }
}
.cid-uBnQjRnQKT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBnQjRnQKT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBnQjRnQKT .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBnQjRnQKT .embla__button.embla__button--next {
  right: 0;
}
.cid-uBnQjRnQKT .embla {
  position: relative;
  width: 100%;
}
.cid-uBnQjRnQKT .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBnQjRnQKT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBnQjRnQKT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBnQjRnQKT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBnQjRnQKT .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBnQjRnQKT .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uBnQjSkJCh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uBnQjSkJCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnQjSkJCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnQjSkJCh .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBnQjSkJCh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBnQjSkJCh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBnQjSkJCh .container {
    padding: 0 20px;
  }
  .cid-uBnQjSkJCh .container .row {
    padding: 0;
  }
}
.cid-uBnQjSkJCh .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uBnQjSkJCh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBnQjSkJCh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBnQjSkJCh .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uBnQjSkJCh .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBnQjSkJCh .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uBnQjSkJCh .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uBnQjSkJCh .mbr-text {
  color: #ffffff;
}
.cid-uBnQjSkJCh .mbr-text,
.cid-uBnQjSkJCh .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBnQjSCYMg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBnQjSCYMg .mbr-text {
  color: #f7f7f7;
}
.cid-uBnQjSCYMg .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBnQjSCYMg .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBnQjSCYMg .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBnQjSCYMg p {
  line-height: 3;
}
.cid-uBnQjSCYMg img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBnQjSCYMg .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBnQjSCYMg .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBnQjSCYMg .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBnQjSCYMg .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnQjSCYMg .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBnQjSCYMg .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBnQjSCYMg .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBnQjSCYMg .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBnQjSCYMg .btn:hover,
.cid-uBnQjSCYMg .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBnQjSOSIW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uBnQjSOSIW .mbr-text {
  color: #FFFFFF;
}
.cid-uBnQjSOSIW .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uBowdbCvkK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uBowdbCvkK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBowdbCvkK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBowdbCvkK .nav-link {
  position: relative;
}
.cid-uBowdbCvkK .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uBowdbCvkK .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uBowdbCvkK .container {
  display: flex;
  margin: auto;
}
.cid-uBowdbCvkK .navbar.navbar-short .nav-link,
.cid-uBowdbCvkK .navbar.navbar-short .navbar-caption,
.cid-uBowdbCvkK .navbar.navbar-short .mbr-iconfont,
.cid-uBowdbCvkK .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uBowdbCvkK .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uBowdbCvkK .navbar-caption {
  padding-right: 3rem;
}
.cid-uBowdbCvkK .dropdown-menu,
.cid-uBowdbCvkK .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uBowdbCvkK .nav-item:focus,
.cid-uBowdbCvkK .nav-link:focus {
  outline: none;
}
.cid-uBowdbCvkK .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-uBowdbCvkK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBowdbCvkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBowdbCvkK .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-uBowdbCvkK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBowdbCvkK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBowdbCvkK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uBowdbCvkK .navbar.opened {
  transition: all .3s;
}
.cid-uBowdbCvkK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uBowdbCvkK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uBowdbCvkK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBowdbCvkK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBowdbCvkK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBowdbCvkK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBowdbCvkK .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: 55%;
}
.cid-uBowdbCvkK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBowdbCvkK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBowdbCvkK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBowdbCvkK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBowdbCvkK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBowdbCvkK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBowdbCvkK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBowdbCvkK .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: 55%;
  }
  .cid-uBowdbCvkK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBowdbCvkK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBowdbCvkK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBowdbCvkK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBowdbCvkK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBowdbCvkK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBowdbCvkK .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uBowdbCvkK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBowdbCvkK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBowdbCvkK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBowdbCvkK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBowdbCvkK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBowdbCvkK .dropdown-item.active,
.cid-uBowdbCvkK .dropdown-item:active {
  background-color: transparent;
}
.cid-uBowdbCvkK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBowdbCvkK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBowdbCvkK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBowdbCvkK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uBowdbCvkK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBowdbCvkK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBowdbCvkK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBowdbCvkK .navbar-buttons {
  text-align: center;
}
.cid-uBowdbCvkK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBowdbCvkK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uBowdbCvkK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBowdbCvkK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBowdbCvkK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBowdbCvkK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBowdbCvkK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBowdbCvkK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBowdbCvkK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBowdbCvkK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBowdbCvkK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBowdbCvkK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBowdbCvkK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBowdbCvkK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uBowdbCvkK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBowdbCvkK .navbar {
    height: 77px;
  }
  .cid-uBowdbCvkK .navbar.opened {
    height: auto;
  }
  .cid-uBowdbCvkK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBowdbUdaB {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uBowdbUdaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBowdbUdaB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBowdbUdaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBowdbUdaB h1 {
  max-width: 800px;
}
.cid-uBowdbUdaB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBowdbUdaB .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBowdbUdaB .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBowdbUdaB .btn div {
  overflow: hidden;
}
.cid-uBowdbUdaB .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBowdbUdaB {
    align-items: center;
  }
  .cid-uBowdbUdaB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBowdbUdaB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBowdbUdaB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBowdbUdaB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBowdbUdaB .content-wrap {
    width: 100%;
  }
}
.cid-uBowdbUdaB .mbr-section-subtitle,
.cid-uBowdbUdaB .line {
  color: #291f1e;
}
.cid-uBowdbUdaB .mbr-text,
.cid-uBowdbUdaB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBowdbUdaB .mbr-section-title {
  color: #291f1e;
}
.cid-uBowdc743g {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBowdc743g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBowdc743g .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBowdc743g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBowdc743g h1 {
  max-width: 800px;
}
.cid-uBowdc743g p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBowdc743g .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBowdc743g .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBowdc743g .btn div {
  overflow: hidden;
}
.cid-uBowdc743g .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBowdc743g {
    align-items: center;
  }
  .cid-uBowdc743g .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBowdc743g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBowdc743g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBowdc743g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBowdc743g .content-wrap {
    width: 100%;
  }
}
.cid-uBowdc743g .mbr-section-subtitle,
.cid-uBowdc743g .line {
  color: #291f1e;
}
.cid-uBowdc743g .mbr-text,
.cid-uBowdc743g .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBowdc743g .mbr-section-title {
  color: #291f1e;
}
.cid-uBowdcOEHt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uBowdcOEHt .item:focus,
.cid-uBowdcOEHt span:focus {
  outline: none;
}
.cid-uBowdcOEHt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uBowdcOEHt .content-head {
  max-width: 800px;
}
.cid-uBowdcOEHt .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uBowdcOEHt .item {
    min-height: 45px;
  }
}
.cid-uBowddgGM0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBowddgGM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBowddgGM0 .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-uBowddgGM0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBowddgGM0 .row {
  flex-direction: row-reverse;
}
.cid-uBowddgGM0 img {
  width: 100%;
}
.cid-uBowddHR7L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBowddHR7L img,
.cid-uBowddHR7L .item-img {
  width: 100%;
}
.cid-uBowddHR7L .item:focus,
.cid-uBowddHR7L span:focus {
  outline: none;
}
.cid-uBowddHR7L .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uBowddHR7L .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBowddHR7L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBowddHR7L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBowddHR7L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBowddHR7L .mbr-section-title {
  color: #232323;
}
.cid-uBowdeZsfR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uBowdeZsfR::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uBowdeZsfR .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uBowdeZsfR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBowdeZsfR .container {
    padding: 0 16px;
  }
}
.cid-uBowdeZsfR .row {
  position: relative;
  z-index: 1;
}
.cid-uBowdeZsfR .title-wrapper {
  margin-bottom: 80px;
}
.cid-uBowdeZsfR .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBowdeZsfR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBowdeZsfR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uBowdeZsfR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uBowdeZsfR .embla__slide .slide-content {
  width: 100%;
}
.cid-uBowdeZsfR .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBowdeZsfR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uBowdeZsfR .embla__button--next,
.cid-uBowdeZsfR .embla__button--prev {
  display: flex;
}
.cid-uBowdeZsfR .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uBowdeZsfR .embla__button {
    display: none;
  }
}
.cid-uBowdeZsfR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBowdeZsfR .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBowdeZsfR .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBowdeZsfR .embla__button.embla__button--next {
  right: 0;
}
.cid-uBowdeZsfR .embla {
  position: relative;
  width: 100%;
}
.cid-uBowdeZsfR .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBowdeZsfR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBowdeZsfR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBowdeZsfR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBowdeZsfR .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBowdeZsfR .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uBowdfSOFb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uBowdfSOFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBowdfSOFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBowdfSOFb .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBowdfSOFb .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBowdfSOFb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBowdfSOFb .container {
    padding: 0 20px;
  }
  .cid-uBowdfSOFb .container .row {
    padding: 0;
  }
}
.cid-uBowdfSOFb .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uBowdfSOFb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBowdfSOFb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBowdfSOFb .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uBowdfSOFb .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBowdfSOFb .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uBowdfSOFb .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uBowdfSOFb .mbr-text {
  color: #ffffff;
}
.cid-uBowdfSOFb .mbr-text,
.cid-uBowdfSOFb .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBowdg9nOZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBowdg9nOZ .mbr-text {
  color: #f7f7f7;
}
.cid-uBowdg9nOZ .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBowdg9nOZ .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBowdg9nOZ .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBowdg9nOZ p {
  line-height: 3;
}
.cid-uBowdg9nOZ img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBowdg9nOZ .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBowdg9nOZ .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBowdg9nOZ .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBowdg9nOZ .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBowdg9nOZ .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBowdg9nOZ .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBowdg9nOZ .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBowdg9nOZ .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBowdg9nOZ .btn:hover,
.cid-uBowdg9nOZ .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBowdgqXcC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uBowdgqXcC .mbr-text {
  color: #FFFFFF;
}
.cid-uBowdgqXcC .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uBoRRcrbtq .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uBoRRcrbtq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBoRRcrbtq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBoRRcrbtq .nav-link {
  position: relative;
}
.cid-uBoRRcrbtq .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uBoRRcrbtq .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uBoRRcrbtq .container {
  display: flex;
  margin: auto;
}
.cid-uBoRRcrbtq .navbar.navbar-short .nav-link,
.cid-uBoRRcrbtq .navbar.navbar-short .navbar-caption,
.cid-uBoRRcrbtq .navbar.navbar-short .mbr-iconfont,
.cid-uBoRRcrbtq .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uBoRRcrbtq .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uBoRRcrbtq .navbar-caption {
  padding-right: 3rem;
}
.cid-uBoRRcrbtq .dropdown-menu,
.cid-uBoRRcrbtq .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uBoRRcrbtq .nav-item:focus,
.cid-uBoRRcrbtq .nav-link:focus {
  outline: none;
}
.cid-uBoRRcrbtq .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-uBoRRcrbtq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBoRRcrbtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBoRRcrbtq .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-uBoRRcrbtq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBoRRcrbtq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBoRRcrbtq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uBoRRcrbtq .navbar.opened {
  transition: all .3s;
}
.cid-uBoRRcrbtq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uBoRRcrbtq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uBoRRcrbtq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBoRRcrbtq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBoRRcrbtq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBoRRcrbtq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBoRRcrbtq .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: 55%;
}
.cid-uBoRRcrbtq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBoRRcrbtq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBoRRcrbtq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBoRRcrbtq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBoRRcrbtq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBoRRcrbtq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBoRRcrbtq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBoRRcrbtq .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: 55%;
  }
  .cid-uBoRRcrbtq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBoRRcrbtq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBoRRcrbtq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBoRRcrbtq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBoRRcrbtq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBoRRcrbtq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBoRRcrbtq .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uBoRRcrbtq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBoRRcrbtq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBoRRcrbtq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBoRRcrbtq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBoRRcrbtq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBoRRcrbtq .dropdown-item.active,
.cid-uBoRRcrbtq .dropdown-item:active {
  background-color: transparent;
}
.cid-uBoRRcrbtq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBoRRcrbtq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBoRRcrbtq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBoRRcrbtq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uBoRRcrbtq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBoRRcrbtq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBoRRcrbtq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBoRRcrbtq .navbar-buttons {
  text-align: center;
}
.cid-uBoRRcrbtq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBoRRcrbtq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uBoRRcrbtq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBoRRcrbtq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBoRRcrbtq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBoRRcrbtq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBoRRcrbtq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBoRRcrbtq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBoRRcrbtq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBoRRcrbtq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBoRRcrbtq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBoRRcrbtq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uBoRRcrbtq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBoRRcrbtq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uBoRRcrbtq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBoRRcrbtq .navbar {
    height: 77px;
  }
  .cid-uBoRRcrbtq .navbar.opened {
    height: auto;
  }
  .cid-uBoRRcrbtq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBoRRcN0yQ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uBoRRcN0yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRcN0yQ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBoRRcN0yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoRRcN0yQ h1 {
  max-width: 800px;
}
.cid-uBoRRcN0yQ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBoRRcN0yQ .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBoRRcN0yQ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBoRRcN0yQ .btn div {
  overflow: hidden;
}
.cid-uBoRRcN0yQ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBoRRcN0yQ {
    align-items: center;
  }
  .cid-uBoRRcN0yQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBoRRcN0yQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBoRRcN0yQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBoRRcN0yQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBoRRcN0yQ .content-wrap {
    width: 100%;
  }
}
.cid-uBoRRcN0yQ .mbr-section-subtitle,
.cid-uBoRRcN0yQ .line {
  color: #291f1e;
}
.cid-uBoRRcN0yQ .mbr-text,
.cid-uBoRRcN0yQ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBoRRcN0yQ .mbr-section-title {
  color: #291f1e;
}
.cid-uBoRRd7028 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBoRRd7028 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRd7028 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBoRRd7028 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoRRd7028 h1 {
  max-width: 800px;
}
.cid-uBoRRd7028 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBoRRd7028 .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBoRRd7028 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBoRRd7028 .btn div {
  overflow: hidden;
}
.cid-uBoRRd7028 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBoRRd7028 {
    align-items: center;
  }
  .cid-uBoRRd7028 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBoRRd7028 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBoRRd7028 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBoRRd7028 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBoRRd7028 .content-wrap {
    width: 100%;
  }
}
.cid-uBoRRd7028 .mbr-section-subtitle,
.cid-uBoRRd7028 .line {
  color: #291f1e;
}
.cid-uBoRRd7028 .mbr-text,
.cid-uBoRRd7028 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBoRRd7028 .mbr-section-title {
  color: #291f1e;
}
.cid-uBoVfvFZZk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uBoVfvFZZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoVfvFZZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoVfvFZZk .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBoVfvFZZk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBoVfvFZZk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBoVfvFZZk .container {
    padding: 0 20px;
  }
  .cid-uBoVfvFZZk .container .row {
    padding: 0;
  }
}
.cid-uBoVfvFZZk .container,
.cid-uBoVfvFZZk .container-fluid {
  position: relative;
}
.cid-uBoVfvFZZk .container .container-color,
.cid-uBoVfvFZZk .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uBoVfvFZZk .container .container-color,
  .cid-uBoVfvFZZk .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uBoVfvFZZk .row {
  justify-content: center;
}
.cid-uBoVfvFZZk .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBoVfvFZZk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBoVfvFZZk .mbr-text {
  color: #222222;
}
.cid-uBoRRdjakb {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uBoRRdjakb {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uBoRRdjakb .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uBoRRdjakb .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uBoRRdjakb .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uBoRRdjakb .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRdjakb .row .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-uBoRRdjakb .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uBoRRdjakb .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uBoRRdjakb .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uBoRRdjakb .mbr-section-title {
  color: #ffffff;
}
.cid-uBoVUxQRn5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-uBoVUxQRn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoVUxQRn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoVUxQRn5 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uBoVUxQRn5 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uBoVUxQRn5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBoVUxQRn5 .link-wrap {
    align-items: center;
  }
}
.cid-uBoVUxQRn5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBoWsj8loV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}
.cid-uBoWsj8loV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoWsj8loV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoWsj8loV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uBoWsj8loV .img-item {
  position: relative;
}
.cid-uBoWsj8loV .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uBoWsj8loV .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uBoWsj8loV .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uBoWQKmH06 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e8e8e8;
}
.cid-uBoWQKmH06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoWQKmH06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoWQKmH06 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uBoWQKmH06 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uBoWQKmH06 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uBoXg8VpgV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uBoXg8VpgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoXg8VpgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoXg8VpgV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBoXg8VpgV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBoXg8VpgV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBoXg8VpgV .container {
    padding: 0 20px;
  }
  .cid-uBoXg8VpgV .container .row {
    padding: 0;
  }
}
.cid-uBoXg8VpgV .container,
.cid-uBoXg8VpgV .container-fluid {
  position: relative;
}
.cid-uBoXg8VpgV .container .container-color,
.cid-uBoXg8VpgV .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uBoXg8VpgV .container .container-color,
  .cid-uBoXg8VpgV .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uBoXg8VpgV .row {
  justify-content: center;
}
.cid-uBoXg8VpgV .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBoXg8VpgV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBoXg8VpgV .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uBoXlYfANX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uBoXlYfANX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoXlYfANX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoXlYfANX .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBoXlYfANX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBoXlYfANX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBoXlYfANX .container {
    padding: 0 20px;
  }
  .cid-uBoXlYfANX .container .row {
    padding: 0;
  }
}
.cid-uBoXlYfANX .container,
.cid-uBoXlYfANX .container-fluid {
  position: relative;
}
.cid-uBoXlYfANX .container .container-color,
.cid-uBoXlYfANX .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uBoXlYfANX .container .container-color,
  .cid-uBoXlYfANX .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uBoXlYfANX .row {
  justify-content: center;
}
.cid-uBoXlYfANX .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBoXlYfANX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBoXlYfANX .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uBoXyOOOty {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-uBoXyOOOty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoXyOOOty .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-uBoXyOOOty .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBoXyOOOty .row {
  flex-direction: row-reverse;
}
.cid-uBoXyOOOty img {
  width: 100%;
}
.cid-uBoXuQ3Pre {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e8e8e8;
}
.cid-uBoXuQ3Pre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoXuQ3Pre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoXuQ3Pre .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uBoXuQ3Pre .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uBoXuQ3Pre .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uBoYlO9Xhm {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uBoYlO9Xhm {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uBoYlO9Xhm .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uBoYlO9Xhm .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uBoYlO9Xhm .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uBoYlO9Xhm .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoYlO9Xhm .row .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-uBoYlO9Xhm .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uBoYlO9Xhm .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uBoYlO9Xhm .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uBoYlO9Xhm .mbr-section-title {
  color: #ffffff;
}
.cid-uBoRRdHRu7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uBoRRdHRu7 .item:focus,
.cid-uBoRRdHRu7 span:focus {
  outline: none;
}
.cid-uBoRRdHRu7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uBoRRdHRu7 .content-head {
  max-width: 800px;
}
.cid-uBoRRdHRu7 .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uBoRRdHRu7 .item {
    min-height: 45px;
  }
}
.cid-uBoRRdUKYR {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uBoRRdUKYR {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uBoRRdUKYR .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uBoRRdUKYR .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uBoRRdUKYR .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1f6463;
}
.cid-uBoRRdUKYR .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRdUKYR .row .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-uBoRRdUKYR .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uBoRRdUKYR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBoRRdUKYR .mbr-section-title {
  color: #f7f7f7;
}
.cid-uBoRRe3yfo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBoRRe3yfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRe3yfo .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-uBoRRe3yfo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBoRRe3yfo .row {
  flex-direction: row-reverse;
}
.cid-uBoRRe3yfo img {
  width: 100%;
}
.cid-uBoZx3bDVK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBoZx3bDVK img,
.cid-uBoZx3bDVK .item-img {
  width: 100%;
}
.cid-uBoZx3bDVK .item:focus,
.cid-uBoZx3bDVK span:focus {
  outline: none;
}
.cid-uBoZx3bDVK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uBoZx3bDVK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBoZx3bDVK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBoZx3bDVK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBoZx3bDVK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBoZx3bDVK .mbr-section-title {
  color: #232323;
}
.cid-uBp0GscyWN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBp0GscyWN img,
.cid-uBp0GscyWN .item-img {
  width: 100%;
}
.cid-uBp0GscyWN .item:focus,
.cid-uBp0GscyWN span:focus {
  outline: none;
}
.cid-uBp0GscyWN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uBp0GscyWN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBp0GscyWN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBp0GscyWN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBp0GscyWN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBp0GscyWN .mbr-section-title {
  color: #232323;
}
.cid-uBoRRfmGF5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uBoRRfmGF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRfmGF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoRRfmGF5 b,
.cid-uBoRRfmGF5 strong {
  font-weight: 900;
}
.cid-uBoRRfmGF5 path {
  stroke: #232323 !important;
}
.cid-uBoRRfmGF5 .mbr-text {
  color: #767676;
}
.cid-uBoRRfmGF5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uBoRRfmGF5 .card-box {
  position: relative;
  margin: 3rem 0;
}
.cid-uBoRRfmGF5 .card-box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cid-uBoRRfmGF5 .card-box h4,
.cid-uBoRRfmGF5 .card-box p,
.cid-uBoRRfmGF5 .card-box span {
  z-index: 1;
  position: relative;
}
.cid-uBoRRfmGF5 .title .num {
  width: 100%;
  display: block;
}
.cid-uBoRRfmGF5 .title .card-title {
  z-index: 1;
}
.cid-uBoRRfmGF5 .num {
  color: #f7f7f7;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uBoRRfmGF5 * {
    text-align: center !important;
  }
  .cid-uBoRRfmGF5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uBoRRfmGF5 .card-title,
.cid-uBoRRfmGF5 .card-img {
  text-align: center;
  color: #17003b;
}
.cid-uBoRRfmGF5 .card-text {
  text-align: center;
  color: #f7f7f7;
}
.cid-uBoRRfmGF5 .mbr-section-title,
.cid-uBoRRfmGF5 .card-box {
  text-align: center;
}
.cid-uBoRRfFUZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uBoRRfFUZ3::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uBoRRfFUZ3 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uBoRRfFUZ3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBoRRfFUZ3 .container {
    padding: 0 16px;
  }
}
.cid-uBoRRfFUZ3 .row {
  position: relative;
  z-index: 1;
}
.cid-uBoRRfFUZ3 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uBoRRfFUZ3 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uBoRRfFUZ3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBoRRfFUZ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uBoRRfFUZ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uBoRRfFUZ3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uBoRRfFUZ3 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBoRRfFUZ3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uBoRRfFUZ3 .embla__button--next,
.cid-uBoRRfFUZ3 .embla__button--prev {
  display: flex;
}
.cid-uBoRRfFUZ3 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uBoRRfFUZ3 .embla__button {
    display: none;
  }
}
.cid-uBoRRfFUZ3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBoRRfFUZ3 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBoRRfFUZ3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBoRRfFUZ3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uBoRRfFUZ3 .embla {
  position: relative;
  width: 100%;
}
.cid-uBoRRfFUZ3 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBoRRfFUZ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBoRRfFUZ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBoRRfFUZ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBoRRfFUZ3 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uBoRRfFUZ3 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uBoRRgo5Xq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uBoRRgo5Xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBoRRgo5Xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBoRRgo5Xq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uBoRRgo5Xq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBoRRgo5Xq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBoRRgo5Xq .container {
    padding: 0 20px;
  }
  .cid-uBoRRgo5Xq .container .row {
    padding: 0;
  }
}
.cid-uBoRRgo5Xq .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uBoRRgo5Xq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBoRRgo5Xq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBoRRgo5Xq .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uBoRRgo5Xq .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uBoRRgo5Xq .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uBoRRgo5Xq .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uBoRRgo5Xq .mbr-text {
  color: #ffffff;
}
.cid-uBoRRgo5Xq .mbr-text,
.cid-uBoRRgo5Xq .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uBoRRgH5RI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uBoRRgH5RI .mbr-text {
  color: #f7f7f7;
}
.cid-uBoRRgH5RI .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uBoRRgH5RI .container-fluid {
  padding: 0 1.8rem;
}
.cid-uBoRRgH5RI .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uBoRRgH5RI p {
  line-height: 3;
}
.cid-uBoRRgH5RI img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uBoRRgH5RI .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uBoRRgH5RI .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uBoRRgH5RI .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uBoRRgH5RI .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBoRRgH5RI .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uBoRRgH5RI .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uBoRRgH5RI .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uBoRRgH5RI .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uBoRRgH5RI .btn:hover,
.cid-uBoRRgH5RI .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uBoRRgXoCp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uBoRRgXoCp .mbr-text {
  color: #FFFFFF;
}
.cid-uBoRRgXoCp .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uC2m4QiJ2U .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uC2m4QiJ2U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uC2m4QiJ2U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC2m4QiJ2U .nav-link {
  position: relative;
}
.cid-uC2m4QiJ2U .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uC2m4QiJ2U .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uC2m4QiJ2U .container {
  display: flex;
  margin: auto;
}
.cid-uC2m4QiJ2U .navbar.navbar-short .nav-link,
.cid-uC2m4QiJ2U .navbar.navbar-short .navbar-caption,
.cid-uC2m4QiJ2U .navbar.navbar-short .mbr-iconfont,
.cid-uC2m4QiJ2U .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uC2m4QiJ2U .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uC2m4QiJ2U .navbar-caption {
  padding-right: 3rem;
}
.cid-uC2m4QiJ2U .dropdown-menu,
.cid-uC2m4QiJ2U .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uC2m4QiJ2U .nav-item:focus,
.cid-uC2m4QiJ2U .nav-link:focus {
  outline: none;
}
.cid-uC2m4QiJ2U .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-uC2m4QiJ2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC2m4QiJ2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC2m4QiJ2U .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-uC2m4QiJ2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC2m4QiJ2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC2m4QiJ2U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uC2m4QiJ2U .navbar.opened {
  transition: all .3s;
}
.cid-uC2m4QiJ2U .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uC2m4QiJ2U .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uC2m4QiJ2U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC2m4QiJ2U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC2m4QiJ2U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC2m4QiJ2U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC2m4QiJ2U .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: 55%;
}
.cid-uC2m4QiJ2U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC2m4QiJ2U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uC2m4QiJ2U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uC2m4QiJ2U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC2m4QiJ2U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC2m4QiJ2U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC2m4QiJ2U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC2m4QiJ2U .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: 55%;
  }
  .cid-uC2m4QiJ2U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC2m4QiJ2U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC2m4QiJ2U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC2m4QiJ2U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC2m4QiJ2U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC2m4QiJ2U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uC2m4QiJ2U .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uC2m4QiJ2U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC2m4QiJ2U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC2m4QiJ2U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC2m4QiJ2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC2m4QiJ2U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC2m4QiJ2U .dropdown-item.active,
.cid-uC2m4QiJ2U .dropdown-item:active {
  background-color: transparent;
}
.cid-uC2m4QiJ2U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC2m4QiJ2U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC2m4QiJ2U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC2m4QiJ2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uC2m4QiJ2U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC2m4QiJ2U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC2m4QiJ2U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC2m4QiJ2U .navbar-buttons {
  text-align: center;
}
.cid-uC2m4QiJ2U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC2m4QiJ2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC2m4QiJ2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC2m4QiJ2U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC2m4QiJ2U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC2m4QiJ2U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC2m4QiJ2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC2m4QiJ2U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC2m4QiJ2U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC2m4QiJ2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC2m4QiJ2U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uC2m4QiJ2U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uC2m4QiJ2U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uC2m4QiJ2U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uC2m4QiJ2U .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC2m4QiJ2U .navbar {
    height: 77px;
  }
  .cid-uC2m4QiJ2U .navbar.opened {
    height: auto;
  }
  .cid-uC2m4QiJ2U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC2m4QyMMM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uC2m4QyMMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4QyMMM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uC2m4QyMMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2m4QyMMM h1 {
  max-width: 800px;
}
.cid-uC2m4QyMMM p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uC2m4QyMMM .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC2m4QyMMM .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uC2m4QyMMM .btn div {
  overflow: hidden;
}
.cid-uC2m4QyMMM .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uC2m4QyMMM {
    align-items: center;
  }
  .cid-uC2m4QyMMM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC2m4QyMMM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC2m4QyMMM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC2m4QyMMM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC2m4QyMMM .content-wrap {
    width: 100%;
  }
}
.cid-uC2m4QyMMM .mbr-section-subtitle,
.cid-uC2m4QyMMM .line {
  color: #291f1e;
}
.cid-uC2m4QyMMM .mbr-text,
.cid-uC2m4QyMMM .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uC2m4QyMMM .mbr-section-title {
  color: #291f1e;
}
.cid-uC2m4QU9hW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uC2m4QU9hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4QU9hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2m4QU9hW .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uC2m4QU9hW .container-fluid {
    padding: 0 20px;
  }
}
.cid-uC2m4QU9hW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC2m4QU9hW .container {
    padding: 0 20px;
  }
  .cid-uC2m4QU9hW .container .row {
    padding: 0;
  }
}
.cid-uC2m4QU9hW .container,
.cid-uC2m4QU9hW .container-fluid {
  position: relative;
}
.cid-uC2m4QU9hW .container .container-color,
.cid-uC2m4QU9hW .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uC2m4QU9hW .container .container-color,
  .cid-uC2m4QU9hW .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uC2m4QU9hW .row {
  justify-content: center;
}
.cid-uC2m4QU9hW .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uC2m4QU9hW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC2m4QU9hW .mbr-text {
  color: #222222;
}
.cid-uC2m4R5cR2 {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC2m4R5cR2 {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC2m4R5cR2 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC2m4R5cR2 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC2m4R5cR2 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uC2m4R5cR2 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4R5cR2 .row .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-uC2m4R5cR2 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC2m4R5cR2 .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uC2m4R5cR2 .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uC2m4R5cR2 .mbr-section-title {
  color: #ffffff;
}
.cid-uC2rkRHSGP {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC2rkRHSGP {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC2rkRHSGP .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC2rkRHSGP .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC2rkRHSGP .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uC2rkRHSGP .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2rkRHSGP .row .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-uC2rkRHSGP .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC2rkRHSGP .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uC2rkRHSGP .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uC2rkRHSGP .mbr-section-title {
  color: #ffffff;
}
.cid-uC2m4RgIHa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-uC2m4RgIHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4RgIHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2m4RgIHa .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uC2m4RgIHa .card {
    margin-bottom: 2rem!important;
  }
  .cid-uC2m4RgIHa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2m4RgIHa .link-wrap {
    align-items: center;
  }
}
.cid-uC2m4RgIHa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uC2m4Sw3Vy {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC2m4Sw3Vy {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC2m4Sw3Vy .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC2m4Sw3Vy .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC2m4Sw3Vy .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uC2m4Sw3Vy .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4Sw3Vy .row .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-uC2m4Sw3Vy .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC2m4Sw3Vy .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uC2m4Sw3Vy .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uC2m4Sw3Vy .mbr-section-title {
  color: #ffffff;
}
.cid-uC2m4Rsu1I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}
.cid-uC2m4Rsu1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4Rsu1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2m4Rsu1I .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uC2m4Rsu1I .img-item {
  position: relative;
}
.cid-uC2m4Rsu1I .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uC2m4Rsu1I .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uC2m4Rsu1I .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uC2m4REajr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e8e8e8;
}
.cid-uC2m4REajr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4REajr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2m4REajr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uC2m4REajr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uC2m4REajr .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uC2ta9ASpI {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC2ta9ASpI {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC2ta9ASpI .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC2ta9ASpI .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC2ta9ASpI .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uC2ta9ASpI .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ta9ASpI .row .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-uC2ta9ASpI .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC2ta9ASpI .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uC2ta9ASpI .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uC2ta9ASpI .mbr-section-title {
  color: #ffffff;
}
.cid-uC2m4SL1gM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uC2m4SL1gM .item:focus,
.cid-uC2m4SL1gM span:focus {
  outline: none;
}
.cid-uC2m4SL1gM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uC2m4SL1gM .content-head {
  max-width: 800px;
}
.cid-uC2m4SL1gM .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uC2m4SL1gM .item {
    min-height: 45px;
  }
}
.cid-uC2m4SWpOC {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC2m4SWpOC {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC2m4SWpOC .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC2m4SWpOC .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC2m4SWpOC .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1f6463;
}
.cid-uC2m4SWpOC .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4SWpOC .row .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-uC2m4SWpOC .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC2m4SWpOC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC2m4SWpOC .mbr-section-title {
  color: #f7f7f7;
}
.cid-uC2m4T7w8D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC2m4T7w8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4T7w8D .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-uC2m4T7w8D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC2m4T7w8D .row {
  flex-direction: row-reverse;
}
.cid-uC2m4T7w8D img {
  width: 100%;
}
.cid-uC2m4TjhNN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC2m4TjhNN img,
.cid-uC2m4TjhNN .item-img {
  width: 100%;
}
.cid-uC2m4TjhNN .item:focus,
.cid-uC2m4TjhNN span:focus {
  outline: none;
}
.cid-uC2m4TjhNN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC2m4TjhNN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC2m4TjhNN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC2m4TjhNN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC2m4TjhNN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC2m4TjhNN .mbr-section-title {
  color: #232323;
}
.cid-uC2m4Uh17V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uC2m4Uh17V::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uC2m4Uh17V .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uC2m4Uh17V .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uC2m4Uh17V .container {
    padding: 0 16px;
  }
}
.cid-uC2m4Uh17V .row {
  position: relative;
  z-index: 1;
}
.cid-uC2m4Uh17V .title-wrapper {
  margin-bottom: 80px;
}
.cid-uC2m4Uh17V .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC2m4Uh17V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC2m4Uh17V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uC2m4Uh17V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uC2m4Uh17V .embla__slide .slide-content {
  width: 100%;
}
.cid-uC2m4Uh17V .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC2m4Uh17V .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uC2m4Uh17V .embla__button--next,
.cid-uC2m4Uh17V .embla__button--prev {
  display: flex;
}
.cid-uC2m4Uh17V .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uC2m4Uh17V .embla__button {
    display: none;
  }
}
.cid-uC2m4Uh17V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC2m4Uh17V .embla__button:hover {
  opacity: .7 !important;
}
.cid-uC2m4Uh17V .embla__button.embla__button--prev {
  left: 0;
}
.cid-uC2m4Uh17V .embla__button.embla__button--next {
  right: 0;
}
.cid-uC2m4Uh17V .embla {
  position: relative;
  width: 100%;
}
.cid-uC2m4Uh17V .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uC2m4Uh17V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC2m4Uh17V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC2m4Uh17V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC2m4Uh17V .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uC2m4Uh17V .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uC2m4V2CcV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uC2m4V2CcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2m4V2CcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2m4V2CcV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uC2m4V2CcV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uC2m4V2CcV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC2m4V2CcV .container {
    padding: 0 20px;
  }
  .cid-uC2m4V2CcV .container .row {
    padding: 0;
  }
}
.cid-uC2m4V2CcV .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uC2m4V2CcV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC2m4V2CcV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC2m4V2CcV .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uC2m4V2CcV .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uC2m4V2CcV .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uC2m4V2CcV .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uC2m4V2CcV .mbr-text {
  color: #ffffff;
}
.cid-uC2m4V2CcV .mbr-text,
.cid-uC2m4V2CcV .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uC2m4VgVrC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uC2m4VgVrC .mbr-text {
  color: #f7f7f7;
}
.cid-uC2m4VgVrC .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uC2m4VgVrC .container-fluid {
  padding: 0 1.8rem;
}
.cid-uC2m4VgVrC .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uC2m4VgVrC p {
  line-height: 3;
}
.cid-uC2m4VgVrC img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uC2m4VgVrC .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uC2m4VgVrC .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uC2m4VgVrC .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uC2m4VgVrC .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2m4VgVrC .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uC2m4VgVrC .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uC2m4VgVrC .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uC2m4VgVrC .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uC2m4VgVrC .btn:hover,
.cid-uC2m4VgVrC .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC2m4Vthlk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uC2m4Vthlk .mbr-text {
  color: #FFFFFF;
}
.cid-uC2m4Vthlk .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uC36iOpgYx .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uC36iOpgYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uC36iOpgYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC36iOpgYx .nav-link {
  position: relative;
}
.cid-uC36iOpgYx .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uC36iOpgYx .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uC36iOpgYx .container {
  display: flex;
  margin: auto;
}
.cid-uC36iOpgYx .navbar.navbar-short .nav-link,
.cid-uC36iOpgYx .navbar.navbar-short .navbar-caption,
.cid-uC36iOpgYx .navbar.navbar-short .mbr-iconfont,
.cid-uC36iOpgYx .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uC36iOpgYx .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uC36iOpgYx .navbar-caption {
  padding-right: 3rem;
}
.cid-uC36iOpgYx .dropdown-menu,
.cid-uC36iOpgYx .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uC36iOpgYx .nav-item:focus,
.cid-uC36iOpgYx .nav-link:focus {
  outline: none;
}
.cid-uC36iOpgYx .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-uC36iOpgYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC36iOpgYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC36iOpgYx .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-uC36iOpgYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC36iOpgYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC36iOpgYx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uC36iOpgYx .navbar.opened {
  transition: all .3s;
}
.cid-uC36iOpgYx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uC36iOpgYx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uC36iOpgYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC36iOpgYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC36iOpgYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC36iOpgYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC36iOpgYx .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: 55%;
}
.cid-uC36iOpgYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC36iOpgYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uC36iOpgYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uC36iOpgYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC36iOpgYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC36iOpgYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC36iOpgYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC36iOpgYx .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: 55%;
  }
  .cid-uC36iOpgYx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC36iOpgYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC36iOpgYx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC36iOpgYx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC36iOpgYx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC36iOpgYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uC36iOpgYx .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uC36iOpgYx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC36iOpgYx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC36iOpgYx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC36iOpgYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC36iOpgYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC36iOpgYx .dropdown-item.active,
.cid-uC36iOpgYx .dropdown-item:active {
  background-color: transparent;
}
.cid-uC36iOpgYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC36iOpgYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC36iOpgYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC36iOpgYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uC36iOpgYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC36iOpgYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC36iOpgYx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC36iOpgYx .navbar-buttons {
  text-align: center;
}
.cid-uC36iOpgYx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC36iOpgYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC36iOpgYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC36iOpgYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC36iOpgYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC36iOpgYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC36iOpgYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC36iOpgYx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC36iOpgYx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC36iOpgYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC36iOpgYx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uC36iOpgYx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uC36iOpgYx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uC36iOpgYx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uC36iOpgYx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC36iOpgYx .navbar {
    height: 77px;
  }
  .cid-uC36iOpgYx .navbar.opened {
    height: auto;
  }
  .cid-uC36iOpgYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC36iOEkxc {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uC36iOEkxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC36iOEkxc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uC36iOEkxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC36iOEkxc h1 {
  max-width: 800px;
}
.cid-uC36iOEkxc p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uC36iOEkxc .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC36iOEkxc .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uC36iOEkxc .btn div {
  overflow: hidden;
}
.cid-uC36iOEkxc .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uC36iOEkxc {
    align-items: center;
  }
  .cid-uC36iOEkxc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC36iOEkxc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC36iOEkxc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC36iOEkxc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC36iOEkxc .content-wrap {
    width: 100%;
  }
}
.cid-uC36iOEkxc .mbr-section-subtitle,
.cid-uC36iOEkxc .line {
  color: #291f1e;
}
.cid-uC36iOEkxc .mbr-text,
.cid-uC36iOEkxc .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uC36iOEkxc .mbr-section-title {
  color: #291f1e;
}
.cid-uC3if4IHpm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC3if4IHpm img,
.cid-uC3if4IHpm .item-img {
  width: 100%;
}
.cid-uC3if4IHpm .item:focus,
.cid-uC3if4IHpm span:focus {
  outline: none;
}
.cid-uC3if4IHpm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC3if4IHpm .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC3if4IHpm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC3if4IHpm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC3if4IHpm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC3if4IHpm .mbr-section-title {
  color: #232323;
}
.cid-uC36iPnR9r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uC36iPnR9r .item:focus,
.cid-uC36iPnR9r span:focus {
  outline: none;
}
.cid-uC36iPnR9r .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uC36iPnR9r .content-head {
  max-width: 800px;
}
.cid-uC36iPnR9r .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uC36iPnR9r .item {
    min-height: 45px;
  }
}
.cid-uC36iPzpwf {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC36iPzpwf {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC36iPzpwf .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC36iPzpwf .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC36iPzpwf .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1f6463;
}
.cid-uC36iPzpwf .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC36iPzpwf .row .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-uC36iPzpwf .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC36iPzpwf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC36iPzpwf .mbr-section-title {
  color: #f7f7f7;
}
.cid-uC36iPVgk6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC36iPVgk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC36iPVgk6 .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-uC36iPVgk6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC36iPVgk6 .row {
  flex-direction: row-reverse;
}
.cid-uC36iPVgk6 img {
  width: 100%;
}
.cid-uC36iQ6Qn5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC36iQ6Qn5 img,
.cid-uC36iQ6Qn5 .item-img {
  width: 100%;
}
.cid-uC36iQ6Qn5 .item:focus,
.cid-uC36iQ6Qn5 span:focus {
  outline: none;
}
.cid-uC36iQ6Qn5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC36iQ6Qn5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC36iQ6Qn5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC36iQ6Qn5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC36iQ6Qn5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC36iQ6Qn5 .mbr-section-title {
  color: #232323;
}
.cid-uC36iReedS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uC36iReedS::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uC36iReedS .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uC36iReedS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uC36iReedS .container {
    padding: 0 16px;
  }
}
.cid-uC36iReedS .row {
  position: relative;
  z-index: 1;
}
.cid-uC36iReedS .title-wrapper {
  margin-bottom: 80px;
}
.cid-uC36iReedS .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC36iReedS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC36iReedS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uC36iReedS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uC36iReedS .embla__slide .slide-content {
  width: 100%;
}
.cid-uC36iReedS .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC36iReedS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uC36iReedS .embla__button--next,
.cid-uC36iReedS .embla__button--prev {
  display: flex;
}
.cid-uC36iReedS .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uC36iReedS .embla__button {
    display: none;
  }
}
.cid-uC36iReedS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC36iReedS .embla__button:hover {
  opacity: .7 !important;
}
.cid-uC36iReedS .embla__button.embla__button--prev {
  left: 0;
}
.cid-uC36iReedS .embla__button.embla__button--next {
  right: 0;
}
.cid-uC36iReedS .embla {
  position: relative;
  width: 100%;
}
.cid-uC36iReedS .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uC36iReedS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC36iReedS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC36iReedS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC36iReedS .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uC36iReedS .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uC36iRWks4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uC36iRWks4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC36iRWks4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC36iRWks4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uC36iRWks4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uC36iRWks4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC36iRWks4 .container {
    padding: 0 20px;
  }
  .cid-uC36iRWks4 .container .row {
    padding: 0;
  }
}
.cid-uC36iRWks4 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uC36iRWks4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC36iRWks4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC36iRWks4 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uC36iRWks4 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uC36iRWks4 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uC36iRWks4 .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uC36iRWks4 .mbr-text {
  color: #ffffff;
}
.cid-uC36iRWks4 .mbr-text,
.cid-uC36iRWks4 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uC36iSb8hw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uC36iSb8hw .mbr-text {
  color: #f7f7f7;
}
.cid-uC36iSb8hw .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uC36iSb8hw .container-fluid {
  padding: 0 1.8rem;
}
.cid-uC36iSb8hw .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uC36iSb8hw p {
  line-height: 3;
}
.cid-uC36iSb8hw img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uC36iSb8hw .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uC36iSb8hw .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uC36iSb8hw .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uC36iSb8hw .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uC36iSb8hw .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uC36iSb8hw .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uC36iSb8hw .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uC36iSb8hw .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uC36iSb8hw .btn:hover,
.cid-uC36iSb8hw .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC36iSowpu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uC36iSowpu .mbr-text {
  color: #FFFFFF;
}
.cid-uC36iSowpu .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uC3otHkFrG .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uC3otHkFrG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uC3otHkFrG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC3otHkFrG .nav-link {
  position: relative;
}
.cid-uC3otHkFrG .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uC3otHkFrG .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uC3otHkFrG .container {
  display: flex;
  margin: auto;
}
.cid-uC3otHkFrG .navbar.navbar-short .nav-link,
.cid-uC3otHkFrG .navbar.navbar-short .navbar-caption,
.cid-uC3otHkFrG .navbar.navbar-short .mbr-iconfont,
.cid-uC3otHkFrG .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uC3otHkFrG .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uC3otHkFrG .navbar-caption {
  padding-right: 3rem;
}
.cid-uC3otHkFrG .dropdown-menu,
.cid-uC3otHkFrG .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uC3otHkFrG .nav-item:focus,
.cid-uC3otHkFrG .nav-link:focus {
  outline: none;
}
.cid-uC3otHkFrG .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-uC3otHkFrG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC3otHkFrG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC3otHkFrG .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-uC3otHkFrG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC3otHkFrG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC3otHkFrG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uC3otHkFrG .navbar.opened {
  transition: all .3s;
}
.cid-uC3otHkFrG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uC3otHkFrG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uC3otHkFrG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC3otHkFrG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC3otHkFrG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC3otHkFrG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC3otHkFrG .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: 55%;
}
.cid-uC3otHkFrG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC3otHkFrG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uC3otHkFrG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uC3otHkFrG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC3otHkFrG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC3otHkFrG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC3otHkFrG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC3otHkFrG .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: 55%;
  }
  .cid-uC3otHkFrG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC3otHkFrG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC3otHkFrG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC3otHkFrG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC3otHkFrG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC3otHkFrG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uC3otHkFrG .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uC3otHkFrG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC3otHkFrG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC3otHkFrG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC3otHkFrG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC3otHkFrG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC3otHkFrG .dropdown-item.active,
.cid-uC3otHkFrG .dropdown-item:active {
  background-color: transparent;
}
.cid-uC3otHkFrG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC3otHkFrG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC3otHkFrG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC3otHkFrG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uC3otHkFrG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC3otHkFrG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC3otHkFrG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC3otHkFrG .navbar-buttons {
  text-align: center;
}
.cid-uC3otHkFrG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC3otHkFrG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC3otHkFrG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC3otHkFrG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC3otHkFrG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC3otHkFrG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC3otHkFrG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC3otHkFrG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC3otHkFrG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC3otHkFrG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC3otHkFrG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uC3otHkFrG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uC3otHkFrG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uC3otHkFrG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uC3otHkFrG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC3otHkFrG .navbar {
    height: 77px;
  }
  .cid-uC3otHkFrG .navbar.opened {
    height: auto;
  }
  .cid-uC3otHkFrG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC3otHDiiR {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uC3otHDiiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otHDiiR .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uC3otHDiiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3otHDiiR h1 {
  max-width: 800px;
}
.cid-uC3otHDiiR p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uC3otHDiiR .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC3otHDiiR .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uC3otHDiiR .btn div {
  overflow: hidden;
}
.cid-uC3otHDiiR .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uC3otHDiiR {
    align-items: center;
  }
  .cid-uC3otHDiiR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC3otHDiiR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC3otHDiiR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC3otHDiiR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC3otHDiiR .content-wrap {
    width: 100%;
  }
}
.cid-uC3otHDiiR .mbr-section-subtitle,
.cid-uC3otHDiiR .line {
  color: #291f1e;
}
.cid-uC3otHDiiR .mbr-text,
.cid-uC3otHDiiR .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uC3otHDiiR .mbr-section-title {
  color: #291f1e;
}
.cid-uC3otHTGFU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-uC3otHTGFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otHTGFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3otHTGFU .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uC3otHTGFU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uC3otHTGFU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC3otHTGFU .container {
    padding: 0 20px;
  }
  .cid-uC3otHTGFU .container .row {
    padding: 0;
  }
}
.cid-uC3otHTGFU .container,
.cid-uC3otHTGFU .container-fluid {
  position: relative;
}
.cid-uC3otHTGFU .container .container-color,
.cid-uC3otHTGFU .container-fluid .container-color {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .cid-uC3otHTGFU .container .container-color,
  .cid-uC3otHTGFU .container-fluid .container-color {
    width: 100%;
  }
}
.cid-uC3otHTGFU .row {
  justify-content: center;
}
.cid-uC3otHTGFU .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uC3otHTGFU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC3otHTGFU .mbr-text {
  color: #222222;
}
.cid-uC3otI4UNv {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC3otI4UNv {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC3otI4UNv .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC3otI4UNv .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC3otI4UNv .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uC3otI4UNv .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otI4UNv .row .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-uC3otI4UNv .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3otI4UNv .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uC3otI4UNv .image-wrapper img {
    height: 300px;
    margin-bottom: 24px;
  }
}
.cid-uC3otI4UNv .mbr-section-title {
  color: #ffffff;
}
.cid-uC3otIr41v {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-uC3otIr41v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otIr41v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3otIr41v .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uC3otIr41v .card {
    margin-bottom: 2rem!important;
  }
  .cid-uC3otIr41v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3otIr41v .link-wrap {
    align-items: center;
  }
}
.cid-uC3otIr41v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uC3ZTis6cr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC3ZTis6cr img,
.cid-uC3ZTis6cr .item-img {
  width: 100%;
}
.cid-uC3ZTis6cr .item:focus,
.cid-uC3ZTis6cr span:focus {
  outline: none;
}
.cid-uC3ZTis6cr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC3ZTis6cr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC3ZTis6cr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC3ZTis6cr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC3ZTis6cr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC3ZTis6cr .mbr-section-title {
  color: #232323;
}
.cid-uC3otJ9dyn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}
.cid-uC3otJ9dyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otJ9dyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3otJ9dyn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uC3otJ9dyn .img-item {
  position: relative;
}
.cid-uC3otJ9dyn .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uC3otJ9dyn .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uC3otJ9dyn .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uC42Lf8HAi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-uC42Lf8HAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC42Lf8HAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC42Lf8HAi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uC42Lf8HAi .card {
    margin-bottom: 2rem!important;
  }
  .cid-uC42Lf8HAi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uC42Lf8HAi .link-wrap {
    align-items: center;
  }
}
.cid-uC42Lf8HAi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uC3otJKcYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uC3otJKcYH .item:focus,
.cid-uC3otJKcYH span:focus {
  outline: none;
}
.cid-uC3otJKcYH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uC3otJKcYH .content-head {
  max-width: 800px;
}
.cid-uC3otJKcYH .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uC3otJKcYH .item {
    min-height: 45px;
  }
}
.cid-uC3otJVwQ4 {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC3otJVwQ4 {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC3otJVwQ4 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC3otJVwQ4 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC3otJVwQ4 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1f6463;
}
.cid-uC3otJVwQ4 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otJVwQ4 .row .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-uC3otJVwQ4 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3otJVwQ4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC3otJVwQ4 .mbr-section-title {
  color: #f7f7f7;
}
.cid-uC3otK6FEm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC3otK6FEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otK6FEm .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-uC3otK6FEm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC3otK6FEm .row {
  flex-direction: row-reverse;
}
.cid-uC3otK6FEm img {
  width: 100%;
}
.cid-uC41MVOchB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC41MVOchB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC41MVOchB .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-uC41MVOchB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC41MVOchB .row {
  flex-direction: row-reverse;
}
.cid-uC41MVOchB img {
  width: 100%;
}
.cid-uC41Xy1skD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC41Xy1skD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC41Xy1skD .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-uC41Xy1skD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC41Xy1skD .row {
  flex-direction: row-reverse;
}
.cid-uC41Xy1skD img {
  width: 100%;
}
.cid-uC3otKjC5m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC3otKjC5m img,
.cid-uC3otKjC5m .item-img {
  width: 100%;
}
.cid-uC3otKjC5m .item:focus,
.cid-uC3otKjC5m span:focus {
  outline: none;
}
.cid-uC3otKjC5m .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC3otKjC5m .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC3otKjC5m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC3otKjC5m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC3otKjC5m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC3otKjC5m .mbr-section-title {
  color: #232323;
}
.cid-uC3otKN0Fj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uC3otKN0Fj::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uC3otKN0Fj .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uC3otKN0Fj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uC3otKN0Fj .container {
    padding: 0 16px;
  }
}
.cid-uC3otKN0Fj .row {
  position: relative;
  z-index: 1;
}
.cid-uC3otKN0Fj .title-wrapper {
  margin-bottom: 80px;
}
.cid-uC3otKN0Fj .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC3otKN0Fj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC3otKN0Fj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uC3otKN0Fj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uC3otKN0Fj .embla__slide .slide-content {
  width: 100%;
}
.cid-uC3otKN0Fj .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC3otKN0Fj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uC3otKN0Fj .embla__button--next,
.cid-uC3otKN0Fj .embla__button--prev {
  display: flex;
}
.cid-uC3otKN0Fj .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uC3otKN0Fj .embla__button {
    display: none;
  }
}
.cid-uC3otKN0Fj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC3otKN0Fj .embla__button:hover {
  opacity: .7 !important;
}
.cid-uC3otKN0Fj .embla__button.embla__button--prev {
  left: 0;
}
.cid-uC3otKN0Fj .embla__button.embla__button--next {
  right: 0;
}
.cid-uC3otKN0Fj .embla {
  position: relative;
  width: 100%;
}
.cid-uC3otKN0Fj .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uC3otKN0Fj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC3otKN0Fj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC3otKN0Fj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC3otKN0Fj .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uC3otKN0Fj .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uC3otLslBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uC3otLslBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3otLslBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3otLslBu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uC3otLslBu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uC3otLslBu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC3otLslBu .container {
    padding: 0 20px;
  }
  .cid-uC3otLslBu .container .row {
    padding: 0;
  }
}
.cid-uC3otLslBu .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uC3otLslBu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC3otLslBu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC3otLslBu .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uC3otLslBu .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uC3otLslBu .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uC3otLslBu .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uC3otLslBu .mbr-text {
  color: #ffffff;
}
.cid-uC3otLslBu .mbr-text,
.cid-uC3otLslBu .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uC3otLEeTq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uC3otLEeTq .mbr-text {
  color: #f7f7f7;
}
.cid-uC3otLEeTq .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uC3otLEeTq .container-fluid {
  padding: 0 1.8rem;
}
.cid-uC3otLEeTq .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uC3otLEeTq p {
  line-height: 3;
}
.cid-uC3otLEeTq img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uC3otLEeTq .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uC3otLEeTq .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uC3otLEeTq .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uC3otLEeTq .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3otLEeTq .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uC3otLEeTq .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uC3otLEeTq .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uC3otLEeTq .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uC3otLEeTq .btn:hover,
.cid-uC3otLEeTq .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC3otLR5se {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uC3otLR5se .mbr-text {
  color: #FFFFFF;
}
.cid-uC3otLR5se .media-container-row .mbr-text {
  color: #f7f7f7;
}
.cid-uC43Cz7W9e .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-uC43Cz7W9e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uC43Cz7W9e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC43Cz7W9e .nav-link {
  position: relative;
}
.cid-uC43Cz7W9e .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uC43Cz7W9e .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uC43Cz7W9e .container {
  display: flex;
  margin: auto;
}
.cid-uC43Cz7W9e .navbar.navbar-short .nav-link,
.cid-uC43Cz7W9e .navbar.navbar-short .navbar-caption,
.cid-uC43Cz7W9e .navbar.navbar-short .mbr-iconfont,
.cid-uC43Cz7W9e .navbar.navbar-short .btn {
  color: #232323 !important;
  border-color: #232323;
}
.cid-uC43Cz7W9e .navbar.navbar-short .hamburger span {
  background: #232323 !important;
}
.cid-uC43Cz7W9e .navbar-caption {
  padding-right: 3rem;
}
.cid-uC43Cz7W9e .dropdown-menu,
.cid-uC43Cz7W9e .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uC43Cz7W9e .nav-item:focus,
.cid-uC43Cz7W9e .nav-link:focus {
  outline: none;
}
.cid-uC43Cz7W9e .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-uC43Cz7W9e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC43Cz7W9e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uC43Cz7W9e .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-uC43Cz7W9e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC43Cz7W9e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC43Cz7W9e .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e8e8e8;
}
.cid-uC43Cz7W9e .navbar.opened {
  transition: all .3s;
}
.cid-uC43Cz7W9e .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uC43Cz7W9e .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uC43Cz7W9e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC43Cz7W9e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uC43Cz7W9e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC43Cz7W9e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC43Cz7W9e .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: 55%;
}
.cid-uC43Cz7W9e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC43Cz7W9e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uC43Cz7W9e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uC43Cz7W9e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC43Cz7W9e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC43Cz7W9e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC43Cz7W9e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC43Cz7W9e .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: 55%;
  }
  .cid-uC43Cz7W9e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uC43Cz7W9e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC43Cz7W9e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC43Cz7W9e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC43Cz7W9e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC43Cz7W9e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uC43Cz7W9e .navbar.navbar-short {
  background: #e8e8e8 !important;
  min-height: 60px;
}
.cid-uC43Cz7W9e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uC43Cz7W9e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC43Cz7W9e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uC43Cz7W9e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC43Cz7W9e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC43Cz7W9e .dropdown-item.active,
.cid-uC43Cz7W9e .dropdown-item:active {
  background-color: transparent;
}
.cid-uC43Cz7W9e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC43Cz7W9e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC43Cz7W9e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC43Cz7W9e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8e8e8;
}
.cid-uC43Cz7W9e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC43Cz7W9e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC43Cz7W9e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uC43Cz7W9e .navbar-buttons {
  text-align: center;
}
.cid-uC43Cz7W9e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC43Cz7W9e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uC43Cz7W9e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC43Cz7W9e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC43Cz7W9e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC43Cz7W9e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC43Cz7W9e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC43Cz7W9e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC43Cz7W9e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC43Cz7W9e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC43Cz7W9e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uC43Cz7W9e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uC43Cz7W9e .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uC43Cz7W9e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uC43Cz7W9e .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC43Cz7W9e .navbar {
    height: 77px;
  }
  .cid-uC43Cz7W9e .navbar.opened {
    height: auto;
  }
  .cid-uC43Cz7W9e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC43CzoDXr {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC43CzoDXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CzoDXr .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uC43CzoDXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC43CzoDXr h1 {
  max-width: 800px;
}
.cid-uC43CzoDXr p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uC43CzoDXr .btn:hover {
  transform: scale(1.1);
  background: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC43CzoDXr .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uC43CzoDXr .btn div {
  overflow: hidden;
}
.cid-uC43CzoDXr .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uC43CzoDXr {
    align-items: center;
  }
  .cid-uC43CzoDXr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC43CzoDXr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC43CzoDXr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uC43CzoDXr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC43CzoDXr .content-wrap {
    width: 100%;
  }
}
.cid-uC43CzoDXr .mbr-section-subtitle,
.cid-uC43CzoDXr .line {
  color: #291f1e;
}
.cid-uC43CzoDXr .mbr-text,
.cid-uC43CzoDXr .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uC43CzoDXr .mbr-section-title {
  color: #291f1e;
}
.cid-uC43CA9zuY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC43CA9zuY img,
.cid-uC43CA9zuY .item-img {
  width: 100%;
}
.cid-uC43CA9zuY .item:focus,
.cid-uC43CA9zuY span:focus {
  outline: none;
}
.cid-uC43CA9zuY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC43CA9zuY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC43CA9zuY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC43CA9zuY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC43CA9zuY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC43CA9zuY .mbr-section-title {
  color: #232323;
}
.cid-uC43CzYgHv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC43CzYgHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CzYgHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC43CzYgHv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uC43CzYgHv .card {
    margin-bottom: 2rem!important;
  }
  .cid-uC43CzYgHv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uC43CzYgHv .link-wrap {
    align-items: center;
  }
}
.cid-uC43CzYgHv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uC49TPx3Dx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC49TPx3Dx img,
.cid-uC49TPx3Dx .item-img {
  width: 100%;
}
.cid-uC49TPx3Dx .item:focus,
.cid-uC49TPx3Dx span:focus {
  outline: none;
}
.cid-uC49TPx3Dx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC49TPx3Dx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC49TPx3Dx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC49TPx3Dx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC49TPx3Dx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC49TPx3Dx .mbr-section-title {
  color: #232323;
}
.cid-uC43CAqO6I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}
.cid-uC43CAqO6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CAqO6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC43CAqO6I .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uC43CAqO6I .img-item {
  position: relative;
}
.cid-uC43CAqO6I .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uC43CAqO6I .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uC43CAqO6I .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uC43CACNEF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC43CACNEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CACNEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC43CACNEF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uC43CACNEF .card {
    margin-bottom: 2rem!important;
  }
  .cid-uC43CACNEF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uC43CACNEF .link-wrap {
    align-items: center;
  }
}
.cid-uC43CACNEF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uC4aIavbcY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC4aIavbcY img,
.cid-uC4aIavbcY .item-img {
  width: 100%;
}
.cid-uC4aIavbcY .item:focus,
.cid-uC4aIavbcY span:focus {
  outline: none;
}
.cid-uC4aIavbcY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uC4aIavbcY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC4aIavbcY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC4aIavbcY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC4aIavbcY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC4aIavbcY .mbr-section-title {
  color: #232323;
}
.cid-uC43CAOjHF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-uC43CAOjHF .item:focus,
.cid-uC43CAOjHF span:focus {
  outline: none;
}
.cid-uC43CAOjHF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uC43CAOjHF .content-head {
  max-width: 800px;
}
.cid-uC43CAOjHF .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uC43CAOjHF .item {
    min-height: 45px;
  }
}
.cid-uC43CAZNAu {
  background-color: #e8e8e8 !important;
  border: 18px solid #e8e8e8;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uC43CAZNAu {
    border: 8px solid #e8e8e8;
    margin-top: -8px;
  }
}
.cid-uC43CAZNAu .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uC43CAZNAu .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-uC43CAZNAu .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #1f6463;
}
.cid-uC43CAZNAu .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CAZNAu .row .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-uC43CAZNAu .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC43CAZNAu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC43CAZNAu .mbr-section-title {
  color: #f7f7f7;
}
.cid-uC43CBa0B3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uC43CBa0B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CBa0B3 .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-uC43CBa0B3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC43CBa0B3 .row {
  flex-direction: row-reverse;
}
.cid-uC43CBa0B3 img {
  width: 100%;
}
.cid-uC43CBnNlw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC43CBnNlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CBnNlw .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-uC43CBnNlw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC43CBnNlw .row {
  flex-direction: row-reverse;
}
.cid-uC43CBnNlw img {
  width: 100%;
}
.cid-uC43CBBunZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uC43CBBunZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CBBunZ .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-uC43CBBunZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC43CBBunZ .row {
  flex-direction: row-reverse;
}
.cid-uC43CBBunZ img {
  width: 100%;
}
.cid-uC43CC61Zy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
}
.cid-uC43CC61Zy::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #f1634f -10%, transparent 80%);
  z-index: 1;
}
.cid-uC43CC61Zy .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uC43CC61Zy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uC43CC61Zy .container {
    padding: 0 16px;
  }
}
.cid-uC43CC61Zy .row {
  position: relative;
  z-index: 1;
}
.cid-uC43CC61Zy .title-wrapper {
  margin-bottom: 80px;
}
.cid-uC43CC61Zy .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uC43CC61Zy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uC43CC61Zy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uC43CC61Zy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uC43CC61Zy .embla__slide .slide-content {
  width: 100%;
}
.cid-uC43CC61Zy .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f7f7f7;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC43CC61Zy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uC43CC61Zy .embla__button--next,
.cid-uC43CC61Zy .embla__button--prev {
  display: flex;
}
.cid-uC43CC61Zy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f7f7f7 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uC43CC61Zy .embla__button {
    display: none;
  }
}
.cid-uC43CC61Zy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uC43CC61Zy .embla__button:hover {
  opacity: .7 !important;
}
.cid-uC43CC61Zy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uC43CC61Zy .embla__button.embla__button--next {
  right: 0;
}
.cid-uC43CC61Zy .embla {
  position: relative;
  width: 100%;
}
.cid-uC43CC61Zy .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uC43CC61Zy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uC43CC61Zy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uC43CC61Zy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uC43CC61Zy .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uC43CC61Zy .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uC43CCQND4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-uC43CCQND4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC43CCQND4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC43CCQND4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-uC43CCQND4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uC43CCQND4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uC43CCQND4 .container {
    padding: 0 20px;
  }
  .cid-uC43CCQND4 .container .row {
    padding: 0;
  }
}
.cid-uC43CCQND4 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uC43CCQND4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC43CCQND4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC43CCQND4 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uC43CCQND4 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uC43CCQND4 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uC43CCQND4 .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uC43CCQND4 .mbr-text {
  color: #ffffff;
}
.cid-uC43CCQND4 .mbr-text,
.cid-uC43CCQND4 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uC43CD3Lj5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uC43CD3Lj5 .mbr-text {
  color: #f7f7f7;
}
.cid-uC43CD3Lj5 .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uC43CD3Lj5 .container-fluid {
  padding: 0 1.8rem;
}
.cid-uC43CD3Lj5 .mbr-section-title {
  color: #f7f7f7;
  border-bottom: 3px solid #474747;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-uC43CD3Lj5 p {
  line-height: 3;
}
.cid-uC43CD3Lj5 img {
  width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uC43CD3Lj5 .row {
  backdrop-filter: blur(15px);
  border: 2px solid #474747;
  border-radius: 2rem;
  z-index: 2;
  position: relative;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uC43CD3Lj5 .row {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1600px) {
  .cid-uC43CD3Lj5 .mbr-title {
    font-size: 7.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uC43CD3Lj5 .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uC43CD3Lj5 .display-1 {
    font-size: 1rem !important;
  }
}
.cid-uC43CD3Lj5 .mbr-title {
  transform: translateY(-35%);
  text-align: center;
  color: #f7f7f7;
  z-index: 1;
  position: relative;
}
.cid-uC43CD3Lj5 .btn-secondary {
  color: #f7f7f7 !important;
}
.cid-uC43CD3Lj5 .btn {
  padding: 1rem 2rem;
  color: #c9c9c9;
}
.cid-uC43CD3Lj5 .btn:hover,
.cid-uC43CD3Lj5 .btn:focus {
  background: #c9c9c9 !important;
  color: #f7f7f7 !important;
}
.cid-uC43CDeyYG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uC43CDeyYG .mbr-text {
  color: #FFFFFF;
}
.cid-uC43CDeyYG .media-container-row .mbr-text {
  color: #f7f7f7;
}
