body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e2c054 !important;
}
.bg-success {
  background-color: #e2c054 !important;
}
.bg-info {
  background-color: #343434 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-success,
.btn-success:active {
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !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: #b28e1e;
  color: #b28e1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #e2c054;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2c054;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #000000;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #010101;
  color: #010101;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #343434;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b28e1e;
  color: #b28e1e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #e2c054;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2c054;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #c1c1c1;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !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: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.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: #e2c054 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #e2c054 !important;
}
.text-info {
  color: #343434 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b28e1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b28e1e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010101 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #343434;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2c054;
  border-color: #e2c054;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2c054;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a7a7a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e2c054;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2c054;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2c054;
  border-bottom-color: #e2c054;
}
.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: #e2c054 !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23e2c054' %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;
}
.cid-t4GS3wNW49 .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4GS3wNW49 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4GS3wNW49 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4GS3wNW49 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t4GS3wNW49 .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4GS3wNW49 .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4GS3wNW49 .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4GS3wNW49 .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4GS3wNW49 a {
  font-style: normal;
}
.cid-t4GS3wNW49 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4GS3wNW49 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4GS3wNW49 .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4GS3wNW49 .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4GS3wNW49 .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4GS3wNW49 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4GS3wNW49 .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4GS3wNW49 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4GS3wNW49 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-content-right {
    display: none;
  }
}
.cid-t4GS3wNW49 .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4GS3wNW49 .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4GS3wNW49 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4GS3wNW49 .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .right-box {
    display: none;
  }
}
.cid-t4GS3wNW49 .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-t4GS3wNW49 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4GS3wNW49 .content-text {
  margin-bottom: 0;
}
.cid-t4GS3wNW49 .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4GS3wNW49 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4GS3wNW49 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4GS3wNW49 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4GS3wNW49 .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4GS3wNW49 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4GS3wNW49 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4GS3wNW49 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4GS3wNW49 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4GS3wNW49 .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4GS3wNW49 .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4GS3wNW49 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4GS3wNW49 .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4GS3wNW49 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4GS3wNW49 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4GS3wNW49 .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4GS3wNW49 .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4GS3wNW49 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4GS3wNW49 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4GS3wNW49 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4GS3wNW49 .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4GS3wNW49 .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4GS3wNW49 .menu-content-top.show {
  display: block;
}
.cid-t4GS3wNW49 .pre-header-right {
  align-self: center;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4GS3wNW49 .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4GS3wNW49 .navbar .menu-content-top {
    display: none;
  }
  .cid-t4GS3wNW49 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4GS3wNW49 .dropdown-item:before {
    display: none;
  }
  .cid-t4GS3wNW49 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4GS3wNW49 img {
    height: 3.8rem !important;
  }
  .cid-t4GS3wNW49 .btn {
    display: flex;
  }
  .cid-t4GS3wNW49 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4GS3wNW49 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4GS3wNW49 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4GS3wNW49 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing,
  .cid-t4GS3wNW49 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-nav,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4GS3wNW49 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4GS3wNW49 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4GS3wNW49 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4GS3wNW49 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4GS3wNW49 .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4GS3wNW49 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4GS3wNW49 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4GS3wNW49 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4GS3wNW49 .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4GS3wNW49 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4GS3wNW49 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4GS3wNW49 .navbar-toggler {
    display: none;
  }
}
.cid-t4GS3wNW49 .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4GS3wNW49 .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4GS3wNW49 .navbar-short {
  background: transparent;
}
.cid-t4GS3wNW49 .navbar-short .menu-content-top,
.cid-t4GS3wNW49 .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4GS3wNW49 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4GS3wNW49 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4GS3wNW49 .dropdown {
  color: #e2c054 !important;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4GS3wNW49 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4GS3wNW49 .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4GS3wNW49 button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4GS3wNW49 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 button.navbar-toggler:focus {
  outline: none;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4GS3wNW49 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4GS3wNW49 .collapsed .btn {
  display: flex;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4GS3wNW49 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4GS3wNW49 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4GS3wNW49 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4GS3wNW49 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4GS3wNW49 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4GS3wNW49 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4GS3wNW49 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4GS3wNW49 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4GS3wNW49 .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4GS3wNW49 .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4GS3wNW49 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4GS3wNW49 .nav-link:focus {
  outline: none;
}
.cid-t4GS3wNW49 .navbar-toggler {
  position: relative;
}
.cid-t4GS3wNW49 .dropdown-item.active,
.cid-t4GS3wNW49 .dropdown-item:active {
  color: auto;
}
.cid-t4GS3wNW49 .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4GS3wNW49 .widget-title,
.cid-t4GS3wNW49 .widget-icon {
  color: #ffffff;
}
.cid-t4GS3wNW49 .widget-text {
  color: #ffffff;
}
.cid-vhGD9pP0tm {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-vhGD9pP0tm .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-vhGD9pP0tm .wrapper {
  position: relative;
}
.cid-vhGD9pP0tm .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-vhGD9pP0tm .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-vhGD9pP0tm .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-vhGD9pP0tm .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-vhGD9pP0tm .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-vhGD9pP0tm .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-vhGD9pP0tm .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-vhGD9pP0tm .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-vhGD9pP0tm .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-vhGD9pP0tm .img2 {
    width: 400px;
  }
  .cid-vhGD9pP0tm .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-vhGD9pP0tm .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-vhGD9pP0tm .img2 {
    width: 400px;
  }
  .cid-vhGD9pP0tm .img1 {
    padding-right: 4rem;
  }
  .cid-vhGD9pP0tm .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhGD9pP0tm .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-vhGD9pP0tm .img2 {
    width: 200px;
  }
  .cid-vhGD9pP0tm .container-fluid {
    padding: 0 1rem;
  }
  .cid-vhGD9pP0tm .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rArWGumJqV {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rArWGumJqV .text-wrap {
  background-color: #000000;
  padding: 3rem 6rem;
}
.cid-rArWGumJqV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-rArWGumJqV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArWGumJqV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArWGumJqV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWGumJqV .mbr-text,
.cid-rArWGumJqV .link-wrap {
  text-align: center;
}
.cid-rArWGumJqV H4 {
  color: #e2c054;
}
@media (max-width: 992px) {
  .cid-rArWGumJqV .img1 {
    width: 50%;
  }
  .cid-rArWGumJqV .text-wrap {
    background-color: #000000;
    padding: 2rem 2rem;
  }
}
.cid-vhO956gg6s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhO956gg6s img,
.cid-vhO956gg6s .item-img {
  width: 100%;
}
.cid-vhO956gg6s .item:focus,
.cid-vhO956gg6s span:focus {
  outline: none;
}
.cid-vhO956gg6s .item-wrapper {
  position: relative;
}
.cid-vhO956gg6s .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vhO956gg6s .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vhO956gg6s .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vhO956gg6s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vhO956gg6s .mbr-section-title {
  color: #232323;
}
.cid-vhO956gg6s .mbr-text,
.cid-vhO956gg6s .mbr-section-btn {
  text-align: left;
}
.cid-vhO956gg6s .item-title {
  text-align: left;
}
.cid-vhO956gg6s .item-subtitle {
  text-align: left;
}
.cid-vhO956gg6s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vhO956gg6s .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vhO956gg6s .embla__button--next,
.cid-vhO956gg6s .embla__button--prev {
  display: flex;
}
.cid-vhO956gg6s .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhO956gg6s .embla__button {
    display: none;
  }
}
.cid-vhO956gg6s .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vhO956gg6s .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vhO956gg6s .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhO956gg6s .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhO956gg6s .embla__button {
    top: auto;
  }
}
.cid-vhO956gg6s .embla {
  position: relative;
  width: 100%;
}
.cid-vhO956gg6s .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vhO956gg6s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vhO956gg6s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vhO956gg6s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vhRKk3dUXx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhRKk3dUXx .item:focus,
.cid-vhRKk3dUXx span:focus {
  outline: none;
}
.cid-vhRKk3dUXx .item {
  cursor: pointer;
}
.cid-vhRKk3dUXx .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vhRKk3dUXx .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vhRKk3dUXx .grid-container-1,
.cid-vhRKk3dUXx .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vhRKk3dUXx .grid-container-1,
  .cid-vhRKk3dUXx .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vhRKk3dUXx .mbr-section-title {
  color: #000000;
}
.cid-vhRKk3dUXx .mbr-text,
.cid-vhRKk3dUXx .mbr-section-btn {
  color: #000000;
}
.cid-vhRKk3dUXx .content-head {
  max-width: 800px;
}
.cid-vhRKk3dUXx .container,
.cid-vhRKk3dUXx .container-fluid {
  overflow: hidden;
}
.cid-vhRKk3dUXx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vhRKk3dUXx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhRKk3dUXx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhRKk3dUXx .grid-item img {
    min-width: 35vw;
  }
}
.cid-vhRKk3dUXx .grid-container-1,
.cid-vhRKk3dUXx .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vhRKk3dUXx .grid-container-1 {
  align-items: flex-end;
}
.cid-vhRKk3dUXx .grid-container-2 {
  align-items: flex-start;
}
.cid-t3VWRA4TNR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t3VWRA4TNR h2 {
  text-align: center;
}
.cid-t3VWRA4TNR h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t3VWRA4TNR p {
  color: #767676;
}
.cid-t3VWRA4TNR img {
  object-fit: cover;
}
.cid-t3VWRA4TNR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3VWRA4TNR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t3VWRA4TNR .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-t3VWRA4TNR .mbr-section-subtitle {
  color: #767676;
}
.cid-t3VWRA4TNR .card-title {
  font-weight: 500;
}
.cid-t3VWRA4TNR .card-img {
  text-align: inherit;
}
.cid-t3VWRA4TNR .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t3VWRA4TNR .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t3VWRA4TNR .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t3VWRA4TNR .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-t3VWRA4TNR .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-t3VWRA4TNR .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-t3VWRA4TNR .mbr-crt-title {
  color: #e2c054;
}
.cid-uAcXS9YJml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uAcXS9YJml img {
  width: 90%;
}
.cid-uAcXS9YJml .mbr-text,
.cid-uAcXS9YJml .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uAcXS9YJml img {
    width: 100%;
  }
  .cid-uAcXS9YJml .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-t4FXQOjg8y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FXQOjg8y .container {
  padding: 0 5%;
}
.cid-t4FXQOjg8y .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-t4FXQOjg8y .features-content span {
  color: #e2c054;
}
.cid-t4FXQOjg8y .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-t4FXQOjg8y .features-content {
    width: auto;
  }
}
.cid-t4FXQOjg8y .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-t4FXQOjg8y .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-t4FXQOjg8y .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-t4FXQOjg8y .btn:hover {
  background: #e2c054 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .btn {
    width: 200px;
  }
}
.cid-t4FXQOjg8y .mbr-text,
.cid-t4FXQOjg8y .btn {
  color: #FFFFFF;
}
.cid-t4FXQOjg8y .mbr-text,
.cid-t4FXQOjg8y .mbr-iconfont {
  color: #000000;
}
.cid-t3WcMa41xP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3WcMa41xP [class^="socicon-"]:before,
.cid-t3WcMa41xP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3WcMa41xP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t3WcMa41xP .btn-social:hover {
  background: #e2c054;
}
.cid-t3WcMa41xP .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-rArWJRbpio {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rArWJRbpio .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rArWJRbpio h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-rArWJRbpio .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rArWJRbpio .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rArWJRbpio .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rArWJRbpio .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rArWJRbpio .col,
  .cid-rArWJRbpio .col-lg-6 {
    max-width: 48%;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWJRbpio .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rArWJRbpio label {
  margin-bottom: 0;
}
.cid-rArWJRbpio .form-row {
  justify-content: space-between;
}
.cid-rArWJRbpio .form-control,
.cid-rArWJRbpio .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control input:-moz-placeholder,
.cid-rArWJRbpio .field-input input:-moz-placeholder,
.cid-rArWJRbpio .form-control textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover,
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .form-control:hover input:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover input:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus input:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus input:-moz-placeholder,
.cid-rArWJRbpio .form-control:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .jq-number__spin:hover,
.cid-rArWJRbpio .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-selectbox li,
.cid-rArWJRbpio .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox li:hover,
.cid-rArWJRbpio .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:hover:after,
.cid-rArWJRbpio .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:after,
.cid-rArWJRbpio .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio input::-webkit-clear-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-inner-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-outer-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rArWJRbpio H5 {
  text-align: center;
}
.cid-rArWJRbpio P {
  text-align: center;
}
.cid-rArWJRbpio LABEL {
  color: #000000;
}
.cid-rArWJRbpio H4 {
  color: #343434;
}
.cid-rArWJZPMfb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rArWJZPMfb .mbr-text {
  color: #000000;
}
.cid-rArWJZPMfb .container {
  max-width: 1000px;
}
.cid-rArWJZPMfb h4 {
  text-align: center;
}
.cid-rArWJZPMfb p {
  text-align: center;
}
.cid-rArWJZPMfb .row {
  justify-content: center;
}
.cid-rArWJZPMfb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rArWJZPMfb .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-rArWJZPMfb .card-title,
.cid-rArWJZPMfb .card-img {
  color: #e2c054;
}
.cid-rArWJZPMfb .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-rArWJZPMfb .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-rArWJZPMfb img {
  margin-bottom: 5rem;
}
.cid-rArWKbZ4Lx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rArWKbZ4Lx .media-container-row .mbr-text {
  color: #767676;
}
.cid-t4H51hUZuk .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H51hUZuk .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H51hUZuk .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H51hUZuk .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t4H51hUZuk .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H51hUZuk .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H51hUZuk .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H51hUZuk .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H51hUZuk a {
  font-style: normal;
}
.cid-t4H51hUZuk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H51hUZuk .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H51hUZuk .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H51hUZuk .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H51hUZuk .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H51hUZuk .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H51hUZuk .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H51hUZuk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H51hUZuk .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-content-right {
    display: none;
  }
}
.cid-t4H51hUZuk .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H51hUZuk .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H51hUZuk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H51hUZuk .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .right-box {
    display: none;
  }
}
.cid-t4H51hUZuk .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-t4H51hUZuk .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H51hUZuk .content-text {
  margin-bottom: 0;
}
.cid-t4H51hUZuk .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H51hUZuk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H51hUZuk .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H51hUZuk .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H51hUZuk .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H51hUZuk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H51hUZuk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H51hUZuk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H51hUZuk .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H51hUZuk .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H51hUZuk .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H51hUZuk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H51hUZuk .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H51hUZuk .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H51hUZuk .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H51hUZuk .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H51hUZuk .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H51hUZuk .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H51hUZuk .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H51hUZuk .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H51hUZuk .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H51hUZuk .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H51hUZuk .menu-content-top.show {
  display: block;
}
.cid-t4H51hUZuk .pre-header-right {
  align-self: center;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H51hUZuk .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H51hUZuk .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H51hUZuk .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H51hUZuk .dropdown-item:before {
    display: none;
  }
  .cid-t4H51hUZuk .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H51hUZuk img {
    height: 3.8rem !important;
  }
  .cid-t4H51hUZuk .btn {
    display: flex;
  }
  .cid-t4H51hUZuk button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H51hUZuk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H51hUZuk .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H51hUZuk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing,
  .cid-t4H51hUZuk .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H51hUZuk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H51hUZuk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H51hUZuk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H51hUZuk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H51hUZuk .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H51hUZuk .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H51hUZuk .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H51hUZuk .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H51hUZuk .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H51hUZuk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H51hUZuk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H51hUZuk .navbar-toggler {
    display: none;
  }
}
.cid-t4H51hUZuk .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H51hUZuk .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H51hUZuk .navbar-short {
  background: transparent;
}
.cid-t4H51hUZuk .navbar-short .menu-content-top,
.cid-t4H51hUZuk .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H51hUZuk .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H51hUZuk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H51hUZuk .dropdown {
  color: #e2c054 !important;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H51hUZuk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H51hUZuk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H51hUZuk .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H51hUZuk button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H51hUZuk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H51hUZuk .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H51hUZuk .collapsed .btn {
  display: flex;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H51hUZuk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H51hUZuk .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H51hUZuk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H51hUZuk .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H51hUZuk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H51hUZuk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H51hUZuk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H51hUZuk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H51hUZuk .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H51hUZuk .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H51hUZuk .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H51hUZuk .nav-link:focus {
  outline: none;
}
.cid-t4H51hUZuk .navbar-toggler {
  position: relative;
}
.cid-t4H51hUZuk .dropdown-item.active,
.cid-t4H51hUZuk .dropdown-item:active {
  color: auto;
}
.cid-t4H51hUZuk .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4H51hUZuk .widget-title,
.cid-t4H51hUZuk .widget-icon {
  color: #ffffff;
}
.cid-t4H51hUZuk .widget-text {
  color: #ffffff;
}
.cid-t4aIEk5un7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pullenstombstones-home-page-1.webp");
}
.cid-t4aIEl7p9R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aIEl7p9R .mbr-section-subtitle {
  color: #767676;
}
.cid-t4aIEl7p9R H2 {
  color: #000000;
}
.cid-t4aIElMoz5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4aIElMoz5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aIElMoz5 p {
  color: #767676;
  text-align: left;
}
.cid-t4aIElMoz5 .card-box {
  padding-top: 2rem;
}
.cid-t4aIElMoz5 .card-wrapper {
  height: 100%;
}
.cid-vhHzLlq8yv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhHzLlq8yv .mbr-section-subtitle {
  color: #767676;
}
.cid-vhHzLlq8yv H2 {
  color: #000000;
}
.cid-vhHzNVRllj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vhHzNVRllj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vhHzNVRllj p {
  color: #767676;
  text-align: left;
}
.cid-vhHzNVRllj .card-box {
  padding-top: 2rem;
}
.cid-vhHzNVRllj .card-wrapper {
  height: 100%;
}
.cid-t4aIEnERTy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t4aIEnERTy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t4aIEnERTy .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t4aIEnERTy .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t4aIEnERTy .mbr-section-title {
  color: #efefef;
}
.cid-t4aIEnERTy .mbr-text,
.cid-t4aIEnERTy .mbr-section-btn,
.cid-t4aIEnERTy .social-row {
  color: #efefef;
}
.cid-t4FonYdiTW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4FonYdiTW .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FonYdiTW .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4FonYdiTW .mbr-section-title {
  color: #000000;
}
.cid-t4FonYdiTW .mbr-text {
  color: #6c7577;
}
.cid-t4FonYdiTW .btn {
  padding: 1rem 3.4rem;
}
.cid-t4FonYdiTW .mbr-text,
.cid-t4FonYdiTW .mbr-section-btn {
  color: #000000;
}
.cid-t4FqTmciYZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FqTmciYZ [class^="socicon-"]:before,
.cid-t4FqTmciYZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FqTmciYZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FqTmciYZ .btn-social:hover {
  background: #e2c054;
}
.cid-t4FqTmciYZ .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-vhMMdIJpxs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhMMdIJpxs .mbr-text {
  color: #000000;
}
.cid-vhMMdIJpxs .container {
  max-width: 1000px;
}
.cid-vhMMdIJpxs h4 {
  text-align: center;
}
.cid-vhMMdIJpxs p {
  text-align: center;
}
.cid-vhMMdIJpxs .row {
  justify-content: center;
}
.cid-vhMMdIJpxs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vhMMdIJpxs .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-vhMMdIJpxs .card-title,
.cid-vhMMdIJpxs .card-img {
  color: #e2c054;
}
.cid-vhMMdIJpxs .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-vhMMdIJpxs .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-vhMMdIJpxs img {
  margin-bottom: 5rem;
}
.cid-t4FqVc6zSZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FqVc6zSZ .media-container-row .mbr-text {
  color: #767676;
}
.cid-usbhxSDowO .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-usbhxSDowO .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-usbhxSDowO .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-usbhxSDowO .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-usbhxSDowO .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-usbhxSDowO .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-usbhxSDowO .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-usbhxSDowO .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-usbhxSDowO .navbar-fixed-top.opened {
  position: relative;
}
.cid-usbhxSDowO a {
  font-style: normal;
}
.cid-usbhxSDowO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-usbhxSDowO .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-usbhxSDowO .nav-item .nav-link {
  color: #ffffff;
}
.cid-usbhxSDowO .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-usbhxSDowO .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-usbhxSDowO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-usbhxSDowO .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-usbhxSDowO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-usbhxSDowO .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-content-right {
    display: none;
  }
}
.cid-usbhxSDowO .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-usbhxSDowO .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-usbhxSDowO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-usbhxSDowO .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-usbhxSDowO .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-usbhxSDowO .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-usbhxSDowO .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-usbhxSDowO .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .right-box {
    display: none;
  }
}
.cid-usbhxSDowO .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-usbhxSDowO .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-usbhxSDowO .content-text {
  margin-bottom: 0;
}
.cid-usbhxSDowO .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-usbhxSDowO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-usbhxSDowO .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-usbhxSDowO .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-usbhxSDowO .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-usbhxSDowO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-usbhxSDowO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-usbhxSDowO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-usbhxSDowO .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-usbhxSDowO .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usbhxSDowO .nav-dropdown .link {
  font-weight: 600;
}
.cid-usbhxSDowO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-usbhxSDowO .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-usbhxSDowO .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-usbhxSDowO .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-usbhxSDowO .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-usbhxSDowO .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-usbhxSDowO .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-usbhxSDowO .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-usbhxSDowO .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-usbhxSDowO .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-usbhxSDowO .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-usbhxSDowO .menu-content-top.show {
  display: block;
}
.cid-usbhxSDowO .pre-header-right {
  align-self: center;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-usbhxSDowO .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-usbhxSDowO .navbar .menu-content-top {
    display: none;
  }
  .cid-usbhxSDowO .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-usbhxSDowO .dropdown-item:before {
    display: none;
  }
  .cid-usbhxSDowO .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-usbhxSDowO img {
    height: 3.8rem !important;
  }
  .cid-usbhxSDowO .btn {
    display: flex;
  }
  .cid-usbhxSDowO button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-usbhxSDowO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-usbhxSDowO .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-usbhxSDowO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing,
  .cid-usbhxSDowO .navbar-collapse.show {
    display: block !important;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-nav,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-buttons,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-usbhxSDowO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-usbhxSDowO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-usbhxSDowO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-usbhxSDowO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-usbhxSDowO .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-usbhxSDowO .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-usbhxSDowO .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-usbhxSDowO .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-usbhxSDowO .navbar {
    display: block;
    padding: 0;
  }
  .cid-usbhxSDowO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-usbhxSDowO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-usbhxSDowO .navbar-toggler {
    display: none;
  }
}
.cid-usbhxSDowO .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-usbhxSDowO .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-area-wrapper {
    height: 100%;
  }
}
.cid-usbhxSDowO .navbar-short {
  background: transparent;
}
.cid-usbhxSDowO .navbar-short .menu-content-top,
.cid-usbhxSDowO .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-usbhxSDowO .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-usbhxSDowO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-usbhxSDowO .dropdown {
  color: #e2c054 !important;
}
.cid-usbhxSDowO .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-usbhxSDowO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usbhxSDowO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-usbhxSDowO .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-usbhxSDowO button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-usbhxSDowO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO button.navbar-toggler:focus {
  outline: none;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-usbhxSDowO .collapsed .menu-logo {
  margin-right: 0;
}
.cid-usbhxSDowO .collapsed .btn {
  display: flex;
}
.cid-usbhxSDowO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing,
.cid-usbhxSDowO .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-usbhxSDowO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-usbhxSDowO .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usbhxSDowO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-usbhxSDowO .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-usbhxSDowO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-usbhxSDowO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-usbhxSDowO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-usbhxSDowO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-usbhxSDowO .collapsed .dropdown-item:before {
  display: none;
}
.cid-usbhxSDowO .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-usbhxSDowO .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-usbhxSDowO .nav-link:focus {
  outline: none;
}
.cid-usbhxSDowO .navbar-toggler {
  position: relative;
}
.cid-usbhxSDowO .dropdown-item.active,
.cid-usbhxSDowO .dropdown-item:active {
  color: auto;
}
.cid-usbhxSDowO .dropdown-item:hover {
  color: #e2c054;
}
.cid-usbhxSDowO .widget-title,
.cid-usbhxSDowO .widget-icon {
  color: #ffffff;
}
.cid-usbhxSDowO .widget-text {
  color: #ffffff;
}
.cid-usbhxM9CXi {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/2-3-2000x857.jpg");
}
.cid-usbhxM9CXi DIV {
  text-align: right;
}
.cid-usbhxMsdUA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-usbhxMsdUA .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-usbhxMsdUA .title {
  max-width: 800px;
  margin: auto;
}
.cid-usbhxMsdUA .text-wrap {
  padding: 0 1rem;
}
.cid-usbhxMsdUA .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-usbhxMsdUA .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-usbhxMsdUA .link:hover:before {
  margin-right: -0.4rem;
}
.cid-usbhxMsdUA .card-block:hover img {
  transform: scale(1.1);
}
.cid-usbhxMsdUA .card {
  padding: 0;
}
.cid-usbhxMsdUA .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-usbhxMsdUA .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-usbhxMsdUA .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-usbhxMsdUA H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-usbhxMsdUA .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-usbhxN0DpJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/granite-tops-prices-1-1900x1200.jpg");
}
.cid-usbhxN0DpJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-usbhxN0DpJ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-usbhxN0DpJ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-usbhxN0DpJ .mbr-text,
.cid-usbhxN0DpJ .mbr-section-btn,
.cid-usbhxN0DpJ .social-row {
  color: #000000;
}
.cid-vhMOQCXteE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhMOQCXteE .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-vhMOQCXteE .title {
  max-width: 800px;
  margin: auto;
}
.cid-vhMOQCXteE .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-vhMOQCXteE .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-vhMOQCXteE .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-vhMOQCXteE .link:hover:before {
  margin-right: -0.4rem;
}
.cid-vhMOQCXteE .card-block:hover img {
  transform: scale(1.1);
}
.cid-vhMOQCXteE .card {
  padding: 0;
}
.cid-vhMOQCXteE .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-vhMOQCXteE .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-vhMOQCXteE .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-vhMOQCXteE H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-vhMOQCXteE .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-vhMOQCXteE H1 {
  color: #b69b74;
}
.cid-usbhxPxPJh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usbhxPxPJh .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usbhxPxPJh .content-wrapper {
    padding: 1rem;
  }
}
.cid-usbhxPxPJh .mbr-section-title {
  color: #000000;
}
.cid-usbhxPxPJh .mbr-text {
  color: #6c7577;
}
.cid-usbhxPxPJh .btn {
  padding: 1rem 3.4rem;
}
.cid-usbhxPxPJh .mbr-text,
.cid-usbhxPxPJh .mbr-section-btn {
  color: #000000;
}
.cid-usbhxPUO3B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usbhxPUO3B [class^="socicon-"]:before,
.cid-usbhxPUO3B [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-usbhxPUO3B .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-usbhxPUO3B .btn-social:hover {
  background: #e2c054;
}
.cid-usbhxPUO3B .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-vhMODzPG2K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhMODzPG2K .mbr-text {
  color: #000000;
}
.cid-vhMODzPG2K .container {
  max-width: 1000px;
}
.cid-vhMODzPG2K h4 {
  text-align: center;
}
.cid-vhMODzPG2K p {
  text-align: center;
}
.cid-vhMODzPG2K .row {
  justify-content: center;
}
.cid-vhMODzPG2K .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vhMODzPG2K .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-vhMODzPG2K .card-title,
.cid-vhMODzPG2K .card-img {
  color: #e2c054;
}
.cid-vhMODzPG2K .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-vhMODzPG2K .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-vhMODzPG2K img {
  margin-bottom: 5rem;
}
.cid-usbhxSgkTx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usbhxSgkTx .media-container-row .mbr-text {
  color: #767676;
}
.cid-t4H4OCXSTz .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H4OCXSTz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H4OCXSTz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4OCXSTz .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t4H4OCXSTz .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H4OCXSTz .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H4OCXSTz .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H4OCXSTz .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H4OCXSTz a {
  font-style: normal;
}
.cid-t4H4OCXSTz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H4OCXSTz .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H4OCXSTz .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H4OCXSTz .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H4OCXSTz .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H4OCXSTz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H4OCXSTz .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4OCXSTz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H4OCXSTz .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-content-right {
    display: none;
  }
}
.cid-t4H4OCXSTz .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H4OCXSTz .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H4OCXSTz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H4OCXSTz .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .right-box {
    display: none;
  }
}
.cid-t4H4OCXSTz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4OCXSTz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H4OCXSTz .content-text {
  margin-bottom: 0;
}
.cid-t4H4OCXSTz .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H4OCXSTz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H4OCXSTz .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H4OCXSTz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H4OCXSTz .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H4OCXSTz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H4OCXSTz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H4OCXSTz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H4OCXSTz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H4OCXSTz .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H4OCXSTz .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H4OCXSTz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H4OCXSTz .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H4OCXSTz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4OCXSTz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4OCXSTz .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H4OCXSTz .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H4OCXSTz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H4OCXSTz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4OCXSTz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4OCXSTz .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H4OCXSTz .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H4OCXSTz .menu-content-top.show {
  display: block;
}
.cid-t4H4OCXSTz .pre-header-right {
  align-self: center;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H4OCXSTz .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H4OCXSTz .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H4OCXSTz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H4OCXSTz .dropdown-item:before {
    display: none;
  }
  .cid-t4H4OCXSTz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H4OCXSTz img {
    height: 3.8rem !important;
  }
  .cid-t4H4OCXSTz .btn {
    display: flex;
  }
  .cid-t4H4OCXSTz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H4OCXSTz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H4OCXSTz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H4OCXSTz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing,
  .cid-t4H4OCXSTz .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4OCXSTz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H4OCXSTz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H4OCXSTz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H4OCXSTz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H4OCXSTz .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H4OCXSTz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4OCXSTz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4OCXSTz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H4OCXSTz .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H4OCXSTz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H4OCXSTz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H4OCXSTz .navbar-toggler {
    display: none;
  }
}
.cid-t4H4OCXSTz .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H4OCXSTz .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H4OCXSTz .navbar-short {
  background: transparent;
}
.cid-t4H4OCXSTz .navbar-short .menu-content-top,
.cid-t4H4OCXSTz .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H4OCXSTz .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4OCXSTz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H4OCXSTz .dropdown {
  color: #e2c054 !important;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H4OCXSTz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H4OCXSTz .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H4OCXSTz button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H4OCXSTz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4OCXSTz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H4OCXSTz .collapsed .btn {
  display: flex;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H4OCXSTz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H4OCXSTz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4OCXSTz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H4OCXSTz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4OCXSTz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H4OCXSTz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H4OCXSTz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H4OCXSTz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H4OCXSTz .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H4OCXSTz .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H4OCXSTz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H4OCXSTz .nav-link:focus {
  outline: none;
}
.cid-t4H4OCXSTz .navbar-toggler {
  position: relative;
}
.cid-t4H4OCXSTz .dropdown-item.active,
.cid-t4H4OCXSTz .dropdown-item:active {
  color: auto;
}
.cid-t4H4OCXSTz .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4H4OCXSTz .widget-title,
.cid-t4H4OCXSTz .widget-icon {
  color: #ffffff;
}
.cid-t4H4OCXSTz .widget-text {
  color: #ffffff;
}
.cid-t4aqIQN214 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/sandblasting-0eb16dad-b487-4894-a1d1-3730c8669a2c.webp");
}
.cid-t4aqIQN214 DIV {
  text-align: right;
}
.cid-t4aqISixfe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4aqISixfe .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-t4aqISixfe .title {
  max-width: 800px;
  margin: auto;
}
.cid-t4aqISixfe .text-wrap {
  padding: 0 1rem;
}
.cid-t4aqISixfe .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-t4aqISixfe .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-t4aqISixfe .link:hover:before {
  margin-right: -0.4rem;
}
.cid-t4aqISixfe .card-block:hover img {
  transform: scale(1.1);
}
.cid-t4aqISixfe .card {
  padding: 0;
}
.cid-t4aqISixfe .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t4aqISixfe .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-t4aqISixfe .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-t4aqISixfe H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-t4aqISixfe .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-t4aqISixfe .mbr-section-title {
  color: #000000;
}
.cid-t4aqISixfe .mbr-section-subtitle {
  color: #343434;
}
.cid-t4aqITJYif {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sandblasting-0eb16dad-b487-4894-a1d1-3730c8669a2c.webp");
}
.cid-t4aqITJYif .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t4aqITJYif .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t4aqITJYif .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t4aqITJYif .mbr-section-title {
  color: #efefef;
}
.cid-t4aqITJYif .mbr-text,
.cid-t4aqITJYif .mbr-section-btn,
.cid-t4aqITJYif .social-row {
  color: #efefef;
}
.cid-t4aqIV8Dn5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4aqIV8Dn5 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t4aqIV8Dn5 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4aqIV8Dn5 .image-wrapper {
    padding: 30px;
  }
}
.cid-t4aqIV8Dn5 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4aqIV8Dn5 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4aqIV8Dn5 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t4aqIV8Dn5 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4aqIV8Dn5 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t4aqIV8Dn5 .col-text {
    text-align: center;
  }
}
.cid-t4aqIV8Dn5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4aqIV8Dn5 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4aqIV8Dn5 .label-text {
    text-align: center !important;
  }
}
.cid-t4aqIV8Dn5 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t4aqIV8Dn5 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4aqIV8Dn5 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4aqIV8Dn5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4aqIV8Dn5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4aDAzhT7r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4aDAzhT7r .card {
  align-self: stretch;
}
.cid-t4aDAzhT7r .card-box {
  height: 100%;
  background-color: #f1eeea;
  padding: 2rem;
}
.cid-t4aDAzhT7r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aDAzhT7r p {
  color: #767676;
  text-align: left;
}
.cid-t4aDAzhT7r .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t4aDAzhT7r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t4aDAzhT7r .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t4aDAzhT7r P {
  color: #000000;
}
.cid-t4aE4dasHR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aE4dasHR .card {
  align-self: stretch;
}
.cid-t4aE4dasHR .card-box {
  height: 100%;
  background-color: #f1eeea;
  padding: 2rem;
}
.cid-t4aE4dasHR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aE4dasHR p {
  color: #767676;
  text-align: left;
}
.cid-t4aE4dasHR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t4aE4dasHR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t4aE4dasHR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t4aE4dasHR P {
  color: #000000;
}
.cid-t4FnsD7W0h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4FnsD7W0h .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FnsD7W0h .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4FnsD7W0h .mbr-section-title {
  color: #000000;
}
.cid-t4FnsD7W0h .mbr-text {
  color: #6c7577;
}
.cid-t4FnsD7W0h .btn {
  padding: 1rem 3.4rem;
}
.cid-t4FnsD7W0h .mbr-text,
.cid-t4FnsD7W0h .mbr-section-btn {
  color: #000000;
}
.cid-t4FpBJ26bO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FpBJ26bO [class^="socicon-"]:before,
.cid-t4FpBJ26bO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FpBJ26bO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FpBJ26bO .btn-social:hover {
  background: #e2c054;
}
.cid-t4FpBJ26bO .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-vhMMImMeyq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhMMImMeyq .mbr-text {
  color: #000000;
}
.cid-vhMMImMeyq .container {
  max-width: 1000px;
}
.cid-vhMMImMeyq h4 {
  text-align: center;
}
.cid-vhMMImMeyq p {
  text-align: center;
}
.cid-vhMMImMeyq .row {
  justify-content: center;
}
.cid-vhMMImMeyq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vhMMImMeyq .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-vhMMImMeyq .card-title,
.cid-vhMMImMeyq .card-img {
  color: #e2c054;
}
.cid-vhMMImMeyq .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-vhMMImMeyq .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-vhMMImMeyq img {
  margin-bottom: 5rem;
}
.cid-t4FpE76q3r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FpE76q3r .media-container-row .mbr-text {
  color: #767676;
}
.cid-t4H4LHnHsc .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H4LHnHsc .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H4LHnHsc .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4LHnHsc .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t4H4LHnHsc .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H4LHnHsc .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H4LHnHsc .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H4LHnHsc .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H4LHnHsc a {
  font-style: normal;
}
.cid-t4H4LHnHsc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H4LHnHsc .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H4LHnHsc .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H4LHnHsc .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H4LHnHsc .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H4LHnHsc .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H4LHnHsc .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4LHnHsc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H4LHnHsc .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-content-right {
    display: none;
  }
}
.cid-t4H4LHnHsc .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H4LHnHsc .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H4LHnHsc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H4LHnHsc .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .right-box {
    display: none;
  }
}
.cid-t4H4LHnHsc .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4LHnHsc .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H4LHnHsc .content-text {
  margin-bottom: 0;
}
.cid-t4H4LHnHsc .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H4LHnHsc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H4LHnHsc .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H4LHnHsc .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H4LHnHsc .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H4LHnHsc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H4LHnHsc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H4LHnHsc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H4LHnHsc .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H4LHnHsc .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H4LHnHsc .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H4LHnHsc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H4LHnHsc .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H4LHnHsc .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4LHnHsc .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4LHnHsc .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H4LHnHsc .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H4LHnHsc .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H4LHnHsc .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4LHnHsc .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4LHnHsc .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H4LHnHsc .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H4LHnHsc .menu-content-top.show {
  display: block;
}
.cid-t4H4LHnHsc .pre-header-right {
  align-self: center;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H4LHnHsc .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H4LHnHsc .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H4LHnHsc .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H4LHnHsc .dropdown-item:before {
    display: none;
  }
  .cid-t4H4LHnHsc .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H4LHnHsc img {
    height: 3.8rem !important;
  }
  .cid-t4H4LHnHsc .btn {
    display: flex;
  }
  .cid-t4H4LHnHsc button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H4LHnHsc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H4LHnHsc .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H4LHnHsc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing,
  .cid-t4H4LHnHsc .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4LHnHsc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H4LHnHsc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H4LHnHsc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H4LHnHsc .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H4LHnHsc .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H4LHnHsc .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4LHnHsc .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4LHnHsc .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H4LHnHsc .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H4LHnHsc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H4LHnHsc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H4LHnHsc .navbar-toggler {
    display: none;
  }
}
.cid-t4H4LHnHsc .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H4LHnHsc .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H4LHnHsc .navbar-short {
  background: transparent;
}
.cid-t4H4LHnHsc .navbar-short .menu-content-top,
.cid-t4H4LHnHsc .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H4LHnHsc .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4LHnHsc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H4LHnHsc .dropdown {
  color: #e2c054 !important;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H4LHnHsc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H4LHnHsc .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H4LHnHsc button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H4LHnHsc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4LHnHsc .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H4LHnHsc .collapsed .btn {
  display: flex;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H4LHnHsc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H4LHnHsc .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4LHnHsc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H4LHnHsc .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4LHnHsc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H4LHnHsc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H4LHnHsc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H4LHnHsc .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H4LHnHsc .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H4LHnHsc .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H4LHnHsc .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H4LHnHsc .nav-link:focus {
  outline: none;
}
.cid-t4H4LHnHsc .navbar-toggler {
  position: relative;
}
.cid-t4H4LHnHsc .dropdown-item.active,
.cid-t4H4LHnHsc .dropdown-item:active {
  color: auto;
}
.cid-t4H4LHnHsc .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4H4LHnHsc .widget-title,
.cid-t4H4LHnHsc .widget-icon {
  color: #ffffff;
}
.cid-t4H4LHnHsc .widget-text {
  color: #ffffff;
}
.cid-rArXEdIV84 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/office-meeting-room-idea-3-2000x1331.jpg");
}
.cid-rArXEdIV84 DIV {
  text-align: center;
}
.cid-rArXEqnXGf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rArXEqnXGf .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rArXEqnXGf .title {
  max-width: 800px;
  margin: auto;
}
.cid-rArXEqnXGf .text-wrap {
  padding: 0 1rem;
}
.cid-rArXEqnXGf .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArXEqnXGf .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArXEqnXGf .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArXEqnXGf .card-block:hover img {
  transform: scale(1.1);
}
.cid-rArXEqnXGf .card {
  padding: 0;
}
.cid-rArXEqnXGf .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rArXEqnXGf .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rArXEqnXGf .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rArXEqnXGf H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-rArXEqnXGf .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-t3WoWvw7GI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-home-1916x984.jpg");
}
.cid-t3WoWvw7GI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t3WoWvw7GI .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t3WoWvw7GI .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t4ajatfPLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4ajatfPLA .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t4ajatfPLA .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4ajatfPLA .image-wrapper {
    padding: 30px;
  }
}
.cid-t4ajatfPLA .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4ajatfPLA .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4ajatfPLA .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t4ajatfPLA .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4ajatfPLA .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t4ajatfPLA .col-text {
    text-align: center;
  }
}
.cid-t4ajatfPLA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4ajatfPLA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4ajatfPLA .label-text {
    text-align: center !important;
  }
}
.cid-t4ajatfPLA .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t4ajatfPLA .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4ajatfPLA .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4ajatfPLA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4ajatfPLA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ah8NMaWM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ah8NMaWM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t4ah8NMaWM .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t4ah8NMaWM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .text-wrapper {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e2c054;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .label-text {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .mbr-text {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t4ah8NMaWM .mbr-section-btn .btn {
  padding: 0;
}
.cid-t4ah8NMaWM .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t4ah8NMaWM .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t4ah8NMaWM .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4ah8NMaWM .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t4ah8NMaWM .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t4ah8NMaWM .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t4ah8NMaWM .card-title {
  color: #e2c054;
  margin-bottom: 1rem;
}
.cid-t4ah8NMaWM .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t4ah8NMaWM .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t4anjJBHO3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4anjJBHO3 .row {
  flex-direction: row-reverse;
}
.cid-t4anjJBHO3 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t4anjJBHO3 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4anjJBHO3 .image-wrapper {
    padding: 30px;
  }
}
.cid-t4anjJBHO3 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4anjJBHO3 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4anjJBHO3 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t4anjJBHO3 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4anjJBHO3 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t4anjJBHO3 .col-text {
    text-align: center;
  }
}
.cid-t4anjJBHO3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4anjJBHO3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4anjJBHO3 .label-text {
    text-align: center !important;
  }
}
.cid-t4anjJBHO3 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t4anjJBHO3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4anjJBHO3 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4anjJBHO3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4anjJBHO3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ap378iMk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4ap378iMk .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ap378iMk .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4ap378iMk .mbr-section-title {
  color: #000000;
}
.cid-t4ap378iMk .mbr-text {
  color: #6c7577;
}
.cid-t4ap378iMk .btn {
  padding: 1rem 3.4rem;
}
.cid-t4ap378iMk .mbr-text,
.cid-t4ap378iMk .mbr-section-btn {
  color: #000000;
}
.cid-t4Fp8AX0VF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4Fp8AX0VF [class^="socicon-"]:before,
.cid-t4Fp8AX0VF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4Fp8AX0VF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4Fp8AX0VF .btn-social:hover {
  background: #e2c054;
}
.cid-t4Fp8AX0VF .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-vhMMtVMsc9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhMMtVMsc9 .mbr-text {
  color: #000000;
}
.cid-vhMMtVMsc9 .container {
  max-width: 1000px;
}
.cid-vhMMtVMsc9 h4 {
  text-align: center;
}
.cid-vhMMtVMsc9 p {
  text-align: center;
}
.cid-vhMMtVMsc9 .row {
  justify-content: center;
}
.cid-vhMMtVMsc9 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vhMMtVMsc9 .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-vhMMtVMsc9 .card-title,
.cid-vhMMtVMsc9 .card-img {
  color: #e2c054;
}
.cid-vhMMtVMsc9 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-vhMMtVMsc9 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-vhMMtVMsc9 img {
  margin-bottom: 5rem;
}
.cid-t4Fpk4yyWp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4Fpk4yyWp .media-container-row .mbr-text {
  color: #767676;
}
.cid-vhPmFDDZGb .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-vhPmFDDZGb .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-vhPmFDDZGb .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-vhPmFDDZGb .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-vhPmFDDZGb .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-vhPmFDDZGb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vhPmFDDZGb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vhPmFDDZGb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-vhPmFDDZGb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vhPmFDDZGb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-vhPmFDDZGb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vhPmFDDZGb .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-vhPmFDDZGb .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-vhPmFDDZGb .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-vhPmFDDZGb .navbar-fixed-top.opened {
  position: relative;
}
.cid-vhPmFDDZGb a {
  font-style: normal;
}
.cid-vhPmFDDZGb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vhPmFDDZGb .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vhPmFDDZGb .nav-item .nav-link {
  color: #ffffff;
}
.cid-vhPmFDDZGb .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-vhPmFDDZGb .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-vhPmFDDZGb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-vhPmFDDZGb .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-vhPmFDDZGb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vhPmFDDZGb .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .menu-content-right {
    display: none;
  }
}
.cid-vhPmFDDZGb .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-vhPmFDDZGb .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-vhPmFDDZGb .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vhPmFDDZGb .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-vhPmFDDZGb .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-vhPmFDDZGb .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-vhPmFDDZGb .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-vhPmFDDZGb .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .right-box {
    display: none;
  }
}
.cid-vhPmFDDZGb .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-vhPmFDDZGb .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vhPmFDDZGb .content-text {
  margin-bottom: 0;
}
.cid-vhPmFDDZGb .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-vhPmFDDZGb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vhPmFDDZGb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vhPmFDDZGb .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vhPmFDDZGb .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vhPmFDDZGb .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-vhPmFDDZGb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vhPmFDDZGb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vhPmFDDZGb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-vhPmFDDZGb .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-vhPmFDDZGb .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhPmFDDZGb .nav-dropdown .link {
  font-weight: 600;
}
.cid-vhPmFDDZGb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vhPmFDDZGb .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-vhPmFDDZGb .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vhPmFDDZGb .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-vhPmFDDZGb .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-vhPmFDDZGb .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-vhPmFDDZGb .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vhPmFDDZGb .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vhPmFDDZGb .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-vhPmFDDZGb .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-vhPmFDDZGb .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-vhPmFDDZGb .menu-content-top.show {
  display: block;
}
.cid-vhPmFDDZGb .pre-header-right {
  align-self: center;
}
.cid-vhPmFDDZGb .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-vhPmFDDZGb .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-vhPmFDDZGb .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-vhPmFDDZGb .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-vhPmFDDZGb .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-vhPmFDDZGb .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-vhPmFDDZGb .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vhPmFDDZGb .navbar .menu-content-top {
    display: none;
  }
  .cid-vhPmFDDZGb .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vhPmFDDZGb .dropdown-item:before {
    display: none;
  }
  .cid-vhPmFDDZGb .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-vhPmFDDZGb img {
    height: 3.8rem !important;
  }
  .cid-vhPmFDDZGb .btn {
    display: flex;
  }
  .cid-vhPmFDDZGb button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vhPmFDDZGb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vhPmFDDZGb .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vhPmFDDZGb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vhPmFDDZGb .navbar-collapse.collapsing,
  .cid-vhPmFDDZGb .navbar-collapse.show {
    display: block !important;
  }
  .cid-vhPmFDDZGb .navbar-collapse.collapsing .navbar-nav,
  .cid-vhPmFDDZGb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-vhPmFDDZGb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vhPmFDDZGb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vhPmFDDZGb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vhPmFDDZGb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhPmFDDZGb .navbar-collapse.collapsing .navbar-buttons,
  .cid-vhPmFDDZGb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vhPmFDDZGb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vhPmFDDZGb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhPmFDDZGb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-vhPmFDDZGb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vhPmFDDZGb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vhPmFDDZGb .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vhPmFDDZGb .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-vhPmFDDZGb .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-vhPmFDDZGb .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vhPmFDDZGb .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vhPmFDDZGb .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vhPmFDDZGb .navbar {
    display: block;
    padding: 0;
  }
  .cid-vhPmFDDZGb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-vhPmFDDZGb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vhPmFDDZGb .navbar-toggler {
    display: none;
  }
}
.cid-vhPmFDDZGb .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-vhPmFDDZGb .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .menu-area-wrapper {
    height: 100%;
  }
}
.cid-vhPmFDDZGb .navbar-short {
  background: transparent;
}
.cid-vhPmFDDZGb .navbar-short .menu-content-top,
.cid-vhPmFDDZGb .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-vhPmFDDZGb .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-vhPmFDDZGb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vhPmFDDZGb .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-vhPmFDDZGb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-vhPmFDDZGb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhPmFDDZGb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vhPmFDDZGb .dropdown {
  color: #e2c054 !important;
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vhPmFDDZGb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vhPmFDDZGb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhPmFDDZGb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-vhPmFDDZGb .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-vhPmFDDZGb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-vhPmFDDZGb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vhPmFDDZGb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vhPmFDDZGb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vhPmFDDZGb button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-vhPmFDDZGb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPmFDDZGb button.navbar-toggler:focus {
  outline: none;
}
.cid-vhPmFDDZGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhPmFDDZGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPmFDDZGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-vhPmFDDZGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-vhPmFDDZGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPmFDDZGb nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-vhPmFDDZGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-vhPmFDDZGb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-vhPmFDDZGb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-vhPmFDDZGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPmFDDZGb .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-vhPmFDDZGb .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vhPmFDDZGb .collapsed .btn {
  display: flex;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse.collapsing,
.cid-vhPmFDDZGb .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vhPmFDDZGb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vhPmFDDZGb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vhPmFDDZGb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vhPmFDDZGb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vhPmFDDZGb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vhPmFDDZGb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-vhPmFDDZGb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-vhPmFDDZGb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vhPmFDDZGb .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhPmFDDZGb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vhPmFDDZGb .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-vhPmFDDZGb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-vhPmFDDZGb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vhPmFDDZGb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vhPmFDDZGb .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vhPmFDDZGb .collapsed .dropdown-item:before {
  display: none;
}
.cid-vhPmFDDZGb .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-vhPmFDDZGb .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-vhPmFDDZGb .nav-link:focus {
  outline: none;
}
.cid-vhPmFDDZGb .navbar-toggler {
  position: relative;
}
.cid-vhPmFDDZGb .dropdown-item.active,
.cid-vhPmFDDZGb .dropdown-item:active {
  color: auto;
}
.cid-vhPmFDDZGb .dropdown-item:hover {
  color: #e2c054;
}
.cid-vhPmFDDZGb .widget-title,
.cid-vhPmFDDZGb .widget-icon {
  color: #ffffff;
}
.cid-vhPmFDDZGb .widget-text {
  color: #ffffff;
}
.cid-vhPmFE4MLJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/36455-50078-1670x500.jpg");
}
.cid-vhPmFE4MLJ DIV {
  text-align: right;
}
.cid-vhPnDA1uu4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhPnDA1uu4 .item:focus,
.cid-vhPnDA1uu4 span:focus {
  outline: none;
}
.cid-vhPnDA1uu4 .item {
  cursor: pointer;
}
.cid-vhPnDA1uu4 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vhPnDA1uu4 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vhPnDA1uu4 .grid-container-1,
.cid-vhPnDA1uu4 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vhPnDA1uu4 .grid-container-1,
  .cid-vhPnDA1uu4 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vhPnDA1uu4 .mbr-section-title {
  color: #000000;
}
.cid-vhPnDA1uu4 .mbr-text,
.cid-vhPnDA1uu4 .mbr-section-btn {
  color: #000000;
}
.cid-vhPnDA1uu4 .content-head {
  max-width: 800px;
}
.cid-vhPnDA1uu4 .container,
.cid-vhPnDA1uu4 .container-fluid {
  overflow: hidden;
}
.cid-vhPnDA1uu4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vhPnDA1uu4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vhPnDA1uu4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vhPnDA1uu4 .grid-item img {
    min-width: 35vw;
  }
}
.cid-vhPnDA1uu4 .grid-container-1,
.cid-vhPnDA1uu4 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vhPnDA1uu4 .grid-container-1 {
  align-items: flex-end;
}
.cid-vhPnDA1uu4 .grid-container-2 {
  align-items: flex-start;
}
.cid-vhPtEfoi0D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhPtEfoi0D .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhPtEfoi0D .item {
    margin-bottom: 1rem;
  }
}
.cid-vhPtEfoi0D .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhPtEfoi0D .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhPtEfoi0D .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhPtEfoi0D .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhPtEfoi0D .carousel-control,
.cid-vhPtEfoi0D .close {
  background: #1b1b1b;
}
.cid-vhPtEfoi0D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhPtEfoi0D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhPtEfoi0D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhPtEfoi0D .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhPtEfoi0D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhPtEfoi0D .close::before {
  content: '\e91a';
}
.cid-vhPtEfoi0D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhPtEfoi0D .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhPtEfoi0D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhPtEfoi0D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhPtEfoi0D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhPtEfoi0D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhPtEfoi0D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhPtEfoi0D .carousel-indicators li.active,
.cid-vhPtEfoi0D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhPtEfoi0D .carousel-indicators li::after,
.cid-vhPtEfoi0D .carousel-indicators li::before {
  content: none;
}
.cid-vhPtEfoi0D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhPtEfoi0D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhPtEfoi0D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhPtEfoi0D .carousel-indicators {
    display: none;
  }
}
.cid-vhPtEfoi0D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhPtEfoi0D .carousel-inner > .active {
  display: block;
}
.cid-vhPtEfoi0D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhPtEfoi0D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhPtEfoi0D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhPtEfoi0D .carousel-control,
  .cid-vhPtEfoi0D .carousel-indicators,
  .cid-vhPtEfoi0D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhPtEfoi0D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhPtEfoi0D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhPtEfoi0D .carousel-indicators .active,
