body {
  font-family: 'Cabin', sans-serif;
}
.display-1 {
  font-family: 'Cabin', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #141414 !important;
}
.bg-success {
  background-color: #826a73 !important;
}
.bg-info {
  background-color: #ffda22 !important;
}
.bg-warning {
  background-color: #236734 !important;
}
.bg-danger {
  background-color: #2c4724 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1f3319 !important;
  border-color: #1f3319 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffda22 !important;
  border-color: #ffda22 !important;
  color: #221c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #caa800 !important;
  border-color: #caa800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #221c00 !important;
  background-color: #caa800 !important;
  border-color: #caa800 !important;
}
.btn-success,
.btn-success:active {
  background-color: #826a73 !important;
  border-color: #826a73 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #524349 !important;
  border-color: #524349 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #524349 !important;
  border-color: #524349 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #236734 !important;
  border-color: #236734 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0d2613 !important;
  border-color: #0d2613 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d2613 !important;
  border-color: #0d2613 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2c4724 !important;
  border-color: #2c4724 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #080d07 !important;
  border-color: #080d07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #080d07 !important;
  border-color: #080d07 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #141414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f3319;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f3319 !important;
  border-color: #1f3319 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffda22;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #caa800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #221c00 !important;
  background-color: #ffda22 !important;
  border-color: #ffda22 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #826a73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #524349 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #826a73 !important;
  border-color: #826a73 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #236734;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0d2613 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #236734 !important;
  border-color: #236734 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2c4724;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #080d07 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2c4724 !important;
  border-color: #2c4724 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #141414 !important;
}
.text-secondary {
  color: #1f3319 !important;
}
.text-success {
  color: #826a73 !important;
}
.text-info {
  color: #ffda22 !important;
}
.text-warning {
  color: #236734 !important;
}
.text-danger {
  color: #2c4724 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-secondary:hover::after,
a.text-secondary:focus::after,
a.text-secondary.active::after {
  background-color: #1f3319;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a3c41 !important;
}
a.text-success:hover::after,
a.text-success:focus::after,
a.text-success.active::after {
  background-color: #826a73;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bb9c00 !important;
}
a.text-info:hover::after,
a.text-info:focus::after,
a.text-info.active::after {
  background-color: #ffda22;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #091b0e !important;
}
a.text-warning:hover::after,
a.text-warning:focus::after,
a.text-warning.active::after {
  background-color: #236734;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020302 !important;
}
a.text-danger:hover::after,
a.text-danger:focus::after,
a.text-danger.active::after {
  background-color: #2c4724;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-white:hover::after,
a.text-white:focus::after,
a.text-white.active::after {
  background-color: #fafafar;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a.text-black:hover::after,
a.text-black:focus::after,
a.text-black.active::after {
  background-color: #23232;
}
.nav-tabs .nav-link.active {
  color: #141414;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffda22;
}
.alert-warning {
  background-color: #236734;
}
.alert-danger {
  background-color: #2c4724;
}
.mbr-gallery-filter li.active .btn {
  background-color: #141414;
  border-color: #141414;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #141414;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6c6c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bdaeb4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffcee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #49c167;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #99c58c;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Mulish', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #141414 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Mulish', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #141414;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #141414;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #141414;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #141414;
  border-bottom-color: #141414;
}
.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: #141414 !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: #1f3319 !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='%23141414' %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-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBFpMVe706 {
  background-color: #230c0a;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tBFpMVe706 .carousel {
  width: 100%;
}
.cid-tBFpMVe706 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tBFpMVe706 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tBFpMVe706 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tBFpMVe706 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tBFpMVe706 .mbr-section-title {
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tBFpMVe706 .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 130px;
  }
}
.cid-tBFpMVe706 .mbr-section-btn {
  margin-top: 42px;
}
.cid-tBFpMVe706 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tBFpMVe706 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tBFpMVe706 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tBFpMVe706 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tBFpMVe706 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tBFpMVe706 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tBFpMVe706 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tBFpMVe706 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tBFpMVe706 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tBFpMVe706 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tBFpMVe706 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tBFpMVe706 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tBFpMVe706 .carousel-control {
    display: none !important;
  }
}
.cid-tBFpMVe706 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tBFpMVe706 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tBFpMVe706 .carousel-indicators li.active,
.cid-tBFpMVe706 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tBFpMVe706 .carousel-indicators li::after,
.cid-tBFpMVe706 .carousel-indicators li::before {
  content: none;
}
.cid-tBFpMVe706 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBFpMVe706 .carousel-indicators {
    display: none !important;
  }
}
.cid-tBFpMVe706 .mbr-section-text,
.cid-tBFpMVe706 .mbr-section-btn {
  text-align: center;
}
.cid-tBG8hPzbnT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1f3319;
}
.cid-tBG8hPzbnT .mbr-text {
  color: #767676;
  margin: auto 0;
}
.cid-tBG8hPzbnT .card-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tBG8hPzbnT .card-box {
    flex-direction: column;
  }
}
.cid-tBG8hPzbnT .mbr-section-subtitle {
  color: #767676;
}
.cid-tBG8hPzbnT .num {
  width: auto;
  display: block;
  padding-right: 1.5rem;
  white-space: nowrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBG8hPzbnT .num {
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tBG8hPzbnT * {
    text-align: center !important;
  }
  .cid-tBG8hPzbnT .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tBG8hPzbnT .card-text {
  color: #ffffff;
}
.cid-tBj0bjZsRE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBj0bjZsRE .article-wrapper {
  padding-bottom: 100px;
}
.cid-tBj0bjZsRE .article-list {
  margin: 0 0 64px 20px;
  padding: 0;
  list-style-position: inside;
}
.cid-tBj0bjZsRE .article-list li p {
  margin-bottom: 0;
}
.cid-tBj0bjZsRE .mbr-section-text {
  margin-bottom: 40px;
  color: #232323;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tBj0bjZsRE .article-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tBj0bjZsRE .article-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .cid-tBj0bjZsRE .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBj0bjZsRE .mbr-text {
  color: #626462;
}
.cid-tDhTetvFP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTetvFP8 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTetvFP8 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTetvFP8 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTetvFP8 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTetvFP8 .btn:hover {
  box-shadow: none;
}
.cid-tDhTetvFP8 .mbr-section-title,
.cid-tDhTetvFP8 .mbr-section-btn {
  text-align: center;
}
.cid-tAEkhJsBOE {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tAEkhJsBOE .row {
  justify-content: center;
}
.cid-tAEkhJsBOE .col-title {
  margin-bottom: 2.5rem;
}
.cid-tAEkhJsBOE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tAEkhJsBOE .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tAEkhJsBOE .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAEkhJsBOE .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tAEkhJsBOE .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tAEkhJsBOE .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tAEkhJsBOE .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tAEkhJsBOE .card {
    min-height: 276px;
  }
}
.cid-tAEkhJsBOE .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tAEkhJsBOE .card:hover .card-title {
  text-decoration: underline;
}
.cid-tAEkhJsBOE .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tAEkhJsBOE .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tAEkhJsBOE .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tAEkhJsBOE .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tAEkhJsBOE .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tAEkhJsBOE .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tAEkhJsBOE .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tAEkhJsBOE .mbr-section-btn {
  margin-top: 30px;
}
.cid-tAEkhJsBOE .card-title-1 {
  color: #ffffff;
}
.cid-tBdSQDXtqk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBdSQDXtqk .container {
  max-width: 1312px;
}
.cid-tBdSQDXtqk img,
.cid-tBdSQDXtqk .item-img {
  overflow: hidden;
  height: 100%;
  height: 224px;
  object-fit: cover;
}
.cid-tBdSQDXtqk .item:focus,
.cid-tBdSQDXtqk span:focus {
  outline: none;
}
.cid-tBdSQDXtqk .item-wrapper {
  position: relative;
}
.cid-tBdSQDXtqk .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tBdSQDXtqk .slide-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-tBdSQDXtqk .slide-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-tBdSQDXtqk .slide-content .item-content {
  padding: 1.5rem;
}
.cid-tBdSQDXtqk .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-tBdSQDXtqk .mbr-section-head {
  margin-bottom: 3.25rem;
}
.cid-tBdSQDXtqk .section-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tBdSQDXtqk .section-title-container .btn {
  padding: 0.75rem 2.5rem;
}
.cid-tBdSQDXtqk .section-title-container .btn-info-outline:hover {
  background-color: #f0edeb !important;
}
.cid-tBdSQDXtqk .mbr-section-title {
  color: #002549;
}
.cid-tBdSQDXtqk .mbr-section-subtitle {
  color: #002549;
}
.cid-tBdSQDXtqk .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tBdSQDXtqk .item-title-container {
  width: 100%;
}
.cid-tBdSQDXtqk .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-tBdSQDXtqk .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-tBdSQDXtqk .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-tBdSQDXtqk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 768px) {
  .cid-tBdSQDXtqk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBdSQDXtqk .embla__button--next,
.cid-tBdSQDXtqk .embla__button--prev {
  display: flex;
}
.cid-tBdSQDXtqk .embla__button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 144px;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .cid-tBdSQDXtqk .embla__button-container {
    margin-right: auto;
  }
}
.cid-tBdSQDXtqk .embla__button {
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #141414;
  border: 1px solid #141414;
  border-radius: 50%;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tBdSQDXtqk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBdSQDXtqk .embla__button.embla__button--prev {
  margin-right: auto;
}
.cid-tBdSQDXtqk .embla__button.embla__button--next {
  margin-left: auto;
}
.cid-tBdSQDXtqk .embla {
  position: relative;
  width: 100%;
}
.cid-tBdSQDXtqk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBdSQDXtqk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBdSQDXtqk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBdSQDXtqk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBG0ZbS74g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tBG0ZbS74g .row {
  flex-direction: row-reverse;
}
.cid-tBG0ZbS74g .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tBG0ZbS74g .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG0ZbS74g .col-card {
    padding-right: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-tBG0ZbS74g .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG0ZbS74g .col-text {
    padding-left: 4.625rem;
  }
}
.cid-tBG0ZbS74g .kolor {
  color: white;
}
.cid-tBG0ZbS74g .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tBG0ZbS74g .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tBG0ZbS74g .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tBG0ZbS74g .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-tBG0ZbS74g .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (min-width: 992px) {
  .cid-tBG0ZbS74g .cards-container {
    padding-right: 5rem;
    border-right: 1px solid #d4c5c0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cid-tBG0ZbS74g .cards-container {
    padding-left: 2rem;
  }
}
.cid-tBG0ZbS74g .card-text-container {
  flex-grow: 1;
}
.cid-tBG0ZbS74g .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-tBG0ZbS74g .card-text {
  color: #ffffff;
  width: 100%;
}
.cid-tBG0ZbS74g .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tBG0ZbS74g .icon-box span {
  color: #27a502;
}
.cid-tBG0ZbS74g .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tBG0ZbS74g .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tBG0ZbS74g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBG0ZbS74g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBG0ZbS74g .mbr-section-title,
.cid-tBG0ZbS74g .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-tBG5cORsPT {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBG5cORsPT .mbr-section-subtitle {
  color: #767676;
}
.cid-tBG5cORsPT .mbr-section-title {
  color: #350a0a;
}
.cid-tBG5xhSCjK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBG5xhSCjK .mbr-text {
  text-align: left;
}
.cid-tBG4Qi2DBW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBG4Qi2DBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBG4Qi2DBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBG4Qi2DBW .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBG4Qi2DBW .image-wrapper img {
    height: 350px;
  }
}
.cid-tBG4Qi2DBW .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-tBG4Qi2DBW .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-tBG4Qi2DBW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBG4Qi2DBW .mbr-text {
  color: #747474;
}
.cid-tBH7xh1p25 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBH7xh1p25 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBH7xh1p25 .row {
    text-align: center;
  }
  .cid-tBH7xh1p25 .row > div {
    margin: auto;
  }
  .cid-tBH7xh1p25 .social-row {
    justify-content: center;
  }
}
.cid-tBH7xh1p25 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBH7xh1p25 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBH7xh1p25 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBH7xh1p25 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBH7xh1p25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7xh1p25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7EXyf6S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tBGvfJPfvC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tBGvfJPfvC .mbr-overlay {
  background: #481b0e;
}
.cid-tBGvfJPfvC .mbr-section-title {
  letter-spacing: -1px;
}
.cid-tBGvfJPfvC .mbr-text,
.cid-tBGvfJPfvC .mbr-section-btn {
  text-align: center;
}
.cid-tBGv1Mgkoo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBGv1Mgkoo .google-map {
  height: 25rem;
  position: relative;
}
.cid-tBGv1Mgkoo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBGv1Mgkoo .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-tBGv1Mgkoo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBGv1Mgkoo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBGv1Mgkoo .wrapper {
  margin-top: -10rem;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tBGv1Mgkoo .form-container {
  padding: 3rem;
}
.cid-tBGv1Mgkoo .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tBGv1Mgkoo .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #0e3c01, #1f3319);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tBGv1Mgkoo .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tBGv1Mgkoo .form-group,
  .cid-tBGv1Mgkoo .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tBGv1Mgkoo .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tBGv1Mgkoo textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-tBGv1Mgkoo .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tBGv1Mgkoo .text-block {
    margin-bottom: 2rem;
  }
  .cid-tBGv1Mgkoo .wrapper {
    margin-top: 0;
  }
}
.cid-tBGv1Mgkoo .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tBGv1Mgkoo .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tBGv1Mgkoo .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tBGv1Mgkoo .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tBGv1Mgkoo .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBGv1Mgkoo .social-list a:hover {
  opacity: 1;
}
.cid-tGoH4RlJ7B {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoH4RlJ7B .row {
  justify-content: center;
}
.cid-tGoH4RlJ7B .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoH4RlJ7B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoH4RlJ7B .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoH4RlJ7B .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoH4RlJ7B .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoH4RlJ7B .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoH4RlJ7B .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoH4RlJ7B .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoH4RlJ7B .card {
    min-height: 276px;
  }
}
.cid-tGoH4RlJ7B .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoH4RlJ7B .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoH4RlJ7B .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoH4RlJ7B .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoH4RlJ7B .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoH4RlJ7B .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoH4RlJ7B .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoH4RlJ7B .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoH4RlJ7B .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoH4RlJ7B .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoH4RlJ7B .card-title-1 {
  color: #ffffff;
}
.cid-tBH7xh1p25 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBH7xh1p25 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBH7xh1p25 .row {
    text-align: center;
  }
  .cid-tBH7xh1p25 .row > div {
    margin: auto;
  }
  .cid-tBH7xh1p25 .social-row {
    justify-content: center;
  }
}
.cid-tBH7xh1p25 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBH7xh1p25 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBH7xh1p25 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBH7xh1p25 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBH7xh1p25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7xh1p25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7EXyf6S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBj2BPjUW7 {
  background-image: url("../../../assets/images/pobrane-1289x1010.png");
}
.cid-tBj2BPjUW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBj2BPjUW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBj2BPjUW7 .row {
  align-items: flex-end;
}
.cid-tBj2BPjUW7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBj2BPjUW7 .mbr-text,
.cid-tBj2BPjUW7 .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBj2BPjUW7 .col-lg-4 {
  align-items: flex-end;
}
.cid-tBGVmBbaPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBGP8bo7Zz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tBGP8bo7Zz .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tBGP8bo7Zz .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tBGP8bo7Zz .mbr-section-btn,
  .cid-tBGP8bo7Zz .mbr-section-subtitle,
  .cid-tBGP8bo7Zz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBGXWRIQ5S {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBGXWRIQ5S .container {
  max-width: 1132px;
}
.cid-tBGXWRIQ5S .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBGXWRIQ5S .b {
    margin-bottom: 20px;
  }
}
.cid-tBGU10qL0R {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBGU10qL0R .card {
  background: transparent;
}
.cid-tBGU10qL0R .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBGU10qL0R .col.img {
  flex: 0 0 32px;
}
.cid-tBGU10qL0R .col.text {
  flex: 1 1 75%;
}
.cid-tBGU10qL0R .card-body {
  padding: 10px;
}
.cid-tBGU10qL0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGU10qL0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGU10qL0R .mbr-section-title {
  text-align: center;
  color: #230c0a;
}
.cid-tDhV2ImCv0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhV2ImCv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhV2ImCv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhV2ImCv0 .mbr-section-title {
  color: #ffffff;
}
.cid-tDhV2ImCv0 .mbr-text,
.cid-tDhV2ImCv0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoF56l20k {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoF56l20k .row {
  justify-content: center;
}
.cid-tGoF56l20k .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoF56l20k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoF56l20k .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoF56l20k .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoF56l20k .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoF56l20k .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoF56l20k .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoF56l20k .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoF56l20k .card {
    min-height: 276px;
  }
}
.cid-tGoF56l20k .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoF56l20k .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoF56l20k .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoF56l20k .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoF56l20k .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoF56l20k .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoF56l20k .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoF56l20k .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoF56l20k .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoF56l20k .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoF56l20k .card-title-1 {
  color: #ffffff;
}
.cid-tDhTlLAtma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTlLAtma .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTlLAtma .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTlLAtma .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTlLAtma .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTlLAtma .btn:hover {
  box-shadow: none;
}
.cid-tDhTlLAtma .mbr-section-title,
.cid-tDhTlLAtma .mbr-section-btn {
  text-align: center;
}
.cid-tBH7v8XsVs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBH7v8XsVs .row {
    text-align: center!important;
  }
}
.cid-tBH7v8XsVs .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBH7v8XsVs .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBH7v8XsVs .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBH7v8XsVs .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBH7v8XsVs .user-name-text {
  color: #ffffff;
}
.cid-tBH7v8XsVs .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBH7v8XsVs .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBH7v8XsVs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBH7v8XsVs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBH7v8XsVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7v8XsVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7xh1p25 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBH7xh1p25 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBH7xh1p25 .row {
    text-align: center;
  }
  .cid-tBH7xh1p25 .row > div {
    margin: auto;
  }
  .cid-tBH7xh1p25 .social-row {
    justify-content: center;
  }
}
.cid-tBH7xh1p25 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBH7xh1p25 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBH7xh1p25 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBH7xh1p25 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBH7xh1p25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7xh1p25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7EXyf6S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBpqqjn6Kq {
  background-image: url("../../../assets/images/lamele-dekoracyjne1-envato-2132x1401.jpg");
}
.cid-tBpqqjn6Kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBpqqjn6Kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBpqqjn6Kq .row {
  align-items: flex-end;
}
.cid-tBpqqjn6Kq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBpqqjn6Kq .mbr-text,
.cid-tBpqqjn6Kq .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBpqqjn6Kq .col-lg-4 {
  align-items: flex-end;
}
.cid-tBRVPS5sVp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tBRVPS5sVp .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-tBRVPS5sVp .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBRVPS5sVp .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tBRVPS5sVp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBRVPS5sVp .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBRVPS5sVp .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBRVPS5sVp .average {
    width: 100%;
  }
}
.cid-tBRVPS5sVp .wrap {
  position: relative;
  background-color: #2c4724;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-tBRVPS5sVp .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-tBRVPS5sVp .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-tBRVPS5sVp .wrap:before {
    left: 2%;
  }
}
.cid-tBRVPS5sVp .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBRVPS5sVp .close::before {
  content: '\e91a';
}
.cid-tBRVPS5sVp .close:hover {
  color: #fff;
}
.cid-tBRVPS5sVp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBRVPS5sVp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBRVPS5sVp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBRVPS5sVp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBRVPS5sVp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tBRVPS5sVp .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tBRVPS5sVp .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tBRVPS5sVp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tBRVPS5sVp .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tBRVPS5sVp .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tBRVPS5sVp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBRVPS5sVp .carousel-inner > .active {
  display: block;
}
.cid-tBRVPS5sVp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBRVPS5sVp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBRVPS5sVp .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-tBRVPS5sVp .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-tBRVPS5sVp .carousel-control,
  .cid-tBRVPS5sVp .carousel-indicators {
    position: fixed;
  }
}
.cid-tBRVPS5sVp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBRVPS5sVp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBRVPS5sVp .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tBRVPS5sVp .modal-content {
    width: 70%;
  }
}
.cid-tBRVPS5sVp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBRVPS5sVp .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-tBRVPS5sVp .carousel {
  width: 100%;
}
.cid-tBRVPS5sVp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBRVPS5sVp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBRVPS5sVp .modal.fade .modal-dialog,
.cid-tBRVPS5sVp .modal.in .modal-dialog {
  transform: none;
}
.cid-tBRVPS5sVp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBRUJOmfw6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tBRUJOmfw6 .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-tBRUJOmfw6 .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBRUJOmfw6 .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tBRUJOmfw6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBRUJOmfw6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tBRUJOmfw6 .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBRUJOmfw6 .average {
    width: 100%;
  }
}
.cid-tBRUJOmfw6 .wrap {
  position: relative;
  background-color: #2c4724;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-tBRUJOmfw6 .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-tBRUJOmfw6 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-tBRUJOmfw6 .wrap:before {
    left: 2%;
  }
}
.cid-tBRUJOmfw6 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBRUJOmfw6 .close::before {
  content: '\e91a';
}
.cid-tBRUJOmfw6 .close:hover {
  color: #fff;
}
.cid-tBRUJOmfw6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBRUJOmfw6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBRUJOmfw6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBRUJOmfw6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBRUJOmfw6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tBRUJOmfw6 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tBRUJOmfw6 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tBRUJOmfw6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tBRUJOmfw6 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tBRUJOmfw6 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tBRUJOmfw6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBRUJOmfw6 .carousel-inner > .active {
  display: block;
}
.cid-tBRUJOmfw6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBRUJOmfw6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBRUJOmfw6 .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-tBRUJOmfw6 .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-tBRUJOmfw6 .carousel-control,
  .cid-tBRUJOmfw6 .carousel-indicators {
    position: fixed;
  }
}
.cid-tBRUJOmfw6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBRUJOmfw6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBRUJOmfw6 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tBRUJOmfw6 .modal-content {
    width: 70%;
  }
}
.cid-tBRUJOmfw6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBRUJOmfw6 .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-tBRUJOmfw6 .carousel {
  width: 100%;
}
.cid-tBRUJOmfw6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBRUJOmfw6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBRUJOmfw6 .modal.fade .modal-dialog,
.cid-tBRUJOmfw6 .modal.in .modal-dialog {
  transform: none;
}
.cid-tBRUJOmfw6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBRW95nk5r {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-tBRW95nk5r .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-tBRW95nk5r .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tBRW95nk5r .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tBRW95nk5r .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBRW95nk5r .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBRW95nk5r .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBRW95nk5r .average {
    width: 100%;
  }
}
.cid-tBRW95nk5r .wrap {
  position: relative;
  background-color: #2c4724;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-tBRW95nk5r .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-tBRW95nk5r .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-tBRW95nk5r .wrap:before {
    left: 2%;
  }
}
.cid-tBRW95nk5r .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBRW95nk5r .close::before {
  content: '\e91a';
}
.cid-tBRW95nk5r .close:hover {
  color: #fff;
}
.cid-tBRW95nk5r .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBRW95nk5r .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBRW95nk5r .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBRW95nk5r .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBRW95nk5r .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tBRW95nk5r .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tBRW95nk5r .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tBRW95nk5r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tBRW95nk5r .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tBRW95nk5r .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tBRW95nk5r .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBRW95nk5r .carousel-inner > .active {
  display: block;
}
.cid-tBRW95nk5r .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBRW95nk5r .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBRW95nk5r .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-tBRW95nk5r .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-tBRW95nk5r .carousel-control,
  .cid-tBRW95nk5r .carousel-indicators {
    position: fixed;
  }
}
.cid-tBRW95nk5r .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBRW95nk5r .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBRW95nk5r .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tBRW95nk5r .modal-content {
    width: 70%;
  }
}
.cid-tBRW95nk5r .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBRW95nk5r .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-tBRW95nk5r .carousel {
  width: 100%;
}
.cid-tBRW95nk5r .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBRW95nk5r .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBRW95nk5r .modal.fade .modal-dialog,
.cid-tBRW95nk5r .modal.in .modal-dialog {
  transform: none;
}
.cid-tBRW95nk5r .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBH7xh1p25 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBH7xh1p25 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBH7xh1p25 .row {
    text-align: center;
  }
  .cid-tBH7xh1p25 .row > div {
    margin: auto;
  }
  .cid-tBH7xh1p25 .social-row {
    justify-content: center;
  }
}
.cid-tBH7xh1p25 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBH7xh1p25 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBH7xh1p25 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBH7xh1p25 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBH7xh1p25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7xh1p25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7EXyf6S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2d3227;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBGbpiOZAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tBGbpiOZAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGbpiOZAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGbpiOZAO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tBGbpiOZAO .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBGbpiOZAO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGbpiOZAO .container {
    padding: 0 20px;
  }
}
.cid-tBGbpiOZAO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBGbpiOZAO .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tBGbpiOZAO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBGbpiOZAO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBGcXIrRoX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f3319;
}
.cid-tBGcXIrRoX .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tBGcXIrRoX .mbr-section-btn,
  .cid-tBGcXIrRoX .mbr-section-subtitle,
  .cid-tBGcXIrRoX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBGcXIrRoX .mbr-section-title {
  text-align: left;
}
.cid-tBGgy4SZGl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBGgy4SZGl .row-element,
.cid-tBGgy4SZGl .image-element {
  padding: 0;
}
.cid-tBGgy4SZGl .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBGgy4SZGl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tBGgy4SZGl .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-tBGgy4SZGl .text-content {
    padding: 2rem 1rem;
  }
  .cid-tBGgy4SZGl .mbr-title,
  .cid-tBGgy4SZGl .mbr-text,
  .cid-tBGgy4SZGl .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tBGgy4SZGl .mbr-text,
