body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Adobe Caslon Pro Semibold';
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Adobe Caslon Pro Semibold';
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'ProximaNova_Reg';
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Adobe Caslon Pro Semibold';
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'ProximaNova_Reg';
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #9e4437 !important;
}
.bg-success {
  background-color: #ddd1c6 !important;
}
.bg-info {
  background-color: #f8ede3 !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9e4437 !important;
  border-color: #9e4437 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #652c23 !important;
  border-color: #652c23 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #652c23 !important;
  border-color: #652c23 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #7daeb7 !important;
  border-color: #7daeb7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #538b95 !important;
  border-color: #538b95 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #538b95 !important;
  border-color: #538b95 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f8ede3 !important;
  border-color: #f8ede3 !important;
  color: #b06b2c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #b06b2c !important;
  background-color: #e9c6a6 !important;
  border-color: #e9c6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b06b2c !important;
  background-color: #e9c6a6 !important;
  border-color: #e9c6a6 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ddd1c6 !important;
  border-color: #ddd1c6 !important;
  color: #67513d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #67513d !important;
  background-color: #c0aa96 !important;
  border-color: #c0aa96 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #67513d !important;
  background-color: #c0aa96 !important;
  border-color: #c0aa96 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #52231d;
  color: #52231d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #9e4437;
  border-color: #9e4437;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e4437 !important;
  border-color: #9e4437 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #497b85;
  color: #497b85;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #7daeb7;
  border-color: #7daeb7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7daeb7 !important;
  border-color: #7daeb7 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #e4b991;
  color: #e4b991;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #b06b2c;
  background-color: #f8ede3;
  border-color: #f8ede3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b06b2c !important;
  background-color: #f8ede3 !important;
  border-color: #f8ede3 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #b79d86;
  color: #b79d86;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #67513d;
  background-color: #ddd1c6;
  border-color: #ddd1c6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #67513d !important;
  background-color: #ddd1c6 !important;
  border-color: #ddd1c6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #848383;
  color: #848383;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #b7b6b6;
  border-color: #b7b6b6;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b63420;
  color: #b63420;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #e26c5a;
  border-color: #e26c5a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #9e4437 !important;
}
.text-secondary {
  color: #7daeb7 !important;
}
.text-success {
  color: #ddd1c6 !important;
}
.text-info {
  color: #f8ede3 !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #52231d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #497b85 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b79d86 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e4b991 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #f8ede3;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9e4437;
  border-color: #9e4437;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9e4437;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d38c81;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'ProximaNova_Reg';
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #9e4437;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #9e4437 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9e4437;
  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: #9e4437;
  border-bottom-color: #9e4437;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9e4437 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7daeb7 !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='%239e4437' %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-u5NqlTSBOt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u5NqlTSBOt .navbar-fixed-top {
  padding-top: 0;
}
.cid-u5NqlTSBOt .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-u5NqlTSBOt .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-u5NqlTSBOt .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-u5NqlTSBOt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u5NqlTSBOt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-u5NqlTSBOt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u5NqlTSBOt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-u5NqlTSBOt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u5NqlTSBOt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u5NqlTSBOt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u5NqlTSBOt .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-u5NqlTSBOt .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u5NqlTSBOt .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-u5NqlTSBOt .dropdown-item,
.cid-u5NqlTSBOt .nav-link,
.cid-u5NqlTSBOt .brand-name {
  font-style: normal;
}
.cid-u5NqlTSBOt .dropdown-item:hover,
.cid-u5NqlTSBOt .nav-link:hover,
.cid-u5NqlTSBOt .brand-name:hover {
  color: #279e64 !important;
}
.cid-u5NqlTSBOt .dropdown-menu {
  background-color: #ffffff;
}
.cid-u5NqlTSBOt .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u5NqlTSBOt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-u5NqlTSBOt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u5NqlTSBOt .nav-item {
  position: relative;
}
.cid-u5NqlTSBOt .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u5NqlTSBOt .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-u5NqlTSBOt .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-u5NqlTSBOt .nav-link {
    line-height: 6.13;
  }
  .cid-u5NqlTSBOt .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-u5NqlTSBOt .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-u5NqlTSBOt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5NqlTSBOt .content-text {
  margin-bottom: 0;
}
.cid-u5NqlTSBOt .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u5NqlTSBOt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e4437;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u5NqlTSBOt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u5NqlTSBOt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u5NqlTSBOt .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-u5NqlTSBOt .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5NqlTSBOt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u5NqlTSBOt .content-right-side {
  text-align: center;
}
.cid-u5NqlTSBOt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u5NqlTSBOt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u5NqlTSBOt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #7daeb7;
}
.cid-u5NqlTSBOt .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-u5NqlTSBOt .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5NqlTSBOt .info-widget:first-child {
  margin-left: 0;
}
.cid-u5NqlTSBOt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u5NqlTSBOt .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-u5NqlTSBOt .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-u5NqlTSBOt .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-u5NqlTSBOt .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-u5NqlTSBOt .navbar {
    display: block;
    padding: 0;
  }
  .cid-u5NqlTSBOt .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-u5NqlTSBOt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u5NqlTSBOt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u5NqlTSBOt .navbar-toggler {
    display: none;
  }
  .cid-u5NqlTSBOt .navbar-collapse {
    justify-content: center;
  }
}
.cid-u5NqlTSBOt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u5NqlTSBOt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-u5NqlTSBOt .btn-sm {
  padding: 13px 29px;
}
.cid-u5NqlTSBOt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u5NqlTSBOt .btn::after {
  background-color: #f8ede3;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u5NqlTSBOt .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u5NqlTSBOt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u5NqlTSBOt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u5NqlTSBOt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-u5NqlTSBOt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u5NqlTSBOt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u5NqlTSBOt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5NqlTSBOt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u5NqlTSBOt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-u5NqlTSBOt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u5NqlTSBOt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u5NqlTSBOt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u5NqlTSBOt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-u5NqlTSBOt button.navbar-toggler:focus {
  outline: none;
}
.cid-u5NqlTSBOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-u5NqlTSBOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5NqlTSBOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5NqlTSBOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5NqlTSBOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5NqlTSBOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5NqlTSBOt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5NqlTSBOt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5NqlTSBOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5NqlTSBOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5NqlTSBOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5NqlTSBOt .collapsed .btn {
  display: flex;
}
.cid-u5NqlTSBOt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u5NqlTSBOt .collapsed .navbar-collapse.collapsing,
.cid-u5NqlTSBOt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u5NqlTSBOt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u5NqlTSBOt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u5NqlTSBOt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u5NqlTSBOt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u5NqlTSBOt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u5NqlTSBOt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-u5NqlTSBOt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u5NqlTSBOt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u5NqlTSBOt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u5NqlTSBOt .collapsed button.navbar-toggler {
  display: block;
}
.cid-u5NqlTSBOt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u5NqlTSBOt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-u5NqlTSBOt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u5NqlTSBOt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u5NqlTSBOt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u5NqlTSBOt .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-u5NqlTSBOt .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u5NqlTSBOt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-u5NqlTSBOt .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-u5NqlTSBOt .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u5NqlTSBOt .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-u5NqlTSBOt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-u5NqlTSBOt .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-u5NqlTSBOt .navbar-collapse.collapsing,
  .cid-u5NqlTSBOt .navbar-collapse.show {
    display: block !important;
  }
  .cid-u5NqlTSBOt .navbar-collapse.collapsing .navbar-nav,
  .cid-u5NqlTSBOt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u5NqlTSBOt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u5NqlTSBOt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u5NqlTSBOt .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-u5NqlTSBOt .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-u5NqlTSBOt .navbar-collapse.collapsing .navbar-buttons,
  .cid-u5NqlTSBOt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u5NqlTSBOt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u5NqlTSBOt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u5NqlTSBOt img {
    height: 3.8rem !important;
  }
  .cid-u5NqlTSBOt .btn {
    display: flex;
  }
  .cid-u5NqlTSBOt button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-u5NqlTSBOt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u5NqlTSBOt .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-u5NqlTSBOt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u5NqlTSBOt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u5NqlTSBOt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u5NqlTSBOt .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-u5NqlTSBOt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u5NqlTSBOt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u5NqlTSBOt .navbar-toggler {
  position: relative;
}
.cid-u5NqlTSBOt .dropdown-item.active,
.cid-u5NqlTSBOt .dropdown-item:active {
  color: initial;
}
.cid-u5NqlTSBOt .widget-title {
  color: #f8ede3;
}
.cid-u5NqlTSBOt .widget-text {
  color: #f8ede3;
}
.cid-u5NqlTSBOt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-u5NqlTSBOt .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #9e4437;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-u5NqlTSBOt .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-u5NqlTSBOt .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-u5NqlTSBOt .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-u5NqlTSBOt .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-u5NqlTSBOt .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-u5NqlTSBOt .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-u5NqlTSBOt .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-u5NqlTSBOt .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-u5NqlTSBOt .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-u5NqlTSBOt .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-u5NqlTSBOt .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-u5NqlTSBOt .menu-content-top,
  .cid-u5NqlTSBOt .menu-bottom {
    padding: 0 15px;
  }
  .cid-u5NqlTSBOt button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-u5NqlTSBOt .widget-title,