.cid-vhPtEfoi0D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhPtEfoi0D .carousel-indicators .active {
  background: #fff;
}
.cid-vhPtEfoi0D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhPtEfoi0D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhPtEfoi0D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhPtEfoi0D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhPtEfoi0D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhPtEfoi0D .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhPtEfoi0D .carousel {
  width: 100%;
}
.cid-vhPtEfoi0D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhPtEfoi0D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhPtEfoi0D .modal.fade .modal-dialog,
.cid-vhPtEfoi0D .modal.in .modal-dialog {
  transform: none;
}
.cid-vhPtEfoi0D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhPtEfoi0D .content-head {
  max-width: 800px;
}
.cid-vhPmFFSpT9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhPmFFSpT9 .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhPmFFSpT9 .content-wrapper {
    padding: 1rem;
  }
}
.cid-vhPmFFSpT9 .mbr-section-title {
  color: #000000;
}
.cid-vhPmFFSpT9 .mbr-text {
  color: #6c7577;
}
.cid-vhPmFFSpT9 .btn {
  padding: 1rem 3.4rem;
}
.cid-vhPmFFSpT9 .mbr-text,
.cid-vhPmFFSpT9 .mbr-section-btn {
  color: #000000;
}
.cid-vhPmFG85pd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhPmFG85pd [class^="socicon-"]:before,
.cid-vhPmFG85pd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vhPmFG85pd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-vhPmFG85pd .btn-social:hover {
  background: #e2c054;
}
.cid-vhPmFG85pd .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-vhPmFGoi2d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhPmFGoi2d .mbr-text {
  color: #000000;
}
.cid-vhPmFGoi2d .container {
  max-width: 1000px;
}
.cid-vhPmFGoi2d h4 {
  text-align: center;
}
.cid-vhPmFGoi2d p {
  text-align: center;
}
.cid-vhPmFGoi2d .row {
  justify-content: center;
}
.cid-vhPmFGoi2d .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vhPmFGoi2d .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-vhPmFGoi2d .card-title,
.cid-vhPmFGoi2d .card-img {
  color: #e2c054;
}
.cid-vhPmFGoi2d .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-vhPmFGoi2d .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-vhPmFGoi2d img {
  margin-bottom: 5rem;
}
.cid-vhPmFGJGNe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vhPmFGJGNe .media-container-row .mbr-text {
  color: #767676;
}
.cid-vhPDex7eJg .navbar {
  background: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-vhPDex7eJg .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-vhPDex7eJg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-vhPDex7eJg .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-vhPDex7eJg .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-vhPDex7eJg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vhPDex7eJg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vhPDex7eJg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-vhPDex7eJg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vhPDex7eJg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-vhPDex7eJg .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-vhPDex7eJg .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-vhPDex7eJg .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-vhPDex7eJg .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-vhPDex7eJg .navbar-fixed-top.opened {
  position: relative;
}
.cid-vhPDex7eJg a {
  font-style: normal;
}
.cid-vhPDex7eJg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-vhPDex7eJg .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-vhPDex7eJg .nav-item .nav-link {
  color: #ffffff;
}
.cid-vhPDex7eJg .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-vhPDex7eJg .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-vhPDex7eJg .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-vhPDex7eJg .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-vhPDex7eJg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vhPDex7eJg .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .menu-content-right {
    display: none;
  }
}
.cid-vhPDex7eJg .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-vhPDex7eJg .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-vhPDex7eJg .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vhPDex7eJg .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-vhPDex7eJg .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-vhPDex7eJg .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-vhPDex7eJg .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-vhPDex7eJg .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .right-box {
    display: none;
  }
}
.cid-vhPDex7eJg .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-vhPDex7eJg .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-vhPDex7eJg .content-text {
  margin-bottom: 0;
}
.cid-vhPDex7eJg .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-vhPDex7eJg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vhPDex7eJg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-vhPDex7eJg .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-vhPDex7eJg .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-vhPDex7eJg .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-vhPDex7eJg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vhPDex7eJg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vhPDex7eJg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-vhPDex7eJg .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-vhPDex7eJg .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhPDex7eJg .nav-dropdown .link {
  font-weight: 600;
}
.cid-vhPDex7eJg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vhPDex7eJg .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-vhPDex7eJg .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vhPDex7eJg .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-vhPDex7eJg .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-vhPDex7eJg .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-vhPDex7eJg .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-vhPDex7eJg .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-vhPDex7eJg .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-vhPDex7eJg .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-vhPDex7eJg .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-vhPDex7eJg .menu-content-top.show {
  display: block;
}
.cid-vhPDex7eJg .pre-header-right {
  align-self: center;
}
.cid-vhPDex7eJg .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-vhPDex7eJg .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-vhPDex7eJg .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-vhPDex7eJg .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-vhPDex7eJg .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-vhPDex7eJg .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-vhPDex7eJg .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-vhPDex7eJg .navbar .menu-content-top {
    display: none;
  }
  .cid-vhPDex7eJg .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-vhPDex7eJg .dropdown-item:before {
    display: none;
  }
  .cid-vhPDex7eJg .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-vhPDex7eJg img {
    height: 3.8rem !important;
  }
  .cid-vhPDex7eJg .btn {
    display: flex;
  }
  .cid-vhPDex7eJg button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vhPDex7eJg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vhPDex7eJg .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-vhPDex7eJg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vhPDex7eJg .navbar-collapse.collapsing,
  .cid-vhPDex7eJg .navbar-collapse.show {
    display: block !important;
  }
  .cid-vhPDex7eJg .navbar-collapse.collapsing .navbar-nav,
  .cid-vhPDex7eJg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-vhPDex7eJg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vhPDex7eJg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-vhPDex7eJg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vhPDex7eJg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhPDex7eJg .navbar-collapse.collapsing .navbar-buttons,
  .cid-vhPDex7eJg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vhPDex7eJg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vhPDex7eJg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vhPDex7eJg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-vhPDex7eJg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vhPDex7eJg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vhPDex7eJg .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vhPDex7eJg .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-vhPDex7eJg .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-vhPDex7eJg .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vhPDex7eJg .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-vhPDex7eJg .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vhPDex7eJg .navbar {
    display: block;
    padding: 0;
  }
  .cid-vhPDex7eJg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-vhPDex7eJg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-vhPDex7eJg .navbar-toggler {
    display: none;
  }
}
.cid-vhPDex7eJg .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-vhPDex7eJg .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .menu-area-wrapper {
    height: 100%;
  }
}
.cid-vhPDex7eJg .navbar-short {
  background: transparent;
}
.cid-vhPDex7eJg .navbar-short .menu-content-top,
.cid-vhPDex7eJg .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-vhPDex7eJg .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-vhPDex7eJg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vhPDex7eJg .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-vhPDex7eJg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-vhPDex7eJg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhPDex7eJg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vhPDex7eJg .dropdown {
  color: #e2c054 !important;
}
.cid-vhPDex7eJg .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vhPDex7eJg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vhPDex7eJg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhPDex7eJg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-vhPDex7eJg .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-vhPDex7eJg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-vhPDex7eJg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vhPDex7eJg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vhPDex7eJg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vhPDex7eJg button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-vhPDex7eJg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPDex7eJg button.navbar-toggler:focus {
  outline: none;
}
.cid-vhPDex7eJg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhPDex7eJg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPDex7eJg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-vhPDex7eJg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-vhPDex7eJg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPDex7eJg nav.opened .hamburger span {
  height: 4px;
  background-color: #000000;
}
.cid-vhPDex7eJg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-vhPDex7eJg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-vhPDex7eJg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-vhPDex7eJg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-vhPDex7eJg .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-vhPDex7eJg .collapsed .menu-logo {
  margin-right: 0;
}
.cid-vhPDex7eJg .collapsed .btn {
  display: flex;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse.collapsing,
.cid-vhPDex7eJg .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vhPDex7eJg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vhPDex7eJg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vhPDex7eJg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vhPDex7eJg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vhPDex7eJg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vhPDex7eJg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-vhPDex7eJg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-vhPDex7eJg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vhPDex7eJg .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vhPDex7eJg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vhPDex7eJg .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-vhPDex7eJg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-vhPDex7eJg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vhPDex7eJg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vhPDex7eJg .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vhPDex7eJg .collapsed .dropdown-item:before {
  display: none;
}
.cid-vhPDex7eJg .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-vhPDex7eJg .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-vhPDex7eJg .nav-link:focus {
  outline: none;
}
.cid-vhPDex7eJg .navbar-toggler {
  position: relative;
}
.cid-vhPDex7eJg .dropdown-item.active,
.cid-vhPDex7eJg .dropdown-item:active {
  color: auto;
}
.cid-vhPDex7eJg .dropdown-item:hover {
  color: #e2c054;
}
.cid-vhPDex7eJg .widget-title,
.cid-vhPDex7eJg .widget-icon {
  color: #ffffff;
}
.cid-vhPDex7eJg .widget-text {
  color: #ffffff;
}
.cid-vhPDexwEAd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/funeral-flower-arrangements-explained-types-average-costs-and-meaning-1824922-f6e0c002-44e2-452f-9a37-d913a0f1aae4.webp");
}
.cid-vhPDexwEAd DIV {
  text-align: right;
}
.cid-vhPDey9RXX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhPDey9RXX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhPDey9RXX .item {
    margin-bottom: 1rem;
  }
}
.cid-vhPDey9RXX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vhPDey9RXX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vhPDey9RXX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vhPDey9RXX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vhPDey9RXX .carousel-control,
.cid-vhPDey9RXX .close {
  background: #1b1b1b;
}
.cid-vhPDey9RXX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhPDey9RXX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhPDey9RXX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhPDey9RXX .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhPDey9RXX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhPDey9RXX .close::before {
  content: '\e91a';
}
.cid-vhPDey9RXX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhPDey9RXX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhPDey9RXX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhPDey9RXX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhPDey9RXX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhPDey9RXX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhPDey9RXX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhPDey9RXX .carousel-indicators li.active,
.cid-vhPDey9RXX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhPDey9RXX .carousel-indicators li::after,
.cid-vhPDey9RXX .carousel-indicators li::before {
  content: none;
}
.cid-vhPDey9RXX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhPDey9RXX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhPDey9RXX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhPDey9RXX .carousel-indicators {
    display: none;
  }
}
.cid-vhPDey9RXX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhPDey9RXX .carousel-inner > .active {
  display: block;
}
.cid-vhPDey9RXX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhPDey9RXX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhPDey9RXX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhPDey9RXX .carousel-control,
  .cid-vhPDey9RXX .carousel-indicators,
  .cid-vhPDey9RXX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhPDey9RXX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhPDey9RXX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhPDey9RXX .carousel-indicators .active,