.cid-tBGgy4SZGl .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tBGgy4SZGl .mbr-title {
  color: #e96188;
}
.cid-tBGdsLYG99 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tBGdsLYG99 .mbr-section-title {
  text-align: center;
}
.cid-tBGmKBBxvy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBGmKBBxvy .row {
    text-align: center!important;
  }
}
.cid-tBGmKBBxvy .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBGmKBBxvy .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBGmKBBxvy .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBGmKBBxvy .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBGmKBBxvy .user-name-text {
  color: #ffffff;
}
.cid-tBGmKBBxvy .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBGmKBBxvy .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBGmKBBxvy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBGmKBBxvy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBGmKBBxvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGmKBBxvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGmEqU3lq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #1f3319;
}
.cid-tBGmEqU3lq .row {
  align-items: center;
}
.cid-tBGmEqU3lq .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-tBGmEqU3lq .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBGmEqU3lq .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-tBGmEqU3lq .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tBGmEqU3lq .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-tBGmEqU3lq .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tBGmEqU3lq .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-tBGmEqU3lq .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-tBGmEqU3lq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tBGmEqU3lq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tBGmEqU3lq .label-text {
    text-align: center !important;
  }
}
.cid-tBGmEqU3lq .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-tBGmEqU3lq .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tBGmEqU3lq .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tBGmEqU3lq .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tBGmEqU3lq .lists-container {
    justify-content: center;
  }
}
.cid-tBGmEqU3lq .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-tBGmEqU3lq .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBGmEqU3lq .list {
    align-items: center;
  }
}
.cid-tBGmEqU3lq .list-item {
  display: flex;
  align-items: center;
}
.cid-tBGmEqU3lq .icon-wrapper {
  margin-right: 5px;
}
.cid-tBGmEqU3lq .icon-wrapper span {
  color: #ffffff;
  font-size: 21px;
}
.cid-tBGmEqU3lq .list-item-text {
  flex-grow: 1;
  color: #ffffff;
}
.cid-tBGmEqU3lq .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tBGmEqU3lq .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-tBGmEqU3lq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBGmEqU3lq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBGmEqU3lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGmEqU3lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGmEqU3lq .mbr-section-title,
.cid-tBGmEqU3lq .mbr-section-btn {
  color: #ffffff;
}
.cid-tBGeENTxSL {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBGeENTxSL .article-wrapper {
  padding-bottom: 100px;
}
.cid-tBGeENTxSL .article-list {
  margin: 0 0 64px 20px;
  padding: 0;
  list-style-position: inside;
}
.cid-tBGeENTxSL .article-list li p {
  margin-bottom: 0;
}
.cid-tBGeENTxSL .mbr-section-text {
  margin-bottom: 40px;
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tBGeENTxSL .article-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tBGeENTxSL .article-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .cid-tBGeENTxSL .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBGeENTxSL .mbr-text {
  color: #626462;
}
.cid-tBMnJut4pC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1785x1190.jpg");
}
.cid-tBMnJut4pC .row {
  flex-direction: row-reverse;
}
.cid-tBMnJut4pC .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tBMnJut4pC .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBMnJut4pC .col-card {
    padding-right: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-tBMnJut4pC .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBMnJut4pC .col-text {
    padding-left: 4.625rem;
  }
}
.cid-tBMnJut4pC .kolor {
  color: white;
}
.cid-tBMnJut4pC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tBMnJut4pC .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tBMnJut4pC .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tBMnJut4pC .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-tBMnJut4pC .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (min-width: 992px) {
  .cid-tBMnJut4pC .cards-container {
    padding-right: 5rem;
    border-right: 1px solid #d4c5c0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cid-tBMnJut4pC .cards-container {
    padding-left: 2rem;
  }
}
.cid-tBMnJut4pC .card-text-container {
  flex-grow: 1;
}
.cid-tBMnJut4pC .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-tBMnJut4pC .card-text {
  color: #ffffff;
  width: 100%;
}
.cid-tBMnJut4pC .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tBMnJut4pC .icon-box span {
  color: #27a502;
}
.cid-tBMnJut4pC .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tBMnJut4pC .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tBMnJut4pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMnJut4pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMnJut4pC .mbr-section-title,
.cid-tBMnJut4pC .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-tDmIEDkzLa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDmIEDkzLa .container {
  max-width: 1312px;
}
.cid-tDmIEDkzLa img,
.cid-tDmIEDkzLa .item-img {
  overflow: hidden;
  height: 100%;
  height: 224px;
  object-fit: cover;
}
.cid-tDmIEDkzLa .item:focus,
.cid-tDmIEDkzLa span:focus {
  outline: none;
}
.cid-tDmIEDkzLa .item-wrapper {
  position: relative;
}
.cid-tDmIEDkzLa .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tDmIEDkzLa .slide-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-tDmIEDkzLa .slide-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-tDmIEDkzLa .slide-content .item-content {
  padding: 1.5rem;
}
.cid-tDmIEDkzLa .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-tDmIEDkzLa .mbr-section-head {
  margin-bottom: 3.25rem;
}
.cid-tDmIEDkzLa .section-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tDmIEDkzLa .section-title-container .btn {
  padding: 0.75rem 2.5rem;
}
.cid-tDmIEDkzLa .section-title-container .btn-info-outline:hover {
  background-color: #f0edeb !important;
}
.cid-tDmIEDkzLa .mbr-section-title {
  color: #002549;
}
.cid-tDmIEDkzLa .mbr-section-subtitle {
  color: #002549;
}
.cid-tDmIEDkzLa .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tDmIEDkzLa .item-title-container {
  width: 100%;
}
.cid-tDmIEDkzLa .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-tDmIEDkzLa .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-tDmIEDkzLa .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-tDmIEDkzLa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 768px) {
  .cid-tDmIEDkzLa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDmIEDkzLa .embla__button--next,
.cid-tDmIEDkzLa .embla__button--prev {
  display: flex;
}
.cid-tDmIEDkzLa .embla__button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 144px;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .cid-tDmIEDkzLa .embla__button-container {
    margin-right: auto;
  }
}
.cid-tDmIEDkzLa .embla__button {
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #141414;
  border: 1px solid #141414;
  border-radius: 50%;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tDmIEDkzLa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDmIEDkzLa .embla__button.embla__button--prev {
  margin-right: auto;
}
.cid-tDmIEDkzLa .embla__button.embla__button--next {
  margin-left: auto;
}
.cid-tDmIEDkzLa .embla {
  position: relative;
  width: 100%;
}
.cid-tDmIEDkzLa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDmIEDkzLa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDmIEDkzLa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDmIEDkzLa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBGpaV58fk {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBGpaV58fk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBGpaV58fk input,
.cid-tBGpaV58fk textarea,
.cid-tBGpaV58fk .jqselect {
  font-weight: 300 !important;
}
.cid-tBGpaV58fk .col-wrap1 {
  background: #1f3319;
  padding: 5rem;
  height: 100%;
}
.cid-tBGpaV58fk .col-wrap3 {
  background: #2c4724;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tBGpaV58fk .col-wrap1,
  .cid-tBGpaV58fk .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tBGpaV58fk .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBGpaV58fk .col-wrap1,
  .cid-tBGpaV58fk .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-tBGpaV58fk .container {
  max-width: 1800px;
}
.cid-tBGpaV58fk img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-tBGpaV58fk textarea {
  min-height: 150px !important;
}
.cid-tBGpaV58fk form .btn {
  width: 100%;
}
.cid-tBGpaV58fk .jq-selectbox__select-text {
  color: #1f3319;
}
.cid-tBGpaV58fk .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-tBGpaV58fk .jq-selectbox li {
  padding: 0.8em 1.4em !important;
  color: #1f3319 !important;
}
.cid-tBGpaV58fk .form-control,
.cid-tBGpaV58fk .field-input {
  padding: 1.1rem 1.5rem;
  height: auto;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBGpaV58fk .form-control::-webkit-input-placeholder,
.cid-tBGpaV58fk .field-input::-webkit-input-placeholder,
.cid-tBGpaV58fk .form-control::-webkit-input-placeholder,
.cid-tBGpaV58fk .field-input::-webkit-input-placeholder {
  color: #1f3319;
}
.cid-tBGpaV58fk .form-control:-moz-placeholder,
.cid-tBGpaV58fk .field-input:-moz-placeholder,
.cid-tBGpaV58fk .form-control:-moz-placeholder,
.cid-tBGpaV58fk .field-input:-moz-placeholder {
  color: #1f3319;
}
.cid-tBGpaV58fk .form-control:hover,
.cid-tBGpaV58fk .field-input:hover,
.cid-tBGpaV58fk .form-control:focus,
.cid-tBGpaV58fk .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBGpaV58fk .form-control:hover::-webkit-input-placeholder,
.cid-tBGpaV58fk .field-input:hover::-webkit-input-placeholder,
.cid-tBGpaV58fk .form-control:focus::-webkit-input-placeholder,
.cid-tBGpaV58fk .field-input:focus::-webkit-input-placeholder,
.cid-tBGpaV58fk .form-control:hover::-webkit-input-placeholder,
.cid-tBGpaV58fk .field-input:hover::-webkit-input-placeholder,
.cid-tBGpaV58fk .form-control:focus::-webkit-input-placeholder,
.cid-tBGpaV58fk .field-input:focus::-webkit-input-placeholder {
  color: #1f3319;
}
.cid-tBGpaV58fk .form-control:hover:-moz-placeholder,
.cid-tBGpaV58fk .field-input:hover:-moz-placeholder,
.cid-tBGpaV58fk .form-control:focus:-moz-placeholder,
.cid-tBGpaV58fk .field-input:focus:-moz-placeholder,
.cid-tBGpaV58fk .form-control:hover:-moz-placeholder,
.cid-tBGpaV58fk .field-input:hover:-moz-placeholder,
.cid-tBGpaV58fk .form-control:focus:-moz-placeholder,
.cid-tBGpaV58fk .field-input:focus:-moz-placeholder {
  color: #1f3319;
}
.cid-tBGpaV58fk textarea {
  padding-top: 1rem !important;
}
.cid-tBGpaV58fk .jq-number__spin:hover,
.cid-tBGpaV58fk .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tBGpaV58fk .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBGpaV58fk .jq-selectbox li,
.cid-tBGpaV58fk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBGpaV58fk .jq-selectbox li:hover,
.cid-tBGpaV58fk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBGpaV58fk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tBGpaV58fk .jq-number__spin.minus:hover:after,
.cid-tBGpaV58fk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBGpaV58fk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tBGpaV58fk .jq-number__spin.minus:after,
.cid-tBGpaV58fk .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBGpaV58fk .jq-selectbox__trigger-arrow {
  border-top-color: #1f3319 !important;
  border-bottom-color: #1f3319 !important;
}
.cid-tBGpaV58fk input::-webkit-clear-button {
  display: none;
}
.cid-tBGpaV58fk input::-webkit-inner-spin-button {
  display: none;
}
.cid-tBGpaV58fk input::-webkit-outer-spin-button {
  display: none;
}
.cid-tBGpaV58fk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tBGpaV58fk H5 {
  text-align: center;
  color: #ffffff;
}
.cid-tBGpaV58fk h6 {
  color: #d58f76;
}
.cid-tBGpaV58fk H3 {
  color: #ffffff;
}
.cid-tBGpaV58fk .mbr-text {
  color: #ffffff;
}
.cid-tBGpaV58fk .link,
.cid-tBGpaV58fk .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-tBGpaV58fk H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tBH7xh1p25 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBH7xh1p25 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBH7xh1p25 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBH7xh1p25 .row {
    text-align: center;
  }
  .cid-tBH7xh1p25 .row > div {
    margin: auto;
  }
  .cid-tBH7xh1p25 .social-row {
    justify-content: center;
  }
}
.cid-tBH7xh1p25 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBH7xh1p25 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBH7xh1p25 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBH7xh1p25 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBH7xh1p25 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBH7xh1p25 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBH7xh1p25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH7xh1p25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH7EXyf6S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBHauzIHSS {
  background-image: url("../../../assets/images/sara.jpg");
}
.cid-tBHauzIHSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHauzIHSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHauzIHSS .row {
  align-items: flex-end;
}
.cid-tBHauzIHSS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBHauzIHSS .mbr-text,
.cid-tBHauzIHSS .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBHauzIHSS .col-lg-4 {
  align-items: flex-end;
}
.cid-tH3JANawxJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tH3JANawxJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tH3JANawxJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tH3JANawxJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tBHauArlRm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBLEOAcMjG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBLEOAcMjG img,
.cid-tBLEOAcMjG .item-img {
  width: 100%;
}
.cid-tBLEOAcMjG .item:focus,
.cid-tBLEOAcMjG span:focus {
  outline: none;
}
.cid-tBLEOAcMjG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tBLEOAcMjG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBLEOAcMjG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBLEOAcMjG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBLEOAcMjG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBLEOAcMjG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBLEOAcMjG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBLEOAcMjG .mbr-section-title {
  color: #ffffff;
}
.cid-tBLEOAcMjG .mbr-text,
.cid-tBLEOAcMjG .mbr-section-btn {
  text-align: center;
}
.cid-tBLEOAcMjG .item-title {
  text-align: center;
}
.cid-tBLEOAcMjG .item-subtitle {
  text-align: left;
}
.cid-tBSbDbtNzs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tBSbDbtNzs .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tBSbDbtNzs .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tBSbDbtNzs .mbr-section-btn,
  .cid-tBSbDbtNzs .mbr-section-subtitle,
  .cid-tBSbDbtNzs .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBHauB0ZoK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBHauB0ZoK .container {
  max-width: 1132px;
}
.cid-tBHauB0ZoK .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBHauB0ZoK .b {
    margin-bottom: 20px;
  }
}
.cid-tBHauBkpi2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBHauBkpi2 .card {
  background: transparent;
}
.cid-tBHauBkpi2 .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBHauBkpi2 .col.img {
  flex: 0 0 32px;
}
.cid-tBHauBkpi2 .col.text {
  flex: 1 1 75%;
}
.cid-tBHauBkpi2 .card-body {
  padding: 10px;
}
.cid-tBHauBkpi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHauBkpi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHauBkpi2 .mbr-section-title {
  text-align: center;
}
.cid-tBHauBTuMz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tBHauBTuMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHauBTuMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHauBTuMz .mbr-section-title {
  color: #ffffff;
}
.cid-tBHauBTuMz .mbr-text,
.cid-tBHauBTuMz .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoFxZY5uF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoFxZY5uF .row {
  justify-content: center;
}
.cid-tGoFxZY5uF .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoFxZY5uF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoFxZY5uF .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoFxZY5uF .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoFxZY5uF .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoFxZY5uF .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoFxZY5uF .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoFxZY5uF .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoFxZY5uF .card {
    min-height: 276px;
  }
}
.cid-tGoFxZY5uF .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoFxZY5uF .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoFxZY5uF .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoFxZY5uF .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoFxZY5uF .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoFxZY5uF .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoFxZY5uF .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoFxZY5uF .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoFxZY5uF .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoFxZY5uF .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoFxZY5uF .card-title-1 {
  color: #ffffff;
}
.cid-tDhTrHwITC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTrHwITC .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTrHwITC .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTrHwITC .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTrHwITC .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTrHwITC .btn:hover {
  box-shadow: none;
}
.cid-tDhTrHwITC .mbr-section-title,
.cid-tDhTrHwITC .mbr-section-btn {
  text-align: center;
}
.cid-tBHauDc0Kh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBHauDc0Kh .row {
    text-align: center!important;
  }
}
.cid-tBHauDc0Kh .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBHauDc0Kh .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBHauDc0Kh .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBHauDc0Kh .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBHauDc0Kh .user-name-text {
  color: #ffffff;
}
.cid-tBHauDc0Kh .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBHauDc0Kh .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBHauDc0Kh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBHauDc0Kh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBHauDc0Kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHauDc0Kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHauDE1pN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBHauDE1pN .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBHauDE1pN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBHauDE1pN .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBHauDE1pN .row {
    text-align: center;
  }
  .cid-tBHauDE1pN .row > div {
    margin: auto;
  }
  .cid-tBHauDE1pN .social-row {
    justify-content: center;
  }
}
.cid-tBHauDE1pN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBHauDE1pN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBHauDE1pN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBHauDE1pN .list {
    margin-bottom: 0rem;
  }
}
.cid-tBHauDE1pN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBHauDE1pN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBHauDE1pN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBHauDE1pN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHauDE1pN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHauEvh6x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLFRIVgEq {
  background-image: url("../../../assets/images/tuluza-open-e1572291764411.jpg");
}
.cid-tBLFRIVgEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLFRIVgEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLFRIVgEq .row {
  align-items: flex-end;
}
.cid-tBLFRIVgEq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLFRIVgEq .mbr-text,
.cid-tBLFRIVgEq .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLFRIVgEq .col-lg-4 {
  align-items: flex-end;
}
.cid-tBLFRJgTyC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBR6WVbKko {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBR6WVbKko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBR6WVbKko .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-tBR6WVbKko .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBR6WVbKko .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBR6WVbKko.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBR6WVbKko img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBLNt1103h {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBSbQqWzJc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tBSbQqWzJc .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tBSbQqWzJc .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tBSbQqWzJc .mbr-section-btn,
  .cid-tBSbQqWzJc .mbr-section-subtitle,
  .cid-tBSbQqWzJc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLG8TnEcK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBLG8TnEcK .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBLG8TnEcK .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBLG8TnEcK .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBLG8TnEcK .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBLG8TnEcK .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBLG8TnEcK .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBLG8TnEcK .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBLG8TnEcK .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBLG8TnEcK .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBLG8TnEcK .mbr-text,
.cid-tBLG8TnEcK .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBLG8TnEcK .mbr-section-title {
  text-align: center;
}
.cid-tGuQPIrIb6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGuQPIrIb6 .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tGuQPIrIb6 .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tGuQPIrIb6 .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGuQPIrIb6 .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tGuQPIrIb6 .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tGuQPIrIb6 .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tGuQPIrIb6 .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tGuQPIrIb6 .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tGuQPIrIb6 .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tGuQPIrIb6 .mbr-text,
.cid-tGuQPIrIb6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tGuQPIrIb6 .mbr-section-title {
  text-align: center;
}
.cid-tBLFRKlvrT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLFRKlvrT .card {
  background: transparent;
}
.cid-tBLFRKlvrT .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLFRKlvrT .col.img {
  flex: 0 0 32px;
}
.cid-tBLFRKlvrT .col.text {
  flex: 1 1 75%;
}
.cid-tBLFRKlvrT .card-body {
  padding: 10px;
}
.cid-tBLFRKlvrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLFRKlvrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLFRKlvrT .mbr-section-title {
  text-align: center;
}
.cid-tDhTx5GWBs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTx5GWBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTx5GWBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTx5GWBs .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTx5GWBs .mbr-text,
.cid-tDhTx5GWBs .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoFEGFvHG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoFEGFvHG .row {
  justify-content: center;
}
.cid-tGoFEGFvHG .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoFEGFvHG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoFEGFvHG .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoFEGFvHG .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoFEGFvHG .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoFEGFvHG .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoFEGFvHG .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoFEGFvHG .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoFEGFvHG .card {
    min-height: 276px;
  }
}
.cid-tGoFEGFvHG .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoFEGFvHG .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoFEGFvHG .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoFEGFvHG .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoFEGFvHG .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoFEGFvHG .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoFEGFvHG .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoFEGFvHG .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoFEGFvHG .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoFEGFvHG .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoFEGFvHG .card-title-1 {
  color: #ffffff;
}
.cid-tDhTw6yyU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTw6yyU9 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTw6yyU9 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTw6yyU9 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTw6yyU9 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTw6yyU9 .btn:hover {
  box-shadow: none;
}
.cid-tDhTw6yyU9 .mbr-section-title,
.cid-tDhTw6yyU9 .mbr-section-btn {
  text-align: center;
}
.cid-tBLFRLZ0Xu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLFRLZ0Xu .row {
    text-align: center!important;
  }
}
.cid-tBLFRLZ0Xu .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLFRLZ0Xu .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLFRLZ0Xu .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLFRLZ0Xu .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLFRLZ0Xu .user-name-text {
  color: #ffffff;
}
.cid-tBLFRLZ0Xu .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLFRLZ0Xu .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLFRLZ0Xu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLFRLZ0Xu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLFRLZ0Xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLFRLZ0Xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLFRMna5x {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLFRMna5x .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLFRMna5x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLFRMna5x .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLFRMna5x .row {
    text-align: center;
  }
  .cid-tBLFRMna5x .row > div {
    margin: auto;
  }
  .cid-tBLFRMna5x .social-row {
    justify-content: center;
  }
}
.cid-tBLFRMna5x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLFRMna5x .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLFRMna5x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLFRMna5x .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLFRMna5x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLFRMna5x .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLFRMna5x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLFRMna5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLFRMna5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLFRMNdnY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLNRaUTWq {
  background-image: url("../../../assets/images/minimalist-red-brick-home-exterior-2021-08-26-15-45-03-utc-2000x1333.jpg");
}
.cid-tBLNRaUTWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLNRaUTWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLNRaUTWq .row {
  align-items: flex-end;
}
.cid-tBLNRaUTWq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLNRaUTWq .mbr-text,
.cid-tBLNRaUTWq .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLNRaUTWq .col-lg-4 {
  align-items: flex-end;
}
.cid-tBLNRbkdzC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBRdAm0xFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBRdAm0xFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRdAm0xFS .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-tBRdAm0xFS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBRdAm0xFS .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBRdAm0xFS.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBRdAm0xFS img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBRdHHcXws {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRdHHcXws .row {
    text-align: center!important;
  }
}
.cid-tBRdHHcXws .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBRdHHcXws .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBRdHHcXws .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBRdHHcXws .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBRdHHcXws .user-name-text {
  color: #ffffff;
}
.cid-tBRdHHcXws .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBRdHHcXws .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRdHHcXws .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBRdHHcXws .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBRdHHcXws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRdHHcXws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhVyzJ3C3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVyzJ3C3 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVyzJ3C3 .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVyzJ3C3 .mbr-section-btn,
  .cid-tDhVyzJ3C3 .mbr-section-subtitle,
  .cid-tDhVyzJ3C3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLNRcxWsh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBLNRcxWsh .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBLNRcxWsh .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBLNRcxWsh .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBLNRcxWsh .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBLNRcxWsh .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBLNRcxWsh .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBLNRcxWsh .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBLNRcxWsh .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBLNRcxWsh .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBLNRcxWsh .mbr-text,
