.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn span {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-warning {
    background-color: #ffc107;
    border: none;
}

.btn-black {
    background-color: #000;
    border: none;
    color: white;
}

.btn-warning:hover {
    background-color: #ffca2c;
}

.btn-black:hover {
    background-color: #333;
}

.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #191100;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 3.3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 2.375rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7ca982 !important;
}
.bg-success {
  background-color: #26cc7f !important;
}
.bg-info {
  background-color: #0cc1e6 !important;
}
.bg-warning {
  background-color: #f2b500 !important;
}
.bg-danger {
  background-color: #ce2434 !important;
}
.btn-primary .mbr-iconfont {
  color: #7ca982 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7ca982 !important;
  border-color: #7ca982 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9bbd9f !important;
  border-color: #9bbd9f !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #9bbd9f !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9bbd9f !important;
  border-color: #9bbd9f !important;
}
.btn-secondary .mbr-iconfont {
  color: #4d6960 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4d6960 !important;
  border-color: #4d6960 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #63867b !important;
  border-color: #63867b !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #63867b !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #63867b !important;
  border-color: #63867b !important;
}
.btn-info .mbr-iconfont {
  color: #0cc1e6 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cc1e6 !important;
  border-color: #0cc1e6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #31d3f4 !important;
  border-color: #31d3f4 !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #31d3f4 !important;
  background-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31d3f4 !important;
  border-color: #31d3f4 !important;
}
.btn-success .mbr-iconfont {
  color: #26cc7f !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #26cc7f !important;
  border-color: #26cc7f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #48dd98 !important;
  border-color: #48dd98 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #48dd98 !important;
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #48dd98 !important;
  border-color: #48dd98 !important;
}
.btn-warning .mbr-iconfont {
  color: #f2b500 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2b500 !important;
  border-color: #f2b500 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc826 !important;
  border-color: #ffc826 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #ffc826 !important;
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc826 !important;
  border-color: #ffc826 !important;
}
.btn-danger .mbr-iconfont {
  color: #ce2434 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ce2434 !important;
  border-color: #ce2434 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #df4655 !important;
  border-color: #df4655 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #df4655 !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #df4655 !important;
  border-color: #df4655 !important;
}
.btn-white .mbr-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #7ca982 !important;
  border: 2px solid #7ca982 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7ca982;
  color: #7ca982;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #527d57 !important;
  background-color: transparent !important;
  border-color: #527d57 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #527d57 !important;
  border: 2px solid #527d57 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7ca982 !important;
  border-color: #7ca982 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #4d6960 !important;
  border: 2px solid #4d6960 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4d6960;
  color: #4d6960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #283732 !important;
  background-color: transparent !important;
  border-color: #283732 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #283732 !important;
  border: 2px solid #283732 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6960 !important;
  border-color: #4d6960 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #0cc1e6 !important;
  border: 2px solid #0cc1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cc1e6;
  color: #0cc1e6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087c94 !important;
  background-color: transparent !important;
  border-color: #087c94 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #087c94 !important;
  border: 2px solid #087c94 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cc1e6 !important;
  border-color: #0cc1e6 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #26cc7f !important;
  border: 2px solid #26cc7f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #26cc7f;
  color: #26cc7f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188352 !important;
  background-color: transparent !important;
  border-color: #188352 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #188352 !important;
  border: 2px solid #188352 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #26cc7f !important;
  border-color: #26cc7f !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #f2b500 !important;
  border: 2px solid #f2b500 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f2b500;
  color: #f2b500;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9b7400 !important;
  background-color: transparent !important;
  border-color: #9b7400 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #9b7400 !important;
  border: 2px solid #9b7400 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b500 !important;
  border-color: #f2b500 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ce2434 !important;
  border: 2px solid #ce2434 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ce2434;
  color: #ce2434;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #841721 !important;
  background-color: transparent !important;
  border-color: #841721 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #841721 !important;
  border: 2px solid #841721 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce2434 !important;
  border-color: #ce2434 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7ca982 !important;
}
.text-secondary {
  color: #4d6960 !important;
}
.text-success {
  color: #26cc7f !important;
}
.text-info {
  color: #0cc1e6 !important;
}
.text-warning {
  color: #f2b500 !important;
}
.text-danger {
  color: #ce2434 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c7351 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #222e2a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #167649 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #077085 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8c6900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #77151e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7ca982;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cc1e6;
}
.alert-warning {
  background-color: #f2b500;
}
.alert-danger {
  background-color: #ce2434;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7ca982;
  border-color: #7ca982;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7ca982;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9dccb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c9f5e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2f2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5c9cd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #7ca982 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #7ca982;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7ca982;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7ca982;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7ca982;
  border-bottom-color: #7ca982;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #7ca982 !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: #4d6960 !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='%237ca982' %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;
}
.mbr-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.mbr-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .mbr-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.mbr-section-btn .item-btn .mbr-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .mbr-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .mbr-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.cid-uFksxcR6UV .navbar-dropdown {
  position: relative !important;
}
.cid-uFksxcR6UV .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uFksxcR6UV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFksxcR6UV .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-uFksxcR6UV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFksxcR6UV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191100 !important;
  color: #7ca982 !important;
}
.cid-uFksxcR6UV .dropdown-item:hover,
.cid-uFksxcR6UV .dropdown-item:focus {
  background: #191100 !important;
  color: #7ca982 !important;
}
.cid-uFksxcR6UV .dropdown-item:hover span {
  color: white;
}
.cid-uFksxcR6UV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFksxcR6UV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFksxcR6UV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFksxcR6UV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFksxcR6UV .nav-link {
  position: relative;
}
.cid-uFksxcR6UV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFksxcR6UV .container {
    flex-wrap: nowrap;
  }
}
.cid-uFksxcR6UV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFksxcR6UV .iconfont-wrapper:hover {
  color: #ecba56 !important;
}
.cid-uFksxcR6UV .dropdown-menu,
.cid-uFksxcR6UV .navbar.opened {
  background: #191100 !important;
}
.cid-uFksxcR6UV .nav-item:focus,
.cid-uFksxcR6UV .nav-link:focus {
  outline: none;
}
.cid-uFksxcR6UV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFksxcR6UV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFksxcR6UV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFksxcR6UV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFksxcR6UV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFksxcR6UV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFksxcR6UV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191100;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFksxcR6UV .navbar.opened {
  transition: all 0.3s;
}
.cid-uFksxcR6UV .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uFksxcR6UV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFksxcR6UV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFksxcR6UV .navbar.collapsed {
  justify-content: center;
}
.cid-uFksxcR6UV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFksxcR6UV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFksxcR6UV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uFksxcR6UV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFksxcR6UV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFksxcR6UV .navbar.collapsed .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: 41%;
}
.cid-uFksxcR6UV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFksxcR6UV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFksxcR6UV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFksxcR6UV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFksxcR6UV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFksxcR6UV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFksxcR6UV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFksxcR6UV .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-uFksxcR6UV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFksxcR6UV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFksxcR6UV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFksxcR6UV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFksxcR6UV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFksxcR6UV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFksxcR6UV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFksxcR6UV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFksxcR6UV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFksxcR6UV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uFksxcR6UV .navbar-brand .navbar-caption:hover,
.cid-uFksxcR6UV .navbar-brand .navbar-caption:focus {
  color: #ecba56 !important;
}
.cid-uFksxcR6UV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFksxcR6UV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFksxcR6UV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ecba56 !important;
}
.cid-uFksxcR6UV .dropdown-item.active,
.cid-uFksxcR6UV .dropdown-item:active {
  background-color: transparent;
}
.cid-uFksxcR6UV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFksxcR6UV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFksxcR6UV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFksxcR6UV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191100;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uFksxcR6UV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFksxcR6UV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFksxcR6UV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFksxcR6UV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFksxcR6UV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uFksxcR6UV .navbar-buttons {
  text-align: center;
}
.cid-uFksxcR6UV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uFksxcR6UV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFksxcR6UV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFksxcR6UV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191100 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFksxcR6UV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFksxcR6UV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFksxcR6UV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFksxcR6UV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFksxcR6UV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFksxcR6UV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFksxcR6UV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFksxcR6UV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFksxcR6UV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFksxcR6UV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFksxcR6UV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFksxcR6UV .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-uFksxcR6UV .navbar {
    height: 70px;
  }
  .cid-uFksxcR6UV .navbar.opened {
    height: auto;
  }
  .cid-uFksxcR6UV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFksxcR6UV .navbar-nav {
  margin: 0 auto;
}
.cid-uFksxcR6UV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFksxcR6UV .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFksxcR6UV .nav-item .nav-link::after {
  color: #ecba56 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uFksxcR6UV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ecba56 !important;
}
.cid-uFksxcR6UV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFksxcR6UV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFksxcR6UV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFksxcR6UV .nav-item .dropdown-menu .dropdown-item {
  color: #7ca982 !important;
}
.cid-uFksxcR6UV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ecba56 !important;
}
@media (max-width: 991px) {
  .cid-uFksxcR6UV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFksxcR6UV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFksxcR6UV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFksxcR6UV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFksxcR6UV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFksxcR6UV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFksxcR6UV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFksxcR6UV .content-wrap {
  min-height: 110px;
}
.cid-uFksxcR6UV .navbar-caption {
  color: #FFFFFF;
}
.cid-uFksxcR6UV .nav-link,
.cid-uFksxcR6UV .dropdown-item {
  color: #FFFFFF;
}
.cid-uFksxcTumW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url('../images/photo-1511766443616-f41c8cadf015.avif');
}
.cid-uFksxcTumW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxcTumW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxcTumW .row {
  justify-content: center;
}
.cid-uFksxcTumW .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFksxcTumW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFksxcTumW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFksxcTumW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFksxcTumW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFksxcTumW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFksxcTumW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFksxcTumW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFksxcTumW .card {
  justify-content: flex-end;
}
.cid-uFksxcTumW .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFksxcTumW .image-wrapper {
    display: block;
  }
}
.cid-uFksxcTumW .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uFksxcTumW .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFksxcTumW .image-wrapper .image-wrap img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cid-uFksxcTumW .image-wrapper .image-wrap img {
    max-height: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uFksxcTumW .image-wrapper .image-wrap img {
    max-height: 425px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uFksxcTumW .image-wrapper .image-wrap img {
    width: 70%;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uFksxcTumW .image-wrapper .image-wrap img {
    width: 90%;
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .cid-uFksxcTumW .image-wrapper .image-wrap img {
    width: 90%;
    max-height: 350px;
  }
}
.cid-uFksxcTumW .mbr-section-title {
  color: #ecba56;
}
.cid-uFksxcTumW .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uFksxcTumW .mbr-text,
.cid-uFksxcTumW .text-wrapper {
  color: #ffffff;
}
.cid-uFksxcTumW .mbr-text,
.cid-uFksxcTumW .text-wrapper,
.cid-uFksxcTumW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uFksxcXV1l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uFksxcXV1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxcXV1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxcXV1l .row {
  justify-content: center;
}
.cid-uFksxcXV1l .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFksxcXV1l .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uFksxcXV1l .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFksxcXV1l .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFksxcXV1l .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFksxcXV1l .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFksxcXV1l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFksxcXV1l .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFksxcXV1l .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFksxcXV1l .image-wrapper {
    display: block;
  }
}
.cid-uFksxcXV1l .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uFksxcXV1l .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFksxcXV1l .image-wrapper .image-wrap img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFksxcXV1l .image-wrapper .image-wrap img {
    max-height: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uFksxcXV1l .image-wrapper .image-wrap img {
    max-height: 425px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uFksxcXV1l .image-wrapper .image-wrap img {
    width: 70%;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uFksxcXV1l .image-wrapper .image-wrap img {
    width: 90%;
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .cid-uFksxcXV1l .image-wrapper .image-wrap img {
    width: 90%;
    max-height: 350px;
  }
}
.cid-uFksxcXV1l .mbr-section-title {
  color: #ecba56;
  text-align: left;
}
.cid-uFksxcXV1l .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uFksxcXV1l .mbr-text {
  color: #ffffff;
}
.cid-uFksxcXV1l .mbr-text,
.cid-uFksxcXV1l .mbr-section-btn,
.cid-uFksxcXV1l .text-wrapper {
  color: #FFFFFF;
}
.cid-uFksxdp2e9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uFksxdp2e9 .item:focus,
.cid-uFksxdp2e9 span:focus {
  outline: none;
}
.cid-uFksxdp2e9 .item {
  cursor: pointer;
}
.cid-uFksxdp2e9 .grid-container {
  grid-row-gap: 48px;
}
@media (max-width: 1200px) {
  .cid-uFksxdp2e9 .grid-container {
    grid-row-gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxdp2e9 .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uFksxdp2e9 .grid-container-1,
.cid-uFksxdp2e9 .grid-container-2,
.cid-uFksxdp2e9 .grid-container-3 {
  gap: 0 48px;
}
@media (max-width: 1200px) {
  .cid-uFksxdp2e9 .grid-container-1,
  .cid-uFksxdp2e9 .grid-container-2,
  .cid-uFksxdp2e9 .grid-container-3 {
    gap: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxdp2e9 .grid-container-1,
  .cid-uFksxdp2e9 .grid-container-2,
  .cid-uFksxdp2e9 .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uFksxdp2e9 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFksxdp2e9 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFksxdp2e9 .content-head {
  max-width: 800px;
}
.cid-uFksxdp2e9 .container,
.cid-uFksxdp2e9 .container-fluid {
  overflow: hidden;
}
.cid-uFksxdp2e9 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFksxdp2e9 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-3deg);
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cid-uFksxdp2e9 .grid-item {
    transform: none;
  }
}
.cid-uFksxdp2e9 .grid-item:nth-child(2n) {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uFksxdp2e9 .grid-item:nth-child(2n) {
    transform: none;
  }
}
.cid-uFksxdp2e9 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFksxdp2e9 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uFksxdp2e9 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uFksxdp2e9 .grid-container-1,
.cid-uFksxdp2e9 .grid-container-2,
.cid-uFksxdp2e9 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFksxdp2e9 .grid-container-1 {
  align-items: flex-end;
}
.cid-uFksxdp2e9 .grid-container-2 {
  align-items: flex-start;
}
.cid-uFksxcYbeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uFksxcYbeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxcYbeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxcYbeF .row {
  justify-content: center;
}
.cid-uFksxcYbeF .card {
  justify-content: center;
}
.cid-uFksxcYbeF .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uFksxcYbeF .image-wrapper {
    display: block;
  }
}
.cid-uFksxcYbeF .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#acdbb2, transparent);
  filter: blur(100px);
}
.cid-uFksxcYbeF .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uFksxcYbeF .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFksxcYbeF .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxcYbeF .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uFksxcYbeF .panel-group .card {
  position: relative;
  padding: 20px 0;
  background-color: transparent;
  border-bottom: 2px solid #291d00;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFksxcYbeF .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uFksxcYbeF .panel-group .card:first-child {
  border-top: 2px solid #291d00;
}
.cid-uFksxcYbeF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uFksxcYbeF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFksxcYbeF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFksxcYbeF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uFksxcYbeF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFksxcYbeF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: white;
}
.cid-uFksxcYbeF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uFksxcYbeF .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uFksxcYbeF .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uFksxcYbeF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFksxcYbeF .panel-title-edit {
  color: #FFFFFF;
}
.cid-uFksxcYbeF .panel-text {
  color: #FFFFFF;
}
.cid-uFksxd5VCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uFksxd5VCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxd5VCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxd5VCw .row {
  justify-content: center;
}
.cid-uFksxd5VCw .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #ecba56;
}
@media (max-width: 1600px) {
  .cid-uFksxd5VCw .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uFksxd5VCw .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxd5VCw .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFksxd5VCw .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uFksxd5VCw .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFksxd5VCw .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFksxd5VCw .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFksxd5VCw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFksxd5VCw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFksxd5VCw .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uFksxd5VCw .mbr-section-title {
  color: #000000;
}
.cid-uFksxd5VCw .mbr-text,
.cid-uFksxd5VCw .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFksxd5VCw .mbr-section-title,
.cid-uFksxd5VCw .mbr-section-btn {
  text-align: center;
  color: #000000;
}

.cid-uFksxd7KKx {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: black;
}

.cid-uFksxd7KKx .item:focus,
.cid-uFksxd7KKx span:focus {
  outline: none;
}
.cid-uFksxd7KKx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uFksxd7KKx .item {
  font-weight: 700;
  padding: 15px 0;
  color: #ecba56;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uFksxd7KKx .item {
    min-height: 45px;
  }
}
.cid-uFksxeDH3H {
  overflow: hidden;
  background-color: #191100;
}
.cid-uFksxeDH3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxeDH3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxeDH3H .row {
  justify-content: center;
}
.cid-uFksxeDH3H .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFksxeDH3H .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxeDH3H .content-wrapper .title-wrapper {
    padding-bottom: 40px;
  }
}
.cid-uFksxeDH3H .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 100%;
  background-color: #ecba56;
}
@media (max-width: 992px) {
  .cid-uFksxeDH3H .content-wrapper .title-wrapper::before {
    height: 15px;
  }
}
.cid-uFksxeDH3H .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFksxeDH3H .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFksxeDH3H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFksxeDH3H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uFksxeDH3H .mbr-section-title {
  color: #ffffff;
}
.cid-uFksxeDH3H .mbr-section-subtitle {
  color: #ecba56;
  text-align: center;
}
.cid-uFksxeDH3H .mbr-text,
.cid-uFksxeDH3H .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uFksxeDH3H .mbr-section-title,
.cid-uFksxeDH3H .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uFNtYMVIO4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e5b045;
}
.cid-uFNtYMVIO4 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #191100;
  color: #444444;
  padding: 0;
}
.cid-uFNtYMVIO4 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-uFNtYMVIO4 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uFNtYMVIO4 p {
  line-height: 1.6;
}
.cid-uFNtYMVIO4 .rev,
.cid-uFNtYMVIO4 .mbr-iconfont {
  display: inline-block;
}
.cid-uFNtYMVIO4 .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #545454;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uFNtYMVIO4 .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFNtYMVIO4 .card-box {
  padding: 1.5rem;
}
.cid-uFNtYMVIO4 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uFNtYMVIO4 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uFNtYMVIO4 .mbr-section-title,
.cid-uFNtYMVIO4 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFNtYMVIO4 .rev {
  color: #0a1c44;
}
.cid-uFNtYMVIO4 .card-text,
.cid-uFNtYMVIO4 .mbr-section-btn,
.cid-uFNtYMVIO4 .ico-line {
  color: #f7f7f7;
}
.cid-uFNk0jtRJP {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #191100;
}
.cid-uFNk0jtRJP .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uFNk0jtRJP .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uFNk0jtRJP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFNk0jtRJP .card-img span {
  color: #000000;
}
.cid-uFNk0jtRJP .row-item {
  margin-bottom: 2rem;
}
.cid-uFNk0jtRJP .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ecba56, #ff9f00);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uFNk0jtRJP .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uFNk0jtRJP .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uFNk0jtRJP .wrapper {
  padding: 2.5rem 1rem;
  background: #ecba56;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uFksxdn4Pj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #191100;
}
.cid-uFksxdn4Pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxdn4Pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxdn4Pj .row {
  justify-content: center;
}
.cid-uFksxdn4Pj .embla__slide {
  position: relative;
  min-width: 520px;
  max-width: 520px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uFksxdn4Pj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFksxdn4Pj .embla__slide .slide-content {
  width: 100%;
  height: 100%;
  padding: 48px;
  border: 3px solid #ecba56;
}
@media (max-width: 1440px) {
  .cid-uFksxdn4Pj .embla__slide .slide-content {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFksxdn4Pj .embla__slide .slide-content {
    padding: 30px 20px;
  }
}
.cid-uFksxdn4Pj .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFksxdn4Pj .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFksxdn4Pj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.cid-uFksxdn4Pj .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFksxdn4Pj .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFksxdn4Pj .embla__slide .slide-content .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-uFksxdn4Pj .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 10px;
}
.cid-uFksxdn4Pj .embla__slide .slide-content .item-content .item-role {
  margin-bottom: 0;
}
.cid-uFksxdn4Pj .embla__button--next,
.cid-uFksxdn4Pj .embla__button--prev {
  display: flex;
}
.cid-uFksxdn4Pj .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent !important;
  border: 2px solid #ecba56 !important;
  color: #ecba56 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uFksxdn4Pj .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uFksxdn4Pj .embla__button.embla__button--prev {
  left: 0;
}
.cid-uFksxdn4Pj .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uFksxdn4Pj .embla__button.embla__button--next {
  right: 0;
}
.cid-uFksxdn4Pj .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-uFksxdn4Pj .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFksxdn4Pj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uFksxdn4Pj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFksxdn4Pj .embla__viewport {
    padding: 0;
  }
}
.cid-uFksxdn4Pj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFksxdn4Pj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFksxdn4Pj .embla__slide a {
  cursor: grab;
}
.cid-uFksxdn4Pj .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFksxdn4Pj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFksxdn4Pj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFksxdn4Pj .item-text {
  color: #FFFFFF;
}
.cid-uFksxdn4Pj .item-name {
  color: #ecba56;
}
.cid-uFksxdn4Pj .item-role {
  color: #ecba56;
}
.cid-uFksxe8qe0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uFksxe8qe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxe8qe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxe8qe0 .row {
  justify-content: center;
}
.cid-uFksxe8qe0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFksxe8qe0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFksxe8qe0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFksxe8qe0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFksxe8qe0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFksxe8qe0 .items-wrapper {
    display: block;
  }
}
.cid-uFksxe8qe0 .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .item {
    transform: none;
  }
}
.cid-uFksxe8qe0 .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uFksxe8qe0 .item {
    margin-bottom: 16px;
  }
}
.cid-uFksxe8qe0 .item .item-wrapper {
  height: 100%;
  background-color: #ecba56;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uFksxe8qe0 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFksxe8qe0 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFksxe8qe0 .item .item-wrapper .card-number,
.cid-uFksxe8qe0 .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .item .item-wrapper .card-number,
  .cid-uFksxe8qe0 .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-uFksxe8qe0 .item .item-wrapper .card-box .card-title,
.cid-uFksxe8qe0 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-uFksxe8qe0 .item .item-wrapper .card-box .card-text,
.cid-uFksxe8qe0 .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-uFksxe8qe0 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFksxe8qe0 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFksxe8qe0 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFksxe8qe0 .item .card_2 {
  background-color: transparent;
  border: 3px solid #ecba56;
}
.cid-uFksxe8qe0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFksxe8qe0 .mbr-text,
.cid-uFksxe8qe0 .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uFksxe8qe0 .card-number {
  color: #000000;
}
.cid-uFksxe8qe0 .card-title {
  color: #000000;
}
.cid-uFksxe8qe0 .card-text {
  color: #000000;
}
.cid-uFksxe8qe0 .card-number_2 {
  color: #FFFFFF;
}
.cid-uFksxe8qe0 .card-title_2 {
  color: #ecba56;
}
.cid-uFksxe8qe0 .card-text_2 {
  color: #FFFFFF;
}
.cid-uFksxe8qe0 .mbr-section-title,
.cid-uFksxe8qe0 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uFksxe8qe0 .card-text,
.cid-uFksxe8qe0 .mbr-section-btn {
  color: #000000;
}
.cid-uFksxe7puq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uFksxe7puq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxe7puq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxe7puq .row {
  justify-content: center;
}
.cid-uFksxe7puq .map-wrapper {
  position: relative;
}
.cid-uFksxe7puq .map-wrapper::before {
  content: '';
  position: absolute;
  top: 2rem;
  width: 110%;
  height: 90%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uFksxe7puq .map-wrapper .google-map {
  position: relative;
  z-index: 1;
  border: 3px solid #ecba56;
  background-color: #ecba56;
}
.cid-uFksxe7puq .map-wrapper .google-map iframe {
  height: 750px;
  filter: invert(1);
}
@media (max-width: 1200px) {
  .cid-uFksxe7puq .map-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uFksxe7puq .map-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uFksxeF9Hm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uFksxeF9Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxeF9Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxeF9Hm .row {
  justify-content: center;
}
.cid-uFksxeF9Hm .card {
  justify-content: center;
}
.cid-uFksxeF9Hm .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFksxeF9Hm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFksxeF9Hm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFksxeF9Hm .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFksxeF9Hm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFksxeF9Hm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFksxeF9Hm .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uFksxeF9Hm .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #ecba56;
}
@media (max-width: 1440px) {
  .cid-uFksxeF9Hm .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFksxeF9Hm .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFksxeF9Hm .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFksxeF9Hm .mbr-section-title {
  color: #ffffff;
}
.cid-uFksxeF9Hm .mbr-text,
.cid-uFksxeF9Hm .text-wrapper {
  color: #FFFFFF;
}
.cid-uFksxeF9Hm label {
  color: #000000;
}
.cid-uFksxeF9Hm .mbr-section-title,
.cid-uFksxeF9Hm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uFksxeF9Hm .form-control-label {
  color: #000000;
}
.cid-uFksxeIcfO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uFksxeIcfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxeIcfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxeIcfO .row {
  justify-content: center;
}
.cid-uFksxeIcfO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFksxeIcfO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFksxeIcfO .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFksxeIcfO .item {
    margin-bottom: 16px;
  }
}
.cid-uFksxeIcfO .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #ecba56;
}
.cid-uFksxeIcfO .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFksxeIcfO .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #ecba56;
}
.cid-uFksxeIcfO .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uFksxeIcfO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFksxeIcfO .card-title {
  color: #000000;
}
.cid-uFksxeIcfO .mbr-section-title,
.cid-uFksxeIcfO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uFksxeIcfO .card-title,
.cid-uFksxeIcfO .contact-wrapper {
  color: #000000;
}
.cid-uFksxeI5wW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uFksxeI5wW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFksxeI5wW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFksxeI5wW .row {
  justify-content: center;
}
.cid-uFksxeI5wW .card {
  justify-content: center;
}
.cid-uFksxeI5wW .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFksxeI5wW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFksxeI5wW .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFksxeI5wW .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uFksxeI5wW .nav-wrapper .list .item-wrap:hover,
.cid-uFksxeI5wW .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uFksxeI5wW .list,
.cid-uFksxeI5wW .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGyqel6i9x {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/g19b222301b974a71cbd91b72a51e-h_m8px7vnl.avif');
}
.cid-uGyqel6i9x .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-uGyqel6i9x .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uGyqel6i9x .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uGyqel6i9x .animated-element,
.cid-uGyqel6i9x .typed-cursor {
  color: #ffffff;
}
.cid-uGyqel6i9x .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-uGyqel6i9x .typed-text {
    text-align: center;
  }
}
.cid-uGxZHsBgvE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uGxZHsBgvE .item:focus,
.cid-uGxZHsBgvE span:focus {
  outline: none;
}
.cid-uGxZHsBgvE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uGxZHsBgvE .item {
  font-weight: 700;
  padding: 15px 0;
  color: #ecba56;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uGxZHsBgvE .item {
    min-height: 45px;
  }
}
.cid-uGyv2cSleM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/gac2f77c8c82f33f73d2a92f62af1-h_m8pyxne2.avif');
}
.cid-uGyv2cSleM .container-fluid {
  padding: 0 3rem;
}
.cid-uGyv2cSleM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #7ca982 50%, #4d6960 120%);
  display: inline-block;
}
.cid-uGyv2cSleM .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-uGyv2cSleM .header-text {
  padding: 2rem 1rem !important;
}
.cid-uGyv2cSleM .card {
  border-radius: 25px !important;
  background: #ecba56;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uGyv2cSleM .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-uGyv2cSleM .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-uGyv2cSleM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGyv2cSleM .card .card-header a.panel-title:hover .sign {
  background-color: #241a03 !important;
}
.cid-uGyv2cSleM .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #241a03;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-uGyv2cSleM .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uGyv2cSleM .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-uGyv2cSleM .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-uGyv2cSleM .container-fluid {
    padding: 0 1rem;
  }
  .cid-uGyv2cSleM .header-text {
    padding: 1rem !important;
  }
  .cid-uGyv2cSleM .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-uGyv2cSleM .panel-body {
    width: calc(100% - 48px);
  }
  .cid-uGyv2cSleM .panel-group {
    padding: 0;
  }
}
.cid-uGyv2cSleM .header-text,
.cid-uGyv2cSleM .sign {
  color: #232323;
}
.cid-uGxZHr5tqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191100;
}
.cid-uGxZHr5tqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxZHr5tqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxZHr5tqz .row {
  justify-content: center;
}
.cid-uGxZHr5tqz .card {
  justify-content: center;
}
.cid-uGxZHr5tqz .image-wrapper {
  position: sticky;
  top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uGxZHr5tqz .image-wrapper {
    display: block;
  }
}
.cid-uGxZHr5tqz .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uGxZHr5tqz .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uGxZHr5tqz .image-wrapper .image-wrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uGxZHr5tqz .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGxZHr5tqz .image-wrapper .image-wrap img {
    height: 350px;
    width: 100%;
  }
}
.cid-uGxZHr5tqz .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #291d00;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGxZHr5tqz .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uGxZHr5tqz .panel-group .card:first-child {
  border-top: 2px solid #291d00;
}
.cid-uGxZHr5tqz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uGxZHr5tqz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uGxZHr5tqz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGxZHr5tqz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uGxZHr5tqz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uGxZHr5tqz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #ecba56;
}
.cid-uGxZHr5tqz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uGxZHr5tqz .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uGxZHr5tqz .panel-group .card .panel-collapse .panel-body {
    margin-top: 30px;
  }
}
.cid-uGxZHr5tqz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGxZHr5tqz .panel-title-edit {
  color: #FFFFFF;
}
.cid-uGxZHr5tqz .panel-text {
  color: #FFFFFF;
}
.cid-uGxZHokVnv .navbar-dropdown {
  position: relative !important;
}
.cid-uGxZHokVnv .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uGxZHokVnv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGxZHokVnv .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-uGxZHokVnv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGxZHokVnv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #191100 !important;
  color: #7ca982 !important;
}
.cid-uGxZHokVnv .dropdown-item:hover,
.cid-uGxZHokVnv .dropdown-item:focus {
  background: #191100 !important;
  color: #7ca982 !important;
}
.cid-uGxZHokVnv .dropdown-item:hover span {
  color: white;
}
.cid-uGxZHokVnv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGxZHokVnv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGxZHokVnv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGxZHokVnv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGxZHokVnv .nav-link {
  position: relative;
}
.cid-uGxZHokVnv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uGxZHokVnv .container {
    flex-wrap: nowrap;
  }
}
.cid-uGxZHokVnv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uGxZHokVnv .iconfont-wrapper:hover {
  color: #ecba56 !important;
}
.cid-uGxZHokVnv .dropdown-menu,
.cid-uGxZHokVnv .navbar.opened {
  background: #191100 !important;
}
.cid-uGxZHokVnv .nav-item:focus,
.cid-uGxZHokVnv .nav-link:focus {
  outline: none;
}
.cid-uGxZHokVnv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGxZHokVnv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uGxZHokVnv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGxZHokVnv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGxZHokVnv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGxZHokVnv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGxZHokVnv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191100;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGxZHokVnv .navbar.opened {
  transition: all 0.3s;
}
.cid-uGxZHokVnv .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uGxZHokVnv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uGxZHokVnv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGxZHokVnv .navbar.collapsed {
  justify-content: center;
}
.cid-uGxZHokVnv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGxZHokVnv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGxZHokVnv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uGxZHokVnv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGxZHokVnv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGxZHokVnv .navbar.collapsed .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: 41%;
}
.cid-uGxZHokVnv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGxZHokVnv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGxZHokVnv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGxZHokVnv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGxZHokVnv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGxZHokVnv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGxZHokVnv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGxZHokVnv .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-uGxZHokVnv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGxZHokVnv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGxZHokVnv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGxZHokVnv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uGxZHokVnv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGxZHokVnv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGxZHokVnv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uGxZHokVnv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uGxZHokVnv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uGxZHokVnv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uGxZHokVnv .navbar-brand .navbar-caption:hover,
.cid-uGxZHokVnv .navbar-brand .navbar-caption:focus {
  color: #ecba56 !important;
}
.cid-uGxZHokVnv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGxZHokVnv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uGxZHokVnv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ecba56 !important;
}
.cid-uGxZHokVnv .dropdown-item.active,
.cid-uGxZHokVnv .dropdown-item:active {
  background-color: transparent;
}
.cid-uGxZHokVnv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGxZHokVnv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGxZHokVnv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGxZHokVnv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191100;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uGxZHokVnv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uGxZHokVnv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uGxZHokVnv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGxZHokVnv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uGxZHokVnv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uGxZHokVnv .navbar-buttons {
  text-align: center;
}
.cid-uGxZHokVnv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uGxZHokVnv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uGxZHokVnv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uGxZHokVnv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #191100 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uGxZHokVnv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGxZHokVnv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uGxZHokVnv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGxZHokVnv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uGxZHokVnv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uGxZHokVnv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGxZHokVnv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGxZHokVnv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGxZHokVnv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGxZHokVnv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uGxZHokVnv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGxZHokVnv .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-uGxZHokVnv .navbar {
    height: 70px;
  }
  .cid-uGxZHokVnv .navbar.opened {
    height: auto;
  }
  .cid-uGxZHokVnv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGxZHokVnv .navbar-nav {
  margin: 0 auto;
}
.cid-uGxZHokVnv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uGxZHokVnv .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uGxZHokVnv .nav-item .nav-link::after {
  color: #ecba56 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uGxZHokVnv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ecba56 !important;
}
.cid-uGxZHokVnv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uGxZHokVnv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uGxZHokVnv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uGxZHokVnv .nav-item .dropdown-menu .dropdown-item {
  color: #7ca982 !important;
}
.cid-uGxZHokVnv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ecba56 !important;
}
@media (max-width: 991px) {
  .cid-uGxZHokVnv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uGxZHokVnv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uGxZHokVnv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uGxZHokVnv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGxZHokVnv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uGxZHokVnv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uGxZHokVnv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uGxZHokVnv .content-wrap {
  min-height: 110px;
}
.cid-uGxZHokVnv .navbar-caption {
  color: #FFFFFF;
}
.cid-uGxZHokVnv .nav-link,
.cid-uGxZHokVnv .dropdown-item {
  color: #FFFFFF;
}
.cid-uGxZHpU79k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uGxZHpU79k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxZHpU79k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxZHpU79k .row {
  justify-content: center;
}
.cid-uGxZHpU79k .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGxZHpU79k .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uGxZHpU79k .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGxZHpU79k .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uGxZHpU79k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGxZHpU79k .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGxZHpU79k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGxZHpU79k .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uGxZHpU79k .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGxZHpU79k .image-wrapper {
    display: block;
  }
}
.cid-uGxZHpU79k .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ecba56, transparent);
  filter: blur(100px);
}
.cid-uGxZHpU79k .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uGxZHpU79k .image-wrapper .image-wrap img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uGxZHpU79k .image-wrapper .image-wrap img {
    max-height: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uGxZHpU79k .image-wrapper .image-wrap img {
    max-height: 425px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-uGxZHpU79k .image-wrapper .image-wrap img {
    width: 70%;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uGxZHpU79k .image-wrapper .image-wrap img {
    width: 90%;
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .cid-uGxZHpU79k .image-wrapper .image-wrap img {
    width: 90%;
    max-height: 350px;
  }
}
.cid-uGxZHpU79k .mbr-section-title {
  color: #ecba56;
  text-align: left;
}
.cid-uGxZHpU79k .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uGxZHpU79k .mbr-text {
  color: #ffffff;
}
.cid-uGxZHpU79k .mbr-text,
.cid-uGxZHpU79k .mbr-section-btn,
.cid-uGxZHpU79k .text-wrapper {
  color: #FFFFFF;
}
.cid-uGxZHqv9HA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uGxZHqv9HA .item:focus,
.cid-uGxZHqv9HA span:focus {
  outline: none;
}
.cid-uGxZHqv9HA .item {
  cursor: pointer;
}
.cid-uGxZHqv9HA .grid-container {
  grid-row-gap: 48px;
}
@media (max-width: 1200px) {
  .cid-uGxZHqv9HA .grid-container {
    grid-row-gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGxZHqv9HA .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uGxZHqv9HA .grid-container-1,
.cid-uGxZHqv9HA .grid-container-2,
.cid-uGxZHqv9HA .grid-container-3 {
  gap: 0 48px;
}
@media (max-width: 1200px) {
  .cid-uGxZHqv9HA .grid-container-1,
  .cid-uGxZHqv9HA .grid-container-2,
  .cid-uGxZHqv9HA .grid-container-3 {
    gap: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGxZHqv9HA .grid-container-1,
  .cid-uGxZHqv9HA .grid-container-2,
  .cid-uGxZHqv9HA .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uGxZHqv9HA .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxZHqv9HA .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGxZHqv9HA .content-head {
  max-width: 800px;
}
.cid-uGxZHqv9HA .container,
.cid-uGxZHqv9HA .container-fluid {
  overflow: hidden;
}
.cid-uGxZHqv9HA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGxZHqv9HA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-3deg);
  padding: 10px 0;
}
@media (max-width: 992px) {
  .cid-uGxZHqv9HA .grid-item {
    transform: none;
  }
}
.cid-uGxZHqv9HA .grid-item:nth-child(2n) {
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uGxZHqv9HA .grid-item:nth-child(2n) {
    transform: none;
  }
}
.cid-uGxZHqv9HA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uGxZHqv9HA .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uGxZHqv9HA .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uGxZHqv9HA .grid-container-1,
.cid-uGxZHqv9HA .grid-container-2,
.cid-uGxZHqv9HA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGxZHqv9HA .grid-container-1 {
  align-items: flex-end;
}
.cid-uGxZHqv9HA .grid-container-2 {
  align-items: flex-start;
}
.cid-uGyyVc6fro {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ebebeb;
}
.cid-uGyyVc6fro .mbr-text,
.cid-uGyyVc6fro .mbr-section-subtitle {
  color: #767676;
}
.cid-uGyyVc6fro .card-title {
  color: #66458e;
}
.cid-uGyyVc6fro .card .card-img span {
  color: #ffb130;
  font-size: 60px;
  background: linear-gradient(45deg, #ffb130, #241a03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uGyyVc6fro .mbr-section-subtitle,
  .cid-uGyyVc6fro .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGyyVc6fro .card .card-img span {
    background: none;
  }
}
.cid-uGxZHzwr4i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #191100;
}
.cid-uGxZHzwr4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxZHzwr4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxZHzwr4i .row {
  justify-content: center;
}
.cid-uGxZHzwr4i .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGxZHzwr4i .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uGxZHzwr4i .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uGxZHzwr4i .item {
    margin-bottom: 16px;
  }
}
.cid-uGxZHzwr4i .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #ecba56;
}
.cid-uGxZHzwr4i .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uGxZHzwr4i .item .item-wrapper .contact-wrapper .contact-wrap .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #000000;
  color: #ecba56;
}
.cid-uGxZHzwr4i .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.cid-uGxZHzwr4i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGxZHzwr4i .card-title {
  color: #000000;
}
.cid-uGxZHzwr4i .mbr-section-title,
.cid-uGxZHzwr4i .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uGxZHzwr4i .card-title,
.cid-uGxZHzwr4i .contact-wrapper {
  color: #000000;
}
.cid-uGxZHAo2h0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191100;
}
.cid-uGxZHAo2h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGxZHAo2h0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGxZHAo2h0 .row {
  justify-content: center;
}
.cid-uGxZHAo2h0 .card {
  justify-content: center;
}
.cid-uGxZHAo2h0 .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGxZHAo2h0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uGxZHAo2h0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGxZHAo2h0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uGxZHAo2h0 .nav-wrapper .list .item-wrap:hover,
.cid-uGxZHAo2h0 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uGxZHAo2h0 .list,
.cid-uGxZHAo2h0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}

/* Specialty Cards with Image Overlays */
.specialty-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: block;
    text-decoration: none;
    background: #ffffff;
}

.specialty-card .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialty-card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.specialty-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.specialty-card .card-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    transition: all 0.3s ease;
}

.specialty-card:hover .card-img::after {
    background: linear-gradient(to bottom, rgba(255, 152, 0, 0.6), rgba(255, 152, 0, 0.8));
}

.specialty-card .mbr-card-title {
    position: absolute;
    width: 100%;
    padding: 25px 20px;
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.specialty-card:hover .mbr-card-title {
    color: #ffffff;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .specialty-card .wrapper {
        aspect-ratio: 1/1;
    }
    
    .specialty-card .mbr-card-title {
        font-size: 2rem;
        padding: 20px 15px;
    }
}
