body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #c4ad8a !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #c4ad8a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c4ad8a !important;
  border-color: #c4ad8a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #aa8957 !important;
  border-color: #aa8957 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #aa8957 !important;
  border-color: #aa8957 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #787324 !important;
  border-color: #787324 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3b12 !important;
  border-color: #3d3b12 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c4ad8a !important;
  border-color: #c4ad8a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #aa8957 !important;
  border-color: #aa8957 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #aa8957 !important;
  border-color: #aa8957 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9a7c4e;
  color: #9a7c4e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c4ad8a;
  border-color: #c4ad8a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c4ad8a !important;
  border-color: #c4ad8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a280c;
  color: #2a280c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #787324;
  border-color: #787324;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #787324 !important;
  border-color: #787324 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #9a7c4e;
  color: #9a7c4e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c4ad8a;
  border-color: #c4ad8a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c4ad8a !important;
  border-color: #c4ad8a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c4ad8a !important;
}
.text-secondary {
  color: #787324 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #c4ad8a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9a7c4e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a280c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c4ad8a !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #c4ad8a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c4ad8a;
  border-color: #c4ad8a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c4ad8a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #efe8df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #efe8df;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c4ad8a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c4ad8a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c4ad8a;
  border-bottom-color: #c4ad8a;
}
.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: #c4ad8a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #787324 !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='%23c4ad8a' %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;
}
hr {
  border: none;
  background-color: #c4ad8a;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #c4ad8a;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #c4ad8a;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #c4ad8a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #c4ad8a !important;
}
.btn-danger:hover {
  color: #c4ad8a !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #787324 !important;
}
.btn-primary:hover {
  color: #c4ad8a !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #c4ad8a !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #c4ad8a;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #787324 !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #c4ad8a !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #c4ad8a !important;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .nav-item:focus,
.cid-uk8kmCQKnO .nav-link:focus {
  outline: none;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk8kmCQKnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk8kmCQKnO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk8kmCQKnO .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uk8kmCQKnO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uk8kmCQKnO .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uk8kmCQKnO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uk8kmCQKnO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk8kmCQKnO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk8kmCQKnO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk8kmCQKnO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk8kmCQKnO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk8kmCQKnO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk8kmCQKnO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk8kmCQKnO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk8kmCQKnO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uk8kmCQKnO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk8kmCQKnO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uk8kmCQKnO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk8kmCQKnO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk8kmCQKnO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uk8kmCQKnO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk8kmCQKnO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uk8kmCQKnO .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uk8kmCQKnO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk8kmCQKnO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk8kmCQKnO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk8kmCQKnO .dropdown-item.active,
.cid-uk8kmCQKnO .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uk8kmCQKnO .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uk8kmCQKnO .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uk8kmCQKnO .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uk8kmCQKnO .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-uk8kmCQKnO .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uk8kmCQKnO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk8kmCQKnO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk8kmCQKnO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk8kmCQKnO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uk8kmCQKnO .navbar-buttons {
  text-align: center;
}
.cid-uk8kmCQKnO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uk8kmCQKnO a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uk8kmCQKnO .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uk8kmCQKnO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uk8kmCQKnO .icons-menu span {
  font-size: 20px;
  color: #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk8kmCQKnO .navbar {
    height: 77px;
  }
  .cid-uk8kmCQKnO .navbar.opened {
    height: auto;
  }
  .cid-uk8kmCQKnO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk8kmCQKnO a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uk8kmCQKnO a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e1201d;
}
.cid-uk8kmCQKnO .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uk8kmCQKnO .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uk8nOUF5AE {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adv-2000x1334.webp");
}
.cid-uk8nOUF5AE .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uk8nOUF5AE .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uk8nOUF5AE .align-center {
    text-align: center;
  }
}
.cid-uk8nOUF5AE h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-uk8nOUF5AE .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-uk8nOUF5AE .row {
    margin: 0;
  }
}
.cid-uk8nOUF5AE .btn {
  margin-left: 0rem;
}
.cid-uk8nOUF5AE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8nOUF5AE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk8nOUF5AE .mbr-section-title,
.cid-uk8nOUF5AE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uk8nOUF5AE .mbr-text,
.cid-uk8nOUF5AE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uk8nOUF5AE H3 {
  color: #7e7e7e;
  text-align: left;
}
.cid-uk8rmHEBtF {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uk8rmHEBtF h1 {
  margin-bottom: 0.2rem;
}
.cid-uk8rmHEBtF .container-fluid {
  padding: 0;
}
.cid-uk8rmHEBtF img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uk8rmHEBtF .mbr-figure {
  height: 100%;
}
.cid-uk8rmHEBtF .col-lg-6 {
  padding: 0;
}
.cid-uk8rmHEBtF .mbr-text {
  color: #747474;
}
.cid-uk8rmHEBtF hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uk8rmHEBtF .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uk8rmHEBtF .mbr-section-subtitle-1 {
  color: #c4ad8a;
}
.cid-uk8rmHEBtF .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uk8rmHEBtF .mbr-figure::after {
  content: '';
  background-color: #c4ad8a;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uk8rmHEBtF .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uk8rmHEBtF .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uk8rmHEBtF .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uk8rmHEBtF .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uk8rmHEBtF .btn {
  color: #101010 !important;
}
.cid-uk8rmHEBtF .btn:hover {
  color: #ffffff !important;
}
.cid-uk8rmHEBtF .line-title {
  width: 40px;
  height: 2px;
  background-color: #c4ad8a;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uk8rmHEBtF .vertical-line:before {
  content: '';
  background-color: #c4ad8a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uk8rmHEBtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8rmHEBtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcBCPy5eo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukcBCPy5eo h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ukcBCPy5eo .container {
    position: relative;
  }
  .cid-ukcBCPy5eo .row {
    margin: 0;
  }
  .cid-ukcBCPy5eo h2 {
    margin: 0;
  }
}
.cid-ukcBCPy5eo .mbr-section-subtitle {
  color: #e9204f;
}
.cid-ukcBCPy5eo .mbr-text {
  margin-top: 1.4rem;
}
.cid-ukcBCPy5eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcBCPy5eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcBKXVgMd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ukcBKXVgMd .mbr-text {
  color: #767676;
}
.cid-ukcBKXVgMd .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-ukcBKXVgMd .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-ukcBKXVgMd .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-ukcBKXVgMd .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-ukcBKXVgMd .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ukcBKXVgMd .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ukcBKXVgMd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukcBKXVgMd .card {
    margin-bottom: 2rem;
  }
}
.cid-ukcBKXVgMd .text-link {
  font-weight: 800 !important;
}
.cid-ukcBKXVgMd .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-ukcBKXVgMd .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcBKXVgMd .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcBKXVgMd .card:hover .card-inner {
  background-color: #c4ad8a;
}
.cid-ukcBKXVgMd .card:hover .icon-arrow {
  color: #fff;
}
.cid-ukcBKXVgMd .card:hover .text-link {
  color: #fff !important;
}
.cid-ukcBKXVgMd .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-ukcBKXVgMd .card:hover .link {
  transform: translateX(42px);
}
.cid-ukcBKXVgMd .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-ukcBKXVgMd h5 {
  color: #101010;
  font-weight: 800;
}
.cid-ukcBKXVgMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcBKXVgMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcmmrRHAK {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ukcmmrRHAK .mbr-iconfont-1 {
  color: #c4ad8a;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-ukcmmrRHAK .mbr-iconfont-2 {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-ukcmmrRHAK .card-inner {
  transition: 0.7s;
  z-index: 10;
}
.cid-ukcmmrRHAK .link {
  margin: 0;
}
.cid-ukcmmrRHAK .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-ukcmmrRHAK .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcmmrRHAK .card-img {
  margin-bottom: 3.2rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcmmrRHAK .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ukcmmrRHAK .card:hover {
  background-color: #c4ad8a;
}
.cid-ukcmmrRHAK .card:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukcmmrRHAK .card:hover .card-title {
  color: #ffffff;
}
.cid-ukcmmrRHAK .card:hover .card-title:after {
  background: #fff;
}
.cid-ukcmmrRHAK .card:hover .mbr-text {
  color: #ffffff;
}
.cid-ukcmmrRHAK .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-ukcmmrRHAK .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-ukcmmrRHAK .card:hover .card-img {
  transform: translateY(-5px);
}
.cid-ukcmmrRHAK .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-ukcmmrRHAK .card {
    padding: 0;
  }
  .cid-ukcmmrRHAK .card-inner {
    padding: 2.4rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ukcmmrRHAK .card-inner {
    padding: 3.4rem 2.5rem;
  }
  .cid-ukcmmrRHAK .media-container-row {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukcmmrRHAK .row {
    margin: 0;
  }
}
.cid-ukcmmrRHAK .card {
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
}
.cid-ukcmmrRHAK .mbr-section-subtitle {
  color: #e9204f;
}
.cid-ukcmmrRHAK .mbr-section-title {
  font-weight: 800;
}
.cid-ukcmmrRHAK h2 {
  margin-bottom: 0;
}
.cid-ukcmmrRHAK .title-block {
  margin-bottom: 3rem;
}
.cid-ukcmmrRHAK .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcmmrRHAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcmmrRHAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcE7Cp7cR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukcE7Cp7cR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcE7Cp7cR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcE7Cp7cR .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ukcE7Cp7cR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ukcE7Cp7cR .container {
    padding: 0 20px;
  }
}
.cid-ukcE7Cp7cR .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ukcE7Cp7cR .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ukcE7Cp7cR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ukcE7Cp7cR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ukcE7Cp7cR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ukcE7Cp7cR .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ukcE7Cp7cR .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-ukcE7Cp7cR .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-ukcE7Cp7cR .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ukcE7Cp7cR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ukcE7Cp7cR .mbr-section-title {
  color: #000000;
}
.cid-ukcE7Cp7cR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ukcE7Cp7cR .mbr-text,
.cid-ukcE7Cp7cR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukcE7Cp7cR .mbr-section-title,
.cid-ukcE7Cp7cR .mbr-section-btn,
.cid-ukcE7Cp7cR .image-wrapper {
  text-align: center;
}
.cid-ukcFd3E8CB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukcFd3E8CB .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-ukcFd3E8CB .align-center {
    text-align: center;
  }
  .cid-ukcFd3E8CB .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ukcFd3E8CB .block-btn {
  display: flex;
}
.cid-ukcFd3E8CB .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-ukcFd3E8CB h1 {
  margin-bottom: 0;
}
.cid-ukcFd3E8CB .wrapper {
  background-color: #c4ad8a;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-ukcFd3E8CB .container {
    padding: 0 3rem;
  }
  .cid-ukcFd3E8CB .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ukcFd3E8CB .block-btn {
    justify-content: center;
  }
  .cid-ukcFd3E8CB .text-block {
    text-align: center;
  }
  .cid-ukcFd3E8CB .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukcFd3E8CB .block-btn {
    justify-content: flex-end;
  }
  .cid-ukcFd3E8CB .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-ukcFd3E8CB .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-ukcFd3E8CB .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-ukcFd3E8CB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcFd3E8CB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcFdQZU1Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-ukcFdQZU1Q .link {
  margin: 0;
}
.cid-ukcFdQZU1Q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukcFdQZU1Q .card {
    margin-bottom: 1rem;
  }
}
.cid-ukcFdQZU1Q .card-title {
  margin-bottom: 0rem;
}
.cid-ukcFdQZU1Q a {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcFdQZU1Q .card-box:hover a:hover {
  color: #c4ad8a !important;
}
.cid-ukcFdQZU1Q .align-center {
  text-align: center;
}
.cid-ukcFdQZU1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcFdQZU1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk8qPB4bUx {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-uk8qPB4bUx .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uk8qPB4bUx .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #c4ad8a;
  transition: all 0.3s;
}
.cid-uk8qPB4bUx .mbr-iconfont-social:hover {
  color: #c4ad8a;
}
.cid-uk8qPB4bUx .mbr-section-title,
.cid-uk8qPB4bUx .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-uk8qPB4bUx .social-list a {
  transition: 0.3s;
}
.cid-uk8qPB4bUx .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-uk8qPB4bUx .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uk8qPB4bUx .social-list {
    margin-bottom: 2rem;
  }
  .cid-uk8qPB4bUx .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uk8qPB4bUx .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uk8qPB4bUx .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-uk8qPB4bUx .row {
    padding: 0 1rem;
  }
}
.cid-uk8qPB4bUx .vertical-line:before {
  content: '';
  background-color: #c4ad8a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uk8qPB4bUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8qPB4bUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcYsyLWHM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ukcYsyLWHM .media-container-row {
  align-items: center;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukcYsyLWHM .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-ukcYsyLWHM .foot-menu-item {
  transform: 0.2s;
}
.cid-ukcYsyLWHM .foot-menu-item:hover a {
  color: #c4ad8a !important;
}
.cid-ukcYsyLWHM .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcYsyLWHM .foot-menu-item:hover::before {
  width: 60px;
  background-color: #c4ad8a;
}
.cid-ukcYsyLWHM .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-ukcYsyLWHM .foot-menu {
    justify-content: center;
  }
  .cid-ukcYsyLWHM .mbr-text {
    text-align: center;
  }
  .cid-ukcYsyLWHM .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ukcYsyLWHM .foot-menu {
    justify-content: flex-end;
  }
}
.cid-ukcYsyLWHM .link:hover {
  color: #ffffff;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .nav-item:focus,
.cid-uk8kmCQKnO .nav-link:focus {
  outline: none;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk8kmCQKnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk8kmCQKnO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk8kmCQKnO .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uk8kmCQKnO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uk8kmCQKnO .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uk8kmCQKnO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uk8kmCQKnO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk8kmCQKnO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk8kmCQKnO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk8kmCQKnO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk8kmCQKnO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk8kmCQKnO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk8kmCQKnO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk8kmCQKnO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk8kmCQKnO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uk8kmCQKnO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk8kmCQKnO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uk8kmCQKnO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk8kmCQKnO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk8kmCQKnO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uk8kmCQKnO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk8kmCQKnO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uk8kmCQKnO .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uk8kmCQKnO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk8kmCQKnO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk8kmCQKnO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk8kmCQKnO .dropdown-item.active,
.cid-uk8kmCQKnO .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uk8kmCQKnO .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uk8kmCQKnO .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uk8kmCQKnO .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uk8kmCQKnO .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-uk8kmCQKnO .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uk8kmCQKnO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk8kmCQKnO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk8kmCQKnO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk8kmCQKnO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uk8kmCQKnO .navbar-buttons {
  text-align: center;
}
.cid-uk8kmCQKnO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uk8kmCQKnO a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uk8kmCQKnO .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uk8kmCQKnO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uk8kmCQKnO .icons-menu span {
  font-size: 20px;
  color: #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk8kmCQKnO .navbar {
    height: 77px;
  }
  .cid-uk8kmCQKnO .navbar.opened {
    height: auto;
  }
  .cid-uk8kmCQKnO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk8kmCQKnO a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uk8kmCQKnO a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e1201d;
}
.cid-uk8kmCQKnO .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uk8kmCQKnO .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-ukcXqHoX3T {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukcXqHoX3T .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-ukcXqHoX3T .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-ukcXqHoX3T .align-center {
    text-align: center;
  }
}
.cid-ukcXqHoX3T h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-ukcXqHoX3T .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-ukcXqHoX3T .row {
    margin: 0;
  }
}
.cid-ukcXqHoX3T .btn {
  margin-left: 0rem;
}
.cid-ukcXqHoX3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcXqHoX3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcXqHoX3T .mbr-section-title,
.cid-ukcXqHoX3T .mbr-section-btn {
  color: #000000;
}
.cid-ukcRuFX3Eb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ukcRuFX3Eb h1 {
  margin-bottom: 0.2rem;
}
.cid-ukcRuFX3Eb .container-fluid {
  padding: 0;
}
.cid-ukcRuFX3Eb img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-ukcRuFX3Eb .mbr-figure {
  height: 100%;
}
.cid-ukcRuFX3Eb .col-lg-6 {
  padding: 0;
}
.cid-ukcRuFX3Eb .mbr-text {
  color: #747474;
}
.cid-ukcRuFX3Eb hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-ukcRuFX3Eb .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-ukcRuFX3Eb .mbr-section-subtitle-1 {
  color: #c4ad8a;
}
.cid-ukcRuFX3Eb .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-ukcRuFX3Eb .mbr-figure::after {
  content: '';
  background-color: #c4ad8a;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ukcRuFX3Eb .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-ukcRuFX3Eb .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-ukcRuFX3Eb .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-ukcRuFX3Eb .left-block {
    margin-top: 4.5rem;
  }
}
.cid-ukcRuFX3Eb .btn {
  color: #101010 !important;
}
.cid-ukcRuFX3Eb .btn:hover {
  color: #ffffff !important;
}
.cid-ukcRuFX3Eb .line-title {
  width: 40px;
  height: 2px;
  background-color: #c4ad8a;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-ukcRuFX3Eb .vertical-line:before {
  content: '';
  background-color: #c4ad8a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-ukcRuFX3Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcRuFX3Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcX1YT38w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukcX1YT38w .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-ukcX1YT38w .align-center {
    text-align: center;
  }
  .cid-ukcX1YT38w .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ukcX1YT38w .block-btn {
  display: flex;
}
.cid-ukcX1YT38w .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-ukcX1YT38w h1 {
  margin-bottom: 0;
}
.cid-ukcX1YT38w .wrapper {
  background-color: #c4ad8a;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-ukcX1YT38w .container {
    padding: 0 3rem;
  }
  .cid-ukcX1YT38w .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ukcX1YT38w .block-btn {
    justify-content: center;
  }
  .cid-ukcX1YT38w .text-block {
    text-align: center;
  }
  .cid-ukcX1YT38w .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukcX1YT38w .block-btn {
    justify-content: flex-end;
  }
  .cid-ukcX1YT38w .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-ukcX1YT38w .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-ukcX1YT38w .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-ukcX1YT38w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcX1YT38w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcX2SLkFS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-ukcX2SLkFS .link {
  margin: 0;
}
.cid-ukcX2SLkFS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukcX2SLkFS .card {
    margin-bottom: 1rem;
  }
}
.cid-ukcX2SLkFS .card-title {
  margin-bottom: 0rem;
}
.cid-ukcX2SLkFS a {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcX2SLkFS .card-box:hover a:hover {
  color: #c4ad8a !important;
}
.cid-ukcX2SLkFS .align-center {
  text-align: center;
}
.cid-ukcX2SLkFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcX2SLkFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcX2q1nn1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-ukcX2q1nn1 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-ukcX2q1nn1 .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #c4ad8a;
  transition: all 0.3s;
}
.cid-ukcX2q1nn1 .mbr-iconfont-social:hover {
  color: #c4ad8a;
}
.cid-ukcX2q1nn1 .mbr-section-title,
.cid-ukcX2q1nn1 .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-ukcX2q1nn1 .social-list a {
  transition: 0.3s;
}
.cid-ukcX2q1nn1 .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-ukcX2q1nn1 .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-ukcX2q1nn1 .social-list {
    margin-bottom: 2rem;
  }
  .cid-ukcX2q1nn1 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukcX2q1nn1 .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-ukcX2q1nn1 .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-ukcX2q1nn1 .row {
    padding: 0 1rem;
  }
}
.cid-ukcX2q1nn1 .vertical-line:before {
  content: '';
  background-color: #c4ad8a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-ukcX2q1nn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcX2q1nn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcYsyLWHM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ukcYsyLWHM .media-container-row {
  align-items: center;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukcYsyLWHM .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-ukcYsyLWHM .foot-menu-item {
  transform: 0.2s;
}
.cid-ukcYsyLWHM .foot-menu-item:hover a {
  color: #c4ad8a !important;
}
.cid-ukcYsyLWHM .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcYsyLWHM .foot-menu-item:hover::before {
  width: 60px;
  background-color: #c4ad8a;
}
.cid-ukcYsyLWHM .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-ukcYsyLWHM .foot-menu {
    justify-content: center;
  }
  .cid-ukcYsyLWHM .mbr-text {
    text-align: center;
  }
  .cid-ukcYsyLWHM .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ukcYsyLWHM .foot-menu {
    justify-content: flex-end;
  }
}
.cid-ukcYsyLWHM .link:hover {
  color: #ffffff;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .nav-item:focus,
.cid-uk8kmCQKnO .nav-link:focus {
  outline: none;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk8kmCQKnO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-uk8kmCQKnO .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-uk8kmCQKnO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk8kmCQKnO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk8kmCQKnO .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-uk8kmCQKnO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-uk8kmCQKnO .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uk8kmCQKnO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uk8kmCQKnO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk8kmCQKnO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk8kmCQKnO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk8kmCQKnO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uk8kmCQKnO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk8kmCQKnO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk8kmCQKnO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk8kmCQKnO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk8kmCQKnO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uk8kmCQKnO .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uk8kmCQKnO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk8kmCQKnO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk8kmCQKnO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uk8kmCQKnO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uk8kmCQKnO .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk8kmCQKnO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-uk8kmCQKnO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uk8kmCQKnO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uk8kmCQKnO .navbar-short {
  padding: 1rem 0 !important;
}
.cid-uk8kmCQKnO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk8kmCQKnO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk8kmCQKnO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk8kmCQKnO .dropdown-item.active,
.cid-uk8kmCQKnO .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uk8kmCQKnO .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uk8kmCQKnO .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-uk8kmCQKnO .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-uk8kmCQKnO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-uk8kmCQKnO .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-uk8kmCQKnO .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-uk8kmCQKnO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk8kmCQKnO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk8kmCQKnO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk8kmCQKnO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uk8kmCQKnO .navbar-buttons {
  text-align: center;
}
.cid-uk8kmCQKnO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8kmCQKnO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk8kmCQKnO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8kmCQKnO .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-uk8kmCQKnO a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-uk8kmCQKnO .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uk8kmCQKnO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uk8kmCQKnO .icons-menu span {
  font-size: 20px;
  color: #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk8kmCQKnO .navbar {
    height: 77px;
  }
  .cid-uk8kmCQKnO .navbar.opened {
    height: auto;
  }
  .cid-uk8kmCQKnO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk8kmCQKnO a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-uk8kmCQKnO a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e1201d;
}
.cid-uk8kmCQKnO .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-uk8kmCQKnO .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-ukcUKG4XYY {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukcUKG4XYY .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-ukcUKG4XYY .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-ukcUKG4XYY .align-center {
    text-align: center;
  }
}
.cid-ukcUKG4XYY h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-ukcUKG4XYY .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-ukcUKG4XYY .row {
    margin: 0;
  }
}
.cid-ukcUKG4XYY .btn {
  margin-left: 0rem;
}
.cid-ukcUKG4XYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcUKG4XYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcUKG4XYY .mbr-section-title,
.cid-ukcUKG4XYY .mbr-section-btn {
  color: #000000;
}
.cid-ukcUKG4XYY .mbr-text,
.cid-ukcUKG4XYY .mbr-section-btn {
  color: #000000;
}
.cid-ukcUbHelV1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukcUbHelV1 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ukcUbHelV1 .container {
    position: relative;
  }
  .cid-ukcUbHelV1 .row {
    margin: 0;
  }
  .cid-ukcUbHelV1 h2 {
    margin: 0;
  }
}
.cid-ukcUbHelV1 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-ukcUbHelV1 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-ukcUbHelV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcUbHelV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcWTE3BGI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukcWTE3BGI .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-ukcWTE3BGI .align-center {
    text-align: center;
  }
  .cid-ukcWTE3BGI .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ukcWTE3BGI .block-btn {
  display: flex;
}
.cid-ukcWTE3BGI .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-ukcWTE3BGI h1 {
  margin-bottom: 0;
}
.cid-ukcWTE3BGI .wrapper {
  background-color: #c4ad8a;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-ukcWTE3BGI .container {
    padding: 0 3rem;
  }
  .cid-ukcWTE3BGI .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ukcWTE3BGI .block-btn {
    justify-content: center;
  }
  .cid-ukcWTE3BGI .text-block {
    text-align: center;
  }
  .cid-ukcWTE3BGI .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukcWTE3BGI .block-btn {
    justify-content: flex-end;
  }
  .cid-ukcWTE3BGI .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-ukcWTE3BGI .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-ukcWTE3BGI .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-ukcWTE3BGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcWTE3BGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcWV1JtMh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #161616;
}
.cid-ukcWV1JtMh .link {
  margin: 0;
}
.cid-ukcWV1JtMh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukcWV1JtMh .card {
    margin-bottom: 1rem;
  }
}
.cid-ukcWV1JtMh .card-title {
  margin-bottom: 0rem;
}
.cid-ukcWV1JtMh a {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcWV1JtMh .card-box:hover a:hover {
  color: #c4ad8a !important;
}
.cid-ukcWV1JtMh .align-center {
  text-align: center;
}
.cid-ukcWV1JtMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcWV1JtMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcWUujVlu {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #1b1b1b;
}
.cid-ukcWUujVlu .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-ukcWUujVlu .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #c4ad8a;
  transition: all 0.3s;
}
.cid-ukcWUujVlu .mbr-iconfont-social:hover {
  color: #c4ad8a;
}
.cid-ukcWUujVlu .mbr-section-title,
.cid-ukcWUujVlu .social-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.cid-ukcWUujVlu .social-list a {
  transition: 0.3s;
}
.cid-ukcWUujVlu .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-ukcWUujVlu .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-ukcWUujVlu .social-list {
    margin-bottom: 2rem;
  }
  .cid-ukcWUujVlu .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukcWUujVlu .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-ukcWUujVlu .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-ukcWUujVlu .row {
    padding: 0 1rem;
  }
}
.cid-ukcWUujVlu .vertical-line:before {
  content: '';
  background-color: #c4ad8a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-ukcWUujVlu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukcWUujVlu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukcYsyLWHM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ukcYsyLWHM .media-container-row {
  align-items: center;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukcYsyLWHM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukcYsyLWHM .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-ukcYsyLWHM .foot-menu-item {
  transform: 0.2s;
}
.cid-ukcYsyLWHM .foot-menu-item:hover a {
  color: #c4ad8a !important;
}
.cid-ukcYsyLWHM .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukcYsyLWHM .foot-menu-item:hover::before {
  width: 60px;
  background-color: #c4ad8a;
}
.cid-ukcYsyLWHM .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-ukcYsyLWHM .foot-menu {
    justify-content: center;
  }
  .cid-ukcYsyLWHM .mbr-text {
    text-align: center;
  }
  .cid-ukcYsyLWHM .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ukcYsyLWHM .foot-menu {
    justify-content: flex-end;
  }
}
.cid-ukcYsyLWHM .link:hover {
  color: #ffffff;
}