.cid-vhPDey9RXX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhPDey9RXX .carousel-indicators .active {
  background: #fff;
}
.cid-vhPDey9RXX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhPDey9RXX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhPDey9RXX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhPDey9RXX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhPDey9RXX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhPDey9RXX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhPDey9RXX .carousel {
  width: 100%;
}
.cid-vhPDey9RXX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhPDey9RXX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhPDey9RXX .modal.fade .modal-dialog,
.cid-vhPDey9RXX .modal.in .modal-dialog {
  transform: none;
}
.cid-vhPDey9RXX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhPDey9RXX .content-head {
  max-width: 800px;
}
.cid-vhPDeA5mcO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vhPDeA5mcO .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vhPDeA5mcO .content-wrapper {
    padding: 1rem;
  }
}
.cid-vhPDeA5mcO .mbr-section-title {
  color: #000000;
}
.cid-vhPDeA5mcO .mbr-text {
  color: #6c7577;
}
.cid-vhPDeA5mcO .btn {
  padding: 1rem 3.4rem;
}
.cid-vhPDeA5mcO .mbr-text,
.cid-vhPDeA5mcO .mbr-section-btn {
  color: #000000;
}
.cid-vhPDeAp1Ef {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vhPDeAp1Ef [class^="socicon-"]:before,
.cid-vhPDeAp1Ef [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vhPDeAp1Ef .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-vhPDeAp1Ef .btn-social:hover {
  background: #e2c054;
}
.cid-vhPDeAp1Ef .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-vhPDeAHjJo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vhPDeAHjJo .mbr-text {
  color: #000000;
}
.cid-vhPDeAHjJo .container {
  max-width: 1000px;
}
.cid-vhPDeAHjJo h4 {
  text-align: center;
}
.cid-vhPDeAHjJo p {
  text-align: center;
}
.cid-vhPDeAHjJo .row {
  justify-content: center;
}
.cid-vhPDeAHjJo .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-vhPDeAHjJo .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-vhPDeAHjJo .card-title,
.cid-vhPDeAHjJo .card-img {
  color: #e2c054;
}
.cid-vhPDeAHjJo .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-vhPDeAHjJo .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-vhPDeAHjJo img {
  margin-bottom: 5rem;
}
.cid-vhPDeB7asp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-vhPDeB7asp .media-container-row .mbr-text {
  color: #767676;
}