.cid-tBLNRcxWsh .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBLNRcxWsh .mbr-section-title {
  text-align: center;
}
.cid-tBLNRcS06Z {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLNRcS06Z .card {
  background: transparent;
}
.cid-tBLNRcS06Z .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLNRcS06Z .col.img {
  flex: 0 0 32px;
}
.cid-tBLNRcS06Z .col.text {
  flex: 1 1 75%;
}
.cid-tBLNRcS06Z .card-body {
  padding: 10px;
}
.cid-tBLNRcS06Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLNRcS06Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLNRcS06Z .mbr-section-title {
  text-align: center;
}
.cid-tDhTDkUV4R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTDkUV4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTDkUV4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTDkUV4R .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTDkUV4R .mbr-text,
.cid-tDhTDkUV4R .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoFUfvSuY {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoFUfvSuY .row {
  justify-content: center;
}
.cid-tGoFUfvSuY .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoFUfvSuY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoFUfvSuY .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoFUfvSuY .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoFUfvSuY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoFUfvSuY .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoFUfvSuY .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoFUfvSuY .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoFUfvSuY .card {
    min-height: 276px;
  }
}
.cid-tGoFUfvSuY .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoFUfvSuY .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoFUfvSuY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoFUfvSuY .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoFUfvSuY .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoFUfvSuY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoFUfvSuY .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoFUfvSuY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoFUfvSuY .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoFUfvSuY .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoFUfvSuY .card-title-1 {
  color: #ffffff;
}
.cid-tDhTCHkoWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTCHkoWy .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTCHkoWy .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTCHkoWy .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTCHkoWy .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTCHkoWy .btn:hover {
  box-shadow: none;
}
.cid-tDhTCHkoWy .mbr-section-title,
.cid-tDhTCHkoWy .mbr-section-btn {
  text-align: center;
}
.cid-tBLNReDbj5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLNReDbj5 .row {
    text-align: center!important;
  }
}
.cid-tBLNReDbj5 .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLNReDbj5 .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLNReDbj5 .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLNReDbj5 .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLNReDbj5 .user-name-text {
  color: #ffffff;
}
.cid-tBLNReDbj5 .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLNReDbj5 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLNReDbj5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLNReDbj5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLNReDbj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLNReDbj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLNRf4kTL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLNRf4kTL .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLNRf4kTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLNRf4kTL .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLNRf4kTL .row {
    text-align: center;
  }
  .cid-tBLNRf4kTL .row > div {
    margin: auto;
  }
  .cid-tBLNRf4kTL .social-row {
    justify-content: center;
  }
}
.cid-tBLNRf4kTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLNRf4kTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLNRf4kTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLNRf4kTL .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLNRf4kTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLNRf4kTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLNRf4kTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLNRf4kTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLNRf4kTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLNRfz02s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLQaMTZhE {
  background-image: url("../../../assets/images/black-and-wooden-garage-2021-08-26-15-45-00-utc-2000x1333.jpg");
}
.cid-tBLQaMTZhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLQaMTZhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLQaMTZhE .row {
  align-items: flex-end;
}
.cid-tBLQaMTZhE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLQaMTZhE .mbr-text,
.cid-tBLQaMTZhE .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLQaMTZhE .col-lg-4 {
  align-items: flex-end;
}
.cid-tBLQaNHqHI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBLQaO8aV9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBLQaO8aV9 img,
.cid-tBLQaO8aV9 .item-img {
  width: 100%;
}
.cid-tBLQaO8aV9 .item:focus,
.cid-tBLQaO8aV9 span:focus {
  outline: none;
}
.cid-tBLQaO8aV9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tBLQaO8aV9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBLQaO8aV9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBLQaO8aV9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBLQaO8aV9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBLQaO8aV9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBLQaO8aV9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBLQaO8aV9 .mbr-section-title {
  color: #ffffff;
}
.cid-tBLQaO8aV9 .mbr-text,
.cid-tBLQaO8aV9 .mbr-section-btn {
  text-align: center;
}
.cid-tBLQaO8aV9 .item-title {
  text-align: center;
}
.cid-tBLQaO8aV9 .item-subtitle {
  text-align: left;
}
.cid-tBLQxwYZmq {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVC3jdwK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVC3jdwK .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVC3jdwK .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVC3jdwK .mbr-section-btn,
  .cid-tDhVC3jdwK .mbr-section-subtitle,
  .cid-tDhVC3jdwK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLQaPa4gu {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBLQaPa4gu .container {
  max-width: 1132px;
}
.cid-tBLQaPa4gu .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBLQaPa4gu .b {
    margin-bottom: 20px;
  }
}
.cid-tBLQaPu8cE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLQaPu8cE .card {
  background: transparent;
}
.cid-tBLQaPu8cE .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLQaPu8cE .col.img {
  flex: 0 0 32px;
}
.cid-tBLQaPu8cE .col.text {
  flex: 1 1 75%;
}
.cid-tBLQaPu8cE .card-body {
  padding: 10px;
}
.cid-tBLQaPu8cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLQaPu8cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLQaPu8cE .mbr-section-title {
  text-align: center;
}
.cid-tDhTIwD0Qz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTIwD0Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTIwD0Qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTIwD0Qz .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTIwD0Qz .mbr-text,
.cid-tDhTIwD0Qz .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoG6c4MQk {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoG6c4MQk .row {
  justify-content: center;
}
.cid-tGoG6c4MQk .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoG6c4MQk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoG6c4MQk .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoG6c4MQk .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoG6c4MQk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoG6c4MQk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoG6c4MQk .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoG6c4MQk .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoG6c4MQk .card {
    min-height: 276px;
  }
}
.cid-tGoG6c4MQk .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoG6c4MQk .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoG6c4MQk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoG6c4MQk .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoG6c4MQk .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoG6c4MQk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoG6c4MQk .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoG6c4MQk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoG6c4MQk .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoG6c4MQk .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoG6c4MQk .card-title-1 {
  color: #ffffff;
}
.cid-tDhTHSPJj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTHSPJj9 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTHSPJj9 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTHSPJj9 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTHSPJj9 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTHSPJj9 .btn:hover {
  box-shadow: none;
}
.cid-tDhTHSPJj9 .mbr-section-title,
.cid-tDhTHSPJj9 .mbr-section-btn {
  text-align: center;
}
.cid-tBLQaRkXaE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLQaRkXaE .row {
    text-align: center!important;
  }
}
.cid-tBLQaRkXaE .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLQaRkXaE .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLQaRkXaE .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLQaRkXaE .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLQaRkXaE .user-name-text {
  color: #ffffff;
}
.cid-tBLQaRkXaE .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLQaRkXaE .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLQaRkXaE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLQaRkXaE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLQaRkXaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLQaRkXaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLQaRMlGl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLQaRMlGl .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLQaRMlGl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLQaRMlGl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLQaRMlGl .row {
    text-align: center;
  }
  .cid-tBLQaRMlGl .row > div {
    margin: auto;
  }
  .cid-tBLQaRMlGl .social-row {
    justify-content: center;
  }
}
.cid-tBLQaRMlGl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLQaRMlGl .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLQaRMlGl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLQaRMlGl .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLQaRMlGl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLQaRMlGl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLQaRMlGl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLQaRMlGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLQaRMlGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLQaSfi1q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLS5DHjTG {
  background-image: url("../../../assets/images/house-with-garage-2021-08-26-15-45-11-utc-2000x667.jpg");
}
.cid-tBLS5DHjTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLS5DHjTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLS5DHjTG .row {
  align-items: flex-end;
}
.cid-tBLS5DHjTG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLS5DHjTG .mbr-text,
.cid-tBLS5DHjTG .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLS5DHjTG .col-lg-4 {
  align-items: flex-end;
}
.cid-tBLS5E4kGY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBRqOGw39H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBRqOGw39H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRqOGw39H .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-tBRqOGw39H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBRqOGw39H .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBRqOGw39H.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBRqOGw39H img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBLS5EFry0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVFKvHtU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVFKvHtU .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVFKvHtU .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVFKvHtU .mbr-section-btn,
  .cid-tDhVFKvHtU .mbr-section-subtitle,
  .cid-tDhVFKvHtU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLS5Fe9Fk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBLS5Fe9Fk .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBLS5Fe9Fk .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBLS5Fe9Fk .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBLS5Fe9Fk .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBLS5Fe9Fk .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBLS5Fe9Fk .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBLS5Fe9Fk .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBLS5Fe9Fk .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBLS5Fe9Fk .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBLS5Fe9Fk .mbr-text,