.cid-u5NqlTSBOt .widget-icon {
  color: #1b1a1a;
}
.cid-ucYHyTKsrY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucYHyTKsrY .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-ucYHyTKsrY .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-ucYHyTKsrY .row {
  align-items: center;
  height: 100%;
}
.cid-ucYHyTKsrY .wrapper {
  margin: auto;
}
#custom-html-1i {
  /* Type valid CSS here */
}
#custom-html-1i div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
.cid-u5NAqMXgkh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5NAqMXgkh .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-u5NAqMXgkh .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u5NAqMXgkh .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5NAqMXgkh .text-box {
    padding: 2rem;
  }
}
.cid-u5NAqMXgkh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5NAqMXgkh .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-u5NAqMXgkh .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #9e4437;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-u5NAqMXgkh .lin:hover .line {
  opacity: 1;
}
.cid-u5NAqMXgkh .small-img {
  width: 40%;
  margin: auto;
}
.cid-u5NAqMXgkh .text-box {
  text-align: center;
}
.cid-u5NAqMXgkh .mbr-section-title {
  padding-top: 1rem;
}
.cid-u5NAqMXgkh .mbr-link {
  padding-top: 1rem;
  position: relative;
}
.cid-u5NAqMXgkh a {
  font-weight: 700;
}
.cid-u5NAqMXgkh .text-primary {
  color: #626262 !important;
}
.cid-u5NAqMXgkh .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-u6atsWmWxs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6atsWmWxs .card-box {
  z-index: 10;
  position: relative;
}
.cid-u6atsWmWxs .container-fluid {
  padding: 0;
}
.cid-u6atsWmWxs h5 {
  margin: 0;
}
.cid-u6atsWmWxs h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u6atsWmWxs h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u6atsWmWxs .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-u6atsWmWxs .card:hover {
  z-index: 99;
}
.cid-u6atsWmWxs .card-wrapper {
  box-shadow: 0px 1px 100px #acacac;
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-u6atsWmWxs .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-u6atsWmWxs .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-u6atsWmWxs .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-u6atsWmWxs .card1 {
  background-image: url("../../../assets/images/1r-11-2000x1809.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-u6atsWmWxs .card2 {
  background-image: url("../../../assets/images/2ph-3-2000x1809.jpg");
  z-index: 3;
}
.cid-u6atsWmWxs .card3 {
  background-image: url("../../../assets/images/3r-2-2000x1809.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-u6atsWmWxs h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u6atsWmWxs .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u6atsWmWxs .card-box {
    text-align: center;
  }
}
.cid-u6atsWmWxs .mbr-text {
  color: #cccccc;
}
.cid-u6atsWmWxs .card-date {
  color: #cccccc;
}
.cid-u6atsWmWxs H1 {
  color: #0a1126;
}
.cid-u6atsWmWxs .mbr-section-subtitle,
.cid-u6atsWmWxs .title-align {
  color: #000000;
}
.cid-u6atsWmWxs #link {
  color: black;
  text-decoration: none;
}
.cid-ucYRWUoTb5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucYRWUoTb5 .content {
  padding: 0rem 1rem 1rem 1rem;
}
.cid-ucYRWUoTb5 h2,
.cid-ucYRWUoTb5 h4,
.cid-ucYRWUoTb5 p {
  margin: 0;
}
.cid-ucYRWUoTb5 .mbr-section-title {
  color: #000000;
}
.cid-ucYRWUoTb5 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-ucYRWUoTb5 .mbr-text {
  color: #6b6b6b;
  margin-top: 0px;
}
.cid-ucYRWUoTb5 .mbr-section-btn {
  margin-top: 0px;
}
.cid-ucYRWUoTb5 .btn {
  padding: 0.75rem 1rem;
  width: 200px;
}
.cid-u6arWhVgFe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeff2;
}
.cid-u6arWhVgFe .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-u6arWhVgFe .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-u6arWhVgFe .btn {
  margin: 0px !important;
}
.cid-u6arWhVgFe .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6arWhVgFe .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6arWhVgFe .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-u6arWhVgFe .carousel-item .wrap-img {
  text-align: center;
}
.cid-u6arWhVgFe .carousel-item .wrap-img img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.cid-u6arWhVgFe .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-u6arWhVgFe .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-u6arWhVgFe .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-u6arWhVgFe .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-u6arWhVgFe .second-col {
    padding-top: 2rem;
  }
}
.cid-u6arWhVgFe .mbr-regular {
  text-align: justify;
}
.cid-u6auvKnG1e {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6auvKnG1e .card-box {
  z-index: 10;
  position: relative;
}
.cid-u6auvKnG1e .container-fluid {
  padding: 0;
}
.cid-u6auvKnG1e h5 {
  margin: 0;
}
.cid-u6auvKnG1e h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u6auvKnG1e h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u6auvKnG1e .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-u6auvKnG1e .card:hover {
  z-index: 99;
}
.cid-u6auvKnG1e .card-wrapper {
  box-shadow: 0px 1px 100px #acacac;
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-u6auvKnG1e .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-u6auvKnG1e .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-u6auvKnG1e .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-u6auvKnG1e .card1 {
  background-image: url("../../../assets/images/1r-11-2000x1809.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-u6auvKnG1e .card2 {
  background-image: url("../../../assets/images/2ph-3-2000x1809.jpg");
  z-index: 3;
}
.cid-u6auvKnG1e .card3 {
  background-image: url("../../../assets/images/3r-2-2000x1809.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-u6auvKnG1e h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u6auvKnG1e .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u6auvKnG1e .card-box {
    text-align: center;
  }
}
.cid-u6auvKnG1e .mbr-text {
  color: #cccccc;
}
.cid-u6auvKnG1e .card-date {
  color: #cccccc;
}
.cid-u6auvKnG1e H1 {
  color: #0a1126;
}
.cid-u6auvKnG1e .mbr-section-subtitle,
.cid-u6auvKnG1e .title-align {
  color: #000000;
}
.cid-u6auvKnG1e #link {
  color: black;
  text-decoration: none;
}
.cid-ucYVXSZAYS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucYVXSZAYS .content {
  padding: 0rem 1rem 1rem 1rem;
}
.cid-ucYVXSZAYS h2,
.cid-ucYVXSZAYS h4,
.cid-ucYVXSZAYS p {
  margin: 0;
}
.cid-ucYVXSZAYS .mbr-section-title {
  color: #000000;
}
.cid-ucYVXSZAYS .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-ucYVXSZAYS .mbr-text {
  color: #6b6b6b;
  margin-top: 0px;
}
.cid-ucYVXSZAYS .mbr-section-btn {
  margin-top: 0px;
}
.cid-ucYVXSZAYS .btn {
  padding: 0.75rem 1rem;
  width: 200px;
}
.cid-u6auUVo2Wt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6auUVo2Wt .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-u6auUVo2Wt .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-u6auUVo2Wt .btn {
  margin: 0px !important;
}
.cid-u6auUVo2Wt .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6auUVo2Wt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6auUVo2Wt .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-u6auUVo2Wt .carousel-item .wrap-img {
  text-align: center;
}
.cid-u6auUVo2Wt .carousel-item .wrap-img img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.cid-u6auUVo2Wt .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-u6auUVo2Wt .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-u6auUVo2Wt .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-u6auUVo2Wt .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-u6auUVo2Wt .second-col {
    padding-top: 2rem;
  }
}
.cid-u6auUVo2Wt .mbr-regular {
  text-align: justify;
}
.cid-u5NxRH8XfT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5NxRH8XfT h2,
.cid-u5NxRH8XfT h4,
.cid-u5NxRH8XfT p {
  margin: 0;
  text-align: justify;
}
.cid-u5NxRH8XfT img {
  width: 100%;
  height: auto;
}
.cid-u5NxRH8XfT .text-elements-wrap {
  width: 88.5%;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-u5NxRH8XfT .text-elements-wrap {
    width: 100%;
  }
}
.cid-u5NxRH8XfT .text-elements {
  text-align: justify;
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-u5NxRH8XfT .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-u5NxRH8XfT .col-md-7,
  .cid-u5NxRH8XfT .col-md-5 {
    width: 100%;
  }
}
.cid-u5NxRH8XfT .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-u5NxRH8XfT .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-u5NxRH8XfT .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5NxRH8XfT .link-wrap {
  padding-top: 25px;
}
.cid-u5NxRH8XfT .link {
  font-weight: 600;
  position: relative;
}
.cid-u5NxRH8XfT .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-u5NuTG6Dsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ddd1c6;
}
.cid-u5NuTG6Dsw .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u5NuTG6Dsw .card-title {
  color: #9e4437;
}
.cid-u5NuTG6Dsw .mbr-text,
.cid-u5NuTG6Dsw .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-u5NuTG6Dsw .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u5NuTG6Dsw .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u5NuTG6Dsw .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u5NuTG6Dsw .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u5NuTG6Dsw .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u5NuTG6Dsw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5NuTG6Dsw .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u5NuTG6Dsw .bg-wrapper {
    display: none;
  }
  .cid-u5NuTG6Dsw .text-wrapper {
    text-align: center;
  }
  .cid-u5NuTG6Dsw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5NuTG6Dsw .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u5NuTG6Dsw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u5NuTG6Dsw .card-title {
    letter-spacing: -1px;
  }
}
.cid-u5NJ2YfxVW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NJ2YfxVW .card-box {
  z-index: 10;
  position: relative;
}
.cid-u5NJ2YfxVW .container-fluid {
  padding: 0;
}
.cid-u5NJ2YfxVW h5 {
  margin: 0;
}
.cid-u5NJ2YfxVW h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u5NJ2YfxVW h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u5NJ2YfxVW .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-u5NJ2YfxVW .card:hover {
  z-index: 99;
}
.cid-u5NJ2YfxVW .card-wrapper {
  box-shadow: 0px 1px 100px #acacac;
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-u5NJ2YfxVW .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-u5NJ2YfxVW .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-u5NJ2YfxVW .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-u5NJ2YfxVW .card1 {
  background-image: url("../../../assets/images/1r-11-2000x1809.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-u5NJ2YfxVW .card2 {
  background-image: url("../../../assets/images/2ph-3-2000x1809.jpg");
  z-index: 3;
}
.cid-u5NJ2YfxVW .card3 {
  background-image: url("../../../assets/images/3r-2-2000x1809.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-u5NJ2YfxVW h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u5NJ2YfxVW .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u5NJ2YfxVW .card-box {
    text-align: center;
  }
}
.cid-u5NJ2YfxVW .mbr-text {
  color: #cccccc;
}
.cid-u5NJ2YfxVW .card-date {
  color: #cccccc;
}
.cid-u5NJ2YfxVW H1 {
  color: #0a1126;
}
.cid-u5NJ2YfxVW .mbr-section-subtitle,
.cid-u5NJ2YfxVW .title-align {
  color: #000000;
}
.cid-u5NJ2YfxVW #link {
  color: black;
  text-decoration: none;
}
.cid-u5NJ5xPfQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NJ5xPfQP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5NJ5xPfQP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5NJ5xPfQP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5NJ5xPfQP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5NJ5xPfQP .row > .row {
  display: block;
}
.cid-u5NJ5xPfQP .mbr-gallery-item {
  width: 100%;
}
.cid-u5NJ5xPfQP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-u5NJ5xPfQP .mbr-gallery-item > div {
  position: relative;
}
.cid-u5NJ5xPfQP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5NJ5xPfQP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u5NJ5xPfQP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5NJ5xPfQP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-u5NyLE6q19 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5NyLE6q19 .card-box {
  z-index: 10;
  position: relative;
}
.cid-u5NyLE6q19 .container-fluid {
  padding: 0;
}
.cid-u5NyLE6q19 h5 {
  margin: 0;
}
.cid-u5NyLE6q19 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-u5NyLE6q19 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u5NyLE6q19 .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-u5NyLE6q19 .card:hover {
  z-index: 99;
}
.cid-u5NyLE6q19 .card-wrapper {
  box-shadow: 0px 1px 100px #acacac;
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-u5NyLE6q19 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-u5NyLE6q19 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-u5NyLE6q19 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-u5NyLE6q19 .card1 {
  background-image: url("../../../assets/images/1r-11-2000x1809.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-u5NyLE6q19 .card2 {
  background-image: url("../../../assets/images/2ph-3-2000x1809.jpg");
  z-index: 3;
}
.cid-u5NyLE6q19 .card3 {
  background-image: url("../../../assets/images/3r-2-2000x1809.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-u5NyLE6q19 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u5NyLE6q19 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-u5NyLE6q19 .card-box {
    text-align: center;
  }
}
.cid-u5NyLE6q19 .mbr-text {
  color: #cccccc;
}
.cid-u5NyLE6q19 .card-date {
  color: #cccccc;
}
.cid-u5NyLE6q19 H1 {
  color: #0a1126;
}
.cid-u5NyLE6q19 .mbr-section-subtitle,
.cid-u5NyLE6q19 .title-align {
  color: #000000;
}
.cid-u5NyLE6q19 #link {
  color: black;
  text-decoration: none;
}
.cid-u6POdgjHuB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6POdgjHuB .google-map {
  height: 25rem;
  position: relative;
}
.cid-u6POdgjHuB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6POdgjHuB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6POdgjHuB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6POdgjHuB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6POdgjHuB .container-fluid {
  padding: 0;
}
.cid-u6POdgjHuB .relative {
  position: relative;
  width: 100%;
}
.cid-u6POdgjHuB .mbr-section-title {
  color: #656565;
}
.cid-u6POdgjHuB .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-u6POdgjHuB .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-u6POdgjHuB .title {
  text-align: center;
  color: #ffffff;
}
.cid-u6POdgjHuB .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-u6POdgjHuB .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-u5NwvJ88u2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1a1a;
  overflow: hidden;
}
.cid-u5NwvJ88u2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5NwvJ88u2 li {
  padding-bottom: 0.6rem;
}
.cid-u5NwvJ88u2 .border-col {
  border-right: 1px solid #777777;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5NwvJ88u2 .border-col {
    border: 0px;
  }
}
.cid-u5NwvJ88u2 .container {
  position: relative;
}
.cid-u5NwvJ88u2 .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-u5NwvJ88u2 .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #777777;
  position: absolute;
  left: -50%;
}
.cid-u5NwvJ88u2 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-u5NwvJ88u2 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u5NwvJ88u2 .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-u5NwvJ88u2 .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u5NwvJ88u2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-u5NwvJ88u2 .soc-item:hover {
  background: #9e4437;
}
.cid-u5NwvJ88u2 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-u5NwvJ88u2 .row {
    text-align: justify;
  }
  .cid-u5NwvJ88u2 .social-row {
    justify-content: center;
  }
}
.cid-u5NwvJ88u2 .list {
  list-style: none;
  padding-left: 0;
}
.cid-u5NwvJ88u2 .mbr-text {
  color: #dce8eb;
}
.cid-u5NwvJ88u2 H5 {
  color: #ffffff;
}
.cid-u5NwvJ88u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5NwvJ88u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5NymtlIlE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
