body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #6d6b35 !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #384657 !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #aba868 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a381c !important;
  border-color: #3a381c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a381c !important;
  border-color: #3a381c !important;
}
.btn-primary:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-info,
.btn-info:active {
  background-color: #384657 !important;
  border-color: #384657 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1a2128 !important;
  border-color: #1a2128 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a2128 !important;
  border-color: #1a2128 !important;
}
.btn-info:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #aba868 !important;
  border-color: #aba868 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #807d47 !important;
  border-color: #807d47 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #807d47 !important;
  border-color: #807d47 !important;
}
.btn-danger:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6d6b35;
  color: #6d6b35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6d6b35;
  border-color: #6d6b35;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6d6b35 !important;
  border-color: #6d6b35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #384657;
  color: #384657;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #384657;
  border-color: #384657;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #384657 !important;
  border-color: #384657 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #aba868;
  color: #aba868;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #aba868;
  border-color: #aba868;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #aba868 !important;
  border-color: #aba868 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #6d6b35 !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #384657 !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #aba868 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #afab59 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #607895 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cfceaa !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #384657;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #aba868;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6d6b35;
  border-color: #6d6b35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6d6b35;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b46b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6d85a1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d7ba;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #6d6b35;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6d6b35;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6d6b35;
  border-bottom-color: #6d6b35;
}
.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: #6d6b35 !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: #282f39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236d6b35' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tzhXdIltDr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzhXdIltDr .nav-item:focus,
.cid-tzhXdIltDr .nav-link:focus {
  outline: none;
}
.cid-tzhXdIltDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzhXdIltDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzhXdIltDr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tzhXdIltDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tzhXdIltDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tzhXdIltDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzhXdIltDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzhXdIltDr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tzhXdIltDr .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #282f39;
}
.cid-tzhXdIltDr .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #282f39 !important;
}
.cid-tzhXdIltDr .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tzhXdIltDr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tzhXdIltDr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tzhXdIltDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzhXdIltDr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tzhXdIltDr .navbar.collapsed .navbar-collapse.show,
.cid-tzhXdIltDr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzhXdIltDr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tzhXdIltDr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tzhXdIltDr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tzhXdIltDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzhXdIltDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzhXdIltDr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tzhXdIltDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzhXdIltDr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzhXdIltDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzhXdIltDr .navbar.collapsed .right-menu,
.cid-tzhXdIltDr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tzhXdIltDr .navbar .navbar-collapse.show,
  .cid-tzhXdIltDr .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzhXdIltDr .navbar .navbar-collapse.show .brand-container,
  .cid-tzhXdIltDr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tzhXdIltDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzhXdIltDr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tzhXdIltDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzhXdIltDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzhXdIltDr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tzhXdIltDr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tzhXdIltDr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzhXdIltDr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzhXdIltDr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tzhXdIltDr .navbar .right-menu,
  .cid-tzhXdIltDr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tzhXdIltDr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzhXdIltDr .navbar.navbar-short .mbr-overlay {
  background: #282f39 !important;
}
.cid-tzhXdIltDr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tzhXdIltDr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tzhXdIltDr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzhXdIltDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzhXdIltDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzhXdIltDr .dropdown-item.active,
.cid-tzhXdIltDr .dropdown-item:active {
  background-color: transparent;
}
.cid-tzhXdIltDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzhXdIltDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzhXdIltDr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzhXdIltDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282f39;
}
.cid-tzhXdIltDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzhXdIltDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzhXdIltDr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tzhXdIltDr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tzhXdIltDr .navbar-buttons {
  margin-left: auto;
}
.cid-tzhXdIltDr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzhXdIltDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzhXdIltDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzhXdIltDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzhXdIltDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzhXdIltDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzhXdIltDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzhXdIltDr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tzhXdIltDr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tzhXdIltDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzhXdIltDr .navbar-dropdown {
  position: fixed;
}
.cid-tzhXdIltDr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzhXdIltDr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzhXdIltDr .right-menu,
.cid-tzhXdIltDr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tzhXdIltDr .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzhXdIltDr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tzhXdIltDr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tzhXdIltDr .menu-top {
  text-align: center;
  width: 100%;
  background-color: #aba868;
  padding: 0.5rem 0;
}
.cid-tzhXdIltDr .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tzhXdIltDr .card-wrapper {
  z-index: 3;
}
.cid-tzhXdIltDr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tzhXdIltDr .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzhXdIltDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubySKprwTk {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/pxl-20230913-2013491292-2-2000x2952.jpeg");
}
.cid-ubySKprwTk::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #030303;
}
.cid-ubySKprwTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubySKprwTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubySKprwTk .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ubySKprwTk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ubySKprwTk .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ubySKprwTk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ubySKprwTk .container {
    padding: 0 14px;
  }
}
.cid-ubySKprwTk .row {
  position: relative;
  z-index: 1;
}
.cid-ubySKprwTk .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ubySKprwTk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ubySKprwTk .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-ubySKprwTk .mbr-desc {
  color: #01004c;
}
.cid-ubySKprwTk .mbr-section-title {
  color: #01004c;
}
.cid-ubySKprwTk .mbr-text {
  color: #01004c;
}
.cid-ubySKprwTk .mbr-section-title,
.cid-ubySKprwTk .mbr-section-btn {
  color: #ffffff;
}
.cid-ubySKprwTk .mbr-text,
.cid-ubySKprwTk .text-wrapper {
  color: #ffffff;
}
.cid-rZqcRWiMig {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #1e2024;
}
.cid-rZqcRWiMig .content-left-wrapper .mbr-section-subtitle {
  color: #b6af8b;
}
.cid-rZqcRWiMig .content-left-wrapper .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-rZqcRWiMig .content-left-wrapper .btn .mbr-iconfont {
  order: 2;
  margin-left: 24px;
}
.cid-ubyNCgJPMB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubyNCgJPMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyNCgJPMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyNCgJPMB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ubyNCgJPMB .mbr-section-title {
  color: #c4cfde;
}
.cid-ubyNCgJPMB .mbr-section-subtitle {
  margin-top: 16px;
  color: #c4cfde;
}
.cid-ubyNCgJPMB .cards-row {
  row-gap: 32px;
}
.cid-ubyNCgJPMB .card {
  border-radius: 0;
}
.cid-ubyNCgJPMB .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ubyNCgJPMB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ubyNCgJPMB .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-ubyNCgJPMB .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-ubyNCgJPMB .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #b79b6c;
}
.cid-ubyNCgJPMB .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-ubyNCgJPMB .card-subtitle {
  color: #24262b;
}
.cid-ubyNCgJPMB .card-bottom-wrap {
  margin-top: 24px;
}
.cid-ubyNCgJPMB .card-name {
  color: #24262b;
}
.cid-ubyNCgJPMB .card-text {
  color: #24262b;
}
.cid-rZqcSlrInk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rZqcSlrInk .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-rZqcSlrInk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-rZqcSlrInk .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-rZqcSlrInk .card .card-wrapper .card-img {
  position: relative;
}
.cid-rZqcSlrInk .card .card-wrapper .card-img .price-label {
  padding: 8px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background-color: #8c8a61;
  z-index: 100;
  position: absolute;
}
.cid-rZqcSlrInk .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .container-nested {
  display: flex;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .container-nested .item {
  text-align: center;
  margin-right: 24px;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .container-nested .item .mbr-iconfont {
  font-size: 2.5rem;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-rZqcSlrInk .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #aba868;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rZqcSlrInk .mbr-text {
    text-align: left;
  }
}
.cid-tzi2cPQwVn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-tzi2cPQwVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzi2cPQwVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzi2cPQwVn .mbr-title {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tzi2cPQwVn .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-tzi2cPQwVn .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-tzi2cPQwVn .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-tzi2cPQwVn .mbr-section-btn {
  padding-top: 40px;
}
.cid-tzi1d3kyJB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-tzi1d3kyJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzi1d3kyJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tzi1d3kyJB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzi1d3kyJB .row {
  flex-direction: row-reverse;
}
.cid-tzi1d3kyJB img {
  width: 100%;
}
.cid-tzi1d3kyJB .mbr-text {
  color: #c4cfde;
}
.cid-tzi1b9WMB7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-tzi1b9WMB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzi1b9WMB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tzi1b9WMB7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzi1b9WMB7 .row {
  flex-direction: row-reverse;
}
.cid-tzi1b9WMB7 img {
  width: 100%;
}
.cid-tzi1b9WMB7 .mbr-text {
  color: #c4cfde;
}
.cid-tzhYiMYNsY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #181818;
}
.cid-tzhYiMYNsY .mbr-section-title {
  color: #06182d;
}
.cid-tzhYiMYNsY .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #8c8a61;
  background: linear-gradient(#8c8a61 0%, #827f49 69%, #6d6b35 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tzhYiMYNsY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzhYiMYNsY .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tzhYiMYNsY .mbr-section-text {
  color: #999999;
}
.cid-tzhYiMYNsY .nav-tabs .nav-item.open .nav-link:focus,
.cid-tzhYiMYNsY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tzhYiMYNsY .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-tzhYiMYNsY .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-tzhYiMYNsY .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-tzhYiMYNsY .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #8c8a61;
}
.cid-tzhYiMYNsY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #8c8a61;
}
.cid-tzhYiMYNsY P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-tzhYiMYNsY .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tzhYiMYNsY .mbr-text,
  .cid-tzhYiMYNsY .nav-link {
    text-align: center;
  }
}
.cid-tzhYiMYNsY .img-wrap img {
  width: 100%;
}
.cid-tzhYiMYNsY .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #8c8a61;
}
.cid-tzhYiMYNsY .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tzhYiMYNsY .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tzhYiMYNsY .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tzhYiMYNsY .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tzhYiMYNsY .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tzhYiMYNsY .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tzhYiMYNsY .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tzhYiMYNsY .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #8c8a61;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title .toggle-icon:before,
.cid-tzhYiMYNsY .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tzhYiMYNsY .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tzhYiMYNsY .card .panel-body {
  padding: 14px 20px;
}
.cid-tzhYiMYNsY .card .panel-body p {
  color: #384657;
  line-height: 1.5;
}
.cid-tzhYiMYNsY .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tzhYiMYNsY .tab-pane:not(.active) {
  display: none;
}
.cid-tzhYiMYNsY .mbr-section-title,
.cid-tzhYiMYNsY .col {
  color: #ffffff;
}
.cid-ubyOcogdYA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-ubyOcogdYA .mbr-text {
  color: #c4cfde;
}
.cid-ubyOcogdYA .mbr-section-subtitle {
  color: #aba868;
}
.cid-ubyOcogdYA .mbr-section-title {
  color: #c4cfde;
}
.cid-ubyOcogdYA .mbr-text2 {
  color: #c4cfde;
}
.cid-ubyOcogdYA a {
  text-decoration: underline;
}
.cid-ubyOcogdYA p {
  line-height: 1.2;
}
.cid-ubyELKWjgy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ubyELKWjgy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyELKWjgy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyELKWjgy .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ubyELKWjgy .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-ubyELKWjgy .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-ubyELKWjgy .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy {
    overflow: hidden;
  }
}
.cid-ubyELKWjgy .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-ubyELKWjgy .mbr-section-title {
  color: #aba868;
}
.cid-ubyELKWjgy .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ubyELKWjgy .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ubyELKWjgy .tabs-main-container {
  width: calc(100% - 10px);
  margin-left: 10px;
  box-shadow: 10px 10px 19px #151313, -10px -10px 19px #24230d;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-ubyELKWjgy .tabs-main-wrap {
  width: 100%;
}
.cid-ubyELKWjgy .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #000000, #23272b);
}
.cid-ubyELKWjgy .nav-tabs .nav-item.open .nav-link:focus,
.cid-ubyELKWjgy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ubyELKWjgy .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 33.33%;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .nav-item {
    flex-basis: 100%;
  }
}
.cid-ubyELKWjgy .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
}
.cid-ubyELKWjgy .nav-tabs .nav-link:not(.active) {
  color: #aba868;
}
.cid-ubyELKWjgy .nav-tabs .nav-link:hover,
.cid-ubyELKWjgy .nav-tabs .nav-link:focus {
  background: transparent;
  color: #f5f5f5;
}
.cid-ubyELKWjgy .nav-tabs .nav-link.active {
  background: transparent;
  color: #f5f5f5;
}
.cid-ubyELKWjgy .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-ubyELKWjgy .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-ubyELKWjgy .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-ubyELKWjgy .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-ubyELKWjgy .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-ubyELKWjgy .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
  box-shadow: 10px 10px 19px #151313, -10px -10px 19px #24230d;
}
@media (max-width: 991px) {
  .cid-ubyELKWjgy .card-text-label {
    margin-left: 0;
  }
}
.cid-ubyELKWjgy .card-label {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ubyELKWjgy .pricing-body {
  width: 100%;
}
.cid-ubyELKWjgy .mbr-text {
  color: #878e99;
  max-width: 84%;
}
.cid-ubyELKWjgy .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-ubyELKWjgy .list-container-left,
.cid-ubyELKWjgy .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .list-container-left,
  .cid-ubyELKWjgy .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-ubyELKWjgy .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-ubyELKWjgy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-ubyELKWjgy .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #aba868;
}
.cid-ubyELKWjgy .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-ubyELKWjgy .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-ubyELKWjgy .pricing-footer {
    padding-top: 10px;
  }
}
.cid-ubyELKWjgy .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubyELKWjgy .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-ubyELKWjgy .mbr-section-btn {
    width: auto;
  }
  .cid-ubyELKWjgy .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-ubyELKWjgy .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-rZqcUQoJy7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-rZqcUQoJy7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZqcUQoJy7 .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-rZqcUQoJy7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZqcUQoJy7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZqcV6Qo1h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-rZqcV6Qo1h .img-wrap {
  position: relative;
}
.cid-rZqcV6Qo1h .img-wrap img {
  width: 100%;
}
.cid-rZqcV6Qo1h .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #030303;
  z-index: 100;
  position: absolute;
}
.cid-rZqcV6Qo1h .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-rZqcV6Qo1h .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-rZqcV6Qo1h .mbr-section-title {
  color: #ffffff;
}
.cid-rZqcV6Qo1h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqcV6Qo1h .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqcV6Qo1h .mbr-section-text {
  color: #ffffff;
}
.cid-rZqcV6Qo1h .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #b8b8b8;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #030303;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rZqcV6Qo1h .form-control:focus,
.cid-rZqcV6Qo1h .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #999999;
}
.cid-rZqcV6Qo1h .form-control.textarea {
  padding-top: 40px;
}
.cid-rZqcV6Qo1h .form-group {
  margin-bottom: 1.5rem;
}
.cid-rZqcV6Qo1h input::-webkit-input-placeholder,
.cid-rZqcV6Qo1h textarea::-webkit-input-placeholder {
  color: #030303;
}
.cid-rZqcV6Qo1h input:-moz-placeholder,
.cid-rZqcV6Qo1h textarea:-moz-placeholder {
  color: #030303;
}
.cid-rZqcV6Qo1h .jq-selectbox li,
.cid-rZqcV6Qo1h .jq-selectbox li {
  background-color: #b8b8b8;
  color: #000000;
}
.cid-rZqcV6Qo1h .jq-selectbox li:hover,
.cid-rZqcV6Qo1h .jq-selectbox li.selected {
  background-color: #999999;
  color: #000000;
}
.cid-rZqcV6Qo1h .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #b8b8b8;
}
.cid-rZqcV6Qo1h .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #999999;
}
.cid-rZqcV6Qo1h .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-rZqcV6Qo1h a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rZqcV6Qo1h .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rZqcV6Qo1h .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rZqcV6Qo1h .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rZqcV6Qo1h textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-rZqcV6Qo1h h2 {
    padding-top: 2rem;
  }
  .cid-rZqcV6Qo1h .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-rZqcV6Qo1h .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rZqcV6Qo1h .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rZqcWGkQpN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-rZqcWGkQpN .logo-footer {
  line-height: normal;
}
.cid-rZqcWGkQpN .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-rZqcWGkQpN .copyright {
  display: flex;
  align-items: center;
}
.cid-rZqcWGkQpN .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-rZqcWGkQpN .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZqcWGkQpN .social-btns a:focus {
  text-decoration: none;
}
.cid-rZqcWGkQpN .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rZqcWGkQpN .copyrightPart {
  display: flex;
}
.cid-rZqcWGkQpN .copyrightPart .wrap {
  justify-content: space-between;
  color: #384657;
}