.cid-tBLS5Fe9Fk .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBLS5Fe9Fk .mbr-section-title {
  text-align: center;
}
.cid-tBRqbcQ6CF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBRqbcQ6CF .container {
  max-width: 1132px;
}
.cid-tBRqbcQ6CF .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBRqbcQ6CF .b {
    margin-bottom: 20px;
  }
}
.cid-tBLS5Fz3Ag {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLS5Fz3Ag .card {
  background: transparent;
}
.cid-tBLS5Fz3Ag .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLS5Fz3Ag .col.img {
  flex: 0 0 32px;
}
.cid-tBLS5Fz3Ag .col.text {
  flex: 1 1 75%;
}
.cid-tBLS5Fz3Ag .card-body {
  padding: 10px;
}
.cid-tBLS5Fz3Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLS5Fz3Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLS5Fz3Ag .mbr-section-title {
  text-align: center;
}
.cid-tDhTNBIcDF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTNBIcDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTNBIcDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTNBIcDF .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTNBIcDF .mbr-text,
.cid-tDhTNBIcDF .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoG8Ge02D {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoG8Ge02D .row {
  justify-content: center;
}
.cid-tGoG8Ge02D .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoG8Ge02D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoG8Ge02D .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoG8Ge02D .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoG8Ge02D .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoG8Ge02D .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoG8Ge02D .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoG8Ge02D .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoG8Ge02D .card {
    min-height: 276px;
  }
}
.cid-tGoG8Ge02D .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoG8Ge02D .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoG8Ge02D .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoG8Ge02D .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoG8Ge02D .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoG8Ge02D .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoG8Ge02D .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoG8Ge02D .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoG8Ge02D .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoG8Ge02D .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoG8Ge02D .card-title-1 {
  color: #ffffff;
}
.cid-tDhTMfIanz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTMfIanz .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTMfIanz .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTMfIanz .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTMfIanz .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTMfIanz .btn:hover {
  box-shadow: none;
}
.cid-tDhTMfIanz .mbr-section-title,
.cid-tDhTMfIanz .mbr-section-btn {
  text-align: center;
}
.cid-tBLS5HjYqE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLS5HjYqE .row {
    text-align: center!important;
  }
}
.cid-tBLS5HjYqE .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLS5HjYqE .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLS5HjYqE .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLS5HjYqE .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLS5HjYqE .user-name-text {
  color: #ffffff;
}
.cid-tBLS5HjYqE .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLS5HjYqE .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLS5HjYqE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLS5HjYqE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLS5HjYqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLS5HjYqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLS5HNxmR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLS5HNxmR .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLS5HNxmR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLS5HNxmR .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLS5HNxmR .row {
    text-align: center;
  }
  .cid-tBLS5HNxmR .row > div {
    margin: auto;
  }
  .cid-tBLS5HNxmR .social-row {
    justify-content: center;
  }
}
.cid-tBLS5HNxmR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLS5HNxmR .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLS5HNxmR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLS5HNxmR .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLS5HNxmR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLS5HNxmR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLS5HNxmR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLS5HNxmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLS5HNxmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLS5Ie2Kg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLTtI3pso {
  background-image: url("../../../assets/images/bramy-przemysowe-2000x1333.png");
}
.cid-tBLTtI3pso .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLTtI3pso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLTtI3pso .row {
  align-items: flex-end;
}
.cid-tBLTtI3pso .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLTtI3pso .mbr-text,
.cid-tBLTtI3pso .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLTtI3pso .col-lg-4 {
  align-items: flex-end;
}
.cid-tBLTtIsS7o {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBRsaHJHTl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBRsaHJHTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRsaHJHTl .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-tBRsaHJHTl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBRsaHJHTl .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBRsaHJHTl.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBRsaHJHTl img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBLTtJ2SHa {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVHS7W5H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVHS7W5H .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVHS7W5H .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVHS7W5H .mbr-section-btn,
  .cid-tDhVHS7W5H .mbr-section-subtitle,
  .cid-tDhVHS7W5H .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLTtJENrM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBLTtJENrM .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBLTtJENrM .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBLTtJENrM .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBLTtJENrM .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBLTtJENrM .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBLTtJENrM .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBLTtJENrM .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBLTtJENrM .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBLTtJENrM .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBLTtJENrM .mbr-text,
.cid-tBLTtJENrM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBLTtJENrM .mbr-section-title {
  text-align: center;
}
.cid-tBRsag6vCC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBRsag6vCC .container {
  max-width: 1132px;
}
.cid-tBRsag6vCC .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBRsag6vCC .b {
    margin-bottom: 20px;
  }
}
.cid-tBLTtJY2MQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLTtJY2MQ .card {
  background: transparent;
}
.cid-tBLTtJY2MQ .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLTtJY2MQ .col.img {
  flex: 0 0 32px;
}
.cid-tBLTtJY2MQ .col.text {
  flex: 1 1 75%;
}
.cid-tBLTtJY2MQ .card-body {
  padding: 10px;
}
.cid-tBLTtJY2MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLTtJY2MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLTtJY2MQ .mbr-section-title {
  text-align: center;
}
.cid-tDhTRG26Mo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTRG26Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTRG26Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTRG26Mo .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTRG26Mo .mbr-text,
.cid-tDhTRG26Mo .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGcx5l0R {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGcx5l0R .row {
  justify-content: center;
}
.cid-tGoGcx5l0R .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGcx5l0R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGcx5l0R .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGcx5l0R .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGcx5l0R .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGcx5l0R .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGcx5l0R .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGcx5l0R .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGcx5l0R .card {
    min-height: 276px;
  }
}
.cid-tGoGcx5l0R .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGcx5l0R .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGcx5l0R .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGcx5l0R .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGcx5l0R .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGcx5l0R .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGcx5l0R .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGcx5l0R .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGcx5l0R .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGcx5l0R .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGcx5l0R .card-title-1 {
  color: #ffffff;
}
.cid-tDhTR8uBmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTR8uBmA .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTR8uBmA .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTR8uBmA .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTR8uBmA .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTR8uBmA .btn:hover {
  box-shadow: none;
}
.cid-tDhTR8uBmA .mbr-section-title,
.cid-tDhTR8uBmA .mbr-section-btn {
  text-align: center;
}
.cid-tBLTtLKolO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLTtLKolO .row {
    text-align: center!important;
  }
}
.cid-tBLTtLKolO .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLTtLKolO .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLTtLKolO .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLTtLKolO .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLTtLKolO .user-name-text {
  color: #ffffff;
}
.cid-tBLTtLKolO .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLTtLKolO .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLTtLKolO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLTtLKolO .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLTtLKolO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLTtLKolO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLTtMbGR5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLTtMbGR5 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLTtMbGR5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLTtMbGR5 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLTtMbGR5 .row {
    text-align: center;
  }
  .cid-tBLTtMbGR5 .row > div {
    margin: auto;
  }
  .cid-tBLTtMbGR5 .social-row {
    justify-content: center;
  }
}
.cid-tBLTtMbGR5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLTtMbGR5 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLTtMbGR5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLTtMbGR5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLTtMbGR5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLTtMbGR5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLTtMbGR5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLTtMbGR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLTtMbGR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLTtMCMZS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLVdWG45Z {
  background-image: url("../../../assets/images/automatyka.jpg");
}
.cid-tBLVdWG45Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLVdWG45Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLVdWG45Z .row {
  align-items: flex-end;
}
.cid-tBLVdWG45Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLVdWG45Z .mbr-text,
.cid-tBLVdWG45Z .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLVdWG45Z .col-lg-4 {
  align-items: flex-end;
}
.cid-tBLVEbxRim {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBLVEbxRim .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLVEbxRim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLVEbxRim .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLVEbxRim .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBLVEbxRim .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBLVEbxRim .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLVEbxRim .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBLVEbxRim .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tBLVEbxRim .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDhVKxh4vn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVKxh4vn .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVKxh4vn .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVKxh4vn .mbr-section-btn,
  .cid-tDhVKxh4vn .mbr-section-subtitle,
  .cid-tDhVKxh4vn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLVdYAadG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLVdYAadG .card {
  background: transparent;
}
.cid-tBLVdYAadG .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLVdYAadG .col.img {
  flex: 0 0 32px;
}
.cid-tBLVdYAadG .col.text {
  flex: 1 1 75%;
}
.cid-tBLVdYAadG .card-body {
  padding: 10px;
}
.cid-tBLVdYAadG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLVdYAadG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLVdYAadG .mbr-section-title {
  text-align: center;
}
.cid-tDhTVrTMf0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTVrTMf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTVrTMf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTVrTMf0 .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTVrTMf0 .mbr-text,
.cid-tDhTVrTMf0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGsFwRqG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGsFwRqG .row {
  justify-content: center;
}
.cid-tGoGsFwRqG .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGsFwRqG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGsFwRqG .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGsFwRqG .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGsFwRqG .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGsFwRqG .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGsFwRqG .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGsFwRqG .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGsFwRqG .card {
    min-height: 276px;
  }
}
.cid-tGoGsFwRqG .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGsFwRqG .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGsFwRqG .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGsFwRqG .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGsFwRqG .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGsFwRqG .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGsFwRqG .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGsFwRqG .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGsFwRqG .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGsFwRqG .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGsFwRqG .card-title-1 {
  color: #ffffff;
}
.cid-tDhTV7ik7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTV7ik7u .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTV7ik7u .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTV7ik7u .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTV7ik7u .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTV7ik7u .btn:hover {
  box-shadow: none;
}
.cid-tDhTV7ik7u .mbr-section-title,
.cid-tDhTV7ik7u .mbr-section-btn {
  text-align: center;
}
.cid-tBLVe0l7FB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLVe0l7FB .row {
    text-align: center!important;
  }
}
.cid-tBLVe0l7FB .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLVe0l7FB .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLVe0l7FB .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLVe0l7FB .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLVe0l7FB .user-name-text {
  color: #ffffff;
}
.cid-tBLVe0l7FB .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLVe0l7FB .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLVe0l7FB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLVe0l7FB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLVe0l7FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLVe0l7FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLVe0LJPT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLVe0LJPT .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLVe0LJPT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLVe0LJPT .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLVe0LJPT .row {
    text-align: center;
  }
  .cid-tBLVe0LJPT .row > div {
    margin: auto;
  }
  .cid-tBLVe0LJPT .social-row {
    justify-content: center;
  }
}
.cid-tBLVe0LJPT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLVe0LJPT .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLVe0LJPT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLVe0LJPT .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLVe0LJPT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLVe0LJPT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLVe0LJPT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLVe0LJPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLVe0LJPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLVe1d3Yo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBLYsp785G {
  background-image: url("../../../assets/images/laminate-floor-on-wood-background-texture-wooden-2022-12-15-20-12-05-utc.jpg");
}
.cid-tBLYsp785G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLYsp785G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLYsp785G .row {
  align-items: flex-end;
}
.cid-tBLYsp785G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBLYsp785G .mbr-text,
.cid-tBLYsp785G .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBLYsp785G .col-lg-4 {
  align-items: flex-end;
}
.cid-tBM12UXGvC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBM12UXGvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM12UXGvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBM12UXGvC .container {
    padding: 0 20px;
  }
}
.cid-tBM12UXGvC .row {
  justify-content: center;
}
.cid-tBM12UXGvC .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tBM12UXGvC .item {
    margin-bottom: 50px;
  }
}
.cid-tBM12UXGvC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tBM12UXGvC .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #152213;
}
.cid-tBM12UXGvC .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #152213;
}
.cid-tBM12UXGvC .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tBM12UXGvC .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tBM12UXGvC .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tBM12UXGvC .mbr-card-title {
  color: #1d1d1d;
}
.cid-tBM12UXGvC .mbr-card-title,
.cid-tBM12UXGvC .item-img {
  text-align: center;
}
.cid-tBM12UXGvC .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tBLYspxsqH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVMnXU9W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVMnXU9W .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVMnXU9W .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVMnXU9W .mbr-section-btn,
  .cid-tDhVMnXU9W .mbr-section-subtitle,
  .cid-tDhVMnXU9W .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBLYsqRcin {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBLYsqRcin .container {
  max-width: 1132px;
}
.cid-tBLYsqRcin .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBLYsqRcin .b {
    margin-bottom: 20px;
  }
}
.cid-tBLYsrbXc0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBLYsrbXc0 .card {
  background: transparent;
}
.cid-tBLYsrbXc0 .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBLYsrbXc0 .col.img {
  flex: 0 0 32px;
}
.cid-tBLYsrbXc0 .col.text {
  flex: 1 1 75%;
}
.cid-tBLYsrbXc0 .card-body {
  padding: 10px;
}
.cid-tBLYsrbXc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLYsrbXc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLYsrbXc0 .mbr-section-title {
  text-align: center;
}
.cid-tDhTZtd2pj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhTZtd2pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhTZtd2pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhTZtd2pj .mbr-section-title {
  color: #ffffff;
}
.cid-tDhTZtd2pj .mbr-text,
.cid-tDhTZtd2pj .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGxqtZly {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGxqtZly .row {
  justify-content: center;
}
.cid-tGoGxqtZly .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGxqtZly .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGxqtZly .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGxqtZly .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGxqtZly .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGxqtZly .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGxqtZly .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGxqtZly .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGxqtZly .card {
    min-height: 276px;
  }
}
.cid-tGoGxqtZly .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGxqtZly .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGxqtZly .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGxqtZly .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGxqtZly .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGxqtZly .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGxqtZly .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGxqtZly .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGxqtZly .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGxqtZly .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGxqtZly .card-title-1 {
  color: #ffffff;
}
.cid-tDhTYSdfyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhTYSdfyP .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhTYSdfyP .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhTYSdfyP .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhTYSdfyP .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhTYSdfyP .btn:hover {
  box-shadow: none;
}
.cid-tDhTYSdfyP .mbr-section-title,
.cid-tDhTYSdfyP .mbr-section-btn {
  text-align: center;
}
.cid-tBLYssZx1R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLYssZx1R .row {
    text-align: center!important;
  }
}
.cid-tBLYssZx1R .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBLYssZx1R .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBLYssZx1R .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBLYssZx1R .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBLYssZx1R .user-name-text {
  color: #ffffff;
}
.cid-tBLYssZx1R .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBLYssZx1R .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBLYssZx1R .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBLYssZx1R .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBLYssZx1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLYssZx1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLYstrCGh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBLYstrCGh .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBLYstrCGh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBLYstrCGh .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBLYstrCGh .row {
    text-align: center;
  }
  .cid-tBLYstrCGh .row > div {
    margin: auto;
  }
  .cid-tBLYstrCGh .social-row {
    justify-content: center;
  }
}
.cid-tBLYstrCGh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBLYstrCGh .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBLYstrCGh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLYstrCGh .list {
    margin-bottom: 0rem;
  }
}
.cid-tBLYstrCGh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBLYstrCGh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBLYstrCGh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBLYstrCGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLYstrCGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLYstVklk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBM3jjZ2JP {
  background-image: url("../../../assets/images/cozy-room-with-large-door-2021-12-09-14-14-11-utc-2000x1333.jpeg");
}
.cid-tBM3jjZ2JP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM3jjZ2JP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM3jjZ2JP .row {
  align-items: flex-end;
}
.cid-tBM3jjZ2JP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBM3jjZ2JP .mbr-text,
.cid-tBM3jjZ2JP .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBM3jjZ2JP .col-lg-4 {
  align-items: flex-end;
}
.cid-tBM3jkrNpY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVOW57Qq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVOW57Qq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVOW57Qq .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVOW57Qq .mbr-section-btn,
  .cid-tDhVOW57Qq .mbr-section-subtitle,
  .cid-tDhVOW57Qq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBM3jlQk9n {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBM3jlQk9n .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBM3jlQk9n .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBM3jlQk9n .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBM3jlQk9n .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBM3jlQk9n .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBM3jlQk9n .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBM3jlQk9n .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBM3jlQk9n .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBM3jlQk9n .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBM3jlQk9n .mbr-text,
.cid-tBM3jlQk9n .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBM3jlQk9n .mbr-section-title {
  text-align: center;
}
.cid-tBRx8fK4sn {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBRx8fK4sn .container {
  max-width: 1132px;
}
.cid-tBRx8fK4sn .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBRx8fK4sn .b {
    margin-bottom: 20px;
  }
}
.cid-tBM4i2hsAx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBM4i2hsAx .card {
  background: transparent;
}
.cid-tBM4i2hsAx .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBM4i2hsAx .col.img {
  flex: 0 0 32px;
}
.cid-tBM4i2hsAx .col.text {
  flex: 1 1 75%;
}
.cid-tBM4i2hsAx .card-body {
  padding: 10px;
}
.cid-tBM4i2hsAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM4i2hsAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM4i2hsAx .mbr-section-title {
  text-align: center;
}
.cid-tDhU3g7Bpo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhU3g7Bpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhU3g7Bpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhU3g7Bpo .mbr-section-title {
  color: #ffffff;
}
.cid-tDhU3g7Bpo .mbr-text,
.cid-tDhU3g7Bpo .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGCY0EOV {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGCY0EOV .row {
  justify-content: center;
}
.cid-tGoGCY0EOV .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGCY0EOV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGCY0EOV .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGCY0EOV .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGCY0EOV .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGCY0EOV .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGCY0EOV .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGCY0EOV .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGCY0EOV .card {
    min-height: 276px;
  }
}
.cid-tGoGCY0EOV .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGCY0EOV .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGCY0EOV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGCY0EOV .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGCY0EOV .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGCY0EOV .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGCY0EOV .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGCY0EOV .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGCY0EOV .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGCY0EOV .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGCY0EOV .card-title-1 {
  color: #ffffff;
}
.cid-tDhU2TsR7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhU2TsR7j .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhU2TsR7j .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhU2TsR7j .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhU2TsR7j .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhU2TsR7j .btn:hover {
  box-shadow: none;
}
.cid-tDhU2TsR7j .mbr-section-title,
.cid-tDhU2TsR7j .mbr-section-btn {
  text-align: center;
}
.cid-tBM3jojSkG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM3jojSkG .row {
    text-align: center!important;
  }
}
.cid-tBM3jojSkG .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBM3jojSkG .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBM3jojSkG .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBM3jojSkG .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBM3jojSkG .user-name-text {
  color: #ffffff;
}
.cid-tBM3jojSkG .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBM3jojSkG .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM3jojSkG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBM3jojSkG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBM3jojSkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM3jojSkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM3joNwHU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBM3joNwHU .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBM3joNwHU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBM3joNwHU .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBM3joNwHU .row {
    text-align: center;
  }
  .cid-tBM3joNwHU .row > div {
    margin: auto;
  }
  .cid-tBM3joNwHU .social-row {
    justify-content: center;
  }
}
.cid-tBM3joNwHU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBM3joNwHU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBM3joNwHU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBM3joNwHU .list {
    margin-bottom: 0rem;
  }
}
.cid-tBM3joNwHU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBM3joNwHU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBM3joNwHU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBM3joNwHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM3joNwHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM3jpjjUA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBM4XFChpn {
  background-image: url("../../../assets/images/shutterstock-1219812244-scaled.jpg");
}
.cid-tBM4XFChpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM4XFChpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM4XFChpn .row {
  align-items: flex-end;
}
.cid-tBM4XFChpn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBM4XFChpn .mbr-text,
.cid-tBM4XFChpn .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBM4XFChpn .col-lg-4 {
  align-items: flex-end;
}
.cid-tBM4XG42Tz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVR9Tis8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVR9Tis8 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVR9Tis8 .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVR9Tis8 .mbr-section-btn,
  .cid-tDhVR9Tis8 .mbr-section-subtitle,
  .cid-tDhVR9Tis8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBM4XGLNlj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBM4XGLNlj .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBM4XGLNlj .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBM4XGLNlj .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBM4XGLNlj .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBM4XGLNlj .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBM4XGLNlj .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBM4XGLNlj .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBM4XGLNlj .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBM4XGLNlj .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBM4XGLNlj .mbr-text,
.cid-tBM4XGLNlj .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBM4XGLNlj .mbr-section-title {
  text-align: center;
}
.cid-tBRxzKrb2h {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBRxzKrb2h .container {
  max-width: 1132px;
}
.cid-tBRxzKrb2h .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBRxzKrb2h .b {
    margin-bottom: 20px;
  }
}
.cid-tBM4XHbx29 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBM4XHbx29 .card {
  background: transparent;
}
.cid-tBM4XHbx29 .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBM4XHbx29 .col.img {
  flex: 0 0 32px;
}
.cid-tBM4XHbx29 .col.text {
  flex: 1 1 75%;
}
.cid-tBM4XHbx29 .card-body {
  padding: 10px;
}
.cid-tBM4XHbx29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM4XHbx29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM4XHbx29 .mbr-section-title {
  text-align: center;
}
.cid-tDhU6YmNUc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhU6YmNUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhU6YmNUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhU6YmNUc .mbr-section-title {
  color: #ffffff;
}
.cid-tDhU6YmNUc .mbr-text,
.cid-tDhU6YmNUc .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGGyMUTo {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGGyMUTo .row {
  justify-content: center;
}
.cid-tGoGGyMUTo .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGGyMUTo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGGyMUTo .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGGyMUTo .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGGyMUTo .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGGyMUTo .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGGyMUTo .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGGyMUTo .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGGyMUTo .card {
    min-height: 276px;
  }
}
.cid-tGoGGyMUTo .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGGyMUTo .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGGyMUTo .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGGyMUTo .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGGyMUTo .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGGyMUTo .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGGyMUTo .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGGyMUTo .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGGyMUTo .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGGyMUTo .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGGyMUTo .card-title-1 {
  color: #ffffff;
}
.cid-tDhU6lpx3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhU6lpx3q .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhU6lpx3q .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhU6lpx3q .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhU6lpx3q .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhU6lpx3q .btn:hover {
  box-shadow: none;
}
.cid-tDhU6lpx3q .mbr-section-title,
.cid-tDhU6lpx3q .mbr-section-btn {
  text-align: center;
}
.cid-tBM4XJ7dqC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM4XJ7dqC .row {
    text-align: center!important;
  }
}
.cid-tBM4XJ7dqC .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBM4XJ7dqC .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBM4XJ7dqC .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBM4XJ7dqC .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBM4XJ7dqC .user-name-text {
  color: #ffffff;
}
.cid-tBM4XJ7dqC .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBM4XJ7dqC .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM4XJ7dqC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBM4XJ7dqC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBM4XJ7dqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM4XJ7dqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM4XJzmM8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBM4XJzmM8 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBM4XJzmM8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBM4XJzmM8 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBM4XJzmM8 .row {
    text-align: center;
  }
  .cid-tBM4XJzmM8 .row > div {
    margin: auto;
  }
  .cid-tBM4XJzmM8 .social-row {
    justify-content: center;
  }
}
.cid-tBM4XJzmM8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBM4XJzmM8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBM4XJzmM8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBM4XJzmM8 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBM4XJzmM8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBM4XJzmM8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBM4XJzmM8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBM4XJzmM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM4XJzmM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM4XK4Fyv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBM5me9k5z {
  background-image: url("../../../assets/images/empty-wooden-floor-2022-11-15-14-23-40-utc-2000x1333.jpg");
}
.cid-tBM5me9k5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM5me9k5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM5me9k5z .row {
  align-items: flex-end;
}
.cid-tBM5me9k5z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBM5me9k5z .mbr-text,
.cid-tBM5me9k5z .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBM5me9k5z .col-lg-4 {
  align-items: flex-end;
}
.cid-tBM5mezh7P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVUa2LFd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVUa2LFd .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVUa2LFd .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVUa2LFd .mbr-section-btn,
  .cid-tDhVUa2LFd .mbr-section-subtitle,
  .cid-tDhVUa2LFd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBM5mfcG4D {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBM5mfcG4D .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBM5mfcG4D .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBM5mfcG4D .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBM5mfcG4D .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBM5mfcG4D .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBM5mfcG4D .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBM5mfcG4D .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBM5mfcG4D .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBM5mfcG4D .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBM5mfcG4D .mbr-text,
.cid-tBM5mfcG4D .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBM5mfcG4D .mbr-section-title {
  text-align: center;
}
.cid-tBRzX8GGlo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBRzX8GGlo .container {
  max-width: 1132px;
}
.cid-tBRzX8GGlo .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBRzX8GGlo .b {
    margin-bottom: 20px;
  }
}
.cid-tBM5mfAvPc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBM5mfAvPc .card {
  background: transparent;
}
.cid-tBM5mfAvPc .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBM5mfAvPc .col.img {
  flex: 0 0 32px;
}
.cid-tBM5mfAvPc .col.text {
  flex: 1 1 75%;
}
.cid-tBM5mfAvPc .card-body {
  padding: 10px;
}
.cid-tBM5mfAvPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM5mfAvPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM5mfAvPc .mbr-section-title {
  text-align: center;
}
.cid-tDhUbCx53y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhUbCx53y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhUbCx53y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhUbCx53y .mbr-section-title {
  color: #ffffff;
}
.cid-tDhUbCx53y .mbr-text,
.cid-tDhUbCx53y .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGJQ9G0r {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGJQ9G0r .row {
  justify-content: center;
}
.cid-tGoGJQ9G0r .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGJQ9G0r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGJQ9G0r .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGJQ9G0r .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGJQ9G0r .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGJQ9G0r .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGJQ9G0r .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGJQ9G0r .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGJQ9G0r .card {
    min-height: 276px;
  }
}
.cid-tGoGJQ9G0r .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGJQ9G0r .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGJQ9G0r .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGJQ9G0r .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGJQ9G0r .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGJQ9G0r .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGJQ9G0r .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGJQ9G0r .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGJQ9G0r .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGJQ9G0r .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGJQ9G0r .card-title-1 {
  color: #ffffff;
}
.cid-tDhUb21Riz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhUb21Riz .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhUb21Riz .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhUb21Riz .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhUb21Riz .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhUb21Riz .btn:hover {
  box-shadow: none;
}
.cid-tDhUb21Riz .mbr-section-title,
.cid-tDhUb21Riz .mbr-section-btn {
  text-align: center;
}
.cid-tBM5mhvV21 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM5mhvV21 .row {
    text-align: center!important;
  }
}
.cid-tBM5mhvV21 .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBM5mhvV21 .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBM5mhvV21 .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBM5mhvV21 .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBM5mhvV21 .user-name-text {
  color: #ffffff;
}
.cid-tBM5mhvV21 .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBM5mhvV21 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM5mhvV21 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBM5mhvV21 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBM5mhvV21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM5mhvV21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM5mhZv44 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBM5mhZv44 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBM5mhZv44 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBM5mhZv44 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBM5mhZv44 .row {
    text-align: center;
  }
  .cid-tBM5mhZv44 .row > div {
    margin: auto;
  }
  .cid-tBM5mhZv44 .social-row {
    justify-content: center;
  }
}
.cid-tBM5mhZv44 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBM5mhZv44 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBM5mhZv44 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBM5mhZv44 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBM5mhZv44 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBM5mhZv44 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBM5mhZv44 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBM5mhZv44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM5mhZv44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM5miufMD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBM6bHXDva {
  background-image: url("../../../assets/images/deski-wojciech-12.jpg");
}
.cid-tBM6bHXDva .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM6bHXDva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM6bHXDva .row {
  align-items: flex-end;
}
.cid-tBM6bHXDva .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBM6bHXDva .mbr-text,
.cid-tBM6bHXDva .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBM6bHXDva .col-lg-4 {
  align-items: flex-end;
}
.cid-tBM6bIoFD4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDhVW7miip {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVW7miip .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVW7miip .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVW7miip .mbr-section-btn,
  .cid-tDhVW7miip .mbr-section-subtitle,
  .cid-tDhVW7miip .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBM6bJ4ref {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBM6bJ4ref .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBM6bJ4ref .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBM6bJ4ref .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBM6bJ4ref .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBM6bJ4ref .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBM6bJ4ref .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBM6bJ4ref .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBM6bJ4ref .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBM6bJ4ref .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBM6bJ4ref .mbr-text,
.cid-tBM6bJ4ref .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBM6bJ4ref .mbr-section-title {
  text-align: center;
}
.cid-tBRKm0t2lY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBRKm0t2lY .container {
  max-width: 1132px;
}
.cid-tBRKm0t2lY .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBRKm0t2lY .b {
    margin-bottom: 20px;
  }
}
.cid-tBM6bJtDit {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBM6bJtDit .card {
  background: transparent;
}
.cid-tBM6bJtDit .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBM6bJtDit .col.img {
  flex: 0 0 32px;
}
.cid-tBM6bJtDit .col.text {
  flex: 1 1 75%;
}
.cid-tBM6bJtDit .card-body {
  padding: 10px;
}
.cid-tBM6bJtDit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM6bJtDit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM6bJtDit .mbr-section-title {
  text-align: center;
}
.cid-tDhUgU9MGf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhUgU9MGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhUgU9MGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhUgU9MGf .mbr-section-title {
  color: #ffffff;
}
.cid-tDhUgU9MGf .mbr-text,
.cid-tDhUgU9MGf .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGNjUsvo {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGNjUsvo .row {
  justify-content: center;
}
.cid-tGoGNjUsvo .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGNjUsvo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGNjUsvo .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGNjUsvo .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGNjUsvo .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGNjUsvo .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGNjUsvo .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGNjUsvo .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGNjUsvo .card {
    min-height: 276px;
  }
}
.cid-tGoGNjUsvo .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGNjUsvo .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGNjUsvo .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGNjUsvo .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGNjUsvo .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGNjUsvo .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGNjUsvo .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGNjUsvo .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGNjUsvo .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGNjUsvo .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGNjUsvo .card-title-1 {
  color: #ffffff;
}
.cid-tDhUgjcJrU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhUgjcJrU .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhUgjcJrU .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhUgjcJrU .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhUgjcJrU .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhUgjcJrU .btn:hover {
  box-shadow: none;
}
.cid-tDhUgjcJrU .mbr-section-title,
.cid-tDhUgjcJrU .mbr-section-btn {
  text-align: center;
}
.cid-tBM6bLoPpE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM6bLoPpE .row {
    text-align: center!important;
  }
}
.cid-tBM6bLoPpE .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBM6bLoPpE .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBM6bLoPpE .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBM6bLoPpE .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBM6bLoPpE .user-name-text {
  color: #ffffff;
}
.cid-tBM6bLoPpE .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBM6bLoPpE .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBM6bLoPpE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBM6bLoPpE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBM6bLoPpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM6bLoPpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM6bLQztE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBM6bLQztE .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBM6bLQztE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBM6bLQztE .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBM6bLQztE .row {
    text-align: center;
  }
  .cid-tBM6bLQztE .row > div {
    margin: auto;
  }
  .cid-tBM6bLQztE .social-row {
    justify-content: center;
  }
}
.cid-tBM6bLQztE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBM6bLQztE .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBM6bLQztE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBM6bLQztE .list {
    margin-bottom: 0rem;
  }
}
.cid-tBM6bLQztE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBM6bLQztE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBM6bLQztE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBM6bLQztE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBM6bLQztE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBM6bMoL3T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBMagerych {
  background-image: url("../../../assets/images/timber-venetian-blinds-on-window-casting-shadows-2022-11-14-10-04-41-utc-2000x1333.jpg");
}
.cid-tBMagerych .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMagerych .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMagerych .row {
  align-items: flex-end;
}
.cid-tBMagerych .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBMagerych .mbr-text,
.cid-tBMagerych .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBMagerych .col-lg-4 {
  align-items: flex-end;
}
.cid-tBMagfixE3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBMagg2NzY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBMagg2NzY .container {
  max-width: 1132px;
}
.cid-tBMagg2NzY .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBMagg2NzY .b {
    margin-bottom: 20px;
  }
}
.cid-tDhVYsnTdQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhVYsnTdQ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhVYsnTdQ .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhVYsnTdQ .mbr-section-btn,
  .cid-tDhVYsnTdQ .mbr-section-subtitle,
  .cid-tDhVYsnTdQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBMaggpTJV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBMaggpTJV .card {
  background: transparent;
}
.cid-tBMaggpTJV .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBMaggpTJV .col.img {
  flex: 0 0 32px;
}
.cid-tBMaggpTJV .col.text {
  flex: 1 1 75%;
}
.cid-tBMaggpTJV .card-body {
  padding: 10px;
}
.cid-tBMaggpTJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMaggpTJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMaggpTJV .mbr-section-title {
  text-align: center;
}
.cid-tDhUkwjWRh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhUkwjWRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhUkwjWRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhUkwjWRh .mbr-section-title {
  color: #ffffff;
}
.cid-tDhUkwjWRh .mbr-text,
.cid-tDhUkwjWRh .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGQSQZPx {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGQSQZPx .row {
  justify-content: center;
}
.cid-tGoGQSQZPx .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGQSQZPx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGQSQZPx .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGQSQZPx .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGQSQZPx .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGQSQZPx .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGQSQZPx .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGQSQZPx .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGQSQZPx .card {
    min-height: 276px;
  }
}
.cid-tGoGQSQZPx .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGQSQZPx .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGQSQZPx .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGQSQZPx .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGQSQZPx .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGQSQZPx .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGQSQZPx .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGQSQZPx .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGQSQZPx .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGQSQZPx .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGQSQZPx .card-title-1 {
  color: #ffffff;
}
.cid-tDhUk964h6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhUk964h6 .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhUk964h6 .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhUk964h6 .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhUk964h6 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhUk964h6 .btn:hover {
  box-shadow: none;
}
.cid-tDhUk964h6 .mbr-section-title,
.cid-tDhUk964h6 .mbr-section-btn {
  text-align: center;
}
.cid-tBMagipVhR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMagipVhR .row {
    text-align: center!important;
  }
}
.cid-tBMagipVhR .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBMagipVhR .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBMagipVhR .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBMagipVhR .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBMagipVhR .user-name-text {
  color: #ffffff;
}
.cid-tBMagipVhR .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBMagipVhR .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMagipVhR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBMagipVhR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBMagipVhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMagipVhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMagiTuTa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBMagiTuTa .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBMagiTuTa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBMagiTuTa .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBMagiTuTa .row {
    text-align: center;
  }
  .cid-tBMagiTuTa .row > div {
    margin: auto;
  }
  .cid-tBMagiTuTa .social-row {
    justify-content: center;
  }
}
.cid-tBMagiTuTa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBMagiTuTa .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBMagiTuTa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBMagiTuTa .list {
    margin-bottom: 0rem;
  }
}
.cid-tBMagiTuTa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBMagiTuTa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBMagiTuTa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBMagiTuTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMagiTuTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMagjtNxn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBMcnBsZKn {
  background-image: url("../../../assets/images/1-1.png");
}
.cid-tBMcnBsZKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMcnBsZKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMcnBsZKn .row {
  align-items: flex-end;
}
.cid-tBMcnBsZKn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBMcnBsZKn .mbr-text,
.cid-tBMcnBsZKn .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBMcnBsZKn .col-lg-4 {
  align-items: flex-end;
}
.cid-tBMcnBVr2B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBMdwViqZn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBMdwViqZn .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tBMdwViqZn .mbr-section-title {
  margin: 0;
}
.cid-tBMdwViqZn .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tBMdwViqZn .card-img span {
  color: #236734;
}
.cid-tBMdwViqZn .row-item {
  margin-bottom: 2rem;
}
.cid-tBMdwViqZn .row-item:hover .wrapper {
  background: linear-gradient(90deg, #0e3c01, #1f3319);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tBMdwViqZn .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-tBMdwViqZn .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-tBMdwViqZn .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tDhW0XhhDE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhW0XhhDE .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhW0XhhDE .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhW0XhhDE .mbr-section-btn,
  .cid-tDhW0XhhDE .mbr-section-subtitle,
  .cid-tDhW0XhhDE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBMcnCZxJY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBMcnCZxJY .card {
  background: transparent;
}
.cid-tBMcnCZxJY .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBMcnCZxJY .col.img {
  flex: 0 0 32px;
}
.cid-tBMcnCZxJY .col.text {
  flex: 1 1 75%;
}
.cid-tBMcnCZxJY .card-body {
  padding: 10px;
}
.cid-tBMcnCZxJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMcnCZxJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMcnCZxJY .mbr-section-title {
  text-align: center;
}
.cid-tBROuGj0Rr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBROuGj0Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBROuGj0Rr .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-tBROuGj0Rr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBROuGj0Rr .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBROuGj0Rr.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBROuGj0Rr img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBRONbUpXk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRONbUpXk .row {
    text-align: center!important;
  }
}
.cid-tBRONbUpXk .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBRONbUpXk .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBRONbUpXk .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBRONbUpXk .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBRONbUpXk .user-name-text {
  color: #ffffff;
}
.cid-tBRONbUpXk .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBRONbUpXk .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRONbUpXk .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBRONbUpXk .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBRONbUpXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRONbUpXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGiZ3tKlhG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tGiZ3tKlhG .row {
  flex-direction: row-reverse;
}
.cid-tGiZ3tKlhG .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tGiZ3tKlhG .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGiZ3tKlhG .col-card {
    padding-right: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-tGiZ3tKlhG .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGiZ3tKlhG .col-text {
    padding-left: 4.625rem;
  }
}
.cid-tGiZ3tKlhG .kolor {
  color: white;
}
.cid-tGiZ3tKlhG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tGiZ3tKlhG .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tGiZ3tKlhG .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tGiZ3tKlhG .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-tGiZ3tKlhG .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (min-width: 992px) {
  .cid-tGiZ3tKlhG .cards-container {
    padding-right: 5rem;
    border-right: 1px solid #d4c5c0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cid-tGiZ3tKlhG .cards-container {
    padding-left: 2rem;
  }
}
.cid-tGiZ3tKlhG .card-text-container {
  flex-grow: 1;
}
.cid-tGiZ3tKlhG .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-tGiZ3tKlhG .card-text {
  color: #ffffff;
  width: 100%;
}
.cid-tGiZ3tKlhG .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tGiZ3tKlhG .icon-box span {
  color: #27a502;
}
.cid-tGiZ3tKlhG .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tGiZ3tKlhG .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tGiZ3tKlhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiZ3tKlhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGiZ3tKlhG .mbr-section-title,
.cid-tGiZ3tKlhG .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-tBMeGpxpHH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBMeGpxpHH .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBMeGpxpHH .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBMeGpxpHH .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBMeGpxpHH .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBMeGpxpHH .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBMeGpxpHH .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBMeGpxpHH .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBMeGpxpHH .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBMeGpxpHH .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBMeGpxpHH .mbr-text,
.cid-tBMeGpxpHH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBMeGpxpHH .mbr-section-title {
  text-align: center;
}
.cid-tDixopLzrQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDixopLzrQ .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tDixopLzrQ .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tDixopLzrQ .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDixopLzrQ .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tDixopLzrQ .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tDixopLzrQ .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tDixopLzrQ .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tDixopLzrQ .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tDixopLzrQ .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tDixopLzrQ .mbr-text,
.cid-tDixopLzrQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tDixopLzrQ .mbr-section-title {
  text-align: center;
}
.cid-tDhUpzo4Rx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhUpzo4Rx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhUpzo4Rx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhUpzo4Rx .mbr-section-title {
  color: #ffffff;
}
.cid-tDhUpzo4Rx .mbr-text,
.cid-tDhUpzo4Rx .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGTHF1oE {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGTHF1oE .row {
  justify-content: center;
}
.cid-tGoGTHF1oE .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGTHF1oE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGTHF1oE .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGTHF1oE .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGTHF1oE .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGTHF1oE .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGTHF1oE .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGTHF1oE .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGTHF1oE .card {
    min-height: 276px;
  }
}
.cid-tGoGTHF1oE .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGTHF1oE .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGTHF1oE .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGTHF1oE .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGTHF1oE .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGTHF1oE .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGTHF1oE .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGTHF1oE .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGTHF1oE .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGTHF1oE .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGTHF1oE .card-title-1 {
  color: #ffffff;
}
.cid-tDhUpdf6fM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhUpdf6fM .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhUpdf6fM .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhUpdf6fM .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhUpdf6fM .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhUpdf6fM .btn:hover {
  box-shadow: none;
}
.cid-tDhUpdf6fM .mbr-section-title,
.cid-tDhUpdf6fM .mbr-section-btn {
  text-align: center;
}
.cid-tBMcnEXyqu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMcnEXyqu .row {
    text-align: center!important;
  }
}
.cid-tBMcnEXyqu .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBMcnEXyqu .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBMcnEXyqu .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBMcnEXyqu .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBMcnEXyqu .user-name-text {
  color: #ffffff;
}
.cid-tBMcnEXyqu .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBMcnEXyqu .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMcnEXyqu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBMcnEXyqu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBMcnEXyqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMcnEXyqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMcnFrvUa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBMcnFrvUa .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBMcnFrvUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBMcnFrvUa .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBMcnFrvUa .row {
    text-align: center;
  }
  .cid-tBMcnFrvUa .row > div {
    margin: auto;
  }
  .cid-tBMcnFrvUa .social-row {
    justify-content: center;
  }
}
.cid-tBMcnFrvUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBMcnFrvUa .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBMcnFrvUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBMcnFrvUa .list {
    margin-bottom: 0rem;
  }
}
.cid-tBMcnFrvUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBMcnFrvUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBMcnFrvUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBMcnFrvUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMcnFrvUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMcnFW5fd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBMf3nhnVp {
  background-image: url("../../../assets/images/vase-with-flowers-on-windowsill-in-old-vintage-sty-2022-11-07-03-52-14-utc-2000x1333.jpg");
}
.cid-tBMf3nhnVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMf3nhnVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMf3nhnVp .row {
  align-items: flex-end;
}
.cid-tBMf3nhnVp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBMf3nhnVp .mbr-text,
.cid-tBMf3nhnVp .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBMf3nhnVp .col-lg-4 {
  align-items: flex-end;
}
.cid-tBMf3o7EEF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBRPOzSA0j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBRPOzSA0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRPOzSA0j .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-tBRPOzSA0j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBRPOzSA0j .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBRPOzSA0j.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBRPOzSA0j img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBRPQd3Kj8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRPQd3Kj8 .row {
    text-align: center!important;
  }
}
.cid-tBRPQd3Kj8 .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBRPQd3Kj8 .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBRPQd3Kj8 .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBRPQd3Kj8 .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBRPQd3Kj8 .user-name-text {
  color: #ffffff;
}
.cid-tBRPQd3Kj8 .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBRPQd3Kj8 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRPQd3Kj8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBRPQd3Kj8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBRPQd3Kj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRPQd3Kj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhWaOmutD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhWaOmutD .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhWaOmutD .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhWaOmutD .mbr-section-btn,
  .cid-tDhWaOmutD .mbr-section-subtitle,
  .cid-tDhWaOmutD .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBMf3pedLU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBMf3pedLU .card {
  background: transparent;
}
.cid-tBMf3pedLU .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBMf3pedLU .col.img {
  flex: 0 0 32px;
}
.cid-tBMf3pedLU .col.text {
  flex: 1 1 75%;
}
.cid-tBMf3pedLU .card-body {
  padding: 10px;
}
.cid-tBMf3pedLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMf3pedLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMf3pedLU .mbr-section-title {
  text-align: center;
}
.cid-tGiZrP7Gcv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tGiZrP7Gcv .row {
  flex-direction: row-reverse;
}
.cid-tGiZrP7Gcv .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tGiZrP7Gcv .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGiZrP7Gcv .col-card {
    padding-right: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-tGiZrP7Gcv .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGiZrP7Gcv .col-text {
    padding-left: 4.625rem;
  }
}
.cid-tGiZrP7Gcv .kolor {
  color: white;
}
.cid-tGiZrP7Gcv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tGiZrP7Gcv .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tGiZrP7Gcv .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tGiZrP7Gcv .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-tGiZrP7Gcv .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (min-width: 992px) {
  .cid-tGiZrP7Gcv .cards-container {
    padding-right: 5rem;
    border-right: 1px solid #d4c5c0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cid-tGiZrP7Gcv .cards-container {
    padding-left: 2rem;
  }
}
.cid-tGiZrP7Gcv .card-text-container {
  flex-grow: 1;
}
.cid-tGiZrP7Gcv .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-tGiZrP7Gcv .card-text {
  color: #ffffff;
  width: 100%;
}
.cid-tGiZrP7Gcv .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tGiZrP7Gcv .icon-box span {
  color: #27a502;
}
.cid-tGiZrP7Gcv .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tGiZrP7Gcv .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tGiZrP7Gcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiZrP7Gcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGiZrP7Gcv .mbr-section-title,
.cid-tGiZrP7Gcv .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-tBMfEklP2W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBMfEklP2W .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBMfEklP2W .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBMfEklP2W .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBMfEklP2W .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBMfEklP2W .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBMfEklP2W .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBMfEklP2W .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBMfEklP2W .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBMfEklP2W .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBMfEklP2W .mbr-text,
.cid-tBMfEklP2W .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBMfEklP2W .mbr-section-title {
  text-align: center;
}
.cid-tBMf3oRD7u {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBMf3oRD7u .container {
  max-width: 1132px;
}
.cid-tBMf3oRD7u .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBMf3oRD7u .b {
    margin-bottom: 20px;
  }
}
.cid-tDhUt9gByg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhUt9gByg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhUt9gByg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhUt9gByg .mbr-section-title {
  color: #ffffff;
}
.cid-tDhUt9gByg .mbr-text,
.cid-tDhUt9gByg .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoGXorBiK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoGXorBiK .row {
  justify-content: center;
}
.cid-tGoGXorBiK .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoGXorBiK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoGXorBiK .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoGXorBiK .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoGXorBiK .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoGXorBiK .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoGXorBiK .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoGXorBiK .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoGXorBiK .card {
    min-height: 276px;
  }
}
.cid-tGoGXorBiK .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoGXorBiK .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoGXorBiK .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoGXorBiK .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoGXorBiK .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoGXorBiK .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoGXorBiK .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoGXorBiK .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoGXorBiK .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoGXorBiK .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoGXorBiK .card-title-1 {
  color: #ffffff;
}
.cid-tDhUtEsVVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhUtEsVVf .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhUtEsVVf .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhUtEsVVf .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhUtEsVVf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhUtEsVVf .btn:hover {
  box-shadow: none;
}
.cid-tDhUtEsVVf .mbr-section-title,
.cid-tDhUtEsVVf .mbr-section-btn {
  text-align: center;
}
.cid-tBMf3rgwcD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMf3rgwcD .row {
    text-align: center!important;
  }
}
.cid-tBMf3rgwcD .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBMf3rgwcD .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBMf3rgwcD .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBMf3rgwcD .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBMf3rgwcD .user-name-text {
  color: #ffffff;
}
.cid-tBMf3rgwcD .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBMf3rgwcD .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMf3rgwcD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBMf3rgwcD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBMf3rgwcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMf3rgwcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMf3rK1WI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBMf3rK1WI .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBMf3rK1WI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBMf3rK1WI .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBMf3rK1WI .row {
    text-align: center;
  }
  .cid-tBMf3rK1WI .row > div {
    margin: auto;
  }
  .cid-tBMf3rK1WI .social-row {
    justify-content: center;
  }
}
.cid-tBMf3rK1WI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBMf3rK1WI .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBMf3rK1WI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBMf3rK1WI .list {
    margin-bottom: 0rem;
  }
}
.cid-tBMf3rK1WI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBMf3rK1WI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBMf3rK1WI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBMf3rK1WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMf3rK1WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMf3sjObh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2d3227;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tBMgEUnppg {
  background-image: url("../../../assets/images/home-entrance-with-closed-front-door-and-wooden-st-2021-08-29-09-28-05-utc-2242x1170.jpg");
}
.cid-tBMgEUnppg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMgEUnppg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMgEUnppg .row {
  align-items: flex-end;
}
.cid-tBMgEUnppg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBMgEUnppg .mbr-text,
.cid-tBMgEUnppg .mbr-section-btn {
  color: #dfcefd;
}
.cid-tBMgEUnppg .col-lg-4 {
  align-items: flex-end;
}
.cid-tBMgEVuVZP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBRQB4a4sZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBRQB4a4sZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRQB4a4sZ .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-tBRQB4a4sZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBRQB4a4sZ .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tBRQB4a4sZ.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tBRQB4a4sZ img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tBRQCiuIdc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRQCiuIdc .row {
    text-align: center!important;
  }
}
.cid-tBRQCiuIdc .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBRQCiuIdc .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBRQCiuIdc .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBRQCiuIdc .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBRQCiuIdc .user-name-text {
  color: #ffffff;
}
.cid-tBRQCiuIdc .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBRQCiuIdc .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBRQCiuIdc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBRQCiuIdc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBRQCiuIdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRQCiuIdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhWh0tD8n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-tDhWh0tD8n .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tDhWh0tD8n .btn {
  height: 100px;
  width: 300px;
}
@media (max-width: 767px) {
  .cid-tDhWh0tD8n .mbr-section-btn,
  .cid-tDhWh0tD8n .mbr-section-subtitle,
  .cid-tDhWh0tD8n .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBMgEXbM1S {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBMgEXbM1S .card {
  background: transparent;
}
.cid-tBMgEXbM1S .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-tBMgEXbM1S .col.img {
  flex: 0 0 32px;
}
.cid-tBMgEXbM1S .col.text {
  flex: 1 1 75%;
}
.cid-tBMgEXbM1S .card-body {
  padding: 10px;
}
.cid-tBMgEXbM1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMgEXbM1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMgEXbM1S .mbr-section-title {
  text-align: center;
}
.cid-tGiZyrTKDU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tGiZyrTKDU .row {
  flex-direction: row-reverse;
}
.cid-tGiZyrTKDU .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tGiZyrTKDU .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGiZyrTKDU .col-card {
    padding-right: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-tGiZyrTKDU .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGiZyrTKDU .col-text {
    padding-left: 4.625rem;
  }
}
.cid-tGiZyrTKDU .kolor {
  color: white;
}
.cid-tGiZyrTKDU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tGiZyrTKDU .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tGiZyrTKDU .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tGiZyrTKDU .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-tGiZyrTKDU .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (min-width: 992px) {
  .cid-tGiZyrTKDU .cards-container {
    padding-right: 5rem;
    border-right: 1px solid #d4c5c0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cid-tGiZyrTKDU .cards-container {
    padding-left: 2rem;
  }
}
.cid-tGiZyrTKDU .card-text-container {
  flex-grow: 1;
}
.cid-tGiZyrTKDU .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-tGiZyrTKDU .card-text {
  color: #ffffff;
  width: 100%;
}
.cid-tGiZyrTKDU .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tGiZyrTKDU .icon-box span {
  color: #27a502;
}
.cid-tGiZyrTKDU .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tGiZyrTKDU .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tGiZyrTKDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGiZyrTKDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGiZyrTKDU .mbr-section-title,
.cid-tGiZyrTKDU .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-tBMgEZ1rZm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBMgEZ1rZm .article-img {
  gap: 40px;
  padding: 40px 100px;
}
.cid-tBMgEZ1rZm .article-img img {
  height: 100%;
  object-fit: cover;
}
.cid-tBMgEZ1rZm .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tBMgEZ1rZm .article-img {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tBMgEZ1rZm .article-wrapper {
    padding-bottom: 100px;
  }
  .cid-tBMgEZ1rZm .article-img {
    gap: 20px;
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tBMgEZ1rZm .article-wrapper {
    padding-bottom: 60px;
  }
  .cid-tBMgEZ1rZm .article-img {
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (max-width: 320px) {
  .cid-tBMgEZ1rZm .article-wrapper {
    padding-bottom: 40px;
  }
}
.cid-tBMgEZ1rZm .mbr-text,
.cid-tBMgEZ1rZm .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tBMgEZ1rZm .mbr-section-title {
  text-align: center;
}
.cid-tBMgEWDeoG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBMgEWDeoG .container {
  max-width: 1132px;
}
.cid-tBMgEWDeoG .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-tBMgEWDeoG .b {
    margin-bottom: 20px;
  }
}
.cid-tDhUxBMLXI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20230330-160013-2000x1125.jpg");
}
.cid-tDhUxBMLXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDhUxBMLXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDhUxBMLXI .mbr-section-title {
  color: #ffffff;
}
.cid-tDhUxBMLXI .mbr-text,
.cid-tDhUxBMLXI .mbr-section-btn {
  color: #ffffff;
}
.cid-tGoH0M623v {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGoH0M623v .row {
  justify-content: center;
}
.cid-tGoH0M623v .col-title {
  margin-bottom: 2.5rem;
}
.cid-tGoH0M623v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tGoH0M623v .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tGoH0M623v .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGoH0M623v .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tGoH0M623v .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tGoH0M623v .card {
  display: flex;
  width: 100%;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-tGoH0M623v .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-tGoH0M623v .card {
    min-height: 276px;
  }
}
.cid-tGoH0M623v .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGoH0M623v .card:hover .card-title {
  text-decoration: underline;
}
.cid-tGoH0M623v .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tGoH0M623v .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tGoH0M623v .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tGoH0M623v .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tGoH0M623v .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tGoH0M623v .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tGoH0M623v .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tGoH0M623v .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGoH0M623v .card-title-1 {
  color: #ffffff;
}
.cid-tDhUxfC1ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/spiral-wooden-stairs-2021-08-26-15-43-56-utc-1920x1280.jpg");
}
.cid-tDhUxfC1ab .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #ffffff;
  text-align: center;
}
.cid-tDhUxfC1ab .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tDhUxfC1ab .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tDhUxfC1ab .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tDhUxfC1ab .btn:hover {
  box-shadow: none;
}
.cid-tDhUxfC1ab .mbr-section-title,
.cid-tDhUxfC1ab .mbr-section-btn {
  text-align: center;
}
.cid-tBMgF0XFA1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMgF0XFA1 .row {
    text-align: center!important;
  }
}
.cid-tBMgF0XFA1 .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tBMgF0XFA1 .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-tBMgF0XFA1 .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tBMgF0XFA1 .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tBMgF0XFA1 .user-name-text {
  color: #ffffff;
}
.cid-tBMgF0XFA1 .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-tBMgF0XFA1 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tBMgF0XFA1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBMgF0XFA1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tBMgF0XFA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMgF0XFA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMgF1tA8i {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2d3227;
}
.cid-tBMgF1tA8i .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tBMgF1tA8i .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tBMgF1tA8i .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tBMgF1tA8i .row {
    text-align: center;
  }
  .cid-tBMgF1tA8i .row > div {
    margin: auto;
  }
  .cid-tBMgF1tA8i .social-row {
    justify-content: center;
  }
}
.cid-tBMgF1tA8i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBMgF1tA8i .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tBMgF1tA8i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBMgF1tA8i .list {
    margin-bottom: 0rem;
  }
}
.cid-tBMgF1tA8i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tBMgF1tA8i .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBMgF1tA8i div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBMgF1tA8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBMgF1tA8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMgF22Dk0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c4724;
  overflow: hidden;
}
.cid-tGiZTArVSA {
  z-index: 1000;
  width: 100%;
}
.cid-tGiZTArVSA .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu {
  padding: 0;
}
.cid-tGiZTArVSA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tGiZTArVSA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tGiZTArVSA .dropdown-item:hover:after {
  color: #141414;
}
.cid-tGiZTArVSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGiZTArVSA .nav-dropdown .link .dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGiZTArVSA .nav-link {
  position: relative;
}
.cid-tGiZTArVSA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tGiZTArVSA .dropdown-menu,
.cid-tGiZTArVSA .navbar.opened {
  background: #232323 !important;
}
.cid-tGiZTArVSA .nav-item:focus,
.cid-tGiZTArVSA .nav-link:focus {
  outline: none;
}
.cid-tGiZTArVSA .dropdown-hover:hover {
  display: block;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGiZTArVSA .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGiZTArVSA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tGiZTArVSA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGiZTArVSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGiZTArVSA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGiZTArVSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGiZTArVSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGiZTArVSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGiZTArVSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGiZTArVSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGiZTArVSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGiZTArVSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGiZTArVSA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar {
    min-height: 80px;
  }
}
.cid-tGiZTArVSA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGiZTArVSA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGiZTArVSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGiZTArVSA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGiZTArVSA .dropdown-item.active,
.cid-tGiZTArVSA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGiZTArVSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGiZTArVSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tGiZTArVSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGiZTArVSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGiZTArVSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGiZTArVSA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGiZTArVSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGiZTArVSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGiZTArVSA .navbar {
    height: 70px;
  }
  .cid-tGiZTArVSA .navbar.opened {
    height: auto;
  }
  .cid-tGiZTArVSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGiZTArVSA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #232323;
  background: rgba(35, 35, 35, 0.9);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .navbar-short {
    min-height: 70px;
  }
}
.cid-tGiZTArVSA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGiZTArVSA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGiZTArVSA .navbar-nav {
  display: flex !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:hover,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:focus,
.cid-tGiZTArVSA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGiZTArVSA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-tGiZTArVSA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGiZTArVSA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGiZTArVSA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGiZTArVSA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGiZTArVSA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #2c4724, #2d3227);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGiZTArVSA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGiZTArVSA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tGiZTArVSA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tGiZTArVSA .offcanvas.show {
  transform: translateX(0);
}
.cid-tGiZTArVSA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tGiZTArVSA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGiZTArVSA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #232323;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tGiZTArVSA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tGiZTArVSA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tGiZTArVSA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tGiZTArVSA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tGiZTArVSA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tGiZTArVSA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tGiZTArVSA .social-container {
    padding-top: 40px;
  }
}
.cid-tGiZTArVSA .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tGiZTArVSA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tGiZTArVSA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2c4724, #236734);
  transition: 0.4s all;
}
.cid-tGiZTArVSA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGiZTArVSA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGiZTArVSA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGiZTArVSA .soc-item:hover:before {
  opacity: 1;
}
.cid-tGiZTArVSA .offcanvas_btn {
  margin-top: auto;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tGiZTArVSA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
